* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 100px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 100px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
#section-banner {
  scroll-margin-top: 70px;
}

.inner-width {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .inner-width {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1600px) {
  .inner-width {
    padding: 0 140px;
  }
}

h1,
h2,
p {
  margin: 0;
  padding: 0;
  color: #000000;
}

h3, p, a {
  font-family: "Inter", sans-serif;
}

h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.03rem;
  }
}

@keyframes underlineAnimation {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 767px) {
  .slider-content .content-block {
    max-height: 195px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
}
.slider-content p {
  margin-bottom: 1em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  letter-spacing: 0.063rem;
}
.slider-content p span {
  vertical-align: sub;
}
.slider-content p strong {
  display: inline-block;
  margin-bottom: 4px;
}
.slider-content p:nth-child(4), .slider-content p:nth-child(6) {
  margin-bottom: 0;
}
.slider-content p a {
  color: black;
  text-decoration: none;
}
.slider-content ul {
  margin: 0 0 1.7em;
  padding-left: 0;
  list-style: none;
}
.slider-content ul li {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.063rem;
}
.slider-content ul li span {
  color: #A8463F;
}
@media (min-width: 768px) {
  .slider-content .btn-wrap {
    display: none;
  }
}
.slider-content .btn-wrap .more {
  font-size: 15px;
  color: #000000;
}
.slider-content.slider-right {
  opacity: 0;
}

.banner-wrapper {
  padding-bottom: 100px;
}
.banner-wrapper .banner-container .banner-content .banner-head {
  padding-top: 50px;
}
.banner-wrapper .banner-container .banner-content .banner-head h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 28px;
  color: #333333;
}
.banner-wrapper .banner-container .banner-content .banner-list {
  margin-bottom: 103px;
}
.banner-wrapper .banner-container .banner-content .banner-list ul.list-container {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-left: 0;
}
.banner-wrapper .banner-container .banner-content .banner-list ul.list-container li.list-content {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding-bottom: 24px;
}
.banner-wrapper .banner-container .banner-content .banner-list ul.list-container li.list-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #F9F4F2;
  width: 85%;
  margin: 0 auto;
  transform-origin: left;
  transform: scaleX(1);
  transition: width 0.3s ease;
  pointer-events: none;
}
.banner-wrapper .banner-container .banner-content .banner-list ul.list-container li.list-content:hover::after {
  animation: underlineGrow 0.3s forwards ease;
  transform: scaleX(0);
}
.banner-wrapper .banner-container .banner-content .banner-list ul.list-container li.list-content.active::after {
  transform: scaleX(1);
  animation: none;
}
.banner-wrapper .banner-container .banner-content .banner-list ul.list-container li.list-content.inactive::after {
  transform: scaleX(0);
}
.banner-wrapper .banner-container .banner-content .banner-list ul.list-container li.list-content a {
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.7px;
}
@keyframes underlineGrow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.banner-wrapper .banner-container .banner-button-container .banner-button {
  max-width: 373.14px;
  margin: 0 auto;
}
.banner-wrapper .banner-container .banner-button-container .banner-button a.banner-btn {
  display: flex;
  justify-content: center;
  text-decoration: none;
  border: 1px solid white;
  align-items: center;
  padding: 13px 92px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 15.4px;
  letter-spacing: 0.0625rem;
  text-align: center;
  text-transform: uppercase;
  background: #A8463F;
  color: white;
}

.text-container {
  padding: 112px 0;
}
@media (max-width: 767px) {
  .text-container {
    padding-bottom: 0;
  }
}
.text-container .text-content-wrapper .text-content {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.text-container .text-content-wrapper .text-content h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.0625rem;
  text-align: center;
}
.text-container .text-content-wrapper .text-content p.main-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.03125rem;
  text-align: center;
  vertical-align: middle;
  padding: 0 42px;
  margin-bottom: 0;
}
.text-container .text-content-wrapper .text-content p.sub-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.03125rem;
  text-align: center;
  margin-bottom: 0;
}

.scrolling-image-bar {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #A8463F;
  padding: 24px 0;
}
.scrolling-image-bar .scrolling-container {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 40px;
}
@media (max-width: 991px) {
  .scrolling-image-bar .scrolling-container {
    gap: 15px;
  }
}
.scrolling-image-bar .scrolling-container .scrolling-item-first {
  max-width: 450px;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: white;
  padding: 10px;
}
@media (max-width: 991px) {
  .scrolling-image-bar .scrolling-container .scrolling-item-first {
    font-size: 16px;
  }
}
.scrolling-image-bar .scrolling-container .scrolling-wrap {
  width: 80%;
  overflow: hidden;
  margin-top: 7px;
}
.scrolling-image-bar .scrolling-container .scrolling-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 40px;
  flex-wrap: nowrap;
  padding: 10px 0;
}
.scrolling-image-bar .scrolling-container .scrolling-list .scrolling-item {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: white;
}
.scrolling-image-bar .scrolling-container .scrolling-list .scrolling-item span {
  vertical-align: sub;
  font-size: 25px;
}
@media (max-width: 991px) {
  .scrolling-image-bar .scrolling-container .scrolling-list .scrolling-item span {
    font-size: 16px;
  }
}

.work-wrapper {
  padding: 5rem 0 100px;
}
.work-wrapper .work-content .work-head {
  margin-bottom: 3rem;
}
.work-wrapper .work-content .work-head h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
}
.work-wrapper .work-content .main-text-wrapper {
  position: relative;
}
.work-wrapper .work-content .main-text-wrapper .main-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24%;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .work-wrapper .work-content .main-text-wrapper .main-text {
    column-gap: 16%;
  }
}
.work-wrapper .work-content .main-text-wrapper .main-text li {
  margin-bottom: 47px;
}
.work-wrapper .work-content .main-text-wrapper .main-text li .text-title {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
  padding-left: 73px;
}
.work-wrapper .work-content .main-text-wrapper .main-text li .text-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.9rem;
  height: 6px;
  background-color: #FF3155;
  transform: translateY(-50%);
}
.work-wrapper .work-content .main-text-wrapper .main-text li .text-desc {
  margin-top: 33px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.03125rem;
  color: #000000;
}
.work-wrapper .work-content .main-text-wrapper .image-container {
  position: absolute;
  right: 0;
  bottom: 250px;
  max-width: 550px;
  width: 100%;
}
.work-wrapper .work-content .main-text-wrapper .image-container img {
  transition: all 0.6s ease;
}
.work-wrapper .work-content .main-text-wrapper .image-container .image-1 {
  width: 100%;
  height: auto;
  max-width: 176px;
  position: absolute;
  top: 50px;
  left: -160px;
}
.work-wrapper .work-content .main-text-wrapper .image-container .image-2 {
  width: 100%;
  height: auto;
  max-width: 82px;
  position: absolute;
  top: 40px;
  right: 0;
}
.work-wrapper .work-content .main-text-wrapper .image-container .image-3 {
  width: 100%;
  height: auto;
  max-width: 216px;
  position: absolute;
  top: 70px;
  left: 30%;
  transform: rotate(-30deg);
}
.work-wrapper .work-content .main-text-wrapper .image-container.aos-animate .image-1 {
  top: 60px;
  left: 0;
}
.work-wrapper .work-content .main-text-wrapper .image-container.aos-animate .image-2 {
  top: 100px;
}
.work-wrapper .work-content .main-text-wrapper .image-container.aos-animate .image-3 {
  top: 150px;
  left: 40%;
  transform: rotate(0);
}
@media (max-width: 767px) {
  .work-wrapper .main-text-wrapper {
    grid-template-columns: 1fr;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.slider-main-wrapper {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.slider-main-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 70%;
  background-image: url("https://stage.gyrovi.com/sjc-digital/wp-content/uploads/2025/05/cro-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 1.2;
}
@media screen and (max-width: 767px) {
  .slider-main-wrapper::after {
    content: none;
  }
}
.slider-main-wrapper.redesign-outer-wrapper::after, .slider-main-wrapper.ab-outer-wrapper::after {
  content: none;
}
.slider-main-wrapper h2 {
  max-width: 450px;
}
.slider-main-wrapper .slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slider-main-wrapper .slider-wrapper {
  overflow: hidden;
}
.slider-main-wrapper .slider-wrapper .slider-container .slider-all-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.slider-main-wrapper .slider-wrapper .slider-container .slider-all-content .slider-left {
  max-width: 60%;
}
.slider-main-wrapper .slider-wrapper .slider-container .slider-all-content .slider-left img {
  max-height: 600px;
  margin: 0 auto;
}
.slider-main-wrapper .slider-wrapper .slider-container .slider-all-content .slider-right {
  max-width: 45%;
}
.slider-main-wrapper ul.slick-dots {
  bottom: 0;
}
.slider-main-wrapper ul.slick-dots li {
  margin: 0;
}
.slider-main-wrapper ul.slick-dots li button {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 100%;
}
.slider-main-wrapper ul.slick-dots li button::before, .slider-main-wrapper ul.slick-dots li button::after {
  content: none;
}
.slider-main-wrapper ul.slick-dots li.slick-active button {
  background-color: #A8463F;
}
@media (max-width: 767px) {
  .slider-main-wrapper .swiper-pagination {
    top: inherit !important;
    bottom: -60px !important;
  }
}
.slider-main-wrapper .swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid black;
  border-radius: 100%;
  margin: 0 5px !important;
  opacity: 1;
}
.slider-main-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #A8463F;
}
.slider-main-wrapper .redesign .slider-all-content {
  flex-direction: row-reverse;
}
.slider-main-wrapper .redesign .slider-all-content .slider-left {
  display: flex;
  align-items: center;
}
.slider-main-wrapper .redesign .slick-dots {
  bottom: 0;
}
.slider-main-wrapper .strategy-slider .slick-dots {
  bottom: 0;
}
.slider-main-wrapper .AB-testing .slider-all-content {
  flex-direction: row-reverse;
}
.slider-main-wrapper .AB-testing .slick-dots {
  bottom: 0;
}

.email-container-wrapper {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.email-container-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background-image: url("https://stage.gyrovi.com/sjc-digital/wp-content/uploads/2025/05/Frame-3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 1.2;
}
@media screen and (max-width: 767px) {
  .email-container-wrapper::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .email-container-wrapper {
    padding-bottom: 0;
  }
}
.email-container-wrapper .email-wrapper .email-all-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .email-container-wrapper .email-wrapper .email-all-content {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.email-container-wrapper .email-wrapper .email-all-content .email-image-left {
  flex: 0 0 53.7%;
  max-width: 53.7%;
}
@media screen and (max-width: 991px) {
  .email-container-wrapper .email-wrapper .email-all-content .email-image-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.email-container-wrapper .email-wrapper .email-all-content .email-image-left .video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.email-container-wrapper .email-wrapper .email-all-content .email-image-left .video-wrapper .video-poster,
.email-container-wrapper .email-wrapper .email-all-content .email-image-left .video-wrapper .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}
.email-container-wrapper .email-wrapper .email-all-content .email-image-left .video-wrapper .video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.email-container-wrapper .email-wrapper .email-all-content .email-image-left .video-wrapper .video-poster .video-play-fallback {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
}
.email-container-wrapper .email-wrapper .email-all-content .email-image-left .video-wrapper .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.email-container-wrapper .email-wrapper .email-all-content .email-text-right {
  flex: 0 0 45%;
  max-width: 45%;
  padding-left: 25px;
}
@media screen and (max-width: 991px) {
  .email-container-wrapper .email-wrapper .email-all-content .email-text-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.seo-column-wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .seo-column-wrapper {
    padding: 0;
  }
}
.seo-column-wrapper .seo-heading h2 {
  margin-bottom: 61px;
}
@media screen and (max-width: 767px) {
  .seo-column-wrapper .seo-heading h2 {
    margin-bottom: 40px;
  }
}
.seo-column-wrapper .seo-column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .seo-column-wrapper .seo-column {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.seo-column-wrapper .seo-column .seo-column-left {
  flex: 0 0 45%;
  max-width: 45%;
  padding-right: 35px;
}
@media screen and (max-width: 991px) {
  .seo-column-wrapper .seo-column .seo-column-left {
    max-width: 100%;
    flex: 1 1 100%;
    padding-right: 0;
  }
}
.seo-column-wrapper .seo-column .seo-column-right {
  flex: 0 0 44.1%;
  max-width: 44.1%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .seo-column-wrapper .seo-column .seo-column-right {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
.seo-column-wrapper .seo-column .seo-column-right .image-container img {
  display: block;
  width: 100%;
  height: auto;
}
.seo-column-wrapper .seo-column .seo-column-right .image-container:first-child {
  width: 74.72%;
}
.seo-column-wrapper .seo-column .seo-column-right .image-container:last-child {
  width: 14.5%;
}

header.site-header {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 37px 43px 60px;
}
header.site-header .site-branding {
  padding-top: 26px;
}
header.site-header .site-branding h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 26px;
  letter-spacing: 0;
  color: #333333;
}
header.site-header .site-branding h2 a {
  color: #333333;
  text-decoration: none;
}
header.site-header .right-description .right-img-menu {
  display: flex;
  margin-bottom: 19px;
  justify-content: space-between;
}
header.site-header .right-description .right-img-menu .header-image {
  flex-grow: 1;
}
header.site-header .right-description .right-img-menu .header-image img {
  max-width: 100%;
  height: auto;
  width: 180px;
  display: block;
  margin: 0 auto;
}
header.site-header .right-description .right-img-menu .main-navigation {
  width: fit-content;
}
header.site-header .right-description .right-img-menu .main-navigation .menu-new-menu-container {
  width: fit-content;
  float: right;
  padding-top: 12px;
}
header.site-header .right-description .right-img-menu .main-navigation .menu-new-menu-container ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
header.site-header .right-description .right-img-menu .main-navigation .menu-new-menu-container ul li {
  text-align: right;
}
header.site-header .right-description .right-img-menu .main-navigation .menu-new-menu-container ul li a {
  display: inline-block;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24.8px;
  text-align: right;
  text-transform: uppercase;
  color: #333333;
  transition: all 0.3s ease;
}
header.site-header .right-description .right-img-menu .main-navigation .menu-new-menu-container ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0px;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease;
}
header.site-header .right-description .right-img-menu .main-navigation .menu-new-menu-container ul li a:hover {
  color: #000;
}
header.site-header .right-description .right-img-menu .main-navigation .menu-new-menu-container ul li a:hover:before {
  width: 100%;
}
header.site-header .right-description .text-experiences {
  max-width: 340px;
}
header.site-header .right-description .text-experiences p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  text-align: right;
  margin-bottom: 22px;
  color: #333333;
}

.footer-container .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px 20px 40px;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-container .footer-content {
    padding: 40px 0;
  }
}
.footer-container .footer-content .footer-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.0625rem;
  text-align: center;
  margin-bottom: 30px;
}
.footer-container .footer-content .footer-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.0625rem;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 30px;
}
.footer-container .footer-content .footer-button {
  padding: 13px;
  background-color: #A8463F;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
  max-width: 373px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 15.4px;
  letter-spacing: 0.0625rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-container .footer-content .footer-link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: black;
}

@media screen and (min-width: 992px) {
  .slider-all-content,
  .email-all-content,
  .seo-column {
    gap: 60px;
  }
  .slider-left:has(video),
  .slider-right:has(video),
  .seo-column-left:has(video),
  .seo-column-right:has(video),
  .email-image-left:has(video),
  .email-image-right:has(video) {
    flex: auto !important;
    width: auto;
    max-width: 55% !important;
  }
  .slider-left:not(:has(video)),
  .slider-right:not(:has(video)),
  .seo-column-left:not(:has(video)),
  .seo-column-right:not(:has(video)),
  .email-text-left:not(:has(video)),
  .email-text-right:not(:has(video)) {
    width: 45%;
    flex: auto !important;
  }
  .slider-left:not(:has(video)) h2,
  .slider-right:not(:has(video)) h2,
  .seo-column-left:not(:has(video)) h2,
  .seo-column-right:not(:has(video)) h2,
  .email-text-left:not(:has(video)) h2,
  .email-text-right:not(:has(video)) h2 {
    max-width: 520px;
  }
  .video-wrapper {
    width: 100%;
  }
  .video-wrapper video {
    width: 100%;
    max-height: 600px;
  }
  .slick-dots {
    bottom: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .slider-all-content,
  .email-all-content,
  .seo-column {
    gap: 20px;
  }
  .video-wrapper {
    width: 100%;
  }
  .video-wrapper video {
    width: 100%;
  }
  .slider-wrapper .slider-container .slider-all-content {
    flex-direction: column;
  }
  .slider-wrapper .slider-container .slider-all-content * {
    max-width: none !important;
  }
  .slick-dots {
    bottom: 0 !important;
  }
}
/* Swiper container */
.swiper {
  /* border-radius: 16px;
  background: #222;
  box-shadow: 0 0 20px rgba(255 255 255 / 0.1); */
  perspective: 1200px;
}
.swiper .swiper-cube-shadow:before {
  background-color: #fff !important;
}

.slide-image img {
  width: 100%;
  /* border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0 0 0 / 0.7); */
  user-select: none;
}

/* Pagination bullets style */
.swiper-pagination {
  margin-top: 1.5rem;
  text-align: center;
}

.swiper-pagination-bullet {
  background: #777;
  opacity: 0.7;
  width: 14px;
  height: 14px;
  margin: 0 8px !important;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet:hover {
  opacity: 1;
  background: #aaa;
}

.swiper-pagination-bullet-active {
  background: #fff;
  width: 20px;
  height: 20px;
  opacity: 1;
  box-shadow: 0 0 10px #fff;
}

/*----------New--------*/
.work-wrap {
  margin-top: 80px;
  padding: 40px 0;
}
.work-wrap .title-wrap {
  text-align: center;
}
.work-wrap .title-wrap h2 {
  margin-bottom: 30px;
}
.work-wrap .title-wrap .icon svg {
  width: 40px;
  height: 40px;
}

.hero-wrapper {
  /* 2. Enable mandatory snapping */
  scroll-snap-type: y mandatory;
  /* (Optional prefixes for broader support) */
  -webkit-overflow-scrolling: touch;
}
.hero-wrapper .hero-section {
  position: sticky;
  top: 20px;
  background: linear-gradient(135deg, #000000 0%, #2a2a2a 100%);
  border-radius: 20px;
  margin: 0 20px 10px;
  overflow: hidden;
}
.hero-wrapper .hero-section .hero-block {
  position: relative;
}
.hero-wrapper .hero-section .device-mockup {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  border-radius: 15px;
}
.hero-wrapper .hero-section .device-mockup::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.hero-wrapper .hero-section .device-mockup video, .hero-wrapper .hero-section .device-mockup img {
  display: block;
  width: 100%;
  height: 75vh;
  object-fit: cover;
  object-position: center center;
  max-height: inherit;
}
@media (max-width: 767px) {
  .hero-wrapper .hero-section .device-mockup video, .hero-wrapper .hero-section .device-mockup img {
    height: 480px;
  }
}
.hero-wrapper .hero-section .device-mockup .desktop-project {
  display: block;
}
@media screen and (max-width: 767px) {
  .hero-wrapper .hero-section .device-mockup .desktop-project {
    display: none;
  }
}
.hero-wrapper .hero-section .device-mockup .desktop-project.always-show {
  display: block;
}
.hero-wrapper .hero-section .device-mockup .mobile-project {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero-wrapper .hero-section .device-mockup .mobile-project {
    display: block;
  }
}
.hero-wrapper .hero-section .content-wrap {
  position: absolute;
  top: 60px;
  left: 40px;
  width: calc(100% - 80px);
  height: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hero-wrapper .hero-section .content-wrap {
    top: 40px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 70px);
  }
}
.hero-wrapper .hero-section .content-wrap .title-wrap {
  z-index: 10;
}
.hero-wrapper .hero-section .content-wrap .brand-title {
  color: #ffffff;
  font-size: 65px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hero-wrapper .hero-section .content-wrap .brand-title {
    font-size: 36px;
  }
}
.hero-wrapper .hero-section .content-wrap .subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 0.025em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.hero-wrapper .hero-section .content-wrap .bottom-content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 10;
}
@media (max-width: 767px) {
  .hero-wrapper .hero-section .content-wrap .bottom-content {
    justify-content: flex-start;
  }
}
.hero-wrapper .hero-section .content-wrap .design-tag {
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 12px 24px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.11;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-wrapper .hero-section .content-wrap .design-tag:hover {
  transform: translateY(-2px);
}
.hero-wrapper .hero-section .content-wrap .arrow-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 11;
}

.view-wrap {
  background-color: #a8463f;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  max-width: 373px;
  margin: 30px auto 0;
}
@media (max-width: 344px) {
  .view-wrap {
    max-width: 304px;
  }
}
@media screen and (min-width: 345px) and (max-width: 390px) {
  .view-wrap {
    max-width: 335px;
  }
}
.view-wrap a {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 15.4px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.0625rem;
  padding: 13px 0;
}
@media (max-width: 767px) {
  .view-wrap a {
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 15.4px;
  }
}
.view-wrap a:hover {
  color: #fff;
}

.card-section-wrapper .card-section {
  padding: 0 43px;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .card-section-wrapper .card-section {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .card-section-wrapper .card-section {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  .card-section-wrapper .card-section .main-title {
    padding-right: 20px;
  }
}
.card-section-wrapper .card-section .main-title h2 {
  text-align: center;
  padding: 76px 0 56px;
}
@media (max-width: 767px) {
  .card-section-wrapper .card-section .main-title h2 {
    padding: 60px 0;
  }
}
.card-section-wrapper .card-section .inner-card-section {
  display: flex;
  gap: 25px;
  justify-content: center;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .card-section-wrapper .card-section .inner-card-section {
    justify-content: flex-start;
    overflow-y: scroll;
    padding-top: 10px;
    padding-bottom: 4px;
  }
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper {
  perspective: 1500px;
  flex: 1 1 100%;
  max-width: 500px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  overflow: visible;
}
@media screen and (min-width: 1400px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper {
    max-width: 26%;
  }
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper:hover .card {
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper {
    min-width: 290px;
  }
  .card-section-wrapper .card-section .inner-card-section .card-wrapper:last-child {
    margin-right: 20px;
  }
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card {
  width: 100%;
  aspect-ratio: 598/686;
  position: relative;
  transition: transform 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-style: preserve-3d;
  cursor: pointer;
}
@media screen and (min-width: 1501px) and (max-width: 1600px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card {
    aspect-ratio: 490/686;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1500px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card {
    aspect-ratio: 465/686;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card {
    aspect-ratio: 380/686;
  }
}
@media screen and (max-width: 767px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card {
    aspect-ratio: 460/686;
  }
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card .front,
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
  box-shadow: 0 74px 98px rgba(0, 0, 0, 0), 0 40px 40px rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .front,
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back {
    justify-content: center;
  }
}
@media screen and (max-width: 1440px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .front,
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back {
    border-radius: 10px;
  }
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card .front {
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 956px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .front img {
    aspect-ratio: 380/686;
    object-fit: cover;
  }
}
@media screen and (min-width: 957px) and (max-width: 1439px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .front img {
    aspect-ratio: 380/686;
    object-fit: cover;
  }
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card .front img.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .front img.card-image {
    border-radius: 10px;
  }
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card .front h2 {
  line-height: 75px;
  color: #ffffff;
  font-size: 75px;
  font-weight: 400;
  letter-spacing: -1.8px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1025px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .front h2 {
    line-height: 30px;
    font-size: 30px;
    letter-spacing: -1.5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1540px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .front h2 {
    font-size: 45px;
  }
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card .front svg {
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: transparent;
  border-style: solid;
  border-radius: 100%;
  margin-left: auto;
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 1025px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .front svg {
    height: 35px;
    width: 35px;
  }
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back {
  z-index: 1;
  transform: rotateY(180deg);
  background-color: #f5f5f5;
  border: 1px solid gray;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1160px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back {
    padding: 10px;
  }
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content .back-inner-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1025px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content .back-inner-content {
    width: 100%;
  }
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content .top-image {
  margin-left: auto;
}
@media screen and (min-width: 768px) and (max-width: 956px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content .top-image {
    position: absolute;
    right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 956px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content .top-image img {
    width: 30px;
  }
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content h2 {
  line-height: 70px;
  color: black;
  font-size: 70px;
  font-weight: 400;
  letter-spacing: -1.8px;
  text-transform: uppercase;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content h2 {
    line-height: 26px;
    font-size: 26px;
    letter-spacing: -1.5px;
    text-align: justify;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 956px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content h2 {
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 957px) and (max-width: 1292px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content h2 {
    font-size: 26px;
    text-align: justify;
    margin-bottom: 5px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1845px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content h2 {
    line-height: 60px;
    font-size: 60px;
  }
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content .desc-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content .desc-btn p {
  font-family: "Inter", sans-serif;
  line-height: 28px;
  color: #353535;
  font-size: 1rem;
  font-weight: 300;
  opacity: 0.8;
  text-align: left;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content .desc-btn p {
    line-height: 18px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 956px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content .desc-btn p {
    line-height: 17px;
    font-size: 14px;
  }
}
@media screen and (min-width: 957px) and (max-width: 1292px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content .desc-btn p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1845px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content .desc-btn p {
    font-size: 14px;
    line-height: 24px;
  }
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content .desc-btn .button-wrapper {
  max-width: 725px;
  width: 100%;
  border-width: 1px;
  border-radius: 35px;
  border-color: #bfbfbf;
  border-style: solid;
  padding: 20px 0;
  margin-top: auto;
}
@media screen and (max-width: 1540px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content .desc-btn .button-wrapper {
    padding: 10px 0;
  }
}
.card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content .desc-btn .button-wrapper a.button {
  color: #3f3f3f;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  text-decoration: none;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1025px) {
  .card-section-wrapper .card-section .inner-card-section .card-wrapper .card .back .back-content .desc-btn .button-wrapper a.button {
    font-size: 14px;
  }
}

/*-----Projects------*/
@media (min-width: 992px) {
  .page-template-template-projects .site-header, .single .site-header {
    padding: 37px 43px;
  }
}
@media (max-width: 991px) {
  .page-template-template-projects .site-header .right-description, .single .site-header .right-description {
    padding-top: 50px;
  }
}

.project-banner-wrapper {
  position: relative;
}
.project-banner-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.project-banner-wrapper .banner-wrap {
  overflow: hidden;
}
.project-banner-wrapper .banner-wrap img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1600px) {
  .project-banner-wrapper .banner-wrap img {
    height: 600px;
  }
}
.project-banner-wrapper .title-wrap {
  position: absolute;
  top: 64%;
  left: 46%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px){
    .project-banner-wrapper .title-wrap{
        top: 59%;
        left: 42%;
    }
}
.project-banner-wrapper .title-wrap h2 {
  color: #fff;
}

.projects-cat-wrap {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .projects-cat-wrap {
    border-bottom: none;
  }
}
.projects-cat-wrap .mob-list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 20px 20px 15px;
  margin: 0 -20px;
}
@media (min-width: 767px) {
  .projects-cat-wrap .mob-list {
    display: none;
  }
}
.projects-cat-wrap .mob-list .icon svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
.projects-cat-wrap .mob-list.active .icon svg {
  transform: rotate(180deg);
}
.projects-cat-wrap .genre-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px;
}
@media (max-width: 991px) {
  .projects-cat-wrap .genre-list {
    justify-content: flex-start;
    white-space: nowrap;
    overflow-x: scroll;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .projects-cat-wrap .genre-list {
    display: none;
  }
}
.projects-cat-wrap .genre-list li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 0;
}
@media (max-width: 767px) {
  .projects-cat-wrap .genre-list li a {
    padding: 14px 0;
  }
}
.projects-cat-wrap .genre-list li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease;
}
.projects-cat-wrap .genre-list li a:hover:before {
  width: 100%;
}
.projects-cat-wrap .genre-list li.active a:before {
  width: 100%;
}

.project-article-wrapper {
  margin-bottom: 80px;
}
.project-article-wrapper .article-wrap {
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  .project-article-wrapper .article-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.project-article-wrapper .article-wrap .article-block .image-wrap {
  margin-bottom: 22px;
}
.project-article-wrapper .article-wrap .article-block .image-wrap img, .project-article-wrapper .article-wrap .article-block .image-wrap video {
  display: block;
  height: 520px;
  object-fit: cover;
}
@media (max-width: 1139px) {
  .project-article-wrapper .article-wrap .article-block .image-wrap img, .project-article-wrapper .article-wrap .article-block .image-wrap video {
    height: 330px;
  }
}
.project-article-wrapper .article-wrap .article-block .image-wrap .desktop-project {
  display: block;
}
@media screen and (max-width: 767px) {
  .project-article-wrapper .article-wrap .article-block .image-wrap .desktop-project {
    display: none;
  }
}
.project-article-wrapper .article-wrap .article-block .image-wrap .desktop-project.always-show {
  display: block;
}
.project-article-wrapper .article-wrap .article-block .image-wrap .mobile-project {
  display: none;
}
@media screen and (max-width: 767px) {
  .project-article-wrapper .article-wrap .article-block .image-wrap .mobile-project {
    display: block;
    width: 100%;
  }
}
.project-article-wrapper .article-wrap .article-block .content-wrap .project-cat {
  display: block;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 15px;
}
.project-article-wrapper .article-wrap .article-block .content-wrap .project-title {
  margin-bottom: 15px;
}
.project-article-wrapper .article-wrap .article-block .content-wrap .project-title a {
  color: #000;
  text-decoration: none;
}
.project-article-wrapper .article-wrap .article-block .content-wrap .project-desc {
  margin-bottom: 15px;
}
.project-article-wrapper .article-wrap .article-block .content-wrap .btn {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

/*----------Single----------*/
.single-banner-wrapper {
  position: relative;
}
.single-banner-wrapper .image-wrap {
  max-height: 750px;
  overflow: hidden;
}
.single-banner-wrapper .image-wrap img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .single-banner-wrapper .image-wrap img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
}
.single-banner-wrapper .title-wrap {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .single-banner-wrapper .title-wrap {
    bottom: 0;
    top: 50%;
  }
}
.single-banner-wrapper .title-wrap h2 {
  color: #e7e7e7;
  font-size: 80px;
  line-height: 1.55;
  font-weight: 300;
  text-transform: none;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .single-banner-wrapper .title-wrap h2 {
    font-size: 40px;
    letter-spacing: -1.4px;
    text-align: center;
  }
}

.single-content-wrapper {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .single-content-wrapper {
    padding: 40px 0;
  }
}
.single-content-wrapper h3 {
  max-width: 600px;
  color: #000000;
  font-size: 41px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .single-content-wrapper h3 {
    font-size: 22px;
  }
}
.single-content-wrapper .content-wrap {
  padding: 60px 0 0;
}
@media (min-width: 992px) {
  .single-content-wrapper .content-wrap {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .single-content-wrapper .content-wrap {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .single-content-wrapper .content-wrap .main-content, .single-content-wrapper .content-wrap .project-details {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .single-content-wrapper .content-wrap .main-content .content-block {
    max-width: 450px;
  }
}
.single-content-wrapper .content-wrap .main-content .content-block p:nth-child(1) {
  margin: 0;
}
.single-content-wrapper .content-wrap .main-content .content-block p span {
  color: #a8463f;
}
.single-content-wrapper .content-wrap .project-details {
  font-family: "Inter", sans-serif;
}
@media (min-width: 1300px) {
  .single-content-wrapper .content-wrap .project-details {
    padding-left: 50px;
  }
}
.single-content-wrapper .content-wrap .project-details .grid {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .single-content-wrapper .content-wrap .project-details .grid {
    display: flex;
    gap: 100px;
  }
}
@media (min-width: 992px) {
  .single-content-wrapper .content-wrap .project-details .grid > div:first-child {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .single-content-wrapper .content-wrap .project-details .grid.social {
    margin-top: 20px;
  }
}
.single-content-wrapper .content-wrap .project-details .grid .title-block {
  color: #8f8f8f;
}
.single-content-wrapper .content-wrap .project-details .grid .details-block {
  color: #000;
}
.single-content-wrapper .content-wrap .project-details .grid .details-block a {
  color: #000;
}

.mid-banner-wrapper {
  max-height: 750px;
  overflow: hidden;
}
.mid-banner-wrapper video {
  object-fit: contain;
  max-height: 750px;
}
@media (max-width: 767px) {
  .mid-banner-wrapper video {
    height: 215px !important;
  }
}
.mid-banner-wrapper img {
  object-fit: cover;
}
.mid-banner-wrapper video, .mid-banner-wrapper img {
  display: block;
  width: 100%;
  object-position: center center;
}
@media (max-width: 767px) {
  .mid-banner-wrapper video, .mid-banner-wrapper img {
    height: 400px;
  }
}

.bottom-wrapper{
    margin-top: 40px;
}

.btm-content-wrapper {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .btm-content-wrapper {
    padding: 20px 0;
  }
}
.btm-content-wrapper .content-wrap {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.pagination-wrapper {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper {
    padding-bottom: 20px;
  }
}
.pagination-wrapper .inner-width {
  max-width: 300px;
  padding: 0;
}
.pagination-wrapper .inner-width .navigation a {
  display: flex;
  justify-content: center;
  color: #000;
  text-decoration: none;
}
.pagination-wrapper .inner-width .navigation a .nav-subtitle {
  text-transform: lowercase;
}
.pagination-wrapper .inner-width .navigation a .icon {
  display: block;
}
.pagination-wrapper .inner-width .navigation a .icon svg {
  width: 30px;
  height: 30px;
}
.pagination-wrapper .inner-width .navigation .nav-previous a .icon {
  padding-right: 10px;
}
.pagination-wrapper .inner-width .navigation .nav-next a .icon {
  padding-left: 10px;
}

.profile-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .profile-wrapper {
    margin-bottom: 20px;
  }
}
.profile-wrapper .grid {
  text-align: center;
}
.profile-wrapper .grid .profile-image {
  display: inline-block;
  margin: 0 auto;
}
.profile-wrapper .grid .profile-image img {
  display: block;
  width: 60px;
  height: 60px;
}
.profile-wrapper .grid .profile-email a {
  color: #000;
  font-size: 80px;
  line-height: 0.92;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 991px) {
  .profile-wrapper .grid .profile-email a {
    display: block;
    font-size: 36px;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=portfolio.css.map */
