@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.noneclass {
  display: none !important;
}

.hidden {
  display: none !important;
}

#toggleImageVideo {
  display: none; /* Initially hidden */
  z-index: 10;
  position: absolute;
}

#askExpertButton {
  /* Add button styling here */
  position: absolute;
  right: 30px;
  bottom: 90px;
  background-color: #f2cc4d;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #031e40;
  padding: 12px 16px 12px 46px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  z-index: 9;
  font-weight: 600;
  border-radius: 6px;
  border: none; /* Removes the default border */
}

#expertDetails {
  /* Add details styling here */
  position: absolute;
  right: 30px;
  bottom: 150px;
  /* width: 300px; */
  background-color: rgba(242, 204, 77, 0.8);
  text-transform: uppercase;
  display: flex;
  /* justify-content: flex-start; */
  color: #031e40;
  padding: 12px 24px 16px 24px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  z-index: 9;
  font-weight: 600;
  border-radius: 6px;
  flex-direction: row;
  align-items: flex-start;
}

#expertImage {
  margin-left: 16px;
  border-radius: 500px;
  object-fit: cover;
  border: 2px solid #fff;
}

#expertText {
  display: flex;
  text-align: right;
  flex-direction: column;
}

#askExpertButton::before {
  position: absolute;
  content: url("./../images/show.svg");
  left: 16px;
  top: 12px;
  color: #031e40;
}

#expertTitle {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  text-transform: capitalize;
}

#expertName {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  text-transform: capitalize;
}

#expertEmail {
  margin-top: 0;
  color: #0000fe;
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  text-transform: lowercase;
}

@font-face {
  font-family: "EurostileExtended-Roman-DTC";
  src: url("../fonts/EurostileExtended-Roman-DTC.eot");
  src: url("../fonts/EurostileExtended-Roman-DTC.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/EurostileExtended-Roman-DTC.woff2") format("woff2"),
    url("../fonts/EurostileExtended-Roman-DTC.woff") format("woff"),
    url("../fonts/EurostileExtended-Roman-DTC.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.tab-content::-webkit-scrollbar {
  width: 5px;
}

.tab-content::-webkit-scrollbar-track {
  background: transparent;
}

.tab-content::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 6px;
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

html,
body {
  margin: 0;
  height: 100%;
}

.body {
  position: relative;
  overflow: hidden;
}

.logo {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 200px;
  height: auto;
  z-index: 999;
}

.logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.img-responsive {
  width: 100%;
  height: 100%;
  display: block;
}

.mainVideo {
  width: 100vw; /* Make video fill the width of its container */
  height: 100vh; /* Set the height to auto to maintain aspect ratio */
  object-fit: fill;
}

/* This ensures that the video is responsive and maintains its aspect ratio */
/* @media (max-width: 767px) {
  .mainVideo {
    height: auto;
  }
} */

.wrapper {
  position: absolute;
  top: 0;
  left: -350px;
  width: 350px;
  height: 100%;
  z-index: 999;
  transition: all 0.5s;
}

.wrapper.show {
  left: 0;
}

.wrapperOutside {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}

.menu {
  position: absolute;
  right: -110px;
  top: 88px;
  width: 110px;
  background: rgba(3, 30, 64, 0.7);
  height: 40px;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  cursor: pointer;
  z-index: 99;
  transition: all 1s;
}

.menu.view {
  left: 350px;
}

.menu p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

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

.line {
  width: 15px;
  height: 1.5px;
  background-color: #f2cc4d;
}

.line:nth-child(1n + 2) {
  margin-top: 3px;
}

.sidebar {
  width: 350px;
  height: 100%;
  position: relative;
  background: rgba(3, 30, 64, 0.7);
  z-index: 99;
  padding: 25px;
}

.myLiterature {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 16px;
  min-height: 42px;
  background: #c19ffc;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.myLiterature img {
  width: 20px;
  margin-right: 8px;
}

.spaceBeetween {
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
  float: left;
  margin: 80px 0 20px 0;
}

.sidebar .searchTitle {
  margin: 100px 0 20px 0;
  color: #c19ffc;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  float: left;
}

.sidebar .CategoryTitle {
  margin: 0;
  color: #f2cc4d;
  font-size: 16px;
  font-weight: 600;
}

.sidebar .ClearTitle {
  margin: 0;
  color: #c19ffc;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  cursor: pointer;
}

.categoryListing {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.categoryListing li {
  list-style: none;
  display: block;
  position: relative;
  margin-bottom: 14px;
}

.categoryListing li:last-child {
  margin-bottom: 0;
}

.checkbox {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}
.checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 10px 12px;
  /* font-family: Arial, sans-serif; */
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  display: block;
}

.checkbox + label:before {
  position: absolute;
  right: 12px;
  top: 11px;
  content: "";
  width: 20px;
  height: 20px;
}

/* .checkbox:checked + label {
  background: rgba(255, 255, 255, 0.2);
} */

/* .checkbox:checked + label:before {
  background: #f35429;
} */

/* .checkbox:checked + label:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 19px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
} */

.backButton {
  background-color: #f2cc4d;
  display: none;
  position: absolute;
  left: 40px;
  top: 30px;
  z-index: 999;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  cursor: pointer;
}

.backButton img {
  width: 26px;
  height: auto;
  display: block;
}

.pointer {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: #f2cc4d;
  z-index: 9;
}

.view360 {
  display: none;
  position: absolute;
  width: auto;
  height: auto;
  border-radius: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: #c19ffc;
  z-index: 9;
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  bottom: 30px;
  right: 30px;
  align-items: center;
  justify-content: center;
}

.view360 img {
  margin-right: 10px;
}

.popover {
  display: none;
  position: absolute;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: #031e40;
  top: -65%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
  width: max-content;
  padding: 8px 10px;
  border-radius: 4px;
}

.padd {
  padding-right: 54px;
}

.flag {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 45px;
  height: 100%;
  background-color: #003399;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flag img {
  width: 24px !important;
  animation-name: none !important;
}

.popover:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-top: solid 8px rgba(0, 0, 0, 0.7);
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}

.popover6,
.popover12,
.popover20,
.popover25 {
  top: 50%;
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  left: 50%;
  margin-left: -32px;
}

.popover6:after,
.popover12:after,
.popover20:after,
.popover25:after {
  top: 50%;
  left: auto;
  right: 0%;
  margin-right: -16px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.7);
}

.popover3,
.popover8,
.popover14,
.popover22 {
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  margin-top: 30px;
}

.popover3:after,
.popover8:after,
.popover14:after,
.popover22:after {
  top: -57%;
  left: 50%;
  margin-top: 4px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.7);
}

.popover16,
.popover17,
.popover23,
.popover24 {
  top: 0;
  left: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  margin-top: 22px;
  margin-left: 32px;
}

.popover16:after,
.popover17:after,
.popover23:after,
.popover24:after {
  top: 50%;
  left: 0;
  margin-left: -16px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid rgba(0, 0, 0, 0.7);
}

.popover p {
  margin: 0;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
}

/* @keyframes fader {
  0% {
    background-color: rgba(255, 136, 24, 1);
  }
  50% {
    background-color: #c19ffc;
  }
  100% {
    background-color: rgba(255, 136, 24, 1);
  }
} */

@keyframes myanimation {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.pointer:hover img {
  animation-play-state: paused;
}

.animation img {
  animation-play-state: paused;
  z-index: 99;
}

.pointer img {
  width: 28px;
  animation-name: myanimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.group-videos {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.overlay-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none; /* Initially hidden */
}

.video-capture {
  width: 100%;
  height: 100%;
  display: none;
}

/* .pointer-groups .pointer {
  width: 45px;
  height: 45px;
  border-radius: 22.5px;
}

.pointer-groups .pointer img {
  width: 30px;
} */

#video1,
#video1-2,
#video1-3,
#video2,
#video3,
#video3-1,
#video3-2,
#video3-3,
#video4,
#video4-1,
#video4-2,
#video4-3,
#video5,
#video5-1,
#video5-2,
#video6,
#video7,
#video8,
#video9,
#video10,
#video11,
#video12,
#video13,
#video14,
#video15,
#video16,
#video17,
#video18,
#video19,
#video20,
#video21,
#video22,
#video23,
#video24,
#video25 {
  display: none;
}

.pointer-1 {
  left: 12.5vw;
  bottom: 40vh;
}

.pointer-2 {
  left: 23.5vw;
  bottom: 44vh;
}

.pointer-3 {
  left: 23.5vw;
  bottom: 62vh;
}

.pointer-4 {
  right: 13.8vw;
  top: 49.5vh;
}

.pointer-5 {
  left: 49.2vw;
  top: 27vh;
}

.pointer-6 {
  left: 37.5vw;
  top: 35.4vh;
}

.pointer-7 {
  left: 20.5vw;
  top: 46.6vh;
}

.pointer-8 {
  left: 26vw;
  top: 48vh;
}

.pointer-9 {
  left: 19.7vw;
  bottom: 26.8vh;
}

.pointer-10 {
  left: 47vw;
  bottom: 12.8vh;
}

.pointer-11 {
  left: 43vw;
  bottom: 32vh;
}

.pointer-12 {
  right: 39.5vw;
  bottom: 34vh;
}

.pointer-13 {
  right: 32vw;
  bottom: 26vh;
}

.pointer-14 {
  right: 30vw;
  bottom: 18vh;
}

.pointer-15 {
  right: 19vw;
  bottom: 20vh;
}

.pointer-16 {
  right: 9vw;
  bottom: 26vh;
}

.pointer-17 {
  right: 18vw;
  bottom: 35vh;
}

.pointer-18 {
  right: 23vw;
  bottom: 39vh;
}

.pointer-19 {
  left: 43vw;
  top: 36vh;
}

.pointer-20 {
  left: 53vw;
  top: 41vh;
}

.pointer-21 {
  right: 42.2vw;
  top: 39.7vh;
}

.pointer-22 {
  right: 38vw;
  top: 38.9vh;
}

.pointer-23 {
  right: 34.4vw;
  top: 39.5vh;
}

.pointer-24 {
  right: 22vw;
  bottom: 30vh;
}

.pointer-25 {
  left: 42vw;
  top: 27vh;
}

/* .animation_sections {
  background-color: #fff;
  float: left;
  width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  height: 100vh;
  transition: width 0.5s;
}

.left {
  left: 0;
}

.right {
  right: 0;
} */

.animation_sections {
  /* background-color: rgba(0, 0, 0, 0.4); */
  position: absolute;
  /* left: 0;
  top: 0; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  /* padding: 30px 40px; */
  width: 100%;
  /* height: 100%; */
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 99;
  display: none;
}

.show {
  display: block;
}

ul.tabs li.no-data {
  display: none;
}

.no-data {
  display: none;
}

.animation_sections .tab-content .no-data {
  display: none;
}

.animation_sections .tab-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.7); */
  padding: 40px 0 0 0;
}

.animation_sections .tabs-wrapper {
  background-color: rgba(3, 30, 64, 0.7);
  /* width: 40vw; */
  width: 60vw;
  height: 600px;
  z-index: 999999;
  margin: auto;
}

.tabs-wrapper .tabs-wrap {
  width: 100%;
  padding: 31px 24px;
}

.nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.pdfView {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}

.pdfViewCenter {
  position: relative;
  height: 100%;
  display: flex;
  padding: 10px 0;
}

.pdfViewCenter embed {
  height: 100%;
}

.pdfBackButton {
  background-color: #c19ffc;
  display: flex;
  margin: 0 15px 0 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
}

.pdfBackButton img {
  width: 26px;
  height: auto;
  display: block;
}

.pdf-thumnails {
  width: 100%;
  float: left;
  position: relative;
  list-style: none;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.64);
  border-left: 6px solid #fc8d38;
  padding: 20px;
  margin-right: 20px;
}

.pdf-thumnails:nth-child(6n + 6) {
  margin-right: 0;
}

.pdf-thumnails img {
  height: auto;
  display: block;
}

.pdf-thumnails p {
  margin: 10px 0;
  text-align: left;
  color: #000;
  min-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* width: 150px; */
  font-size: 16px;
  line-height: 20px;
  font-family: "EurostileExtended-Roman-DTC";
}

.pdf-thumnails video {
  width: 100%;
  height: auto;
}

.formSection {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.formCenter {
  width: 1000px;
  float: left;
}

.formCenter .title {
  font-size: 54px;
  color: #c19ffc;
  margin: 0;
  font-family: "EurostileExtended-Roman-DTC";
  font-weight: 300;
}

.formCenter .subtitle {
  font-size: 24px;
  color: #fff;
  margin: 0 0 60px 0;
  font-family: "EurostileExtended-Roman-DTC";
}

.form {
  position: relative;
  width: 100%;
  float: left;
}

.form-group-full {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.form-group {
  position: relative;
  width: 48%;
  float: left;
}

.form-group .btn-no {
  float: right;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 40px;
  cursor: pointer;
  color: #ff8818;
}

.btn-group button:disabled {
  cursor: not-allowed;
}

.form p {
  font-size: 12px;
  color: red;
  font-weight: 300;
  margin: 0;
}

.form-control {
  float: left;
  display: block;
  width: 100%;
  height: 42px;
  padding: 8px 0 6px 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  font-family: "EurostileExtended-Roman-DTC";
}

.half {
  width: 48%;
}

.form-control ~ .error {
  display: none;
  width: 100%;
  float: left;
}

.form-control.invalid ~ .error {
  display: block;
}

.form-control.invalid {
  border-color: red;
}

/* .form-control.valid {
  border-color: green;
} */

/* *************** */
.form-control ~ .error_email {
  display: none;
}

.form-control.invalid_email ~ .error_email {
  display: block;
}

.form-control.invalid_email {
  border-color: red;
}

/* .form-control.valid_email {
  border-color: green;
} */

/* ******************* */

/* .form-control.invalid ~ .invalid_email ~ .btn-yes {
  background-color: #ff8818;
  opacity: 0.5;
}

.form-control.valid ~ .valid_email ~ .btn-yes {
  cursor: pointer;
  background-color: #ff8818;
  opacity: 1;
  pointer-events: auto;
} */

.btnGroup {
  margin-top: 50px;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.btnGroup .btn-yes {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #c19ffc;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 12px 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}

.btnGroup .btn-yes span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #c19ffc;
  align-items: center;
  justify-content: center;
  display: none;
}

.btnGroup .btn-yes span img {
  max-width: 30px;
  height: auto;
  display: block;
  text-align: center;
}

.btnGroup .btn-yes.loader {
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.btnGroup .btn-yes.loader span {
  display: flex;
}

.btn-no {
  cursor: pointer;
  margin-left: 40px;
  font-size: 20px;
  color: #c19ffc;
  font-family: "EurostileExtended-Roman-DTC";
  text-decoration: underline;
}

.btnGroup .btn-yes.successfull.success,
.btnGroup .btn-yes.success.successfull {
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  font-family: "EurostileExtended-Roman-DTC";
}
.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "EurostileExtended-Roman-DTC";
}
.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "EurostileExtended-Roman-DTC";
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
  font-family: "EurostileExtended-Roman-DTC";
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

/**** second pointer ****/

.pointer-group-2,
.pointer-group-3,
.pointer-group-4,
.pointer-group-5,
.pointer-group-6,
.pointer-group-7,
.pointer-group-8,
.pointer-group-9,
.pointer-group-10,
.pointer-group-11,
.pointer-group-12,
.pointer-group-13,
.pointer-group-14,
.pointer-group-15,
.pointer-group-16,
.pointer-group-17,
.pointer-group-18,
.pointer-group-19,
.pointer-group-20,
.pointer-group-21,
.pointer-group-22,
.pointer-group-23,
.pointer-group-24,
.pointer-group-25,
.pointer-group-26 {
  display: none;
}

.pdfPointer2_1 {
  right: 35.5vw;
  top: 40vh;
}

.pdfPointer2_2 {
  left: 32.5vw;
  top: 68.7vh;
}

/* .pdfPointer2_3 {
  right: 17vw;
  top: 15vh;
} */

.pdfPointer3_1 {
  left: 31vw;
  bottom: 11.5vh;
}

.pdfPointer3_2 {
  left: 36vw;
  bottom: 37.5vh;
}

.pdfPointer3_3 {
  left: 50vw;
  bottom: 34.5vh;
}

.pdfPointer4_1 {
  left: 47vw;
  top: 8.5vh;
}

.pdfPointer4_2 {
  left: 24vw;
  top: 33.5vh;
}

.pdfPointer4_3 {
  left: 27vw;
  top: 13.5vh;
}

.pdfPointer5_1 {
  left: 39vw;
  bottom: 30.5vh;
}

.pdfPointer5_2 {
  left: 49vw;
  bottom: 60.5vh;
}

.pdfPointer5_3 {
  left: 69vw;
  bottom: 16.5vh;
}

.pdfPointer6_1 {
  left: 25vw;
  bottom: 15vh;
}

.pdfPointer6_2 {
  left: 40vw;
  top: 40.5vh;
}

.pdfPointer7_1 {
  left: 40vw;
  top: 40.5vh;
}

.pdfPointer8_1 {
  left: 17vw;
  top: 43vh;
}

.pdfPointer8_2 {
  left: 40vw;
  bottom: 39vh;
}

.pdfPointer9_1 {
  right: 16vw;
  top: 35vh;
}

.pdfPointer10_1 {
  left: 50vw;
  top: 50vh;
}

.pdfPointer11_1 {
  left: 44vw;
  top: 20vh;
}
.pdfPointer11_2 {
  right: 20vw;
  top: 45vh;
}
.pdfPointer11_3 {
  left: 26vw;
  top: 20vh;
}

.pdfPointer12_1 {
  left: 43vw;
  bottom: 46vh;
}

.pdfPointer13_1 {
  left: 43vw;
  top: 27vh;
}

.pdfPointer14_1 {
  left: 23vw;
  bottom: 34vh;
}

.pdfPointer15_1 {
  left: 27vw;
  top: 27vh;
}

.pdfPointer15_2 {
  left: 43vw;
  top: 24vh;
}

.pdfPointer16_1 {
  left: 26vw;
  top: 31vh;
}
.pdfPointer16_2 {
  left: 24vw;
  top: 44vh;
}
.pdfPointer16_3 {
  left: 24vw;
  bottom: 31vh;
}
.pdfPointer16_4 {
  left: 25vw;
  bottom: 10vh;
}
.pdfPointer16_5 {
  left: 36vw;
  top: 15vh;
}
.pdfPointer16_6 {
  left: 44vw;
  top: 40vh;
}
.pdfPointer16_7 {
  left: 41vw;
  top: 56vh;
}
.pdfPointer16_8 {
  left: 44vw;
  bottom: 23vh;
}
.pdfPointer16_9 {
  left: 41vw;
  bottom: 14vh;
}

.pdfPointer17_1 {
  right: 36vw;
  top: 50vh;
}

.pdfPointer18_1 {
  left: 55vw;
  top: 50vh;
}

.pdfPointer18_2 {
  right: 31vw;
  top: 50vh;
}

.pdfPointer19_1 {
  top: 40vh;
  left: 44vw;
}

.pdfPointer20_1 {
  top: 49vh;
  left: 55vw;
}

.pdfPointer21_1 {
  top: 67vh;
  left: 45vw;
}

.pdfPointer22_1 {
  top: 57vh;
  left: 61vw;
}

.pdfPointer23_1 {
  top: 55vh;
  right: 47.5vw;
}

.pdfPointer24_1 {
  top: 52vh;
  left: 41vw;
}

.pdfPointer25_1 {
  top: 34vh;
  left: 50vw;
}

.pdfPointer26_1 {
  top: 32vh;
  left: 50vw;
}

.vortexCatalogMain {
  left: 10px;
  bottom: 10px;
  position: absolute;
  display: none;
  flex-direction: column;
  align-items: center;
}

.vortexCatalog {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #c19ffc;
}

.vortexCatalog img {
  width: 28px;
  animation-name: vortexCatalogAnimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.vortexCatalog:hover img {
  animation-play-state: paused;
}

.vortexCatalogMain p {
  margin: 10px 0 0 0;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

@keyframes vortexCatalogAnimation {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.MasterpdfView {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* z-index: 999; */
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.MasterpdfViewCenter {
  position: relative;
  height: 100%;
  display: flex;
  padding: 10px 0;
}

.MasterpdfViewCenter embed {
  height: 100%;
}

.MasterBackButton {
  background-color: #c19ffc;
  display: flex;
  margin: 0 15px 0 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
}

.MasterBackButton img {
  width: 26px;
  height: auto;
  display: block;
}

table,
td,
th {
  border: 1px solid #ddd;
  text-align: left;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
}

th,
td {
  padding: 10px;
}

table button {
  background-color: #eee; /* Green */
  border: none;
  color: #000;
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 4px;
}

.filterPdf {
  position: absolute;
  left: 0;
  top: 100px;
  margin: 0;
  padding: 0 40px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 130px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  display: none;
  z-index: 99;
  transition: all 0.5s;
}

.searchNotFound {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.searchNotFound img {
  min-height: auto !important;
}

.searchNotFound h2 {
  margin: 0 0 10px 0;
  font-size: 40px;
  color: #fff;
  font-weight: 100;
}
.searchNotFound p {
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  font-family: "EurostileExtended-Roman-DTC";
}

.filterPdf img {
  min-height: 200px;
}

.filterPdfHalf {
  width: calc(100% - 350px);
  transition: all 0.5s;
  margin-left: 350px;
}

.filterPdf.filterPdfHalf [class^="thumnails-group"] {
  width: 280px;
}

.filterPdf.filterPdfHalf [class^="thumnails-group"]:nth-child(6n + 6) {
  margin-right: 20px;
}

.filterPdf.filterPdfHalf [class^="thumnails-group"]:nth-child(5n + 5) {
  margin-right: 0;
}

.filterPdf::-webkit-scrollbar {
  width: 6px;
}

.filterPdf::-webkit-scrollbar-track {
  background: transparent;
}

.filterPdf::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 6px;
  border: 0;
}

.filterPdf [class^="thumnails-group"] {
  /* width: 15.50%; */
  width: 289px;
  float: left;
  list-style: none;
  position: relative;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.64);
  border-left: 6px solid #fc8d38;
  padding: 20px;
  margin-right: 20px;
}

.filterPdf [class^="thumnails-group"]:nth-child(6n + 6) {
  margin-right: 0;
}

.filterPdf [class^="thumnails-group"] video {
  width: 155px;
  height: 200px;
}

.filterPdf [class^="thumnails-group"] .titlePDF {
  margin: 4px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: "EurostileExtended-Roman-DTC";
  display: block;
  height: 60px;
  overflow: hidden;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.addToCart {
  padding: 6px 10px;
  background: #c19ffc;
  display: inline-block;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
  width: auto;
  margin: 6px 0 0 0;
  font-weight: 600;
  font-size: 14px;
}

.removeCart {
  padding: 6px 14px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
  width: auto;
  font-size: 14px;
  margin: 6px 0 0 0;
  font-weight: 600;
}

.mainImage.blur {
  filter: blur(20px);
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
}

/* .bannerVideo.blur {
  filter: blur(20px);
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
} */

/* .bannerVideo {
  min-width: 100%;
  min-height: 100%;
} */

/* css for cart */

.cartMain {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  /* background-color: rgba(0, 0, 0, 0.4); */
}

.blurimage {
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
}

.cartMainPadd {
  position: absolute;
  left: 0;
  top: 173px;
  margin: 0;
  padding: 0 60px;
  width: 100%;
  z-index: 9;
}

.cartMainBack {
  width: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.7);
}

.cart {
  width: 100%;
  height: calc(100vh - 215px);
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
  margin: 0;
  padding: 24px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nodata {
  width: 100%;
  float: left;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nodata h2 {
  margin: 0;
  font-size: 42px;
  color: #fff;
}
.nodata p {
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  font-family: "EurostileExtended-Roman-DTC";
  width: 400px;
}

.nodata a {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 20px;
  background: #c19ffc;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border: 0;
  font-weight: 600;
}

.cart::-webkit-scrollbar {
  width: 5px;
}

.cart::-webkit-scrollbar-track {
  background: transparent;
}

.cart::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 6px;
  border: 0;
}

.cart li {
  width: 15.71%;
  float: left;
  position: relative;
  list-style: none;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.64);
  border-left: 6px solid #fc8d38;
  padding: 20px;
  margin-right: 20px;
}

.cart li:nth-child(6n + 6) {
  margin-right: 0;
}

.cart li video {
  width: 153px;
  height: 196px;
}

.cartImageBox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 312px;
}

.cartMain .cartImageBox {
  cursor: default;
}

.cart li img {
  max-width: 100%;
  height: 201px;
  display: block;
}

.cart li .title {
  /* width: 150px; */
  /* max-width: 100%; */
  margin: 10px 0;
  color: #000;
  min-height: 60px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
  font-family: "EurostileExtended-Roman-DTC";
}

.cart li .removeCart {
  padding: 6px 14px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
  width: auto;
  font-size: 14px;
  font-weight: 600;
}

.formSectionCheckout {
  width: 100%;
  height: calc(100vh - 215px);
  float: left;
  margin: 0;
  padding: 50px;
  display: none;
}

.formSectionCheckout .form-group {
  margin-bottom: 40px;
}

.btnMain {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0 18px 0;
  background-color: rgba(255, 255, 255, 0.5);
}

/* .checkout {
  border: none;
  color: white;
  padding: 14px 16px 12px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border-radius: 6px;
  margin: 0;
  cursor: pointer;
  background-color: #c19ffc;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
} */

.relative {
  position: relative;
  display: block;
}
.relative span {
  position: absolute;
  left: 30%;
  bottom: 6px;
  padding: 6px 10px;
  border-radius: 5px;
  background: #c19ffc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  transform: translateX(-20%);
}

#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #fff; /* Black background color */
  color: #ff8818; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  top: 30px; /* 30px from the bottom */
  z-index: 999;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

/* .searchAre {
  position: absolute;
  padding: 36px 80px;
  left: 0;
  top: 0;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  display: flex;
  z-index: 9;
} */

/* 
.search {
  display: block;
  width: 550px;
  height: 48px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 2px solid rgba(252, 141, 56, 0.8);
  border-radius: 6px;
  box-shadow: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.search:focus {
  outline: none;
}

.searchButton {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: none;
} */

.basket {
  position: absolute;
  left: 25px;
  top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 16px;
  min-height: 48px;
  background: #f2cc4d;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  z-index: 99;
  font-weight: 600;
  display: none;
}

.basket img {
  width: 20px;
  margin-right: 8px;
}

.count {
  margin-left: 14px;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.closeSearchResult {
  position: absolute;
  top: 30px;
  left: 126px;
  z-index: 9;
  align-items: center;
  justify-content: center;
  display: none;
  padding: 0;
  height: 40px;
  width: 40px;
  background: #f2cc4d;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.5s;
}

.closeSearchResultLeft {
  left: 475px;
  transition: all 0.5s;
}

.closeSearchResult img {
  width: 25px;
}

.tab-content .addToCart {
  margin: 0 auto !important;
}

.tab-content .removeCart {
  margin: 0 auto !important;
}

.titleArea {
  position: absolute;
  padding: 20px 60px 0 60px;
  left: 0;
  top: 0;
  width: 100%;
  flex-direction: row;
  z-index: 9;
}

.topAre {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.backtoHome {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 42px;
  width: 42px;
  background: #c19ffc;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.backtoHome img {
  width: 25px;
}

.cartArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.checkMain {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.clearchat {
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 20px;
  min-height: 42px;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border: 0;
  font-weight: 600;
}
.checkout {
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 20px;
  min-height: 42px;
  background: #c19ffc;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border: 0;
  font-weight: 600;
}

.checkout img,
.clearchat img {
  width: 20px;
  margin-right: 12px;
}

.titleMyCart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 20px;
  min-height: 48px;
  background: #c19ffc;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.titleitems {
  margin-left: 14px;
  width: 24px;
  height: 24px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.view360Main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.view360MainShow {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}

.view360Videos {
  display: none;
  min-width: 100%;
  min-height: 100%;
}

.tableimage {
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(120px);
  -webkit-filter: blur(120px);
  -moz-filter: blur(120px);
  -ms-filter: blur(120px);
  -o-filter: blur(120px);
  pointer-events: none;
}

.table-scroll {
  position: relative;
  width: 100%;
  overflow: auto;
  height: calc(100% - 140px);
  position: absolute;
  left: 0;
  top: 140px;
  margin: 0;
  padding: 0 80px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9;
}

.table-scroll table {
  width: 100%;
  min-width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
}

.table-wrap {
  position: relative;
}

.table-scroll th {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  padding: 20px 16px;
  vertical-align: middle;
  border-bottom: 2px solid #c19ffc;
}

.table-scroll td {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 6px 16px;
  vertical-align: middle;
  border-bottom: 2px solid #c19ffc;
}

.table-scroll td a {
  color: #fff;
}

.table-scroll thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  color: #fff;
}

.table-scroll tr td:first-child,
.table-scroll tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table-scroll tr td:last-child,
.table-scroll tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.group-videos-blured {
  filter: blur(120px);
  -webkit-filter: blur(120px);
  -moz-filter: blur(120px);
  -ms-filter: blur(120px);
  -o-filter: blur(120px);
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li {
  background: rgba(3, 30, 64, 0.7);
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 12px 20px 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: 500;
}

ul.tabs li.current {
  background: #f2cc4d;
  color: #031e40;
}

.tab-content {
  display: none;
}

.tab-content .nodata {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.tab-content.current {
  display: inherit;
}

/* For Filter */

.filter-tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.filter-tabs li {
  background: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fc8d38;
  font-size: 14px;
  display: inline-block;
  padding: 12px 20px 10px 20px;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 3px;
}

.filter-tabs li.current {
  background: #fc8d38;
  color: #fff;
}

.filter-tab-content {
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  border-top-left-radius: 0px !important;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 24px;
}

.filter-tab-content.current {
  display: inherit;
}

.filter-tab-content::-webkit-scrollbar {
  width: 10px; /* width of the entire scrollbar */
}

.filter-tab-content::-webkit-scrollbar-track {
  background: #fff; /* color of the tracking area */
}

.filter-tab-content::-webkit-scrollbar-thumb {
  background-color: #d9d9d9; /* color of the scroll thumb */
  border-radius: 6px; /* roundness of the scroll thumb */
  border: 3px solid #fff;
}

.closethumb {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 42px;
  width: 42px;
  background: #f2cc4d;
  color: #031e40;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 0px;
  /* position: absolute; */
}

.closethumb img {
  width: 27px;
  position: relative;
  left: -1px;
  top: -1px;
  color: #031e40;
}

.close360Video {
  position: absolute;
  top: 30px;
  right: 30px;
  /* display: none; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  background: #f2cc4d;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  z-index: 9;
}

.close360Video img {
  width: 27px;
  /* position: relative;
  left: -1px;
  top: -1px; */
}

.cartLeft {
  position: fixed;
  left: 100px;
  top: 31px;
  min-height: 44px;
  z-index: 999;
}

.labels {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: #f2cc4d;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #031e40;
  padding: 12px 16px 12px 46px;
  cursor: pointer;
  z-index: 9;
  font-weight: 600;
  border-radius: 6px;
}

.labels img {
  margin-right: 8px;
}

.labels::before {
  position: absolute;
  content: url("./../images/show.svg");
  left: 16px;
  top: 15px;
  color: #031e40;
}
.labels.show::before {
  display: none;
}
.labels.show::after {
  position: absolute;
  content: url("./../images/hide.svg");
  left: 16px;
  top: 15px;
  color: #031e40;
}

.lngButton {
  position: fixed;
  left: 63px;
  top: 160px;
  background: #fff;
  display: inline-flex;
  border-radius: 3px;
  overflow: hidden;
}

.lngButton button {
  border: 0;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  background-color: transparent;
  color: #000;
}

.lngButton button.active {
  background-color: #fc8d38;
}

.text-content {
  color: white;
  width: 90%;
}

.text-content h3 {
  font-size: 26px;
  color: #f2cc4d;
}

.text-content p {
  font-size: 20px;
}

.selected {
  color: #f2cc4d !important;
}

.fa-bars {
  color: #f2cc4d;
  font-size: 20px;
  margin-left: 8px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: auto;
  background-color: #011e41;
  z-index: 2;
  display: flex;
  gap: 24px;
  padding: 8px 24px;
}

.footer a,
.footer a:visited {
  font-family: "Soleil", "Montserrat", sans-serif;
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}
