::-moz-selection {
  background: #82274b;
  color: white;
}

::selection {
  background: #82274b;
  color: white;
}

a,
p {
  color: #fff;
}

.footerstyle a{
	color:#fff;
}
.text-center,
h1,
h3 {
  text-align: center;
}
.text-left {
  text-align: left;
}
.nav-list a,
.nav-list li,
h3 {
  color: #ddceaa;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #000;
  top: 0 !important;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
  word-wrap: normal;
  font-size: 24px;
  font-weight: 100;
  margin: 0px 0px 9px;
  line-height: 1.5;
}

h1,
h3 {
  font-weight: 300;
  font-size: 40px;
  line-height: 52px;
}

h1 {
  margin-bottom: 16px;
  line-height: 1.3em;
}

h3 {
  margin-bottom: 10px;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  word-wrap: break-word;
  line-height: 26.56px;
}

a {
  text-decoration: none;
}

.text-justify {
  text-align: justify;
}

.spicecash,
.text-purple {
  color: #82274b;
}

.text-white {
  color: #fff;
}

.bcg-purple {
  background-color: #82274b;
}

.bcg-black,
.copyright-cont {
  background-color: #000;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

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

.d-none {
  display: none;
}
.footer-last-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-btn-flex-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.page-wrapper {
  background-color: #82274b;
  position: relative;
}

.desktop-nav-cont {
  width: 100%;
  height: 60px;
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  max-width: 100vw;
  overflow: hidden;
  border-bottom: 1px solid #ddceaa;
}

.nav-bcg {
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.desktop-nav-wrapper {
  max-width: 1600px;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 3;
}

.nav-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 60px;
}

.nav-hamburger {
  position: absolute;
  right: 20px;
  top: 11px;
  display: none;
  cursor: pointer;
}

.nav-hamburger img {
  padding: 10px;
}

.nav-list {
  display: flex;
  list-style: none;
  height: 100%;
  font-weight: 600;
}

.nav-list li {
  padding: 0 30px;
  font-size: 17px;
}

.nav-list a:after {
  display: block;
  content: "";
  border-bottom: 3px solid #82274b;
  transform: scaleX(0);
  transition: transform 150ms ease-in-out;
  transform-origin: 0% 100%;
}

.nav-list a:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.nav-flags {
  margin-top: 7px;
}
.nav-and-flags-cont,
.nav-flags {
  display: flex;
  align-items: center;
}

.nav-flags img {
  width: 24px;
  height: 24px;
  vertical-align: center;
  cursor: pointer;
}

#vid-wrapper {
  position: relative;
  height: 92vh;
  width: 100%;
  background-color: #8e9294;
  z-index: 1;
}

#vid-wrapper video {
  height: 92vh;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
video{
        background: transparent url("../assets/landing-page/video-bg.png") 50% 50% / cover no-repeat;
    }

#header-video::-webkit-media-controls {
  display: none;
}

.layout-over-vid {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: transparent;
  pointer-events: none;
}

#vid-headings-cont {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
.vid-headings {
  white-space: nowrap;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  font-family: Raleway;
  text-shadow: 1px 1px 0 #333;
  display: none;
}

@keyframes fades-out {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes fades-in {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

.section-with-bcg {
  background: center/cover no-repeat fixed #000;
  padding: 50px 30px;
  color: #82274b;
}

.welcome_section_bcg {
  background-image: url("../assets/landing-page/bg-light-lg.jpg");
  background-color: #ede9e0;
}
.welcome-section-wrapper {
  padding-bottom: 15px !important;
}
.welcome_section_icon {
  text-align: center;
  color: #82274b;
}

.video-section-icon {
  text-align: center;
  color: #fff;
  margin-top: 24px;
  position: relative;
  z-index: 50;
  cursor: pointer;
}

.video-section-icon svg {
  width: 50px;
  height: 60px;
  fill: currentColor;
}

.welcome_section_icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.full-section-text-cont,
.welcome-section-text-cont {
  width: 60%;
  margin: auto;
}

.welcome-section-text-cont p {
  color: #424242;
}

.col-layout-content-wrapper {
  max-width: 1600px;
  margin: auto;
  padding: 40px 20px;
  display: flex;
}

.section-col-text {
  padding: 0px 15px 0;
  width: 50%;
  margin-block: auto;

}

.btn {
  border: 2px solid #ddceaa;
  display: inline-block;
  font-weight: 700;
  transition: 0.1s ease-in-out;
  letter-spacing: 2px;
}

.slide-img,
.slide-left,
.slide-right {
  transition: 1s ease-in-out;
}

.btn:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}

.gen-section-btn {
  padding: 12px 24px;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 12px;
}

.btn-section-double-btn,
.full-section-btn {
  letter-spacing: 2px;
  padding: 26px 36px;
}

.section-col-img {
  padding: 0 15px;
  width: 50%;
  margin-block: auto;
}

.backdrop,
.section-col-img img {
  width: 100%;
  height: 100%;
}

.about-section-bcg {
  background-image: linear-gradient(
      to bottom,
      rgb(0 0 0 / 57%),
      rgb(22 22 22 / 77%)
    ),
    url("../assets/landing-page/about-lg.jpg");
}

.btn-wrapper {
  margin: 10px 0;
}

.full-section-btn {
  font-size: 16px;
  line-height: 16px;
  margin: 14px 0;
}

.vr-section-bcg {
  background-image: linear-gradient(
      to bottom,
      rgb(0 0 0 / 57%),
      rgb(0 0 0 / 15%)
    ),
    url("../assets/landing-page/vr-lg.jpg");
}

.footer-wrapper {
  background-image: url("https://cdn.sssh.com/wp-content/uploads/2016/07/tail-2.png");
  background-repeat: no-repeat;
}

.vr-desc {
  margin-bottom: 9px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
}

.center-img {
  margin: auto;
}

.btn-only-section-bcg {
  background-color: #82274b !important;
  background-position: right bottom;
  position: relative;
  z-index: 2;
}

.backdrop {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: #000;
  opacity: 0.5;
}

.btn-only-section-content {
  position: relative;
  z-index: 5;
}

.btn-only-section-text {
  margin-bottom: 43px;
  font-size: 16px;
  font-weight: 400;
}

.btn-section-btn-wrapper {
  margin: 0 15px;
}

.btn-section-btn {
  padding: 26px 36px;
  width: 50%;
  max-width: 770px;
}

.double-btn-wrapper {
  max-width: 1048px;
  margin: auto;
  display: flex;
}

.double-btn-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

.double-btn {
  width: 33%;
  max-width: 490px;
}

.animate-section {
  overflow-x: hidden;
}

.slide-left {
  -webkit-transform: translateX(-50vw);
  transform: translateX(-50vw);
}

.slide-right {
  -webkit-transform: translateX(50vw);
  transform: translateX(50vw);
}

.slide-img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.footer-wrapper {
  background-color: #82274b;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  -webkit-background-size: auto;
  background-attachment: scroll;
  padding-top: 20px;
  width: 100%;
}

.footer-cont {
  max-width: 1600px;
  margin: auto;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0px;
}

.col {
  padding: 0 12%;
}

.footer-heading {
  color: #ddceaa;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  line-height: 27px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-para {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 23.24px;
}

.copyright-footer-cont span,
.footer-link {
  color: #707274;
}

.footer-btn {
  padding: 12px 24px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 12px;
  border: 2px solid #fff;
  display: inline-block;
  font-weight: 700;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-btn:hover {
  color: #82274b;
}

.calls-and-policies-img {
  max-width: 100%;
  margin-bottom: 15px;
  height: auto;
}

.copyright-footer-cont {
  max-width: 1600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}

.footer-icon-text-cont {
  display: flex;
  padding: 20px 0 20px 20px;
}

.footer-icons-cont,
.footer-list {
  display: flex;
}

.footer-list {
  float: right;
}

.footer-link {
  margin: 25px 12px 20px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.8;
}
.sans-font {
  font-family: Open Sans;
}

.mob-flags-nav li:hover,
.mob-nav-links li:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.page-heading-cont {
  background-image: url("https://cdn.sssh.com/wp-content/uploads/2016/07/bg-01.jpg");
  width: 100%;
  background-position: top;
}
.page-heading-cont h3 {
  padding: 40px 20px 20px 20px;
}
.bg-de {
  width: 40px;
  height: 40px;
  background: url("../assets/shared/icon.png") -10px -10px;
}
.bg-en {
  width: 40px;
  height: 40px;
  background: url("../assets/shared/icon.png") -62px -10px;
}
.bg-es {
  width: 40px;
  height: 40px;
  background: url("../assets/shared/icon.png") -10px -62px;
}
.bg-fr {
  width: 40px;
  height: 40px;
  background: url("../assets/shared/icon.png") -62px -62px;
}
.bg-it {
  width: 40px;
  height: 40px;
  background: url("../assets/shared/icon.png") -114px -10px;
}
.bg-twitter {
  width: 20px;
  height: 20px;
  background: url("../assets/shared/icon.png") -114px -62px;
  margin: 6px 15px 0px 0px;
}
.bg-instagram {
  width: 20px;
  height: 20px;
  background: url("../assets/shared/icon.png") -10px -114px;
  margin: 6px 15px 0px 0px;
}

.bg-en,
.bg-de,
.bg-es,
.bg-fr,
.bg-it {
  margin-left: 0px;
  margin-right: 0px;
  cursor: pointer;
}
#award-slider img,
#media-slider img {
  max-width: 100%;
}
.main-page-links {
  padding: 30px !important;
}
.main-page-links-text {
  margin-bottom: 30px;
}
@media (max-width: 1660px) {
  .nav-logo {
    left: 30px;
  }

  .copyright-footer-cont {
    flex-direction: column;
  }

  .video-section-icon {
    margin-top: 30px;
  }

  .footer-heading {
    white-space: nowrap;
  }
}
@media (max-width: 1350px) {
  .footer-heading {
    white-space: normal;
  }
}
@media (max-width: 1024px) {
  .btn-section-bcg {
    background-attachment: inherit !important;
  }

  .footer-icon-text-cont {
    padding: 10px 10px 5px 20px;
  }

  .footer-list {
    float: none;
    flex-direction: column;
    text-align: center;
  }

  .footer-list li {
    margin: 2px 0;
  }

  .footer-link {
    margin: 0;
    line-height: 16px;
  }

  .vid-headings {
    font-size: calc(40px + 4vw);
    line-height: 70px;
  }

  #vid-headings-cont {
    top: 75%;
  }
}

@media (max-width: 960px) {
  .mob-flags-nav,
  .mob-nav-links {
    list-style: none;
  }
  .mob-flags-nav li {
    padding-left: 24px;
    padding-top: 19px;
    padding-bottom: 12px;
  }
  .nav-flags,
  .nav-list {
    display: none;
  }

  .nav-bcg {
    background-color: #000;
  }

  .nav-hamburger {
    display: block;
  }

  .desktop-nav-cont {
    position: relative;
  }

  #mobile-nav-cont {
    background-color: #fff;
    position: absolute;
    height: 495px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 25;
  }

  .mob-nav-links {
    width: 100%;
  }

  .mob-flags-nav li,
  .mob-nav-links li {
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  }

  .mob-flags-nav li,
  .mob-nav-links a {
    color: #444;
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: 700;
  }

  .mob-flags-nav img {
    width: 27px;
    height: 27px;
  }

  #vid-headings-cont {
    top: 70%;
  }

  .video-section-icon {
    margin-top: 20px;
  }
  .bg-en,
  .bg-de,
  .bg-es,
  .bg-fr,
  .bg-it {
    margin-left: 0px;
    margin-right: 0px;
  }
  .nav-mobile-links a {
    padding: 13px 20px;
  }
}

@media (max-width: 768px) {
  .slide-img,
  .slide-left,
  .slide-right {
    transition: 1s ease-in-out;
  }

  .col-layout-content-wrapper,
  .double-btn-cont {
    flex-direction: column;
  }

  .btn-section-btn,
  .section-col-img,
  .section-col-text {
    width: 100%;
  }

  .double-btn {
    width: 100%;
    max-width: 100%;
  }

  .btn-section-btn-wrapper {
    margin: 0;
  }

  .slide-left {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }

  .slide-right {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }

  .slide-img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .col {
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .footer-cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    padding: 20px 10px;
  }

  .video-section-icon {
    margin-top: 0;
  }

  .video-section-icon svg {
    width: 35px;
    height: 40px;
  }

  #vid-headings-cont {
    top: 80%;
  }
  .nav-logo {
    left: 20px;
  }
}

@media (max-width: 600px) {
  .full-section-text-cont,
  .vr-img,
  .welcome-section-text-cont {
    width: 100%;
  }
  .vr-section-w h3,
  .vr-section-w h4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-with-bcg {
    padding: 30px 20px;
    background-size: cover;
  }

  .btn-section-bcg {
    background-size: cover !important;
  }

  .btn-section-btn-wrapper {
    margin: 0;
  }

  .video-section-icon svg {
    width: 35px;
    height: 40px;
  }

  #vid-headings-cont {
    top: 70%;
  }
  .modal-dialog {
    width: 90%;
    height: unset !important;
    margin: 20px 20px !important;
  }
  .vr-section-bcg {
    background-image: linear-gradient(
        to bottom,
        rgb(0 0 0 / 57%),
        rgb(0 0 0 / 15%)
      ),
      url("../assets/landing-page/vr-sm.jpg");
  }

  .welcome_section_bcg {
    background-image: url("../assets/landing-page/bg-light-sm.jpg");
  }
  .about-section-bcg {
    background-image: linear-gradient(
        to bottom,
        rgb(0 0 0 / 57%),
        rgb(22 22 22 / 77%)
      ),
      url("../assets/landing-page/about-sm.jpg");
  }
  
}
.warning-foot{
	display: inline;
    font-weight: bold;
    color: #82274b;
    font-family: 'Raleway';
}

@media (max-width: 440px) {
.warning-foot{
display: none;
}
  
  .vr-img {
    width: 100%;
  }
  .modal-footer{
  	
    padding-bottom: 50px !important;
  }

  .vid-headings {
    font-size: calc(35px + 2vw);
    line-height: normal;
  }

  .video-section-icon svg {
    width: 45px;
    height: 55px;
  }

  .video-section-icon {
    margin-top: 40px;
  }
   .modal-dialog {
    width: unset !important;

  }

  #vid-headings-cont {
    top: 75%;
  }
}
#warning {
  display: none;
  transform: all 0.5s;
}
.fade {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  max-height: 100%;
  z-index: 1000;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.modal-dialog {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  z-index: 1111;
  width: 600px;
  height: 280px;
  margin: 30px auto;
  border: 1px solidrgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}
.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.welcome-sssh-text {
  font-size: 24px;
  margin-bottom: 9px;
  line-height: 1.3em;
  font-weight: 400;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-body p {
  font-size: 14px;
  color: #424242;
  line-height: 1.66em;
  font-weight: 400;
}
.modal-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.modal-btn {
  display: inline-block;
  color: #fff;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.caption-para::selection{
	background-color: #FFF;
	color: #822762;
}

.card-pink-heading::selection{
	background-color: #FFF;
	color: #822762;
}

/* Cookie bar styling */
#cookie-consent2 {
   position: fixed;
    place-content: center;
    bottom: 0px;
    /* right: 15px; */
    background: rgba(51, 51, 51, 0.9);
    padding: 12px 30px;
    /* border-radius: 15px; */
    display: flex
;
    align-items: center;
    /* justify-content: space-between; */
    gap: 10rem;
    width: 100%;
    font-size: 1rem;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    color: #fff;
    }

/* Button styling */
#cookie-consent2 button {
    background: #000;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 1rem;
}

#cookie-consent2 button:hover {
    background: #82274b;
}

/* Mobile adjustments */
@media (max-width: 780px) {
    #cookie-consent2 {
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        border-radius: 0;
        max-height: 15vh;
        padding: 10px;

        gap: 8px;
        text-align: left;
        font-size: 12px;
    }
    #cookie-consent2 button {
 
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}
.warning-foot{
display: none;
}

}