@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");

@font-face {
	font-family: "longline";
	src: url("https://assets.codepen.io/756881/Longline+Quart+FREE.ttf")
		format("truetype");
	font-weight: normal;
	font-style: normal;
}

body {
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 100vh;
	width: 100vw;
	font-family: "Nunito", sans-serif;
	background-color: #ffffff;
	color: white;
}

h1 {
	font-family: "longline";
}

button {
  padding: 5px 20px;
  font-size: 16px;
}

.slider-section {
	height: 71vh;
	bottom: 0;
	position: fixed;
	width: 100%;
}

h1 {
	font-size: 10vw;
}

.wheel {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300vw;
	height: 300vw;
	max-width: 2000px;
	max-height: 2000px;
	left: 50%;
	transform: translateX(-50%);
}

.wheel__card {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 370px;
	/* aspect-ratio: 1 / 1; */
	cursor: pointer;
}

.wheel__card img {
	width: 100%;
	pointer-events: none;
	z-index: 999;
	cursor: pointer;
	position: absolute;
	will-change: transform;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60vh;
	display: flex;
  gap: 20px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
  z-index: 1000;
}

.header img {
	width: 40vw;
	height: 40vw;
	max-height: 350px;
	max-width: 350px;
}
.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}
.quote-prev {
    width: 28px;
    height: 28px;
    border: 1px solid var(--black);
    background-color:transparent;
    background-image: url(../image/6390455ccedc3f561b2a51a6_left.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    border-radius: 30px;
    padding: 0
  }
  
  .quote-prev:hover {
    border-color: var(--medium-slate-blue)
  }
  
  .quote-next {
    width: 28px;
    height: 28px;
    border: 1px solid var(--black);
    background-color:transparent;
    background-image: url(../image/6390455e538296711408f105_right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 8px;
    border-radius: 30px;
    flex: none;
    padding: 0
  }
  
  .quote-next:hover {
    border-color: var(--medium-slate-blue)
  }
  
.quote-arrows {
    width: 300px;
    height: 28px;
    grid-column-gap: 16px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 33px;
    left: 0%;
    right: 0%;
    align-items: center;
}
/* SCROLL DOWN */
.scroll-down {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	color: white;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	overflow: visible;
}

.scroll-down .arrow {
	position: relative;
	top: 0px;
	margin: 0 auto;
	width: 15px;
	height: 15px;
	filter: invert(1);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
	background-size: contain;
}
.logos{
    position: absolute;
    top: 8px;
  }
  .log{
    z-index: 99;
    display: flex;
    align-items: center;
  }
  .menuToggle a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
  }
  .menuToggle a:hover {
    color: tomato;
  }
  .menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 999;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }
  .menuToggle span {
    position: relative;
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background:#244e9a;
    border-radius: 3px;
    z-index: 99;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }
  .menuToggle span:first-child {
    transform-origin: 0% 0%;
  }
  .menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }
  
  .menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #ffffff;
  }
  .menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }
  .menuToggle input:checked ~ .menuItem {
    transform: none;
  }
  
  .menuItem {
    position: absolute;
    width: 300px;
    padding: 28px;
    padding-top: 125px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    height: 100vh;
  }
  .menuItem li {
    padding: 10px 0;
    font-size: 22px;
  }
  
  .menu--left {
    position: relative;
    width: 29%;
    text-align: left;
  }
  .menu--left .menuToggle {
    left: 0;
    position: relative;
  }
  .menu--left .menuToggle input {
    left: 10px;
  }
  .menu--left .menuToggle span {
    left: 16px;
  }
  .menu--left .menuItem {
    left: 36px;
    margin: -100px 0 0 -50px;
    transform: translate(-100%, 0);
    z-index: 9;
    background: #4c4c4c;
  }
  
  .menu--right .menuToggle {
    position: fixed;
    right: 0;
    top: 10px;
    z-index: 9;
  }
  .menu--right .menuToggle input {
    right: 23px;
  }
  .menu--right .menuToggle span {
    right: 28px;
  }
  .menu--right .menuItem {
    right: 0;
    margin: -100px 0 0 0;
    transform: translate(100%, 0);
  }
  .menu--right .menuItem li a:hover {
    padding-left: 5px;
  }
  
  .menu--bottom--right .menuToggle {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .menu--bottom--right .menuToggle input {
    right: 50px;
    bottom: 50px;
    top: auto;
  }
  .menu--bottom--right .menuToggle input:checked ~ .menuItem {
    transform: scale(1);
  }
  .menu--bottom--right .menuToggle input:checked ~ .menuItem li:nth-child(1) {
    -webkit-animation: text-slide-in 0.2s;
    -moz-animation: text-slide-in 0.2s;
    animation: text-slide-in 0.2s;
  }
  .menu--bottom--right .menuToggle input:checked ~ .menuItem li:nth-child(2) {
    -webkit-animation: text-slide-in 0.3s;
    -moz-animation: text-slide-in 0.3s;
    animation: text-slide-in 0.3s;
  }
  .menu--bottom--right .menuToggle input:checked ~ .menuItem li:nth-child(3) {
    -webkit-animation: text-slide-in 0.4s;
    -moz-animation: text-slide-in 0.4s;
    animation: text-slide-in 0.4s;
  }
  .menu--bottom--right .menuToggle input:checked ~ .menuItem li:nth-child(4) {
    -webkit-animation: text-slide-in 0.5s;
    -moz-animation: text-slide-in 0.5s;
    animation: text-slide-in 0.5s;
  }
  .menu--bottom--right .menuToggle input:checked ~ .menuItem li:nth-child(5) {
    -webkit-animation: text-slide-in 0.6s;
    -moz-animation: text-slide-in 0.6s;
    animation: text-slide-in 0.6s;
  }
  .menu--bottom--right .menuToggle span {
    right: 50px;
    bottom: 50px;
    top: auto;
  }
  .menu--bottom--right .menuItem {
    bottom: 0;
    right: 0;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 125px;
    transform-origin: bottom right;
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s;
  }
  .menu--bottom--right .menuItem li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .menu--bottom--right .menuItem li a:hover {
    padding-left: 5px;
  }
  
  .menu--bottom--left .menuToggle {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .menu--bottom--left .menuToggle input {
    left: 50px;
    bottom: 50px;
    top: auto;
  }
  .menu--bottom--left .menuToggle input:checked ~ .menuItem {
    transform: scale(1);
  }
  .menu--bottom--left .menuToggle input:checked ~ .menuItem li:nth-child(1) {
    -webkit-animation: text-slide-in 0.2s;
    -moz-animation: text-slide-in 0.2s;
    animation: text-slide-in 0.2s;
  }
  .menu--bottom--left .menuToggle input:checked ~ .menuItem li:nth-child(2) {
    -webkit-animation: text-slide-in 0.3s;
    -moz-animation: text-slide-in 0.3s;
    animation: text-slide-in 0.3s;
  }
  .menu--bottom--left .menuToggle input:checked ~ .menuItem li:nth-child(3) {
    -webkit-animation: text-slide-in 0.4s;
    -moz-animation: text-slide-in 0.4s;
    animation: text-slide-in 0.4s;
  }
  .menu--bottom--left .menuToggle input:checked ~ .menuItem li:nth-child(4) {
    -webkit-animation: text-slide-in 0.5s;
    -moz-animation: text-slide-in 0.5s;
    animation: text-slide-in 0.5s;
  }
  .menu--bottom--left .menuToggle input:checked ~ .menuItem li:nth-child(5) {
    -webkit-animation: text-slide-in 0.6s;
    -moz-animation: text-slide-in 0.6s;
    animation: text-slide-in 0.6s;
  }
  .menu--bottom--left .menuToggle span {
    left: 50px;
    bottom: 50px;
    top: auto;
  }
  .menu--bottom--left .menuItem {
    bottom: 0;
    left: 0;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 125px;
    transform-origin: bottom left;
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s;
  }
  .menu--bottom--left .menuItem li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .menu--bottom--left .menuItem li a:hover {
    padding-left: 5px;
  }
  .star{
    padding: 0;
    border: 0;background: transparent;
  }
  @keyframes text-slide-in {
    0% {
      -webkit-transform: translateX(100px);
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      -o-transform: translateX(100px);
      transform: translateX(100px);
    }
    100% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .desktop{display: block;}
  .mobile{display:none}
  @media screen and (max-width:767px) {
  .menu{    position: absolute;
    bottom: 12%;}
    #Message.w-node-_0af765ca-7b53-bc75-1d36-4e40ff8ce51a-f3361a65,
    #Message.w-node-_902f7880-fee4-bd44-0471-2c1d0d94451b-818513cf {
      grid-area: span 1/span 1/span 1/span 1
    }
    .logos {
      position: absolute;
      bottom: 0;
  }
  .section {
    padding-top: 56px;
  }
  .quote-arrows {
    bottom: 4px;
  }
  .quote-arrows {
    width: 300px;
    height: 28px;
    grid-column-gap: 16px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    top: 57%;
    bottom: 33px;
    left: 0%;
    right: -84%;
    align-items: center;
    transform: rotate(90deg);
}
  .desktop{display: none;}
  .mobile{display:block}
  }

 .main{height: 100%;overflow: hidden;}
  /* ------------------------mobile------------------------------------------------------- */
.slide-sec{
  height: 100%;
  bottom: 0;
  position: fixed;
  width: 100%;
  overflow: hidden;
}
#change {
  position: fixed;
  top: 58%;
  left: 139%;
  width: 320px;
  height: 320px;
  margin-top: -106px;
  margin-left: -106px;
  cursor: pointer;
}
  #change .holder {
    position: absolute;
    z-index: 99999;
    top: 37%;
    left: 37%;
    width: 40px;
    margin-left: 0;
    background: #ff000000;
}
#change a {
  position: absolute;
  top: -425px;
  left: -49px;
  height: 21px;
  width: 40px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
  
  
  .holder img {
    border-radius:10px;
    height: 157px;
  }


  
  
@media only screen and (max-device-width: 768px){

  #change {
    position: fixed;
    top: 50%;
    left: 129%;
    width: 320px;
    height: 320px;
    margin-top: -106px;
    margin-left: -106px;
    cursor: pointer;
}
}