* {
  font-family: "Mozilla Headline", sans-serif;
}
body {
  background-image: url("/Assets/body-bg.jpg");
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

header ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  margin: 0;
  align-items: center;
}
header li {
  list-style-type: none;
  border: 2px solid black;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
header {
  transition: 0.5s;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.7) !important;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  width: 100%;
  z-index: 5;
  position: sticky;
}
nav {
  display: flex;
  justify-content: space-between;
}

ul li a {
  text-decoration: none;
  color: black;
}

.menu li {
  /* display: inline-block; */
  position: relative;
  overflow: hidden;
}

.menu li a {
  padding: 0 25px;
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  position: relative;
  z-index: 5;
  transition: color 0.3s ease;
}

.menu img{
  cursor: pointer;
}

 

/* --- STRIPES BACKGROUND --- */
.menu li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 300%;
  z-index: 1;

  background: repeating-linear-gradient(
    0deg,
    #000,
    #000 15px,
    #111 15px,
    #111 30px
  );

  transform: translateY(100%);
  transition: transform 0.45s ease-in-out;
}

/* ON HOVER */
.menu li:hover::before {
  transform: translateY(0);
}

.menu li:hover a {
  color: #fff;
}

.left__txt p:nth-child(1) {
  font-size: 5rem;
}
.left__txt p:nth-child(1)::before {
  position: absolute;
  content: "";
  background: black;
  width: 2px;
  height: 113px;
  left: 7px;
  top: -80px;
}
.left__txt p:nth-child(1)::after {
  position: absolute;
  content: "";
  background: black;
  width: 2px;
  height: 70px;
  left: 46%;
  top: 87px;
}
.left__txt p:nth-child(2) {
  font-size: 5.5rem;
  display: flex;
  justify-content: center;
}
.left__txt p:nth-child(2)::after {
  position: absolute;
  content: "";
  background: black;
  height: 30px;
  width: 2px;
  left: 294px;
  top: 94px;
}
.left__txt p:nth-child(2)::before {
  content: "";
  position: absolute;
  background: black;
  width: 2px;
  height: 270px;
  top: -11px;
  transform: rotate(90deg);
  left: 428px;
}
.left__txt p:nth-child(3) {
  font-size: 6rem;
}
.left__txt p:nth-child(3)::after {
  position: absolute;
  content: "";
  background: black;
  width: 2px;
  height: 73px;
  left: initial;
  right: 71px;
  top: -9px;
}
.left__txt p:nth-child(3)::before {
  position: absolute;
  content: "";
  background: black;
  width: 2px;
  height: 42px;
  right: -6px;
  top: 80px;
  transform: rotate(90deg);
}
.left__txt p {
  margin: 0;
  font-weight: 600;
  position: relative;
}
.right__video .video__texture {
  position: absolute;
  left: 0;
}

.hero__video__container {
  /* position: relative; */
  width: 100%;
  overflow: hidden;
}

.responsive__iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.right__video {
  border: 5px solid black;
  border-radius: 10px;
}

/* Vertical image carousel - our work slider */
.swiper {
  width: 100%;
  height: 700px;
  min-height: 750px;
  border: 10px solid black;
  border-radius: 10px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body span.swiper-pagination-bullet {
  width: 10px;
  height: 25px;
  border-radius: 5px;
  background: #ffff2e;
}
body
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
  background: black;
  padding: 10px;
  border-radius: 5px;
  z-index: 5;
}
.work__slider .video__texture {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
}

h2 {
  font-size: 3rem;
  font-weight: 800;
  padding: 30px 0;
  position: relative;
}
.heading-line::before {
  position: absolute;
  content: "";
  background: black;
  width: 2px;
  height: 129px;
  top: -80px;
  left: 51%;
}
.card-box p {
  margin: 0;
  font-weight: 500;
  font-size: 1.3rem;
}
.card-box {
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 50px 0;
  position: relative;
}
.card-box::before {
  position: absolute;
  content: "";
  background: black;
  width: 2px;
  height: 45px;
  top: -47px;
  left: 49%;
}
.our-specialities::before {
  position: absolute;
  content: "";
  background: black;
  width: 2px;
  height: 992px;
  transform: rotate(90deg);
  top: -490px;
  right: 50.1%;
}
.card-box::after {
  position: absolute;
  content: "";
  background: black;
  width: 13px;
  height: 13px;
  top: -8px;
  left: 47.5%;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}
.heading-line::after {
  position: absolute;
  content: "";
  background: black;
  width: 2px;
  height: 56px;
  bottom: -13px;
  left: 51.2%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* StudioLineArt Work */
/* section.our__work {
  padding-top: 100px;
} */
.work-card {
  border: 7px solid;
  padding: 0;
  position: relative;
  border-radius: 10px;
}
section.our__work .heading-line::before {
  display: none;
}
section.our__work .heading-line::after {
  position: absolute;
  content: "";
  background: black;
  width: 2px;
  height: 81px;
  bottom: -8px;
  left: 35.2%;
}
.work-info {
  padding: 0 60px;
  position: relative;
}
.work-info p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #85445b;
  line-height: 30px;
}
.work-card::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 200px;
  top: -92px;
  right: -107px;
  background: black;
  transform: rotate(90deg);
}
.work-info::before {
  position: absolute;
  content: "";
  background: black;
  width: 2px;
  height: 30px;
  top: -31px;
  left: 30%;
}

.work-info::after {
  position: absolute;
  content: "";
  background: black;
  width: 13px;
  height: 13px;
  top: -8px;
  left: 29.2%;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.w-one::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 200px;
  top: -92px;
  left: -108px;
  background: black;
  transform: rotate(90deg);
}
.c-one::before {
  position: absolute;
  content: "";
  background: black;
  width: 2px;
  height: 56px;
  top: -61px;
  left: 69.6%;
}
.c-one::after {
  position: absolute;
  content: "";
  background: black;
  width: 13px;
  height: 13px;
  top: -12px;
  left: 68.8%;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}
.wi-two::before {
  position: absolute;
  content: "";
  background: black;
  width: 2px;
  height: 100px;
  top: -107px;
  left: 30%;
}

.wi-three::before {
  position: absolute;
  content: "";
  background: black;
  width: 2px;
  height: 94px;
  top: -106px;
  left: 69.6%;
}

.wi-three::after {
  position: absolute;
  content: "";
  background: black;
  width: 13px;
  height: 13px;
  top: -15px;
  left: 68.8%;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.video-hover-container {
  width: 100%;
  overflow: hidden;
  padding-top: 56%;
}

.hover-image,
.hover-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}

.hover-video {
  opacity: 0;
  pointer-events: none;
}

.second-work-card, .third-work-card, .fourth-work-card{
  display: contents;
}


/* StudioLineArt Core Team */
.profile-card {
  border: 5px solid;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.profile-card img {
  border: 3px solid;
  padding: 0;
  position: relative;
  border-radius: 50%;
}
.team .heading-line::before {
  display: none;
}
.team .heading-line::after {
  position: absolute;
  content: "";
  background: black;
  width: 2px;
  height: 80px;
  bottom: -8px;
  left: 51.3%;
}
.team {
  padding-bottom: 80px;
}

/* Know more  */
section.know__more {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.7) !important;
  padding: 30px 0;
}

.know__more p:nth-child(1) {
  font-size: 1.5rem;
  font-weight: 500;
}

.know__more p:nth-child(2) {
  margin: 0;
}

/* Bottom to top btn */
#backToTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  background-color: black;
  color: white;
  border: none;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s, transform 0.3s;
  height: 50px;
  width: 50px;
}

#backToTop:hover {
  opacity: 1;
  transform: scale(1.1);
}


/* Mobile CSS */

@media screen and (max-width:1000px) {
.menu li{
  display: none;
}  

}

.offcanvas-menu-items li{
  display: flex !important;
  margin: 20px 0;
  padding: 20px 0;
}

@media screen and (max-width:768px) {
  
  .left__txt p{
    font-size: 3rem !important;
      text-align: center;
  }
  .hero__video__container{
    padding-bottom: 56%;
  }
  .left__txt p:nth-child(1)::before,.left__txt p:nth-child(1)::after,.left__txt p:nth-child(3)::after,.left__txt p:nth-child(3)::before,.left__txt p:nth-child(2)::before,.left__txt p:nth-child(2)::after,.heading-line::before,.heading-line::after,.our-specialities::before,.work-info::before,.work-info::after,.work-card::after{
    display: none;
  }
  .right__video{
    margin-top: 20px;
  }
  h2{
    font-size: 2rem;
  }
  .card-box{
    width: 90% !important;
    margin: 22px auto !important;
    border-radius: 10px;
  }
  .swiper{
    height: 250px !important;
    min-height: 250px !important;
    margin-top: 20px !important;
    width: 96% !important;
  }
  header{
    padding: 0 10px;
  }
  body .heading-line{
    padding: 40px 6px !important;
  }
  section#our-work {
    padding: 20px;
}
.work-info{
  padding: 0 !important;
}
.second-work-card {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  padding: 0;
}
.third-work-card,.fourth-work-card {
  padding: 0;
  gap: 30px;
  display: flex;
  flex-direction: column;
}
 .fourth-work-card{
  flex-direction: column-reverse !important;
 }
}
