* {
    margin: 0px;
    padding: 0px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.container-desktop {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url('../images/slides/home_bg_v3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pt-20 {
    padding-top: 20px;
}

.top-100 {
    position: absolute;
    top: 100px;
}

.top-1560 {
    /* position: absolute;
    bottom: 50px; */
}

.continue {
    font-family: 'gs__medium';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #ffff;
    text-align: center;
    padding-bottom: 25px;
}

.circle {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 175px;
    height: 175px;
    background-color: #010101;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.3s all ease-in-out;
}

.circle-home {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #ffff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 20px;
    margin: auto;
    transition: 0.3s all ease-in-out;
}

.circle:hover {
    background-color: #1a1a1a;
}

.arrow {
    position: absolute;
    margin-left: 0px;
    width: 20px;
    height: 20px;
    top: 60%;
    left: 40%;
    margin-left: -7px;
    background-size: contain;

}

.segunda {
    margin-left: 0px;
}

.next {
    background-image: url('../images/arrows/home-right-arrow.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 64%;
    left: 48%;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }
    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.circle-home .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.circle-home .arrow.primera {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.set-brand-logo{
    position: absolute;
    top: 10px;
    right: 10px;
}
.set-slide-logo{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26% !important;
    z-index: 1000;
}
/* .set-progress{
    position: absolute;
    bottom: 70px;
    width: 20% !important;
    left: 20px;
} */
/*Arrow Animation Close*/
/*Sliders*/
.container-slider {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: #ced1d5;
}

/* #overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CBCFD2;
    opacity: 0.9;
} */

.content-slide {
  position: absolute;
  top: 66%;
  left: 36px;
  transform: translateY(-50%);
}

.slide-heading {
    font-family: 'gs__bold';
    font-style: normal;
    font-size: 40px;
    color: #000000;
}

.slide-para {
    font-family: 'gs__medium';
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1px;
    width: 90%;
    padding-top: 4px;
    color: #000000;
    opacity: 0.5;
}

.owl-stage-outer {
    width: 100% !important;
    height: 100% !important;
}

.owl-carousel {
    width: 100%;
    height: 100%;
}

.col-6 {
    display: inline;
    background-color: red;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.progress-img {
    max-width: 200px;
}

.slide-item {
    width: 100%;
    position: relative;
}

.slide-item > img {
    object-fit: cover;
    max-height: 100vh;
}

.content-bottom {
    position: absolute;
    bottom: 200px;
    left: 80px;
    width: 100%;
}

.bottom-arrow {
  float: right;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #BEBCBC;
  display: flex;
    justify-content: center;
    align-items: center;
}

.set-bottom-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50px;
  right: 20px;
  cursor: pointer;
  column-gap: 1rem;
}

.content-bottom-right .set-bottom-arrow {
    bottom: 10px;
}

.set-bottom-arrow span {
    font-family: 'gs__bold';
    font-style: normal;
    font-size: 24px;
    color: #000000;
    opacity: 0.5;
    letter-spacing: 1px;
}

.set-bottom-arrow img {
    width: 26px !important;
}

.bg-black {
    background-color: #000 !important;
}

/*Products Variants*/
.container-select-product {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url('../images/slides/select-variants-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.main-heading-row {
    padding-top: 0px;
}

.main-heading {
    font-family: 'gs__bold';
    font-size: 30px;
    text-align: center;
    color: #000000;
}
.w-60{
    width: 40%;
}
.d-flex {
    display: flex;
    justify-content: center;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D5D8DA;
  border: 1px solid #CBCFD2;
  border-radius: 10px;
  margin: 0 4px;
  cursor: pointer;
  padding: 8px 10px;
}

.d-flex-products {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 1rem;
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.variants-container {
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 2rem 0; */
  /* margin-top: 1rem; */
}

.box-card {
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 24%;
}

.box-card img {
  width: 100%;
}

.box-card h4 {
  padding-top: 8px;
  font-family: 'gs__medium';
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #010101;
  text-transform: uppercase;
  opacity: 0.5;
}

.mt-20 {
    margin-top: 50px;
}

.product_selected {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    filter: drop-shadow(2px 4px 6px black);
}

.circle__check {
    background-image: url('../images/shapes/correct.png');
    background-size: contain;
    width: 44%;
    height: 30px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(2px 4px 2px black);
}

/*User Form*/
.container-user-form {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.button-container {
    display: flex;
    justify-content: end;
}

.btn-text {
  font-family: 'gs__medium';
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #010101 !important;
}

.btn-icons {
    font-size: 30px;
    color: #010101;
    font-weight: 400;
}

.p-10 {
    padding-right: 10px;
    width: 22px;
}

.bottom-content-container {
    width: 80%;
}

.header__img {
    position: relative;
    background-image: url('../images/slides/userform__header.jpg');
    height: 30vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.mny-logo {
    width: 46%;
    position: absolute;
    z-index: 100;
    top: 20px;
    left: 20px;
}

.header__img img {
    position: absolute;
    left: 12px;
    bottom: -60px;
}

section.main__section {
    background-image: url('../images/slides/userform__bottom__img.jpg');
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 20px;
}

.main__section .main__content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.content-container h2 {
    font-family: 'gs__bold';
    font-size: 24px;
    color: #000000;
}

.content-container p {
  font-family: 'gs__regular';
  letter-spacing: 0.02em;
  color: #000000;
  opacity: 0.5;
}

.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 2px solid #010101;
    opacity: 0.5;
}

.input-field {
    width: 100%;
    height: 16px;
    padding: 10px;
    outline: none;
    border: none;
    border-left: 2px solid #010101;;
    background: transparent;
    padding-right: 10px;
    font-family: 'gs__regular';
    font-style: normal;
    font-size: 18px;
    color: #000000;
}

.input-field::placeholder {
    opacity: 0.6 !important;
    font-size: 18px;
}

.icon-field {
    padding: 0 10px;
    text-align: center;

}

::placeholder {
    font-family: 'gs__regular';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 67px;
    color: #000000;
    opacity: 0.25;
}

.no-arrows::-webkit-inner-spin-button,
.no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.margin-80 {
    margin-top: 30px;
}

.privacy-policy-text {
  font-family: 'gs__bold';
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000000;
  padding-left: 12px;
}

.privacy-policy {
  margin-top: 40px;
  margin-left: 60px;
  display: flex;
  align-items: center;
}

/*Modal*/
/* Thank you Modal */
.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal-2 {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-2.is-visible-2 {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CBCFD2;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal-overlay-2 {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #CBCFD2;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}


.modal.is-visible .modal-overlay {
    opacity: 0.8;
    visibility: visible;
    transition-delay: 0s;
}

.modal-2.is-visible-2 .modal-overlay-2 {
    opacity: 0.8;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 9999;
    width: 90%;
    height: 60%;
    background: linear-gradient(45.72deg, #EFEFEF -19.76%, #CBCFD2 71.5%);
    box-shadow: 0px 0px 100px rgb(0 0 0 / 10%);
    border-radius: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.modal-wrapper-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 9999;
    width: 90%;
    height: 80%;
    background: #010101;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.game__over {
    background: url('../images/shapes/game_over.png');
    width: 232px;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 46px;
    text-transform: uppercase;
    font-family: 'gs__bold';
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2rem !important;
    margin: auto;
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.modal-2.is-visible-2 .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.modal-content {
    padding: 1em;
}

.modal-content > *:first-child {
    margin-top: 0;
}

.modal-content > *:last-child {
    margin-bottom: 0;
}

.modal__body {
  width: 100%;
  color: #010101;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.game__stats {
    padding: 0 50px;
}

.game__stats label {
  margin: 0px 0;
  font-size: 30px;
  font-family: 'gs__bold';
  letter-spacing: 0.02em;
}

.border-bottom {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;

}

input[type=checkbox] {
  width: 30px;
  height: 30px;
  background: #F3F1F1;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

input[type=radio] {
    width: 30px;
    height: 30px;
    background: #F3F1F1;
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-radius: 1000px;
    margin: 0px 10px;
}

.privacy-policy input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 2px solid #696C6F;
  border-radius: 10px;
}

/* input[type=radio]:checked{
  
} */
.difficulty-level-text {
    font-family: 'gs__regular';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #000000;
    opacity: 0.5;
}

.game__stats span {
    float: right;
    font-size: 60px;
    line-height: 72px;
    font-family: 'gs__bold';
}

.game__stats > div {
  border-top: 1px solid #C9C8C8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.game__stats > div > div {
  display: flex;
  align-items: center;
}

.game__stats > div:last-child {
    border-bottom: 1px solid #C9C8C8;
}

.modal__body h1 {
    font-size: 160px;
    line-height: 192px;
    text-align: center;
    font-family: 'gs__bold';
    margin-top: 0;
    margin-bottom: 80px;
}

.model-content-2 {
    margin: 30px 0px;
    padding: 0px 40px;
}

.model-content-2 h1 {
  font-family: 'gs__bold';
  font-size: 30px;
  color: #FFFFFF;
  padding-bottom: 10px;
}

.model-content-2 p {
    font-family: 'gs__regular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    opacity: 0.75;
}

.mb-360 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cross {
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
  width: 14%;
}

.cross-2 {
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
  width: 14%;
}

.cross img, .cross-2 img {
  width: 100%;
}

.modal-heading {
    color: #ffff;
}

.success__message {
    font-family: 'gs__bold';
    font-size: 26px;
    color: #000
}

.export__btn {
    background: url('../images/shapes/game_over.png');
    width: 500px;
    height: 120px;
    color: #fff;
    font-size: 60px;
    line-height: 76px;
    text-transform: uppercase;
    font-family: 'gs__bold';
    text-align: center;
    justify-content: center !important;
    margin: 4rem auto;
}

.export__btn{ 
  background: url('../images/shapes/game_over.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 240px;
  height: 60px;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  font-family: 'gs__bold';
  text-align: center;
  justify-content: center !important;
  margin: 4rem 0;
}


#loadingScreen {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 99999;
}

#loadingScreen p {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'gs__regular';
    font-style: normal;
    font-size: 150px;
    width: 100%;
    line-height: 150px;
    height: 160px;
    text-align: center;
    color: #F3F1F1;
}

.owl-dots {
    position: absolute;
    left: 30px;
    bottom: 70px;
    display: flex;
    column-gap: 8px;
}

.owl-dot {
    background: #010101 !important;
    opacity: 0.25;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    transition: all 400ms ease;
}

.owl-dot.active {
    width: 60px;
    border-radius: 25px;
    opacity: 1;
}