@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: "Rubik", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,svg
{
    display: block;
}

.main_section
{
    background-image:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url(../images/castle-background-min.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100dvh;
    position: relative;
    display: flex;
}

.main_image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 37vw;
}


.main_section  .offer {
    width: 64.9444444444vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    margin-bottom: 6.6666666667vh;
    padding-top: 15.5555555556vh;
    margin-left: 5.777778vw;
    z-index: 2;
}

.main_section .offer_main {
    width: 59vh;
    height: 68vh;
    background: url("../images/paper.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: moveUp 2s ease-out forwards;
}

.main_section.loaded .offer_main {
    transition: transform 2s linear;
    transform: translateY(-10.1111111111vh);
}


.main_section .offer_main__title {
    color: rgb(9 62 143 / 32%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 6vh;
    font-size: 2.3333333333vh;
    font-weight: 500;
    line-height: 3.3333333333vh;
}

.main_section .offer_main__title span {
    color: #093e8fba;
}

.main_section .offer_main__bonus {
    margin-top: 5.8888888889vh;
    color: #2a3973;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 14.4444444444vh;
    line-height: 9.4444444444vh;
    font-weight: 700;
    text-shadow: white 2px 0px 0px, white 1.75px 0.953125px 0px, white 1.078125px 1.671875px 0px, white 0.140625px 1.984375px 0px, white -0.828125px 1.8125px 0px, white -1.59375px 1.1875px 0px, white -1.96875px 0.28125px 0px, white -1.859375px -0.6875px 0px, white -1.296875px -1.5px 0px, white -0.40625px -1.953125px 0px, white 0.5625px -1.90625px 0px, white 1.40625px -1.40625px 0px, white 1.90625px -0.546875px 0px;
}

.main_section .offer_main__bonus span {
    font-size: 5.3333333333vh;
    font-weight: 500;
    line-height: 6.1111111111vh;
    text-shadow: none;
    margin-top: 2.5555555556vh;
}

.main_section .offer_main__codeWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5vh;
}

.main_section .offer_main__codeWrap .btn {
    font-size: 1.7777777778vh;
    font-weight: 700;
    color: #ffffff;
    width: 18.5555555556vh;
    height: 6.2222222222vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.1111111111vh;
    position: relative;
    cursor: pointer;
    background: linear-gradient(180deg, #a10218 20.88%, #ff606f 100%);
    text-decoration: none;
    text-transform: uppercase;
}

.main_section .offer_main__codeWrap .codeBtn {
    margin-right: 3.3333333333vh;
    background: linear-gradient(180deg, #263172 20.88%, #607cd7 100%);
}

.main_section .offer_main__codeWrap .btn span {
    position: relative;
    z-index: 5;
}





.main_section .offer_envelope {
    background: url("../images/envelope.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 30.2966666667vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
}

.main_section .offer_envelope .logo {
    margin-bottom: 6vh;
}

img.desktop {
    width: 16vh;
}

.tooltip {
    position: absolute !important;
    background: #ffffff;
    color: #000000;
    padding: 0.7vh 1vh;
    border-radius: 4px;
    font-size: 1.3vh;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translatex(-50%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-transform: capitalize;
    font-weight: 500;
    left: 50%;
    bottom: auto;
    top: -1.5vh;
}
/* Tooltip visible */
.tooltip.show {
  opacity: 1;
}

/* Arrow bottom */
.tooltip::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}



@keyframes moveUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-10.1111111111vh);
  }
}

@keyframes moveUptab {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-6.9010416667vw);
  }
}


@keyframes moveUpimg {
  from {
    transform: translateY(130%);
  }
  to {
    transform: translateY(0);
  }
}

.terms_condition {
    position: absolute;
    bottom: 0;
    z-index: 11;
    left: 0;
    right: 0;
}

button.toggle-btn {
    display: table;
    margin: 0 auto;
    border: 0;
    background: #303030;
    color: #9d9d9d;
    padding: 1vh 2vh;
    font-size: 2vh;
    border-radius: 1vh 1vh 0 0;
    cursor: pointer;
    text-transform: uppercase;
}

.collapse {
    overflow: hidden;
    transition: height 0.3s ease;
    height: 0;
    background-color: #303030;
}

.collapse p {
    max-width: 68vw;
    margin: 0 auto;
    width: 100%;
    color: #9d9d9d;
    padding: 2vh;
    line-height: 1.5;
    font-size: 1.5vh;
    text-align: center;
}

@media only screen and (max-width:1023px)
{
.main_section .offer {
    width: 47.5260416667vw;
    margin-left: 0;
    padding-top: 16.2760416667vw;
    margin-top: calc(48vw - 10.276042vw);
    margin-bottom: auto;
    z-index: 10;
    border-radius: 0 0 3.90625vw 3.90625vw;
}

.main_section .offer_main {
    width: 46.3541666667vw;
    height: 53.3854166667vw;
    /* animation: moveUptab 2s ease-out forwards; */
    animation: none;
    transform: translateY(-6.9010416667vw);
}

.main_section.loaded .offer_main {
    transform: translateY(-6.9010416667vw);
}

.main_section .offer_main__title {
    font-size: 2.0833333333vw;
    line-height: 3.2552083333vw;
    margin-top: 3.125vw;
}

.main_section .offer_main__bonus {
    margin-top: 0.6510416667vw;
    font-size: 9.1145833333vw;
    line-height: 11.0677083333vw;
    text-shadow: white 1px 0px 0px, white 0.540302px 0.841471px 0px, white -0.416147px 0.909297px 0px, white -0.989992px 0.14112px 0px, white -0.653644px -0.756802px 0px, white 0.283662px -0.958924px 0px, white 0.96017px -0.279415px 0px;
}

.main_section .offer_main__bonus span {
    font-size: 3.90625vw;
    line-height: 3.90625vw;
    margin: 0;
    text-shadow: none;
}

.main_section .offer_main__codeWrap {
    margin-top: 2.0833333333vw;
}

.main_section .offer_main__codeWrap .btn {
    width: 18.8802083333vw;
    height: 6.25vw;
    border-radius: 1.3020833333vw;
    font-size: 1.8229166667vw;
}

.main_section .offer_main__codeWrap .codeBtn {
    margin-right: 1.8229166667vw;
}

.main_section .offer_envelope {
    height: 22.7864583333vw;
}

.main_section {
    justify-content: center;
    align-items: center;
}

.main_section .offer_envelope .logo {
    margin-bottom: 3vh;
}
img.desktop {
    width: 9vh;
}
.main_image {
    position: absolute;
    top: 10vw;
    right: 0;
    z-index: 1;
    height: 42vw;
    left: -3vw;
    /* animation: moveUpimg 2s ease-out forwards; */
}
}


@media only screen and (max-width:575px)
{
.main_section .offer {
    width: 97.0666666667vmin;
    padding-top: 0;
    margin-bottom: 6.6666666667vmin;
    border-radius: 0 0 8vmin 8vmin;
    margin-top: 0;
    overflow: initial;
}




.main_section .offer_main {
    width: 94.9333333333vmin;
    height: 96vmin;
    transform: translateY(-5.3333333333vmin);
}

.main_section.loaded .offer_main {
    transform: translateY(-5.3333333333vmin);
}

.main_section .offer_main__title {
    display: none;
}

.main_section .offer_main__bonus {
    margin-top: 5.3333333333vmin;
    font-size: 18.6666666667vmin;
    line-height: 22.6666666667vmin;
}

.main_section .offer_main__bonus span {
    font-size: 8vmin;
    line-height: 8vmin;
}

.main_section .offer_main__codeWrap {
    margin-top: 4vmin;
}

.main_section .offer_main__codeWrap .btn {
    width: 38.6666666667vmin;
    height: 12.8vmin;
    border-radius: 2.6666666667vmin;
    font-size: 3.7333333333vmin;
}

.main_section .offer_main__codeWrap .codeBtn {
    margin-right: 3.7333333333vmin;
}

.main_section .offer_envelope {
    height: 46.6666666667vmin;
}

.main_image {
    position: relative;
    top: 2vw;
    right: 0;
    z-index: 1;
    height: 69vw;
    left: -16vw;
}
.main_section {
    flex-direction: column;
    padding-bottom: 60px;
}
img.desktop {
    width: 25vw;
}
.collapse p {
    max-width: 100vh;
}
}