/* home style */
.header #float__video {
  width: 294px;
  height: 164px;
  position: absolute;
  border-radius: 11px;
  bottom: 10%;
  right: 15px;
}
.header #float__video .corner__img {
  top: 0;
  left: 0;
}
.header #float__video .video__content {
  width: 100%;
  height: 100%;
  border-radius: 11px;
}
.header #float__video .video__content #home-corner-video {
  width: 100%;
  height: 100%;
  border-radius: 11px;
}
.header #float__video .video-controllers {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.header #float__video .video-controllers button {
  width: 41px;
  height: 41px;
  outline: none;
  background: transparent;
  border: none;
  position: absolute;
  bottom: -6px;
  right: -12px;
  overflow: hidden;
  display: none;
}
.header #float__video .video-controllers button.active {
  display: block;
}
.header #float__video .video-controllers button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(2.3);
}

#home-main {
  width: 100%;
  /*height: 100vh;*/
  background-image: url(../../img/home/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  position: relative;
}
#home-main #home-main-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#home-main .video-controllers {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-main .video-controllers button {
  width: 125px;
  height: 125px;
  outline: none;
  background: transparent;
  border: none;
  overflow: hidden;
  display: none;
}
#home-main .video-controllers button.active {
  display: block;
}
#home-main .video-controllers button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(2);
}

#security {
  width: 100%;
  height: 100vh;
  background-color: #d9dede;
  padding-top: 110px;
  padding-bottom: 158px;
  position: relative;
}
#security .container {
  height: 100%;
}
#security .categories {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 65px;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
  border-bottom: none;
}
#security .categories .category-box {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#security .categories .category-box button {
  padding: 0;
  border-bottom: none;
}
#security .categories button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  transition: 0.3s;
}
#security .categories button:hover {
  width: 60px;
  height: 60px;
}
#security .categories button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#security .tab-pane {
  height: 100%;
}
#security .content {
  display: grid;
  height: 90%;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  scrollbar-color: #4c9cb5 #e4e8e8;
  scrollbar-width: thin;
}
#security .content::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #e4e8e8;
  scrollbar-width: thin;
  scrollbar-width: 4px;
}
#security .content::-webkit-scrollbar {
  scrollbar-width: thin;
  scrollbar-width: 4px;
  width: 4px;
  background-color: transparent;
}
#security .content::-webkit-scrollbar-thumb {
  scrollbar-width: thin;
  scrollbar-width: 4px;
  border-radius: 10px;
  background-color: #4c9cb5;
}
#security .content .scrollbar {
  border-radius: 2px;
  background-color: #e4e8e8;
}
#security .content .scrollbar-thumb {
  width: 4px;
  background-color: transparent;
}
#security .content .scrollbar-track {
  border-radius: 10px;
  background-color: #4c9cb5;
}
#security .content h2 {
  max-width: 325px;
  white-space: pre-wrap;
  font-family: "TERRANICA", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  line-height: 48px;
  margin-bottom: 20px;
}
#security .content p {
  color: #9a9c9c;
  font-family: "BlissPro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 450px;
}
#security .content .content-video {
  overflow: hidden;
  max-width: 558px;
  border-radius: 12px;
  margin-right: 50px;
  cursor: pointer;
}
#security .content .content-video img {
  box-shadow: 0px 4px 6px 0px rgba(255, 255, 255, 0.25);
  width: 100%;
  border-radius: 12px;
}
#security .bg-images {
  overflow: hidden;
}
#security .bg-images img.first {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#security .bg-images img.second {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

#three_model {
  text-align: center;
  padding-top: 178px;
  padding-bottom: 52px;
  background: linear-gradient(180deg, #fff 0%, #d9dede 100%);
}
#three_model h2 {
  max-width: 960px;
  margin: auto;
  color: var(--Main-color, #007295);
  text-align: center;
  font-family: "TERRANICA";
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: 168%;
  letter-spacing: 1.48px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
#three_model p {
  color: #969696;
  text-align: center;
  font-family: "BlissPro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.8%;
  margin-bottom: 45px;
}
#three_model .colors {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 85px;
  margin-bottom: 20px;
}
#three_model .colors button {
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  transition: 0.3s;
  position: relative;
}
#three_model .colors button .color-box {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#three_model .colors button span {
  flex-shrink: 0;
  display: block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin-bottom: 6px;
  transition: 0.3s;
  box-shadow: 0 0 5px 1px #eee;
}
#three_model .colors button h5 {
  width: 100px;
  top: 60px;
  position: absolute;
  color: var(--Black, #0f0f0f);
  opacity: 0;
  text-align: center;
  font-family: "BlissPro", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.8%;
  letter-spacing: 1.425px;
  text-transform: uppercase;
  transition: 0.3s all;
}
#three_model .colors button:hover span {
  width: 54px;
  height: 54px;
}
#three_model .colors button:hover h5 {
  opacity: 0.6;
}
#three_model .three-model {
  overflow: hidden;
  max-width: 1280px;
  height: 710px;
  margin: auto;
  position: relative;
  padding-top: 60px;
}
#three_model .three-model img {
  width: 100%;
  object-fit: contain;
  position: relative;
  z-index: 15;
}
#three_model .three-model .bg-text {
  width: 95%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#three_model .three-model .bg-text svg {
  width: 100%;
}
#three_model .three-model .bg-img {
  width: 80%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#three_model .three-model .threejs-model {
  position: relative;
  z-index: 150;
  width: 100%;
  height: 710px;
}
#three_model .model-angle {
  display: flex;
  align-items: center;
  justify-content: center;
}
#three_model .model-angle button {
  position: relative;
  background: transparent;
  color: var(--White, #fff);
  font-family: BlissPro;
  font-size: 19.081px;
  font-style: normal;
  font-weight: 700;
  line-height: 120.8%;
  border: none;
  outline: none;
  padding: 0px 18px 8px;
  padding-right: 12px;
  cursor: pointer;
  overflow: hidden;
}
#three_model .model-angle button img {
  position: absolute;
  bottom: -180%;
  left: 50%;
  transform: translateX(-50%);
}

#gallery .head {
  padding-top: 100px;
  padding-bottom: 10px;
}
#gallery .head .gallery-nav {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#gallery .head .gallery-nav h1 {
  color: var(--Main-color, #007295);
  text-align: center;
  font-family: TERRANICA;
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.8%;
  letter-spacing: 1.48px;
  text-transform: uppercase;
  margin-bottom: 0;
}
#gallery .head .gallery-nav .switch {
  display: flex;
  align-items: center;
  gap: 8px;
}
#gallery .head .gallery-nav .switch button {
  color: #9a9c9c;
  text-align: center;
  font-family: "BlissPro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 124.8%;
  text-transform: uppercase;
  border: none;
  outline: none;
  opacity: 0.8;
  background: transparent;
}
#gallery .head .gallery-nav .switch button.active {
  color: var(--Main-color, #007295);
}
#gallery .head .gallery-nav .switch span {
  color: rgba(60, 60, 60, 0.18);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 124.8%;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
#gallery .head .gallery-nav .slider-control {
  display: flex;
  align-items: center;
  gap: 23px;
}
#gallery .head .gallery-nav .slider-control button {
  border: none;
  outline: none;
  width: 21px;
  height: 23px;
}
#gallery .head .gallery-nav .slider-control button svg {
  width: 100%;
  height: 100%;
}
#gallery .head .gallery-nav .slider-control .show {
  display: flex;
  align-items: flex-end;
}
#gallery .head .gallery-nav .slider-control .show h4 {
  font-size: 44px;
  font-weight: 400;
  line-height: 46px;
  color: #007295;
}
#gallery .head .gallery-nav .slider-control .show span {
  font-size: 22px;
  line-height: 32px;
  color: #9a9c9c;
}
#gallery .head .gallery-nav .slider-control .show h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #9a9c9c;
}
#gallery .gallery-content .carousel-item {
  height: 700px;
}
#gallery .gallery-content .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#gallery .gallery-photos {
  display: flex;
  align-items: center;
  overflow-x: auto;
}
#gallery .gallery-photos::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #e4e8e8;
}
#gallery .gallery-photos::-webkit-scrollbar {
  width: 4px;
  height: 6px;
  background-color: transparent;
}
#gallery .gallery-photos::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4c9cb5;
}
#gallery .gallery-photos .scrollbar {
  border-radius: 2px;
  background-color: #e4e8e8;
}
#gallery .gallery-photos .scrollbar-thumb {
  width: 4px;
  background-color: transparent;
}
#gallery .gallery-photos .scrollbar-track {
  border-radius: 10px;
  background-color: #4c9cb5;
}
#gallery .gallery-photos .gallery-item {
  min-width: 205px;
  cursor: pointer;
}

#interior {
  background-color: #d9dede;
  padding-top: 178px;
}
#interior .head {
  padding-bottom: 30px;
}
#interior .head h2 {
  color: var(--White, #fff);
  text-align: center;
  font-family: TERRANICA;
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: 168%;
  letter-spacing: 1.48px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#interior .head p {
  color: #9a9c9c;
  text-align: center;
  font-family: "BlissPro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.8%;
}
#interior .head .categories {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 65px;
  position: relative;
  z-index: 10;
}
#interior .head .categories .category-box {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#interior .head .categories .category-box .popover {
  height: 450px;
  max-width: 850px !important;
  padding: 15px 0px;
  background-color: #d9dede;
  filter: drop-shadow(0px 8px 14px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: none;
  font-size: 12px;
  font-family: "BlissPro", sans-serif;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  position: absolute;
  z-index: 4;
}
#interior .head .categories .category-box .popover:before {
  border-bottom: 18px solid #d9dede;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  top: -17px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -12px;
  position: absolute;
}
#interior .head .categories .category-box .popover .popover-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
  padding: 0 16px;
}
#interior .head .categories .category-box .popover .popover-head button {
  border: none;
  outline: none;
  background: transparent;
}
#interior .head .categories .category-box .popover .popover-wrapper {
  padding: 15px 40px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 88%;
}
#interior .head .categories .category-box .popover .popover-wrapper::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #e4e8e8;
}
#interior .head .categories .category-box .popover .popover-wrapper::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
#interior .head .categories .category-box .popover .popover-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4c9cb5;
}
#interior .head .categories .category-box .popover .popover-wrapper .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#interior .head .categories .category-box .popover .popover-wrapper .content h1 {
  color: var(--White, #fff);
  font-family: TERRANICA;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 168%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 19px;
}
#interior .head .categories .category-box .popover .popover-wrapper .content p {
  color: #9a9c9c;
  font-family: "BlissPro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin-bottom: 23px;
}
#interior .head .categories .category-box .popover .popover-wrapper .content .img-content {
  width: 445px;
}
#interior .head .categories .category-box .popover .popover-wrapper .content .img-content img {
  width: 100%;
}
#interior .head .categories .category-box:focus-within .popover {
  display: block;
  -webkit-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
  -moz-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
  -ms-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
}
#interior .head .categories button.interior-item {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  transition: 0.3s;
  position: relative;
}
#interior .head .categories button.interior-item:hover {
  width: 60px;
  height: 60px;
}
#interior .head .categories button.interior-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#interior .content {
  position: relative;
}
#interior .content .model-angle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
  cursor: default;
}
#interior .content .model-angle button {
  position: relative;
  background: transparent;
  color: var(--White, #fff);
  font-family: BlissPro;
  font-size: 19.081px;
  font-style: normal;
  font-weight: 700;
  line-height: 120.8%;
  border: none;
  outline: none;
  padding: 0px 18px 8px;
  padding-right: 12px;
  cursor: pointer;
  overflow: hidden;
}
#interior .content .model-angle button img {
  position: absolute;
  bottom: -180%;
  left: 50%;
  transform: translateX(-50%);
}

#preorder {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 80px;
  padding-bottom: 36px;
  background-image: url(../../img/home/Expedition.jpg);
  min-height: 1730px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#preorder .order-modal {
  padding: 96px 120px 110px 66px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  border-radius: 38px;
  background: linear-gradient(137deg, rgba(15, 15, 15, 0.17) 14.91%, rgba(184, 190, 252, 0.17) 75.91%);
}
#preorder .order-modal h2 {
  color: var(--White, #fff);
  font-family: TERRANICA;
  font-size: 49px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.3%;
  letter-spacing: 1.96px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
#preorder .order-modal p {
  max-width: 330px;
  color: #777;
  font-family: "BlissPro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.8%;
}
#preorder .order-modal form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
#preorder .order-modal form .input-group {
  margin-bottom: 18px;
  max-width: 350px;
}
#preorder .order-modal form .input-group input {
  width: 100%;
  padding: 18px 20px;
  background: #f9f9f9;
  border: solid 1.5px rgba(199, 199, 199, 0.24);
  color: #3c3c3c;
  font-family: "BlissPro", sans-serif;
  font-size: 17.342px;
  font-style: normal;
  font-weight: 400;
  line-height: 120.8%;
  border-radius: 8px;
  border: 1px solid gba(199, 199, 199, 0.24);
  outline: none;
}
#preorder .order-modal form .input-group input::placeholder {
  color: rgba(60, 60, 60, 0.3);
}
#preorder .order-modal form .submit-button {
  margin-bottom: 18px;
  width: 350px;
  margin-top: 10px;
}
#preorder .order-modal form .submit-button input {
  width: 100%;
  padding: 16px 45px;
  border-radius: 8px;
  background: #313131;
  border: none;
  outline: none;
  color: var(--White, #fff);
  text-align: center;
  font-family: "BlissPro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.2%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
#preorder .order-modal form .input-checkbox {
  max-width: 350px;
  display: flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 14px;
}
#preorder .order-modal form .input-checkbox .contain-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#preorder .order-modal form .input-checkbox .contain-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
#preorder .order-modal form .input-checkbox .contain-box:hover input ~ .checkmark {
  background-color: #ccc;
}
#preorder .order-modal form .input-checkbox .contain-box input:checked ~ .checkmark {
  background-color: #ffffff;
}
#preorder .order-modal form .input-checkbox .contain-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#preorder .order-modal form .input-checkbox .contain-box input:checked ~ .checkmark:after {
  display: block;
}
#preorder .order-modal form .input-checkbox .contain-box .checkmark:after {
  left: 9px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid #0f0f0f;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#preorder .order-modal form .input-checkbox label {
  color: rgba(60, 60, 60, 0.59);
  font-family: "BlissPro", sans-serif;
  font-size: 12.245px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.509px;
}

/* home style */
.content-mobile {
  display: none;
}

.swipe-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: visible;
}

.swipe-section .panel {
  position: absolute;
  width: 100%;
  height: 100vh;
}

/*# sourceMappingURL=home.css.map */
