/* @import url("https://fonts.googleapis.com/css2?family=Ancizar+Sans:ital,wght@0,100..1000;1,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); */

@font-face {
  font-family: "AvenirNextSimilar";
  src: url("./avenir-next-similar/karu-font-family/Karu Font Family/karu-regular.woff2") format("woff2"),
       url("./avenir-next-similar/karu-font-family/Karu Font Family/karu-regular.woff") format("woff"),
       url("./avenir-next-similar/karu-font-family/Karu Font Family/karu-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: 0;
  scroll-behavior: smooth;
  /* font-family: "Roboto", sans-serif; */
}

body {
  font-family: "AvenirNextSimilar", sans-serif;
}

a {
  text-decoration: none;
}

.enter-video {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.main-container {
  display: block;
}

/* .phone-enter-video {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: black;
} */

/* #phone-enter-video {
    display: none;

} */
/* 
@media screen and (max-width: 768px) {
    #enter-video {
        display: none;
    }

    #phone-enter-video {
        display: block;
    }
} */

/* home */

.home-container {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#home-container-dark {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 7;
  display: none;
}

.home-background-video {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-background-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.home-container-content {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.555);
  width: 100%;
  height: 100%;
}

.home-header {
  height: 7rem;
  width: 100%;
  display: flex;
  position: fixed;
  z-index: 9999;
  background-color: transparent;
  transition: background-color 0.3s ease; /* smooth change */
}

.home-header-left {
  height: 100%;
  width: 50%;
  /* background-color: blue; */
  display: flex;
  align-items: center;
  padding: 1rem 0 0 2rem;
}

.home-header-left .home-header-logo {
  width: 11rem;
  height: auto;
  cursor: pointer;
}

.home-header-right {
  height: 100%;
  width: 50%;
  /* background-color: pink; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 2rem 0 0;
}

.home-header-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-header-menu li a {
  text-decoration: none;
  color: #5ac0d4;
  margin-right: 2rem;
  font-size: 1rem;
  padding: 0.4rem 1rem;
  cursor: pointer;
}

.home-header-menu li a:hover {
  background-color: #5ac0d4;
  border-radius: 0.4rem;
  /* padding: 0.4rem 1rem; */
  color: white;
}

.home-header-menu li:nth-child(4) a {
  margin-right: 0;
}

#navActive {
  color: white;
  background-color: #5ac0d4;
  border-radius: 0.4rem;
}

/* Home Header Phone*/

#menu-toggle {
  font-size: 2rem;
  display: none;
  color: white;
  margin-top: 2.5rem;
  margin-right: 1rem;
  z-index: 9999;
}

.home-header-menu-phone {
  position: absolute;
  right: 0;
  width: 60%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.397);
  right: -750px;
  padding: 7rem 2rem;
  transition: 0.5s ease-in-out;
  display: none;
}

.home-header-phonemenu {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.home-header-phonemenu li a {
  text-decoration: none;
  color: #5ac0d4;
  font-size: 1.2rem;
  cursor: pointer;
}

.home-header-phonemenu li:nth-child(4) a {
  background-color: #5ac0d4;
  border-radius: 0.4rem;
  padding: 0.2rem 0.7rem;
  color: white;
}

.home-header-phonemenu li {
  margin: 0 0 0.5rem 0;
}

.home-header-phonemenu li:nth-child(4) {
  margin: 0;
}

.active {
  scale: 1;
}

/* home banner */
.home-banner {
  height: calc(100vh - 5rem);
  width: 100%;
  /* background-color: aqua; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#banner_img {
  width: 35rem;
  height: auto;
  max-width: 100%;
}

#banner_heading {
  font-size: 3rem;
  color: #5ac0d4;
  text-align: center;
}

#banner_heading span {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.home-banner p i {
  color: #5ac0d4;
  border: 0.1rem solid #5ac0d4;
  padding: 0.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.home-banner #popup {
  color: #5ac0d4;
  cursor: pointer;
}

#popupvideo {
  position: absolute;
  overflow: hidden;
  /* width: 800px; */
  width: 1120px;
  /* height: 450px; */
  height: 630px;
  background-color: white;
  z-index: 9;
  display: none;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#popupvideo video {
  width: 100%;
  height: 100%;
}

.show {
  display: flex;
}

#home-container-two {
  display: none;
}

/* @keyframes slideIn {
    from {
        transform: translateX(-100vw);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
} */

/* Media Query home */

@media screen and (max-width: 1200px) {
  #popup {
    display: none;
  }
}

/* Tablet (max-width: 1024px) */
@media screen and (max-width: 1024px) {
  .home-header-logo {
    width: 3.5rem;
    height: auto;
  }

  .home-header-menu li a {
    font-size: 1rem;
  }

  #banner_img {
    width: 25rem;
  }

  #banner_heading {
    font-size: 1.5rem;
  }
}

/* Mobile (max-width: 768px) */
/* @media screen and (max-width: 768px) {
  .home-header {
    height: 4rem;
  }

  .home-header-logo {
    width: 8rem !important;
    height: auto;
  }

  .home-header-menu {
    display: none;
  }

  #menu-toggle {
    display: block;
    color: white;
  }

  .home-header-menu-phone {
    display: block;
  }

  .home-banner {
    height: calc(100vh - 4rem);
  }

  #banner_img {
    width: 15rem;
  }

  #banner_heading {
    margin-top: 2rem;
    font-size: 1rem;
  }

  #home-container {
    display: none;
  }

  #home-container-two {
    display: flex;
    height: 100%;
    flex-direction: column;
    background-color: black;
  }

  .home-background-video2 {
    width: 100%;
    margin-top: 2rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-background-video2 video {
    width: 100%;
    height: auto;
  }
} */

/* Mobile (max-width: 768px) */
@media screen and (max-width: 768px) {
  .home-header {
    height: 5rem;
    position: fixed;          /* keep header fixed at top */
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;  /* solid black background */
    z-index: 9999;            /* keep above everything */
  }

  .home-header-logo {
    width: 5rem !important;
    height: auto;
    margin-top: -1.5rem;
  }

  .home-header-menu {
    display: none;
  }

  #menu-toggle {
    display: block;
    color: white;
    margin-top: -5px;
    font-size: 1.5rem;
  }

  .home-header-menu-phone {
    display: block;
    background-color: rgba(0, 0, 0, 0.95); /* dark background for dropdown */
    position: fixed;
    top: 4rem;  /* directly below fixed header */
    right: -750px;
    width: 50%;
    height: calc(100vh - 4rem);
    padding: 2rem;
    transition: 0.5s ease-in-out;
    z-index: 9998;
  }

  .whyWeDoPhoneBTN2, .workPhoneBTN, .aboutusPhoneBTN, .contactPhoneBTN {
    font-size: 0.8rem !important;
  }

  .home-banner {
    margin-top: 4rem; /* push content below fixed header */
    height: calc(100vh - 4rem);
  }

  #home-container {
    display: none;
  }

  #home-container-two {
    display: flex;
    height: 100%;
    flex-direction: column;
    background-color: black;
  }

  .home-background-video2 {
    width: 100%;
    margin-top: 4rem; /* push video below fixed header */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home-background-video2 video {
    width: 100%;
    height: auto;
  }
}


/* why-we-do */

.p2 {
  display: none;
}

.why-we-do-container {
  position: relative;
  background-image: url(./images/backgroundimage/Jarvis\ Website\ Home\ Page.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.why-we-do {
  height: 100vh;
  width: 100%;
  position: relative;
}

#why-we-do-main {
  position: relative;
  overflow: hidden;
}

.why-we-do-main {
  display: flex;
  background-image: url(./images/backgroundimage/Jarvis\ Website\ What\ We\ Do\ 01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-we-do-left {
  height: 100%;
  width: 75%;
  /* background-color: red; */
}

.why-we-do-left-top2 {
  /* background-color: rgba(0, 0, 0, 0.397); */
}

/* .why-we-do-left-top {
    height: 5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3rem;
    z-index: 9;
} */

/* .why-we-do-left-top {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.why-we-do-left-top-logo ul {
  display: flex;
  list-style: none;
}

.why-we-do-left-top-logo ul li {
  padding: 0 2rem 0 0;
  cursor: pointer;
}
.why-we-do-left-top-logo ul li a {
  font-size: 1.6rem;
  color: white;
  cursor: pointer;
}

.why-we-do-left-top-logo ul li a:hover {
  border-bottom: 0.2rem solid white;
}

.why-we-do-left-top ul li {
  padding: 0 2rem 0 0;
  cursor: pointer;
}

.why-we-do-left-top ul li:nth-child(3) {
  padding: 0;
}

.why-we-do-left-top ul li a {
  position: relative;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  position: sticky;
}

#actives {
  padding: 0 0 0.5rem 0;
  border-bottom: 0.2rem solid white;
}

.why-we-do-left-top ul li a::after {
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 0;
  left: 0.1rem;
  top: 2.85rem;
  background-color: white;
  transition: 0.5s ease-in-out;
}

/* .why-we-do-left-top ul li a:hover::after {
    width: 100%;
} */

.why-we-do-left-top-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8rem 0 0 10rem ;
}

.why-we-do-left-top-logo #mainLOGO {
  width: 30%;
  /* background-color: #555; */
  height: 10rem;
  display: flex;
  align-items: center;
  padding: 0 2rem;
}

.why-we-do-left-top-logo #why-ul {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-we-do-left-top-logo #mainLOGO img {
  height: 70%;
}

.why-we-do-left-bottom {
  height: calc(100% - 10rem);
  width: 100%;
  /* background-color: bisque; */
  display: flex;
}

.why-we-do-left-bottom-left {
  height: 100%;
  width: 15%;
  /* background-color: blueviolet; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.why-we-do-left-bottom-left p {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 400;
  font-size: 3rem;
  color: white;
}

.why-we-do-left-bottom-right {
  height: 100%;
  width: 85%;
  /* background-color: aquamarine; */
  padding: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.why-we-do-left-bottom-right p {
  font-size: 2rem;
  color: white;
}

.why-we-do-right {
  height: 100%;
  width: 25%;
  background-color: rgba(0, 0, 0, 0.397);
  padding: 8rem 0 0 3rem;
  transition: 0.5s ease-in-out;
}

#why-we-do-click-btn {
  font-size: 2rem;
  color: #5ac0d4;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  background: white;
  padding: 0.6rem;
  border-radius: 50%;
  display: none;
  cursor: pointer;
  transform: rotate(-180deg);
  transition: 0.5s ease-in-out;
}

.why-we-do-right div {
  margin-bottom: 2rem;
  color: white;
}

.why-we-do-right div h1 {
  font-size: 3rem;
  font-weight: 300;
}

.why-we-do-right div p {
  font-size: 1.2rem;
}

#why-we-do-phone {
  display: none;
}

/* Media Query why we do */
/* Tablet (max-width: 1024px) */
@media screen and (max-width: 1024px) {
  #why-we-do-click-btn {
    display: block;
  }

  #why-we-do-come {
    position: absolute;
    right: -750px;
    width: 60%;
  }

  .why-we-do-left {
    width: 100%;
  }

  .why-we-do-left-bottom-right p {
    margin: 0 2rem 0 0;
  }

  .why-we-do-left-bottom-right i {
    display: block;
    z-index: 9;
  }
}

/* Mobile (max-width: 768px) */
@media screen and (max-width: 768px) {
  .why-we-do-container {
    display: none;
  }

  .why-we-do-left-top-logo img {
    height: 40%;
  }

  .p1 {
    display: none;
  }

  .p2 {
    display: block;
  }

  .why-we-do-left-bottom-left p {
    writing-mode: horizontal-tb;
  }

  .why-we-do-left-bottom {
    flex-direction: column;
  }

  .why-we-do-left-bottom-left {
    width: 100%;
    height: 5rem;
  }

  .why-we-do-left-bottom-left p {
    transform: rotate(0);
    font-size: 2rem;
  }

  .why-we-do-left-bottom-right p {
    font-size: 1rem;
  }

  .why-we-do-left-bottom-right {
    width: 100%;
    height: calc(100% - 5rem);
  }

  .why-we-do-left-top ul li a {
    font-size: 1rem !important;
  }

  .why-we-do-right div p {
    font-size: 1rem;
  }

  #why-we-do-phone {
    display: flex;
    width: 100%;
    height: 100%;
    background-image: url(./images/backgroundimage/Jarvis\ Website\ Home\ Page.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #why-we-do-phone-left {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    /* background-color: rgba(0, 0, 0, 0.397); */
    background-color: #3ea9bc;
  }

  #why-we-do-phone-left h1 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 400;
    font-size: 2rem;
    color: white;
  }

  .why-we-do-phone-right {
    width: 80%;
    height: 100%;
  }

  .field-phone {
    padding: 1rem 0 1rem 2rem;
  }

  .field-phone h1 {
    color: #3ea9bc;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .field-phone ul {
    color: white;
    margin-left: 2rem;
    font-weight: 200;
  }
}

/* Content */

#content {
  position: relative;
  overflow: hidden;
}

#content-click-btn {
  font-size: 2rem;
  color: #5ac0d4;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  background: white;
  padding: 0.6rem;
  border-radius: 50%;
  display: none;
  cursor: pointer;
  transform: rotate(-180deg);
  transition: 0.5s ease-in-out;
}

.why-we-do.content {
  background-image: url(./images/backgroundimage/Jarvis\ Website\ What\ We\ Do\ 02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}

.common-left-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  /* background-color: red; */
}

.common-left-bottom-right img {
  width: 25rem;
  height: auto;
}

.common-right div p:nth-child(1) {
  margin-bottom: 2rem;
}

.commonTP {
  background-image: url(./images/backgroundimage/Jarvis\ Website\ What\ We\ Do\ 03.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.common-right-tp {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}

.common-right-tp p {
  margin-bottom: 2rem;
  color: white;
  font-size: 1.2rem;
}

.common-right-tp p:last-of-type {
  margin-bottom: 0;
}

/* Media Query Content */
/* Tablet (max-width: 1024px) */
@media screen and (max-width: 1024px) {
  #content-click-btn {
    display: block;
  }

  .common-left-bottom-right img {
    width: 20rem;
  }

  .common-left {
    height: 100%;
  }

  #content-right {
    position: absolute;
    width: 60%;
    right: -450px;
  }
}

/* Mobile (max-width: 1024px) */
@media screen and (max-width: 1024px) {
  .common-left-bottom-right img {
    width: 20rem;
  }
}

/* Creative */
.why-we-do.Creative {
  background-image: url(./images/backgroundimage/Jarvis\ Website\ What\ We\ Do\ 03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

#creative {
  position: relative;
  overflow: hidden;
}

#creative-click-btn {
  font-size: 2rem;
  color: #5ac0d4;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  background: white;
  padding: 0.6rem;
  border-radius: 50%;
  display: none;
  cursor: pointer;
  transform: rotate(-180deg);
  transition: 0.5s ease-in-out;
}

/* Tablet (max-width: 1024px)*/
@media screen and (max-width: 1024px) {
  #creative-click-btn {
    display: block;
  }

  #creative-slider {
    position: absolute;
    width: 60%;
    right: -450px;
  }
}

/* onGround */

#onGround {
  position: relative;
  overflow: hidden;
}

.why-we-do.onGround {
  background-image: url(./images/backgroundimage/Jarvis\ Website\ What\ We\ Do\ 04.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.common-right-img {
  margin-top: 7rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.common-right-img-p {
  margin-top: -1.5rem;
  font-size: 3rem !important;
  color: #5ac0d4;
  font-weight: 300;
}

.common-right div img {
  width: 80%;
  height: auto;
}

#onGroundBTN {
  font-size: 2rem;
  color: #5ac0d4;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  background: white;
  padding: 0.6rem;
  border-radius: 50%;
  display: none;
  cursor: pointer;
  transform: rotate(-180deg);
  transition: 0.5s ease-in-out;
}

/* Media Query On ground */
/* Tablet (max-width: 1024px)*/
@media screen and (max-width: 1024px) {
  #onGroundBTN {
    display: block;
  }

  #onGround_slider {
    position: absolute;
    width: 60%;
    right: -450px;
  }

  .common-right-tp-img {
    width: 100%;
    padding-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .common-right-tp-img img {
    width: 80%;
    height: auto;
  }

  .common-right-tp-img p {
    font-size: 1.2em;
    color: #5ac0d4;
  }
}

@media screen and (max-width: 768px) {
  .common-right-img-p {
    font-size: 1rem !important;
    margin-top: 0;
  }
}

/* brands */

#brands-phone {
  display: none;
  
}

.brands-container {
  height: 100vh;
  width: 100%;
  background-image: url(./images/backgroundimage/Jarvis\ Website\ Home\ Page.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
}

.brands-container img {
  width: 75%;
}

#brand-img2 {
  display: none;
  
}

.brands-container p {
  font-size: 2rem;
  padding: 2rem 0 0 0;
  color: white;
}

@media screen and (max-width: 1024px) {
  .brands-container {
    position: relative;
    height: 100%;
  }

  .brands-container p {
    bottom: 0;
    font-size: 2rem;
    padding: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #brands-desktop {
    display: none;
  }

  #brands-phone {
    display: block;
    padding-left: 3rem;
  }
  .brands-container p {
    font-size: 1rem;
    font-weight: 300;
  }

  .brands-container img {
    width: 90%;
  }
}

/* Work */
.work-container {
  border: 0;
  padding: 2rem 0;
  width: 100%;
  background-image: url(./images/backgroundimage/Jarvis\ Website\ Home\ Page.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  align-items: center;
  justify-content: center;
}

.work-container .owl-carousel .item {
  border: 0;
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-container .owl-carousel .item a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-decoration: none;
}

.work-container .owl-carousel .item a img {
  width: 80%;
  height: auto;
  border-radius: 0.5rem;
  border: 0.2rem solid white;
}

.work-container .owl-carousel .item a h1 {
  color: white;
  font-size: 1.5rem;
}

.work-container .owl-nav {
  display: none;
}

.work-container .owl-dots {
  display: none;
}

/* work2 */
.work-container2 {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(./images/backgroundimage/Jarvis\ Website\ Home\ Page.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#work2 .owl-carousel {
  height: 100%;
  width: 100%;
}

#work2 .owl-carousel .item {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#work2 .owl-carousel .item .clickable {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  height: 100%;
  padding: 1rem;
}

#work2 .owl-carousel .item img {
  width: 445px;
  height: 461px;
  height: auto;
  border-radius: 0.5rem;
  border: 0.2rem solid white;
  transition: transform 0.3s ease-in-out;
}

#work2 .owl-carousel .item h1 {
  color: white;
  font-size: 1.5rem;
  margin-top: 0.5rem;
  transition: all 0.3s ease-in-out;
}

#work2 .owl-item.scale-up .clickable {
  transform: scale(1.5);
  z-index: 2;
}

#work2 .owl-item.scale-up img {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

#work2 .owl-item.scale-up h1 {
  font-size: 1.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#work2 .owl-nav,
#work2 .owl-dots {
  display: none;
}

#work2 {
  position: relative;
}

#work-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 8;
  top: 0;
  left: 0;
  display: none;
}

#work-popup {
  z-index: 9;
  position: absolute;
  width: 70%;
  height: 70%;
  background-color: white;
  display: none;
}

.item {
  cursor: pointer;
}

#work-popup img {
  height: 100%;
  width: 100%;
}

/* media query work */
/* Media Query about */
/* Tablet (max-width: 1672px) */
@media screen and (max-width: 1672px) {
  #work2 .owl-carousel .item img {
    max-width: 90%;
    height: auto;
    border-radius: 0.5rem;
    border: 0.2rem solid white;
    transition: transform 0.3s ease-in-out;
  }
}

/* Tablet (max-width: 1520px) */
@media screen and (max-width: 1672px) {
  #work2 .owl-carousel .item img {
    max-width: 80%;
    height: auto;
    border-radius: 0.5rem;
    border: 0.2rem solid white;
    transition: transform 0.3s ease-in-out;
  }
}

/* Tablet (max-width: 556px) */
@media screen and (max-width: 768px) {
  .work-container {
    display: flex;
  }

  .work-container2 {
    display: none;
  }
}

/* video2 */
#video2-phone {
  display: none;
}

.video2-container {
  height: 100vh;
  width: 100%;
  background-image: url(./images/backgroundimage/Jarvis\ Website\ Home\ Page.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.video2-container p {
  text-align: center;
  padding: 2rem 0;
  font-size: 2rem;
  color: white;
  bottom: 2rem;
}

.video2-container video {
  padding: 2rem 0 0 0;
  width: 60%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .video2-container p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #video2-phone {
    display: block;
  }

  #video-desktop {
    display: none;
  }
  .video2-container {
    height: 100%;
  }

  .video2-container p {
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1rem;
  }

  .video2-container video {
    padding: 0rem 0 0 0;
    width: 100%;
  }

  #bg2video {
    padding-bottom: 0;
  }
}

/* About */
.about-container {
  width: 100%;
  background-image: url(./images/backgroundimage/Jarvis\ Website\ Home\ Page.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}

.about-left {
  padding: 0 2rem;
  height: 100vh;
  width: 75%;
  /* background-color: blueviolet; */
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.about-left h1 {
  color: #5ac0d4;
  font-size: 3rem;
  padding: 0 0 2rem 0;
}

.about-left p {
  color: white;
  font-size: 1.2rem;
  padding: 0 0 1.5rem 0;
  text-align: justify;
  font-weight: 300;
}

.about-left p:last-of-type {
  padding: 0;
}

.about-right {
  height: 100vh;
  width: 25%;
  /* background-color: blanchedalmond; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-right-div {
  height: 80%;
  width: 80%;
  border-radius: 1rem;
  border: 0.3rem solid white;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  overflow: hidden;
}

.about-right-div div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.about-right-div img {
  width: 80%;
  height: auto;
}

.about-right-div p {
  color: #5ac0d4;
  font-size: 2rem;
}

/* Media Query about */
/* Tablet (max-width: 1024px) */
@media screen and (max-width: 1024px) {
  .about-container {
    flex-direction: column;
  }

  .about-left {
    width: 100%;
  }

  .about-left h1 {
    font-size: 3rem;
  }

  .about-left p {
    font-size: 1.2rem;
  }

  .about-right {
    height: 50vh;
    width: 100%;
  }

  .about-right-div {
    flex-direction: row;
  }

  .about-right-div img {
    width: 30%;
  }
}

/* Mobile (max-width: 768px) */
@media screen and (max-width: 768px) {
  .about-left {
    height: 100%;
    padding: 2rem 2rem;
  }

  .about-left h1 {
    font-size: 2rem;
    padding: 0 0 0.5rem 0;
  }

  .about-left p {
    font-size: 1rem;
  }

  .about-right {
    height: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }

  .about-right-div {
    flex-direction: row;
    width: 95%;
  }

  .about-right-div div {
    width: 50%;
  }

  .about-right-div div img {
    width: 95%;
  }

  .about-right-div div video {
    width: 95%;
  }

  #bg2video {
    padding-bottom: 3rem;
  }
}

/* Profile */
/* Profile */
.profile-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background-color: white;
  flex-direction: column;
}

.profile-container .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
  /* align-items: center;
  justify-content: center; */
}

.profile-left,
.profile-right {
  width: 50%;
  padding: 1rem;
  box-sizing: border-box;
}

.profile-left img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.profile-right h1 {
  color: #5ac0d4;
  font-size: 2rem;
  position: relative;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.profile-right h2 {
  font-size: 1.8rem;
  margin: 0.5rem 0;
  text-transform: uppercase;
}

.profile-right h3 {
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #333;
  text-transform: uppercase;
}

.profile-right p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: justify;
  color: #555;
}

/* Owl Carousel Navigation Arrows */
.owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1rem;
  pointer-events: none;
  /* so content underneath can still be interacted with */
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background-color: #5ac0d4;
  border: none;
  color: white;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  pointer-events: all;
  cursor: pointer;
  transition: background-color 0.3s;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background-color: #3ea9bc;
}

/* Optional: Use icons */
.owl-nav button span {
  font-size: 2rem;
}

/* Owl Carousel Dots */
.owl-dots {
  text-align: center;
  margin-top: 1rem;
}

.owl-dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}

.owl-dot.active {
  background-color: #5ac0d4;
}

.profile-container-phone {
  display: none;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .profile-left,
  .profile-right {
    width: 100%;
  }

  .profile-right h1 {
    font-size: 2.2rem;
  }

  .profile-right h2 {
    font-size: 1.8rem;
  }

  .profile-right h3 {
    font-size: 1.1rem;
  }

  .profile-right p {
    font-size: 0.95rem;
  }
}

/* Mobile */
@media screen and (max-width: 768px) {
  .profile-container {
    display: none;
  }
  .profile-container .item {
    flex-direction: column;
    padding: 1rem;
    height: 100%;
  }

  .profile-left,
  .profile-right {
    width: 100%;
    padding: 0.5rem;
  }

  .profile-right h1 {
    font-size: 1.8rem;
  }

  .profile-right h2 {
    font-size: 1.5rem;
  }

  .profile-right h3 {
    font-size: 1rem;
  }

  .profile-right p {
    font-size: 0.9rem;
  }

  .profile-container-phone {
    padding: 0rem 0.5rem 2rem 0.5rem;
    display: block;
  }

  .profile-field {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 2rem;
  }

  .profile-field-img {
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    overflow: hidden;
  }

  .profile-field-img img {
    width: 100%;
  }

  .profile-field-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .profile-field-content h2 {
    color: #3ea9bc;
    text-transform: uppercase;
  }

  .profile-field-content h3 {
    font-size: 0.9rem;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
  }
}

/* Contact */
.contact-container {
  height: 100vh;
  width: 100%;
  background-image: url(./images/backgroundimage/Jarvis\ Website\ Contact\ Us.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}

.contact-left {
  height: 100%;
  width: 11%;
  /* background-color: rgb(63, 63, 63); */
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-left h1 {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 3.5rem;
  color: white;
}

.contact-right {
  height: 100%;
  width: 89%;
  /* margin-top: 2rem; */
  /* background-color: #5ac0d4; */
}

.contact-right-top {
  height: 80%;
  width: 100%;
  /* background-color: darkslategray; */
  display: flex;
}

.contact-right-top-left {
  width: 50%;
  height: 100%;
  /* background-color: red; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5rem;
  position: relative;
}

/* .contact-right-top-left::after {
    content: "";
    position: absolute;
    height: 60%;
    bottom: 0;
    background-color: grey;
    width: 0.2rem;
    right: 0;
} */

.contact-right-top-left div {
  display: flex;
}

.contact-right-top-left div i {
  margin-right: 1rem;
  font-size: 1.8rem;
  color: #5ac0d4;
}

.contact-right-top-left p {
  font-size: 1rem;
  padding-bottom: 2rem;
  color: white;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}

.contact-right-top-left p:hover {
  color: #5ac0d4;
}

.contact-right-top-right {
  width: 50%;
  height: 100%;
  /* background-color: green; */
  display: flex;
  align-items: flex-end;
  padding-left: 2rem;
}

.contact-right-top-right p iframe {
  border-radius: 2rem;
  width: 600px;
  height: 450px;
}

.contact-right-top-box {
  height: 50%;
  width: 50%;
  /* background-color: rgb(110, 110, 110); */
  padding: 2rem 4rem;
  display: flex;
  align-items: flex-start;
}

.contact-right-top-box:nth-child(1) p {
  border-right: 0.5rem solid white;
}

.contact-right-top-box p {
  font-size: 3rem;
  color: white;
}

.contact-right-bottom {
  height: 20%;
  width: 100%;
  /* background-color: coral; */
  display: flex;
  align-items: center;
  padding: 2rem;
  justify-content: flex-end;
  position: fixed;
  bottom: 0;
  right: 0;
}

.contact-right-bottom a {
  margin-right: 2rem;
}

.contact-right-bottom i {
  font-size: 1.5rem;
  padding: 0.2rem;
  border-radius: 0.5rem;
  color: white;
  cursor: pointer;
}

.contact-right-bottom i:last-of-type {
  margin-right: 0;
}

/* Media Query Contact */
/* Tablet (max-width: 1024px) */
@media screen and (max-width: 1024px) {
  .contact-container {
    height: 100%;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
  }

  .contact-left {
    width: 100%;
  }

  .contact-left h1 {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    font-size: 3rem;
  }

  .contact-right {
    width: 100%;
  }

  .contact-right-top {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .contact-right-top-left {
    width: 100%;
    padding: 0 2rem;
  }

  .contact-right-top-left::after {
    height: 0;
  }

  .contact-right-top-left p i {
    padding-right: 2rem;
  }

  .contact-right-top-right {
    width: 100%;
    padding-left: 0;
  }

  .contact-right-top-right p {
    width: 100%;
    padding: 0 2rem;
  }

  .contact-right-top-right p iframe {
    border-radius: 2rem;
    width: 100%;
    height: 450px;
  }
}

/* Mobile (max-width: 768px) */
@media screen and (max-width: 768px) {
  .contact-right-top-left div i {
    font-size: 1rem;
  }

  .contact-right-top-left div p {
    font-size: 1rem;
  }

  .contact-right-top-right {
    display: none;
  }

  .contact-right-bottom a {
    margin-right: 0.5rem;
  }

  .contact-right-bottom a i {
    font-size: 1rem;
  }

  .contact-right {
    position: relative;
  }

  .contact-right-bottom {
    position: absolute;
    bottom: 0.8rem;
  }
}
