.pptsnapshot {
  width: 400px;
  margin: 20px;
}

body::-webkit-scrollbar{
  display: none;
}

body {
  --header-height: 10vh;
}



.video-container {
  background-color: black;
  height: 100vh;
  position: fixed;
  width: 100%;
}

video.front {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  position: absolute;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* New design 2022 */

.img-title {
  text-align: center;
}

.img-title img {
  width: 40%;
}

.bg-container {
  /* // background-image: url("../../assets/gradientbg.png");  */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.square {
  width: 21vw;
  height: 24vh;
  border-radius: 4%;
  background-color: RGBA(255, 255, 255, 0.2);
  margin-left: 2.5%;
  margin-right: 2.5%;
  box-shadow: 0 0vw 1vw 0 rgba(0, 0, 0, 0.1), 0 0vw 1vw 0 rgba(0, 0, 0, 0.1) !important;
  padding: 2%;
}

#container {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: 17%;
}

.center-square {
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 7%;
}

.center-square a {
  display: contents;
}

.title-square {
  font-size: 2.5rem;
  color: white;
  font-family: "Graphik";
  margin-top: 3rem;
}

.logo-square img {
  max-height: 20%;
  max-width: 50%;
}

.rd-title {
  font-size: 4rem;
  color: white;
  font-family: "Graphik";
  margin-top: 1rem;
}


.menu {
  font-family: "Graphik";
  color: black;
  font-size: 2.5rem;
}



.logo-topleft {
  width:15%;
  margin-left: 3%;
  align-items: center;
  justify-content: left;
  vertical-align: middle;
  display: flex;

}

 .logo-topleft > img {
  max-width:100%;
}

.vl {
  border-left: 0.1rem solid black;
  height: 100%;
}

.ml2 {

  margin-left: 1rem;
}

.menu-active {
  color: #B01CFB!important;
}

.rd-topright {
  color: #B01CFB;
  font-size: 2.5rem;
  position: absolute;
  right:2%;
}


.header {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: white;
  background-color: white;
  height: var(--header-height);
  width: 100vw;
  align-items: center;
  justify-content: left;
  vertical-align: middle;
  display: flex;

}

.header .row {
  margin-bottom: 0!important;
}

.body .row {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: #F2F5F9;
  width: 100%;
  padding-bottom: 20vh;
  min-height: 90vh;

}


/* list part */



.list .item {
  align-items: center;
  justify-content: left;
  vertical-align: middle;
  display: flex;
  margin-top: 5%;
  margin-left: 0!important;

}


.list .item  div {
text-align: center;
}

.list .item  img {
  max-width: 90%;
  border-radius: 4%;
  box-shadow: 0 0vw 1vw 0 rgba(0, 0, 0, 0.1), 0 0vw 1vw 0 rgba(0, 0, 0, 0.1) !important;
}



/* VIEW PAGE */



.view iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.view ::-webkit-scrollbar {
  display: none;
}

.view video {
  width: 100%;
}


.view .bottom {
  height: var(--header-height);
  line-height: var(--header-height);
  width: 100%;
  vertical-align: middle;
  margin: 0px;
}

.view .bottom-img {
  background-image: url("../../assets/gradientbg.png"); 
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 40;
  position: relative;
}



.view .content {
  height: calc(100vh - 2* var(--header-height));
  z-index: 100;
  background-color: black;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 0vw 2vw 0 rgba(0, 0, 0, 0.2), 0 0vw 2vw 0 rgba(0, 0, 0, 0.2) !important;
  position: relative;
}


.view .shadow {

    width: 100%;
  text-align: center;
  margin: auto;
  overflow: hidden;
}


/* LIFE TRENDS LANDING PAGE
*/
.fullScreenBackground{
  display: flex;
  position:fixed;
  width:100vw;
  height:100vh;
  background-image: url("../../assets/LifeTrendsMainBackground.jpg"); 
  background-repeat: no-repeat;
  background-size: cover;
  align-items:center;
}
.mainContainer{
  display:flex;
  flex-direction: column;
  margin:0 auto;
position:relative;
width:60vw;
height:66vh;
border-radius 10vw;
background-color: transparent;

}
.textLevel{
display:flex;
flex-direction: row;
width:100%;
margin:0;
padding:0;

}
.mainTitle{
  position:relative;
  background-color:transparent;
  
}
.mainTitle img{
  width:70%;
  
}
.description{
  font-family:'Graphik';
  display:flex;
  position:absolute;
  right:0;
  top:12vh;
  font-family: 'Graphik';
  font-weight:300;
  font-size:4vh;
  width:22.5vw;
  color:#fff;
}

.imagesLevel{
  display:flex;
  flex-direction: row;
  position:absolute;
  bottom:0;
  width:100%;
  margin:0;
  padding:0;
  justify-content: space-between;

}
.trendCard{
  width:10vw;
  height:30vh;
  background:transparent;
  cursor:pointer;

}
.trendCard:hover .trend2,
.trendCard:hover .trendTitle,
.trendCard:hover .demoTitle {
  opacity: 1;
  
}
.trendCard:hover .trend1,
.trendCard:hover .trendTitle,
.trendCard:hover .demoTitle {
  opacity: 1;
}
.trendCard:hover .trend3,
.trendCard:hover .trendTitle,
.trendCard:hover .demoTitle {
  opacity: 1;
}
.trendCard:hover .trend4,
.trendCard:hover .trendTitle,
.trendCard:hover .demoTitle {
  opacity: 1;
}
.trendCard:hover .trend5,
.trendCard:hover .trendTitle,
.trendCard:hover .demoTitle {
  opacity: 1;
}

.trendTitle{
height:4vh;
background:transparent;
color:white;
font-family: 'Graphik';
  font-weight:300;
  font-size:1.9vh;
  line-height: 1.7vh;
  opacity: 0;
  transition: opacity 0.8s ease; /* Smooth transition for hover-in and hover-out */
}

.trendImage{
  height:22vh;
  background:white;
}
.trend1{
  background-image: url(../assets/LifeTrendsCostOfHesitations.jpg);
  background-position: right;
  background-size:cover;
  background-repeat:no-repeat;
  opacity: 0.2;
  transition: opacity 0.8s ease; /* Smooth transition for hover-in and hover-out */

}
.trend2{
  background-image: url(../assets/LifeTrendsParentTrapScreen.jpg);
  background-position: center;
  background-size:cover;
  background-repeat:no-repeat;
  opacity: 0.2;
  transition: opacity 0.8s ease; /* Smooth transition for hover-in and hover-out */
}
.trend3{
  background-image: url(../assets/LifeTrendsImpatienceEconomyBack.jpg);
  background-position: left;
  background-size:cover;
  background-repeat:no-repeat;
  opacity: 0.2;
  transition: opacity 0.8s ease; /* Smooth transition for hover-in and hover-out */
}
.trend4{
  background-image: url(../assets/LifeTrendsDignityOfWork.jpg) ;
  background-position: center;
  background-size:cover;
  background-repeat:no-repeat;
  opacity: 0.2;
  transition: opacity 0.8s ease; /* Smooth transition for hover-in and hover-out */
}
.trend5{
  background-image: url(../assets/LifeTrendsSocialRewilding.jpg) ;
  background-position: center;
  background-size:cover;
  background-repeat:no-repeat;
  opacity: 0.2;
  transition: opacity 0.8s ease; /* Smooth transition for hover-in and hover-out */
}
.demoTitle{
height:4vh;
padding-top:1vh;
background:transparent;
color:white;
font-family: 'Graphik';
  font-weight:300;
  font-size:1.9vh;
  line-height: 1.7vh;
  opacity: 0;
  transition: opacity 0.5s ease; /* Smooth transition for hover-in and hover-out */
}