/** @format */

/* @import url("https://use.typekit.net/jfx1zdi.css"); */
@font-face {
  font-family: myriad-pro;
  src: url(MyriadRegular.tff);
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  background-color: #4a4a4a;
  font-family: "myriad-pro", sans-serif;
  /* display: flex;
          align-items: center;
          justify-content: center; */
}
.main-section {
  position: relative;
  z-index: 1;
  width: 1800px;
  height: 1050px;
  margin: 1rem auto 0rem auto;
  /* overflow: hidden; */
}
video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: inherit;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.header {
  display: flex;
  background-color: #fff;
  list-style: none;
  padding: 0;
  /* justify-content: space-around; */
  align-items: center;
  text-align: center;
  position: absolute;
  width: 100%;
  padding: 10px 1rem;
  top: 0.5rem;
}
.nav {
  display: flex;
  list-style: none;
  padding: 0;
  /* justify-content: space-around; */
  text-align: center;
  width: 89%;
  margin: 0;
}

.nav li {
  /* padding: 20px; */
  /* flex-basis: 33.3%; */
  cursor: pointer;
  color: #2fa8e1;
  margin: 10px;
}
.header img {
  width: 75%;
  position: relative;
  right: -1.5rem;
}

.nav a {
  text-decoration: none;
  color: #43467d;
}
.pin a {
  text-decoration: none;
  color: #000;
}
.pin {
  background-color: #fff;
  border-radius: 15px;
  color: #000;
  padding: 10px;
  width: max-content;
  opacity: 0.9;
  font-size: 14px;
}
.pin.pin a:hover {
  opacity: 0.6;
}
.pin-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 15rem;
}
.pin-wrapper img {
  width: 3rem;
}
.pin-wrapper img:hover {
  cursor: pointer;
}
.one {
  top: 36rem;
  left: 49rem;
}
.fa-solid {
  color: #43467d;
}
.fa-solid:hover {
  cursor: pointer;
}
.bottom-part {
  position: absolute;
  bottom: 5rem;
  left: 0rem;
  display: flex;
  width: 100%;
  /* padding: 0rem 2rem; */
  justify-content: space-around;
  align-items: flex-end;
}
.share {
  background-color: #fff;
  padding: 9px;
  border-radius: 15px;
  width: 70px;
}
.share-and-contact {
  display: flex;
  gap: 10px;
}
.share a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.products {
  display: flex;
  gap: 3%;
}
.product-wrapper {
  flex-basis: 60%;
  width: 75%;
}
.product-wrapper h4 {
  color: #fff;
}
.product {
  background-color: #fff;
  color: #42469d;
  padding: 4px;
  border-radius: 15px;
  width: 200px;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 17px;
  gap: 10px;
}
.product img {
  width: 20%;
}
.site-footer {
  display: flex;
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  color: #fff;
  justify-content: space-between;
  font-size: 15px;
  padding: 0rem 1rem;
}
.site-footer ul {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 10px;
}
.site-footer a {
  text-decoration: none;
  color: #fff;
}
.valve-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  opacity: 1;
  width: 300px;
  padding: 1rem;
  text-align: center;
  border-radius: 10%;
  gap: 10px;
  position: absolute;
  top: 20%;
  left: 40%;
  z-index: 1;
}
.valve-details a {
  text-decoration: none;
  color: #42469d;
  display: flex;
  gap: 5px;
}
.video-button {
  border: 1px solid #43467d;
  background-color: transparent;
  border-radius: 7px;
  padding: 10px;
}
.altitude-content-img img {
  width: 80%;
}

/* Style the modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Style the modal content */
.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 5px;
  text-align: center;
}

.modal input {
  padding: 0.5rem;
}
.modal button {
  background: #2fa8e1;
  color: #fff;
  border: none;
  padding: 0.5rem;
  margin: 0rem 0rem 0rem 1rem;
}
.modal span {
  position: relative;
  bottom: 2.5rem;
  left: 0.9rem;
}

@media screen and (max-width: 1200px) {
  .main-section {
    position: relative;
    z-index: 1;
    width: 1150px;
    height: 800px;
    margin: 3rem auto 0rem auto;
  }
  video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: inherit;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .one {
    top: 26rem;
    left: 30rem;
  }

  .site-footer {
    bottom: 2.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .main-section {
    position: relative;
    z-index: 1;
    width: 1000px;
    height: 700px;
    margin: 2rem auto 0rem auto;
  }
  video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: inherit;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .header {
    display: flex;
    background-color: #fff;
    list-style: none;
    padding: 0;
    /* justify-content: space-around; */
    align-items: center;
    text-align: center;
    position: absolute;
    top: 1.5rem;
    width: inherit;
    padding: 10px 1rem;
  }
  .one {
    top: 23rem;
    left: 26rem;
  }
  .bottom-part {
    bottom: 6rem;
  }
}

@media screen and (max-width: 980px) {
  .main-section {
    position: relative;
    z-index: 1;
    width: 900px;
    height: 700px;
    margin: 2rem auto 0rem auto;
  }
  video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: inherit;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .header {
    display: flex;
    background-color: #fff;
    list-style: none;
    padding: 0;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 3rem;
    width: inherit;
    padding: 10px 1rem;
  }
  .one {
    top: 22rem;
    left: 25rem;
  }

  .bottom-part {
    bottom: 7rem;
  }
  .site-footer {
    bottom: 4.5rem;
  }
}

@media screen and (max-width: 910px) {
  .main-section {
    position: relative;
    z-index: 1;
    width: 870px;
    height: 700px;
    margin: 2rem auto 0rem auto;
  }
  video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: inherit;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .header {
    display: flex;
    background-color: #fff;
    list-style: none;
    padding: 0;
    /* justify-content: space-around; */
    align-items: center;
    text-align: center;
    position: absolute;
    top: 3.5rem;
    width: inherit;
    padding: 10px 1rem;
  }
  .one {
    top: 22rem;
    left: 24rem;
  }
  .bottom-part {
    bottom: 8rem;
  }
}

@media screen and (max-width: 880px) {
  .main-section {
    position: relative;
    z-index: 1;
    width: 760px;
    height: 700px;
    margin: 2rem auto 0rem auto;
  }
  video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: inherit;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .header {
    display: flex;
    background-color: #fff;
    list-style: none;
    padding: 0;
    /* justify-content: space-around; */
    align-items: center;
    text-align: center;
    position: absolute;
    top: 5rem;
    width: inherit;
    padding: 10px 1rem;
  }
  .one {
    top: 22rem;
    left: 21rem;
  }
  .bottom-part {
    bottom: 9.5rem;
  }
  .site-footer {
    bottom: 7rem;
  }
}

@media screen and (max-width: 768px) {
  .main-section {
    position: relative;
    z-index: 1;
    width: 1000px !important;
    height: 700px;
    margin: 2rem auto 0rem auto;
  }
  video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: inherit;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  /* source {
            width: 100%;
            height: 100%;
          } */
  .header {
    display: flex;
    background-color: #fff;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0.5rem;
    width: 100%;
    padding: 10px 1rem;
  }
  .nav {
    display: flex;
    list-style: none;
    padding: 0;
    /* justify-content: space-around; */
    text-align: center;
    width: 20rem;
    margin: 0;
  }

  .nav li {
    /* padding: 20px; */
    /* flex-basis: 33.3%; */
    cursor: pointer;
    color: #2fa8e1;
    margin: 10px;
  }
  .header img {
    width: 10rem;
  }
  .one {
    top: 22rem;
    left: 28rem;
  }
  .bottom-part {
    bottom: 5rem;
  }
  .site-footer {
    bottom: 3rem;
  }
}

@media screen and (min-width: 2560px) {
  .main-section {
    position: relative;
    z-index: 1;
    width: 2250px;
    height: 800px;
    margin: 5rem auto 0rem auto;
    /* overflow: hidden; */
  }

  video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: inherit;
    height: auto;
    margin: 5rem auto 0rem auto;
    transform: translate(-50%, -40%);
    z-index: -1;
  }

  .header {
    display: flex;
    background-color: #fff;
    list-style: none;
    padding: 0;
    /* justify-content: space-around; */
    align-items: center;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 10px 1rem;
    top: -3rem;
  }

  .pin-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 15rem;
    font-size: 1.2rem;
  }

  .one {
    bottom: -12rem;
    left: 63rem;
  }
  .bottom-part {
    position: absolute;
    bottom: -25rem;
    left: 0rem;
    display: flex;
    width: 100%;
    /* padding: 0rem 2rem; */
    justify-content: space-around;
    align-items: flex-end;
  }

  .site-footer {
    display: flex;
    position: absolute;
    bottom: -31rem;
    width: 100%;
    color: #fff;
    justify-content: space-between;
    font-size: 1.3rem;
    padding: 0rem 1rem;
  }
}
@media screen and (min-width: 1025px) {
  body {
    overflow: hidden;
  }
  .main-section {
    position: relative;
    z-index: 1;
    width: 90vw;
    height: 100%;
    margin: 0rem auto 0rem auto;
  }

  video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: inherit;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .one {
    top: 51%;
    left: 43%;
  }
}
