/* START FONT FAMILY */
@font-face {
    font-family: GFS-Bold;
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/GFS_Neohellenic/GFSNeohellenic-Bold.ttf") format("opentype");
}
.GFS-Bold {
	font-family: GFS-Bold;
}

@font-face {
    font-family: GFS-Regular;
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/GFS_Neohellenic/GFSNeohellenic-Regular.ttf") format("opentype");
}

/* END FONT FAMILY */

/* START FONTS */
h1, h1 span {
    font-size: 45px;
    line-height: 0.95;
    letter-spacing: -1.5px;
}

h2 {
    font-size: 36px;
    line-height: 1.3;
}

h3 {
    font-size: 28px;
    line-height: 1;
}

h4 {
    font-family: GFS-Bold;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
}

h5 {
    font-family: GFS-Bold;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0.3px;
}

h6 {
    font-size: 20px;
    line-height: 1.3;
}

p {
    font-size: 18px;
    line-height: 1.3;
}

small {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
/* END FONTS */

/* START COLORS */
:root {
    font-family: GFS-Bold;
    --beige: #F8F1E7;
    --lightbeige: #FFFAF2;
    --darkBeige: #F1E7DA;
    --green: #2B7065;
    --purple: #835FAD;
    --darkgray: #404040;
}

/* START The 3 themes */
.green-theme,
.purple-theme,
.beige-theme {
    background-color: var(--beige);
}

/* .green-theme {
    background-color: var(--green);
}

.purple-theme {
    background-color: var(--purple);
} */
/* END The 3 themes */

.beigeFontColor {
    color: var(--beige) !important;
}

.beigeBackgroundColor {
    background-color: var(--beige);
}

.lightBeigeFontColor {
    color: var(--lightbeige);
}

.lightBeigeBackgroundColor {
    background-color: var(--lightbeige);
}

.darkGrayFontColor {
    color: var(--darkgray) !important;
}

.greenFontColor {
    color: var(--green);
}

.greenBackgroundColor {
    background-color: var(--green);
}

.purpleFontColor {
    color: var(--purple);
}

.purpleBackgroundColor {
    background-color: var(--purple);
}

.darkBeigeBackgroundColor {
    background-color: var(--darkBeige);
}
/* END COLORS */

body {
    margin: 0;
    color: var(--darkgray);
}

.subheader {
    text-align: center;
    max-width: 550px;
}

.croppedContent {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.offer-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

.offer {
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.basic-card h4 {
    margin-bottom: 10px;
}

.icon-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border: 5px solid var(--darkBeige);
}

.overlay-menu h5 {
    word-spacing: -4px;
    letter-spacing: -0.1px;
}

.overlay-menu .li-desktop {
    display: none;
}

.icon-circle img {
    width: 70%;
    object-fit: contain;
}

form .first-row .form-field,
form .third-row .form-field {
    width: 100%;
}

.footer-top-row,
.newpaper-cols,
form .first-row,
form .third-row,
.begin-your-journey,
.map-parts,
.ecosystem-title-description,
.all-media {
    display: -ms-flexbox;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 0;
    list-style: none;
    width: auto;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    box-sizing: border-box;
}

.beige-theme .green-theme-menu,
.beige-theme .purple-theme-menu,
.green-theme .beige-theme-menu,
.purple-theme .beige-theme-menu {
    display: none !important;
}

.footer-bottom-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 2px;
}

.overlay ul > li:last-child {
    margin-right: 0 !important;
}

.all-coupons {
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
}

.newpaper-cols .newspaper-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.newpaper-cols .newspaper-col {
    width: calc(100% - 50px);
    padding-left: 25px;
    padding-right: 25px;
    display: -ms-flexbox;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 0;
    list-style: none;
    width: auto;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    box-sizing: border-box;
}

.newspaper-col > * {
    text-align: center;
    max-width: 400px;
}

.map-parts .start-part {
    width: 90px;
}

.map-parts .part-1 {
    margin-top: 190px;
    width: calc(33.333% - 50px);
}

.map-parts .part-2 {
    width: calc(33.333% - 40px);
    margin-top: 35px;
}

.map-parts .part-3 {
    width: calc(33.333% - 120px);
    margin-top: 160px;
}

.map-parts .end-part {
    width: 90px;
    margin-left: 30px;
}

.begin-your-journey .image-col {
    width: 100%;
}

.begin-your-journey .form-col {
    width: 100%;
}

.begin-your-journey {
    padding-top: 62px;
    padding-bottom: 250px;
}

.polaroid-container {
    background-color: white;
    padding: 17px;
    border-radius: 20px;
    margin-top: 14px;
    z-index: 1;
    margin-left: 61px;
    margin-right: -48px;
    position: relative;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    rotate: -5deg;
}

.polaroid-container img {
    width: 100%;
    border-radius: 20px;
}

.cta-button-container {
    text-decoration: none;
    margin-top: 30px;
}

.cta-button-container a {
    background-color: var(--darkBeige);
    padding: 5px 15px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

#dfy-content,
#diy-content {
    position: relative;
}



.purple-theme #role-switcher-1 #dfy-1,
.green-theme #role-switcher-1 #diy-1 {
    pointer-events: none !important;
}

.begin-your-journey h1 {
    margin-left: 0;
    margin-top: 86px;
    position: relative;
}

.contact-image-form {
    position: relative;
}

.contact-image-form form {
    z-index: 1;
    position: relative;
}


.contact-image-form .contact-row input,
.contact-image-form select,
.contact-image-form textarea {
    background-color: transparent;
    border: 1px solid var(--darkgray);
    border-radius: 20px;
    padding: 7px 18px 7px 18px;
    color: var(--darkgray);
    font-size: 22px;
    font-family: 'GFS-Regular';
}

.contact-row #message {
    height: 90px;
    margin-bottom: 20px;
}

.two-cards .card-diy h6,
.two-cards .card-dfy h6 {
    transition: .3s;
    letter-spacing: 0;
}

.two-cards .card-diy h6:hover,
.two-cards .card-dfy h6:hover {
    transition: .3s;
    letter-spacing: 0.4px;
}

.submit-button {
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: var(--beige);
    background-color: var(--darkgray);
    border: 0;
    padding: 7px;
    letter-spacing: 0;
    transition: .3s;
    font-family: 'GFS-Bold';
    font-size: 22px;
}

.submit-button:hover {
    letter-spacing: 1.3px;
    transition: .3s;
}

.form-field {
    display: flex;
    flex-direction: column;
}

.contact-image-form .contact-background {
    position: absolute;
    width: 114%;
    margin-left: -7%;
    height: auto;
    transform: rotate(-1.4deg);
    object-fit: contain;
}

form h5 {
    margin-bottom: 18px;
}

form h5 span {
    display: block;
    margin-bottom: 14px;
}

.map-parts .part-1 h4.darkGrayFontColor::before {
    display: block;
    content: '';
    width: 247px;
    position: absolute;
    left: -218px;
    top: -65px;
    background-image: url(./images/map-part-1.png);
    height: 124px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.map-parts .part-2 h4.darkGrayFontColor::before {
    display: block;
    content: '';
    width: 277px;
    position: absolute;
    left: -284px;
    top: -69px;
    background-image: url(./images/map-part-2.png);
    height: 216px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.map-parts .part-3 h4.darkGrayFontColor::before {
    display: block;
    content: '';
    width: 295px;
    position: absolute;
    left: -260px;
    top: -186px;
    background-image: url(./images/map-part-3.png);
    height: 241px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(3deg);
    z-index: -1;
}

.end-part::before {
    display: block;
    content: '';
    width: 169px;
    position: absolute;
    right: 48px;
    top: 35px;
    background-image: url(./images/map-part-4.png);
    height: 241px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(3deg);
    z-index: -1;
}

.end-part {
    position: relative;
}

.map-parts .end-part img {
    margin-left: 19px;
}

.map-parts .start-part img,
.map-parts .end-part img {
    width: 100%;
    object-fit: contain;
}

.ecosystem-title-description .ecosystem-title {
    width: 100%;
}

.ecosystem-title-description .ecosystem-description {
    width: 100%;
}

.all-coupons .single-coupon {
    width: fit-content;
    position: relative;
    transition: .4s;
    max-width: 350px;
}

.all-coupons > .single-coupon:nth-child(1) {
    rotate: -4deg;
}

.all-coupons > .single-coupon:nth-child(2) {
    rotate: 4deg;
}

.all-coupons > .single-coupon:nth-child(3) {
    rotate: -2deg;
}

.all-coupons > .single-coupon:nth-child(4) {
    rotate: 7deg;
}

.time-language h5 {
    margin-left: 8px;
}

.all-coupons .single-coupon .coupon-content {
    position: absolute;
    left: 55px;
    top: 0;
    bottom: 31px;
    height: fit-content;
    margin: auto;
}

.all-coupons .ideasforward-logo {
    margin-bottom: -17px;
}

.all-coupons .coupon-content img {
    max-width: 169px;
    height: 85px;
    object-fit: contain;
}

.single-coupon a > img:first-child {
    width: 260px;
    object-fit: contain;
}

.all-media .single-media {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.all-media .single-media {
    width: calc(50% - 10px);
}

.start-game {
    margin-right: 40px;
}

.button_container {
  position: fixed;
  top: 25px;
  right: 5vw;
  height: 27px;
  width: 28px;
  cursor: pointer;
  z-index: 4;
  transition: opacity .25s ease;
}

.button_container.active .top {
  transform: translateY(9px) translateX(0) rotate(45deg);
  background: var(--darkBeige);
}

.button_container.active .middle {
  opacity: 0;
  background: var(--darkBeige);
}

.beige-theme .button_container.active span {
    background: var(--darkgray) !important;
}

.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: var(--darkBeige);
}

.button_container span {
  background: var(--darkBeige);
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
  border-radius: 5px;
}
.button_container span:nth-of-type(2) {
  top: 10px;
}
.button_container span:nth-of-type(3) {
  top: 20px;
}

.back-to-top-col h4 {
    display: none !important;
}

.back-to-top-col .back-to-top-icon {
    display: block !important;
    margin-top: 2px;
    transition: .3s;
}

.back-to-top-col .back-to-top-icon:hover {
    margin-top: -1px;
    transition: .3s;
}

.beige-theme .button_container span {
  background: var(--darkgray);
}

.overlay {
  position: fixed;
  background: var(--darkBeige);
  top: -80px;
  left: 0;
  width: 100%;
  height: fit-content;
  visibility: hidden;
  transition: .4s;
  overflow: hidden;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  z-index: 3;
}

.overlay.open {
  transition: .4s;
  top: 0;
  visibility: visible;
  height: fit-content;
}

.overlay nav {
  position: relative;
  height: 100%;
  padding-bottom: 7px;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 82px;
  text-align: center;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flexbox;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 0;
    list-style: none;
    width: auto;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    box-sizing: border-box;
}

.news-title-desc h4 {
    font-size: 21px;
}

.overlay ul li {
  width: fit-content;
  margin-bottom: 4px;
  margin-right: 17px;
}

.overlay-menu a {
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.all-media > .single-media:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 10px;
}

.all-media > .single-media:nth-child(2n) {
    padding-left: 0;
    padding-left: 10px;
}

.exclusive-benefits-section img,
.what-play-with-section img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.what-play-with-section .icon-container {
    width: 100%;
    max-width: 150px;
    height: 104px;
    margin-bottom: 13px;
}

.all-media .single-media h3 {
    text-align: center;
    margin-bottom: 10px;
}

.all-media .single-media h4 {
    max-width: 300px;
    text-align: center;
}

html {
    scroll-behavior: smooth;
    transition: .3s;
    overflow-x: hidden;
}

.desktop-polaroid {
    display: none !important;
}

.mobile-polaroid {
    display: block !important;
}

#role-switcher-2,
#role-switcher-1 {
    display: flex;
    flex-direction: row;
    width: fit-content;
}

.header-content.croppedContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
    max-width: unset;
    width: 90% !important;
}

.footer-content.croppedContent {
    width: 90% !important;
    max-width: unset;
}

.role-button {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.green-theme .purple-theme-menu,
.purple-theme .green-theme-menu,
.green-theme .time-language,
.purple-theme .time-language {
    display: none !important;
}

.purple-theme #role-switcher-1 h5,
.green-theme #role-switcher-1 h5 {
    display: none;
}

.purple-theme #diy-1 h5,
.green-theme #dfy-1 h5 {
    background-color: transparent;
    color: var(--lightbeige);
    transition: opacity .3s;
    opacity: 0.7;
}

.display-desktop {
    display: none;
}

.purple-theme #diy-1 h5:hover,
.green-theme #dfy-1 h5:hover {
    transition: opacity .3s;
    opacity: 1;
}

.role-button h5 {
    padding: 5px 15px 5px 15px;
    border-radius: 20px;
    margin-right: 10px;
    color: var(--beige);
}

/* Original intro section - centered layout */
.intro-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

.intro-section h1 {
    text-align: center;
}

/* DIY/DFY sections - flexbox layout with text and image */
.first-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding-bottom: 50px;
}

.first-section-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.first-section-text h1 {
    text-align: left;
}

.first-section-text .video-description {
    text-align: left;
    max-width: 100%;
}

.first-section-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-section-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

.main-video {
    width: 100%;
    height: 35vw;
    object-fit: cover;
    border-radius: 30px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.video-description {
    text-align: center;
    max-width: 930px;
}

.contact-row,
.form-col .first-row > .form-field:nth-child(2),
.form-col .third-row > .form-field:nth-child(2) {
    margin-top: 6px;
}

.why-to-play-section h1,
.how-to-play-section h1,
.what-play-with-section h1,
.role-section h1 {
    width: fit-content;
    position: relative;
    text-align: center;
}

.why-to-play-section {
    padding-left: 5vw;
    padding-right: 5vw;
}

.ecosystem-title h1 {
    width: fit-content;
    position: relative;
    text-align: left;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    backdrop-filter: blur(18px);
    background-color: rgb(248 241 231 / 84%);
    z-index: 4;
    transition: .3s;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.purple-theme header {
    backdrop-filter: blur(18px);
    background-color: rgb(131 95 173 / 84%);
}

.green-theme header {
    backdrop-filter: blur(18px);
    background-color: rgb(43 112 101 / 84%);
}

.beige-theme #initial-content,
.purple-theme #dfy-content,
.green-theme #diy-content {
    display: block;
}

.beige-theme #dfy-content,
.beige-theme #diy-content,
.purple-theme #initial-content,
.purple-theme #diy-content,
.green-theme #dfy-content,
.green-theme #initial-content {
    display: none;
}

/* Underline the active menu link */
.copyrights-policy a p,
.contact-col a h5,
.overlay-menu a h5 {
    position: relative;
    background-image: linear-gradient(transparent 0%, transparent 90%, var(--darkgray) 80%, var(--darkgray) 90%) !important;
    background-repeat: no-repeat !important;
    background-size: 0% 71% !important;
    padding-bottom: 0;
    background-position-x: right !important;
    transition: background-size .6s !important;
    width: fit-content;
    display: block;
    background-position-y: bottom !important;
}

.contact-col a h5 {
    padding-bottom: 2px !important;
}

.copyrights-policy a:hover p,
.contact-col a:hover h5,
.overlay-menu a.active h5 {
    background-size: 100% 71% !important;
    background-position-x: left !important;
}

header .select-green-role, .overlay-menu .select-green-role {
    background: var(--green);
}

header .select-purple-role, .overlay-menu .select-purple-role {
    background: var(--purple);
}

.green-theme .select-green-role {
    background: var(--darkBeige) !important;
    color: var(--green) !important;
}

.purple-theme .select-purple-role {
    background: var(--darkBeige) !important;
    color: var(--purple) !important;
}

.beige-theme .diy-dfy-col .select-no-role,
.green-theme .diy-dfy-col .select-green-role,
.purple-theme .diy-dfy-col .select-purple-role {
    display: none;
}

.purple-theme .diy-dfy-col .select-no-role,
.green-theme .diy-dfy-col .select-no-role,
.beige-theme .diy-dfy-col .select-purple-role {
    margin-bottom: 0;
}

.back-to-top-col h4,
.diy-dfy-col h4 {
    letter-spacing: 0;
    padding-left: 0;
    transition: .3s;
}

.diy-dfy-col h4:hover {
    transition: .3s;
    padding-left: 3px;
    letter-spacing: 0.8px;
}

.back-to-top-col h4:hover {
    transition: .3s;
    letter-spacing: 0.9px;
}


.role-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 150px;
}


.begin-your-journey h1 > span:first-child {
    position: relative;
}

.ecosystem-title h1 > span:first-child,
.what-play-with-section h1 > span:first-child,
.how-to-play-section h1 > span:first-child,
.role-section h1 > span:first-child,
.why-to-play-section h1 > span:first-child {
    position: relative;
    margin-left: 30px;
}

.role-section h1 > span:first-child::before {
    position: absolute;
    display: block;
    content: '';
    background-image: url(./images/title-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    height: 68px;
    top: -24px;
    left: -41px;
}

.why-to-play-section h1 > span:first-child::before {
    position: absolute;
    display: block;
    content: '';
    background-image: url(./images/title-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    height: 68px;
    top: -27px;
    left: -45px;
}

.begin-your-journey h1 > span:first-child::before {
    position: absolute;
    display: block;
    content: '';
    background-image: url(./images/title-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    height: 68px;
    top: -32px;
    left: -19px;
}

#toggle h5 {
    padding-right: 40px;
    margin-left: -68px;
    margin-top: -4px;
    color: var(--darkBeige);
}

.polaroid-container h5 {
    text-align: center;
    padding-top: 9px;
}

.begin-your-journey .first-line,
.begin-your-journey .second-line {
    display: block;
    rotate: -5deg;
}

.begin-your-journey .first-line {
    padding-left: 26px;
}

#why-collaborate h1::before {
    left: -67px;
}

.what-play-with-section h1 > span:first-child::before {
    position: absolute;
    display: block;
    content: '';
    background-image: url(./images/title-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    height: 68px;
    top: -26px;
    left: -44px;
}

.how-to-play-section h1 > span:first-child::before {
    position: absolute;
    display: block;
    content: '';
    background-image: url(./images/title-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    height: 68px;
    top: -27px;
    left: -43px;
}

.ecosystem-title h1 > span:first-child::before {
    position: absolute;
    display: block;
    content: '';
    background-image: url(./images/title-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 68px;
    height: 68px;
    top: -27px;
    left: -43px;
}

.beige-theme .content {
    background-color: var(--beige);
}

.purple-theme .content {
    background-color: var(--purple);
}

.green-theme .content {
    background-color: var(--green);
}

.content {
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    margin-bottom: 316px;
    position: relative;
    z-index: 1;
    /* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */
}

footer {
    position: fixed;
    bottom: 0;
    height: 360px;
    width: 100%;
}

.footer-content {
    position: relative;
    padding-top: 120px;
    display: flex;
    width: 100%;
    height: 230px;
    flex-direction: column;
    justify-content: space-between;
}

.copyrights-policy a {
    margin-left: 7px;
}

.powered-by p {
    margin-right: 9px;
}

.powered-by,
.copyrights-policy {
    display: flex;
    align-items: center;
    flex-direction: row;
}

footer .main-logo {
    margin-left: -14px;
}

.back-to-top-col a,
.back-to-top-col h4 {
    text-align: right;
    width: fit-content;
    position: relative;
    margin-left: auto;
    position: relative;
}

footer .logo-col {
    width: 31%;
}

.social-media {
    display: flex;
    flex-direction: row;
}

footer .diy-dfy-col,
footer .contact-col {
    width: 26%;
}

footer .back-to-top-col {
    width: 17%;
}

footer .footer-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.22;
    position: absolute;
}

.follow-us-title {
    margin-top: 21px;
}

.social-media a {
    margin-right: 15px;
    display: block;
    width: fit-content;
}

.diy-dfy-col > div {
    margin-bottom: 22px;
}

.all-media {
    margin-top: 20px;
}
/* START ROTATIONS */
.rotate--3 {
    display: inline-block;
    transform: rotate(-3deg);
}

.rotate-4 {
    transform: rotate(4.63deg);
}

.rotate-7 {
    transform: rotate(7.63deg);
}

.rotate--7 {
    transform: rotate(-7.63deg);
}
/* END ROTATIONS */

.three-cards .basic-card:nth-child(1) {
    margin-bottom: -39px;
    margin-right: -5px;
    transform: rotate(-7.63deg);
}

.three-cards .basic-card:nth-child(2) {
    transform: rotate(-3deg);
}

.three-cards .basic-card:nth-child(3) {
    transform: rotate(4deg);
}

.start-game a h5 {
    letter-spacing: 0;
    transition: .3s;
}

.start-game a.active h5,
.start-game a:hover h5 {
    letter-spacing: 1px;
    transition: .3s;
}

.section-description {
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 800px;
    width: fit-content;
    text-align: center;
}

.ecosystem-description h4 {
    line-height: 1.3;
    padding-top: 8px;
}

.all-coupons {
    margin-top: 33px;
}

.social-ecosystem-section {
    padding-top: 215px;
    padding-bottom: 100px;
}

.all-coupons > .single-coupon:nth-child(3) {
    z-index: 1;
}

#role-switcher-2 {
    align-items: center;
}

footer h4 {
    position: relative;
    line-height: 32px;
    width: fit-content;
}

.diy-dfy-col h4::before {
    content: '';
    width: 13px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 9px;
    left: -23px;
}

.diy-dfy-col h4.greenFontColor::before {
    background-image: url(./images/arrow-green.png);
}

.diy-dfy-col h4.purpleFontColor::before {
    background-image: url(./images/arrow-purple.png);
}

.diy-dfy-col h4.darkGrayFontColor::before {
    background-image: url(./images/arrow-black.png);
}

.diy-dfy-col div {
    width: fit-content;
}

#role-switcher-2 > h5:first-child {
    display: none;
}

#role-switcher-2 .icon-circle {
    border: 5px solid #f7efe5;
}

.ecosystem-title .second-line {
    margin-left: 29px;
    margin-bottom: -35px;
    margin-top: -5px;
    rotate: -2deg;
}

.ecosystem-title h1 > span:nth-child(3) {
    rotate: 2deg;
}

.role-section h1 > span:nth-child(2),
.why-to-play-section h1 > span:nth-child(2),
.how-to-play-section h1 > span:nth-child(2),
.what-play-with-section h1 > span:nth-child(2) {
    rotate: -3deg;
}

.role-section h1 > span:nth-child(3),
.why-to-play-section h1 > span:nth-child(3),
.how-to-play-section h1 > span:nth-child(3),
.what-play-with-section h1 > span:nth-child(3) {
    rotate: 3deg;
}

.all-coupons > .single-coupon:nth-child(2n) {
    margin-left: auto;
    margin-top: -12px;
    margin-bottom: -19px;
}

.footer-main-logo,
.main-logo {
    order: -1;
    width: 180px;
    min-width: 180px;
    margin-bottom: -7px;
    margin-top: -7px;
    height: 62px;
    margin-left: -10px;
    object-fit: contain;
    background-image: url(./images/dark-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s;
    opacity: 1;
}

#role-switcher-2 .icon-circle,
#role-switcher-1 .icon-circle {
    transition: .3s;
    opacity: 1;

}

.beige-theme #role-switcher-2 .icon-circle.hovered,
.beige-theme #role-switcher-2 .icon-circle:hover,
.beige-theme #role-switcher-1 .icon-circle.hovered,
.beige-theme #role-switcher-1 .icon-circle:hover {
    transition: .3s;
    opacity: 0.78;
}


@keyframes fadeInUp {
	0% {
		transform: translate(0px, 30px);
		opacity: 0;
	}

	100% {
		transform: translate(0px, 0);
		opacity: 1;
	}
}

/* .mobile .fadeInUp {
	transform: translate(0px, 30px);
} */

.fadeInUp {
	opacity: 0;
	transform: translate(0px, 70px);
	transform: none;
	animation-fill-mode: backwards;
}

.footer-main-logo:hover,
.main-logo:hover {
    transition: .3s;
    opacity: 0.82;
}

.green-theme .main-logo:hover,
.purple-theme .main-logo:hover {
    transition: .3s;
    opacity: 0.84;
}

.green-theme .main-logo,
.purple-theme .main-logo {
    background-image: url("./images/light-logo.svg");
}

.green-theme h1,
.purple-theme h1,
.green-theme h3,
.purple-theme h3,
.green-theme .time-language h5,
.purple-theme .time-language h5 {
    color: var(--lightbeige);
}

.two-cards {
    display: block;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.content {
    padding-top: 139px;
}

.card-diy, .card-dfy {
    width: 84%;
    display: flex;
    height: fit-content;
    border-radius: 30px;
    flex-direction: column;
    align-items: center;
    padding-left: 6%;
    padding-right: 6%;
    justify-content: center;
    padding-top: 26px;
    padding-bottom: 38px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    min-height: fit-content;
}

#dfy-2,
#diy-2 {
    width: 70%;
    text-align: center;
    border-radius: 20px;
    padding-top: 7px;
    padding-bottom: 5px;
}

.card-diy {
    z-index: 1;
    rotate: -4deg;
}

.card-dfy {
    rotate: 4deg;
}

.two-cards img {
    max-width: 120px;
    margin-bottom: 10px;
    width: 100%;
    max-height: 180px;
    object-fit: contain;
}

.card-diy h5,
.card-dfy h5 {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 24px;
}
/* 
#diy-1,
#diy-2,
#dfy-1,
#dfy-2 {
    cursor: pointer;
} */

.select-green-role,
.select-purple-role,
.select-no-role {
    cursor: pointer;
}

.pin-title-descripion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pin-title-descripion > h4:first-child {
    width: fit-content;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 10px;
    padding-bottom: 7px;
    border-radius: 16px;
    position: relative;
}

.pin-title-descripion > h4:first-child::after {
    content: '';
    width: 37px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    transform: rotate(45deg);
    margin: auto;
    height: 31px;
    z-index: -1;
    background-color: var(--lightbeige);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.pin-title-descripion > h4:nth-child(2) {
    text-align: center;
    margin-top: 28px;
    padding-left: 8%;
    padding-right: 8%;
    /* max-width: 300px; */
}

.exclusive-benefits-section,
.why-to-play-section,
.how-to-play-section,
.what-play-with-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why-to-play-section h1 {
    text-align: center;
    margin-top: 207px;
}

.exclusive-benefits-section {
    padding-top: 168px;
}
/* ALL MEDIA */

.three-cards {
    display: block;
    flex-direction: row;
    align-items: center;
    margin-top: 45px;
    padding-left: 5vw;
    padding-right: 5vw;
}

.three-cards .basic-card {
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    width: 80%;
    padding-left: 5%;
    height: fit-content;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: .4s;
    min-height: fit-content;
}

.three-cards .basic-card h3,
.three-cards .basic-card h4 {
    text-align: center;
    line-height: 1.1;
}

.three-cards .basic-card .card-title {
    margin-top: 8px;
    margin-bottom: 15px;
}


.basic-card .image-container {
    margin-bottom: 13px;
}


:root {
	/* scrollbar-color: blue !important; */
	scrollbar-width: 7px !important;
}

::-webkit-scrollbar {
	width: 7px !important;
}

::-webkit-scrollbar-thumb {
	background: var(--darkgray) !important;
	border-radius: 10px !important;
}

::-webkit-scrollbar-track {
	background: var(--beige) !important;
}

html.purple-theme ::-webkit-scrollbar-thumb,
html.green-theme ::-webkit-scrollbar-thumb {
	background: var(--beige) !important;
}

html.purple-theme ::-webkit-scrollbar-track {
	background: var(--purple) !important;
}

html.green-theme ::-webkit-scrollbar-track {
	background: var(--green) !important;
}

.how-to-play-section {
    padding-top: 245px;
    padding-bottom: 190px;
}

.fixed-menu {
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--beige);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    z-index: 3;
    padding-top: 4px;
    padding-bottom: 4px;
}

.fixed-menu h5 {
    color: var(--darkgray);
    padding-top: 4px;
    padding-bottom: 4px;
}

.fixed-menu .purpleBackgroundColor,
.fixed-menu .greenBackgroundColor {
    border-radius: 50px;
    margin-right: 4px;
    padding-left: 20px;
    padding-right: 20px;
}

.fixed-menu a {
    display: block;
    width: fit-content;
    margin-left: 22px;
    margin-right: 22px;
}

a {
    text-decoration: none;
}

.beige-theme .dfy-begin,
.beige-theme .diy-begin,
.green-theme .dfy-begin,
.purple-theme .diy-begin,
.green-theme .time-language,
.purple-theme .time-language {
    display: none;
}

.time-language {
    order: 1;
}

.time-menus {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.astylab-logo {
    margin-left: -11px;
}

.start-game a {
    background-color: var(--darkBeige);
    padding-top: 5px;
    width: 90px;
    padding-bottom: 4px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.start-game {
    margin-right: calc(5vw + 28px);
}

form label {
    font-family: GFS-Regular;
    font-size: 22px;
    font-weight: normal;
    padding-left: 18px;
    padding-bottom: 6px;
}

.newspaper-image-content {
    position: relative;
    display: flex;
    flex-direction: row;
}

.newspaper-image-content .newspaper-background {
    position: absolute;
    width: 104%;
    margin-left: -2%;
    height: auto;
    object-position: center;
}

.newspaper-image-content .newspaper-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newspaper-content .news-icon-container {
    width: 100%;
    max-width: 260px;
    height: fit-content;
    margin-bottom: 22px;
    margin-top: 12px;
}

.newspaper-image-content h1 {
    text-align: center;
    padding-bottom: 18px;
    margin-top: 20px;
    position: relative;
    width: 94%;
}

.what-play-with-section {
    padding-top: 50px;
    padding-bottom: 0;
}

.newspaper-line {
    opacity: 0.4;
    width: 94% !important;
    border-radius: 30%;
    margin-bottom: 7px;
}

.newspaper-vertical-line {
    opacity: 0.4;
    width: fit-content !important;
    border-radius: 30%;
    margin-bottom: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.newspaper-content .newspaper-col {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: row;
}

.newpaper-cols {
    width: 100% !important;
}

.newspaper-col h3 {
    margin-top: 12px;
    margin-bottom: 9px;
}

.three-cards img {
    max-width: 110px;
}

.newspaper-col .news-icon-container {
    width: 70px;
    order: -1;
}

.newspaper-col .news-title-desc {
    width: calc(100% - 70px)
}

.news-title-desc h3,
.news-title-desc h4 {
    text-align: left;
    padding-left: 20px;
}

.newspaper-vertical-line {
    display: none !important;
}

.mobile-line-separator {
    height: fit-content !important;
    width: 72%;
    margin-top: 14px;
    margin-bottom: 3px;
    opacity: 0.2;
}

.news-icon-container img {
    height: fit-content !important;
}

.contact-image-form form {
    padding-left: 13%;
    padding-right: 0;
    padding-top: 122px;
}

.purple-theme .overlay ul li {
    margin-right: 13px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: var(--darkgray) !important;
}

.card-dfy {
    margin-top: -5px;
    rotate: calc(3deg);
}

.card-dfy {
    margin-left: auto;
}

.back-to-top-col a {
    display: block;
    width: fit-content;
    min-height: 30px;
}

.back-to-top-icon img {
    transform: rotate(-90deg);
    width: 30px;
    margin-top: 7px;
}

@media only screen and (max-width: 991px) {
    .footer-content {
        padding-top: 103px;
    }

    .diy-dfy-col {
        margin-top: 36px;
        margin-bottom: 32px;
    }

    footer .diy-dfy-col h4 {
        font-size: 28px;
    }

    .back-to-top-col {
        position: absolute;
        right: 0;
        width: fit-content !important;
        top: 110px;
        margin-right: -5px;
    }

    footer .contact-col,
    footer .diy-dfy-col,
    footer .logo-col {
       width: 100%;
    }

    .diy-dfy-col {
        margin-left: 24px;
    }

    .footer-bottom-row {
        display: block;
        margin-top: 35px;
    }

    footer {
        height: 600px;
    }

    .powered-by img {
        width: 93px;
    }

    .content {
        margin-bottom: 564px;
    }

    #dfy-2, #diy-2 {
        min-width: 245px;
    }

    .card-diy {
        transform: rotate(2deg);
    }

    .card-dfy {
        transform: rotate(1deg);
    }

    .pin-title-descripion > h4:first-child {
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 7px;
        padding-bottom: 5px;
        font-size: 23px;
    }

    .pin-title-descripion > h4:first-child::after {
        width: 24px;
        height: 26px;
    }

    .pin-title-descripion > h4:nth-child(2) {
        margin-top: 16px !important;
    }

    .start-part {
        margin-left: -7px;
    }

    .part-1 {
        margin-top: 6px !important;
    }

    .pin-title-descripion {
        align-items: flex-start;
    }

    .pin-title-descripion > h4:nth-child(2) {
        text-align: left;
    }

    .map-parts {
        display: block;
        width: 100%;
        max-width: 678px;
        margin-top: 17px;
    }

    .map-parts .part-1 h4.darkGrayFontColor::before {
        display: none;
    }

    .map-parts .part-1 {
        position: relative;
    }

    .map-parts .part-1::before {
        display: block;
        content: '';
        width: 86px;
        position: absolute;
        left: -83px;
        top: -54px;
        background-image: url(./images/map-part-1.png);
        height: 124px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    body {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .map-parts .part-1,
    .map-parts .part-3 {
        margin-left: auto;
    }

    .pin-title-descripion > h4:nth-child(2) {
        padding-left: 0;
        padding-right: 0 !important;
    }

    .map-parts .part-3 h4.darkGrayFontColor::before {
        width: 243px;
        left: -185px;
        top: -77px;
        background-image: url(./images/map-part-2.png);
        height: 100px;
        transform: rotate(-100deg);
    }

    .map-parts .part-2 h4.darkGrayFontColor::before {
        width: 243px;
        left: -73px;
        top: -129px;
        height: 100px;
        transform: rotate(-28deg);
    }

    .map-parts .part-3 {
        margin-top: 89px !important;
    }

    .how-to-play-section {
        padding-top: 167px;
        padding-bottom: 82px;
    }

    .map-parts .end-part {
        margin-left: auto !important;
        margin-top: 12px;
        margin-left: 345px;
    }

    .social-ecosystem-section {
        padding-top: 162px;
        padding-bottom: 0;
    }

    .begin-your-journey {
        padding-top: 72px;
        padding-bottom: 77px !important;
    }

    .exclusive-benefits-section {
        padding-top: 136px;
    }

    .card-diy, .card-dfy {
        max-width: 395px;
    }

    .why-to-play-section h1 {
        margin-top: 164px;
    }

    .map-parts .end-part img {
        margin-left: 3px;
    }

    .end-part::before {
        width: 169px;
        right: 44px;
        top: -12px;
        height: 51px;
        transform: rotate(52deg);
    }

    .part-1 .pin-title-descripion > h4:nth-child(2) {
        min-height: 86.39px;
    }

    .map-parts .part-2 {
        margin-top: 4px !important;
    }

    #role-switcher-1 {
        display: none !important;
    }

    .begin-your-journey h1 span {
        transform: rotate(0deg);
    }

    .contact-image-form {
        max-width: 750px;
    }

    .map-parts .start-part img {
        width: 57px;
        margin-left: 4px;
    }

    .map-parts .end-part img {
        width: 74px;
        margin-left: 0;
    }

    .contact-image-form .contact-background {
        width: 130%;
        margin-left: -57px;
        min-width: 830px;
    }

    .map-parts .part-1,
    .map-parts .part-2,
    .map-parts .part-3 {
        margin-top: 50px;
        width: calc(100% - 100px);
    }

    .polaroid-container {
        margin-top: 35px;
        margin-left: auto;
        max-width: 165px;
        margin-right: 0;
        transform: rotate(5deg);
    }

    .all-coupons {
        max-width: 514px;
    }

    .ecosystem-title-description .ecosystem-description {
        max-width: 650px;
        margin-left: 0;
        margin-right: auto;
    }

    .ecosystem-description h4 {
        font-size: 21px;
    }

    .three-cards {
        width: 100%;
        max-width: 650px;
    }

    .three-cards .basic-card {
        max-width: 340px;
    }

    .three-cards .basic-card:nth-child(2) {
        margin-left: auto;
        margin-top: 31px;
        margin-bottom: -8px;
        transform: rotate(4.63deg);
    }

    .three-cards .basic-card:nth-child(1),
    .three-cards .basic-card:nth-child(3) {
        transform: rotate(-4.63deg);
    }

    .basic-card .image-container {
        margin-bottom: 4px;
        margin-top: -8px;
    }

    /* Mobile: Stack first-section content vertically */
    #diy-content .first-section,
    #dfy-content .first-section {
        flex-direction: column;
        gap: 24px;
    }

    .first-section-text {
        align-items: center;
    }

    .first-section-text h1 {
        text-align: center;
    }

    .first-section-text .video-description {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) {
    #role-switcher-2 > h5:first-child {
        display: block;
        margin-right: 18px;
    }

    .all-coupons > .single-coupon:nth-child(2n) {
        margin-top: -70px;
        margin-bottom: -31px;
    }
}

@media only screen and (min-width: 768px) {
    .all-media {
        margin-top: 38px;
    }

    .two-cards {
        margin-top: 55px;
    }

    .card-dfy {
        margin-left: 0;
    }

    .card-dfy {
        margin-top: 0;
    }

    .purple-theme .overlay ul li {
        margin-right: 0;
    }

    .overlay-menu .li-desktop {
        display: block;
    }

    .overlay-menu .li-mobile {
        display: none;
    }

    .contact-image-form form {
        padding-right: 7vw;
    }

    .begin-your-journey h1 {
        margin-left: 53px;
    }

    .three-cards {
        margin-top: 80px;
    }

    .newspaper-line {
        margin-bottom: 30px;
    }

    .newspaper-content .news-icon-container {
        margin-top: 22px;
        height: 118px;
    }

    .news-icon-container img {
        height: 100% !important;
    }

    .news-title-desc h3,
    .news-title-desc h4 {
        text-align: center !important;
        padding-left: 0;
    }

    .newspaper-vertical-line {
        display: block !important;
    }

    .mobile-line-separator {
        display: none !important;
    }

    .newspaper-col .news-icon-container,
    .newspaper-col .news-title-desc {
        width: 100%;
        order: unset;
    }

    .newpaper-cols .newspaper-col {
        width: 33%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .card-diy,
    .card-dfy {
        width: 26vw;
        height: 26vw;
        min-width: 290px;
        padding-left: 3%;
        padding-right: 3%;
        min-height: 394px;;
    }

    .two-cards {
        display: flex;
    }

    .three-cards {
        padding-left: 0;
        padding-right: 0;
    }

    .what-play-with-section .icon-container {
        max-width: 160px;
        height: 109px;
    }

    .overlay ul li {
        width: 25%;
        margin-right: 0;
    }
    
    .contact-image-form .contact-background {
        width: 100%;
        margin-left: -38px;
    }

    #role-switcher-1,
    .time-menus {
        min-width: 365.75px;
    }

    .all-media .single-media {
        width: calc(50% - 30px) !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .card-diy h5,
    .card-dfy h5 {
        margin-top: 10px;
        margin-bottom: 29px;
    }

    #dfy-2, 
    #diy-2 {
        min-width: 262px;
    }
}

@media only screen and (min-width: 992px) {
    /* START FONTS */
    h1, h1 span {
        font-size: 53px;
        line-height: 0.92;
        letter-spacing: -2.5px;
    }

    h2 {
        font-size: 38px;
        line-height: 1.3;
    }

    h3 {
        font-size: 31px;
        line-height: 1;
    }

    .news-title-desc h4,
    h4 {
        font-size: 26px;
        line-height: 1.3;
    }

    h5 {
        font-size: 22px;
        line-height: 1.3;
        letter-spacing: 0.3px;
    }

    h6 {
        font-size: 20px;
        line-height: 1.3;
    }

    p {
        font-size: 18px;
        line-height: 1.3;
    }

    small {
        font-size: 16px;
        font-weight: bold;
        display: block;
    }

    h1, h2, h3, h4, h5, h6, p {
        margin: 0;
    }
    /* END FONTS */

	@keyframes fadeInUp {
		0% {
			transform: translate(0px, 70px);
			opacity: 0;
		}

		100% {
			transform: translate(0px, 0);
			opacity: 1;
		}
	}

    .video-title {
        line-height: 1.3;
    }

    .diy-dfy-col h4:hover,
    .back-to-top-col h4:hover {
        letter-spacing: 1px;
    }

    .video-container {
        min-width: 260px !important;
    }

    body:not(.modal-open) .video-desc {
        display: block !important;
    }

    .two-cards .card-diy h6:hover,
    .two-cards .card-dfy h6:hover {
        letter-spacing: 0.8px;
    }

    .modal-close {
        top: 37px !important;
    }

    .overlay-menu a h5 {
        padding-bottom: 2px;
    }

    .back-to-top-col .back-to-top-icon {
        margin-top: 5px;
    }

    .card-diy,
    .card-dfy {
        padding-left: 4%;
        padding-right: 4%;
        min-width: 323px;
    }

    #how-to-host .map-parts .part-2 h4.darkGrayFontColor::before {
        width: 305px;
        left: -299px;
        top: -75px;
        height: 237px;
    }

    #how-to-host .start-part img {
        margin-left: -17px;
    }

    #how-to-host .pin-title-descripion > h4:nth-child(2) {
        padding-left: 9%;
        padding-right: 9%;
    }

    .map-parts {
        margin-top: 65px;
    }

    .start-part img {
        margin-left: -39px;
        transform: scale(1.3);
        margin-top: -18px;
    }

    .end-part img {
        transform: scale(1.3);
        margin-left: 25px !important;
        margin-top: -18px;
    }

    .pin-title-descripion > h4:first-child {
        font-size: 43px;
    }

    .pin-title-descripion > h4:nth-child(2) {
        transform: scale(1.7);
        margin-top: 77px;
    }

    .map-parts {
        min-width: 1400px;
        transform: scale(0.6);
    }

    .footer-content.croppedContent,
    .header-content.croppedContent {
        width: 94% !important;
    }

    #role-switcher-1 {
        transform: scale(0.9);
    }

    .contact-row {
        margin-top: 12px;
    }

    .beige-theme .overlay,
    .beige-theme #toggle {
        display: none;
    }

    .button_container {
        top: 36px;
        right: 3vw;
        opacity: 0.7;
        transition: .3s;
    }

    #toggle.active {
        opacity: 1;
    }

    .button_container:hover {
        opacity: 1;
        transition: .3s;
    }

    .start-game {
        margin-right: 122px;
    }

    .form-col .first-row > .form-field:nth-child(2),
    .form-col .third-row > .form-field:nth-child(2) {
        margin-top: 0;
    }

    .overlay-menu h5 {
        word-spacing: 0;
    }

    .contact-image-form form {
        padding-right: 3vw;
        max-width: 471px;
        min-width: 471px;
    }

    #fullname,
    #explorer-style {
        margin-right: 6px;
    }

    #email,
    #interest-area {
        margin-left: 6px;
        margin-top: 0;
    }

    form .first-row .form-field,
    form .third-row .form-field {
        width: 50%;
    }

    .begin-your-journey .image-col {
        width: 35%;
        margin-left: -75px;
    }

    .begin-your-journey .form-col {
        width: 65%;
    }

    .desktop-polaroid {
        display: block !important;
    }

    .mobile-polaroid {
        display: none !important;
    }

    .contact-image-form .contact-background {
        min-width: 712px;
        margin-top: 7px;
        margin-left: -53px;
    }

    .all-coupons > .single-coupon:nth-child(2n) {
        margin-top: unset;
        margin-bottom: unset;
    }

    .three-cards img {
        max-width: 135px;
    }

    .all-coupons {
        transform: scale(0.89);
    }

    .ecosystem-title .second-line {
        margin-top: 2px;
        margin-left: 0;
        margin-bottom: -36px;
    }

    .what-play-with-section {
        padding-bottom: 100px;
    }

    .newpaper-cols {
        margin-bottom: -60px;
    }

    .three-cards {
        min-width: 1191px;
        justify-content: center;
    }

    .newpaper-cols .newspaper-col {
        width: calc(33% - 50px);
    }

    .begin-your-journey h1 > span:first-child,
    .ecosystem-title h1 > span:first-child,
    .what-play-with-section h1 > span:first-child,
    .how-to-play-section h1 > span:first-child,
    .role-section h1 > span:first-child,
    .why-to-play-section h1 > span:first-child {
        margin-left: 0;
    }

    .all-coupons {
        display: flex;
    }

    .all-coupons > .single-coupon:nth-child(2n) {
        margin: unset;
    }

    .all-coupons .single-coupon .coupon-content {
        left: 22%;
    }

    .all-coupons .single-coupon {
        width: 25%;
    }

    .all-coupons {
        margin-top: 120px;
    }

    .role-section h1 > span:first-child::before {
        width: 105px;
        height: 105px;
        top: -43px;
        left: -66px;
    }      
    
    .begin-your-journey {
        padding-top: 118px;
    }

    .what-play-with-section h1 > span:first-child::before {
        width: 105px;
        height: 105px;
        top: -42px;
        left: -68px;
    }

    .all-coupons {
        padding-left: 0;
        padding-right: 0;
    }

    .single-coupon a > img:first-child {
        width: 102%;
    }

    .begin-your-journey .first-line {
        padding-left: 37px;
    }
        
    .begin-your-journey h1 > span:first-child::before {
        width: 105px;
        height: 105px;
        top: -49px;
        left: -30px;
    }

    .why-to-play-section h1 > span:first-child::before {
        width: 105px;
        height: 105px;
        top: -44px;
        left: -68px;
    }

    .ecosystem-title h1 > span:first-child::before {
        width: 105px;
        height: 105px;
        top: -41px;
        left: -67px;
    }

    .how-to-play-section h1 > span:first-child::before {
        width: 105px;
        height: 105px;
        top: -42px;
        left: -67px;
    }

    .three-cards .basic-card {
        width: 22vw;
        height: 22.3vw;
        max-width: 455px;
        max-height: 480px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .three-cards {
        display: flex;
    }

    .two-cards img {
        max-width: 135px;
    }

    .overlay nav {
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 108px;
    }

    .start-game a {
        padding-top: 6px;
        padding-left: 0;
        padding-bottom: 4px;
        padding-right: 0;
        width: 118px;
    }

    .start-game a.active h5,
    .start-game a:hover h5 {
        letter-spacing: 1.2px;
    }
    
    .green-theme #dfy-1 .icon-circle,
    .purple-theme #diy-1 .icon-circle {
        display: none;
    }

    .purple-theme #role-switcher-1 h5,
    .green-theme #role-switcher-1 h5 {
        display: block;
    }

    .footer-main-logo,
    .main-logo {
        width: 204px;
        height: 84px;
        order: unset;
        margin-left: 0;
    }

    .footer-main-logo {
        margin-top: -11px;
    }

    .ecosystem-title-description .ecosystem-title {
        width: 58%;
    }

    .ecosystem-title-description .ecosystem-description {
        width: 42%;
    }

    .icon-circle {
        width: 54px;
        height: 54px;
    }

    .display-desktop {
        display: block;
    }

    .time-language {
        display: flex !important;
        flex-direction: row;
    }

    .croppedContent {
        width: 86% !important;
    }

    .display-mobile {
        display: none !important;
    }

    .role-button h5 {
        padding: 5px 15px 5px 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .all-media .single-media {
        width: calc(25% - 30px) !important;
    }

    .what-play-with-section .icon-container {
        margin-bottom: 25px;
    }

    footer .diy-dfy-col,
    footer .contact-col {
        width: 25%;
    }

    footer .back-to-top-col {
        width: 19%;
    }

    .footer-main-logo,
    .main-logo {
        width: 243px;
        margin-top: -7px;
    }

    .back-to-top-col h4 {
        display: block !important;
    }

    .back-to-top-col .back-to-top-icon {
        display: none !important;
    }

    #role-switcher-1 {
        transform: scale(1);
    }

    .polaroid-container h5 {
        padding-top: 22px;
    }

    .polaroid-container {
        padding: 25px;
        margin-top: 14px;
        margin-left: 61px;
        margin-right: -61px;
    }

    .contact-image-form .contact-background {
        min-width: 737px;
        margin-top: -2px;
    }

    .contact-image-form form {
        padding-left: 7vw;
        padding-top: 9vw;
        padding-right: 8vw;
        max-width: unset;
    }

    .begin-your-journey .image-col {
        width: 40%;
        margin-left: 0;
    }

    .begin-your-journey .form-col {
        width: 60%;
    }

    .all-coupons .single-coupon {
        width: 22%;
    }

    .all-coupons .single-coupon .coupon-content {
        left: 21%;
    }

    small {
        font-size: 17px;
    }

    .ecosystem-title-description .ecosystem-title {
        width: 60%;
    }

    .all-coupons {
        transform: scale(1);
    }

    .ecosystem-title-description .ecosystem-description {
        width: 40%;
    }

    .newspaper-content .news-icon-container {
        height: 145px;
    }

    .what-play-with-section .icon-container {
        max-width: 173px;
        height: 124px;
    }

    .three-cards .basic-card {
        min-height: 370px;
    }

    .all-coupons .single-coupon:hover {
        transform: rotate(0deg) scale(1.05);
        transition: .4s;
        margin-left: 36px;
        margin-right: 36px;
    }

    .three-cards .basic-card:hover {
        transform: rotate(0) scale(1.07);
        transition: .4s;
        margin-left: 65px;
        margin-right: 55px;
    }

    .all-coupons .coupon-content img {
        max-width: 155px;
        height: 90px;
        object-fit: contain;
    }
}

@media only screen and (min-width: 1400px) {
    /* START FONTS */
    h1, h1 span {
        font-size: 3.802vw;
        line-height: 0.92;
        letter-spacing: -2.5px;
    }

    h2 {
        font-size: 2.5vw;
        line-height: 1.3;
    }

    h3 {
        font-size: 33px;
        line-height: 1;
    }

    .news-title-desc h4,
    h4 {
        font-size: 27px;
        line-height: 1.3;
    }

    h6 {
        font-size: 21px;
        line-height: 1.3;
    }

    p {
        font-size: 18px;
        line-height: 1.3;
    }

    small {
        font-size: 17px;
        font-weight: bold;
        display: block;
    }

    h1, h2, h3, h4, h5, h6, p {
        margin: 0;
    }
    /* END FONTS */

    .card-diy, .card-dfy {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .start-part img {
        margin-top: -18px;
        margin-left: -25px;
    }

    #how-to-host .pin-title-descripion > h4:nth-child(2) {
        padding-left: 7%;
        padding-right: 7%;
    }

    .pin-title-descripion > h4:first-child {
        font-size: 38px;
    }

    .two-cards img {
        max-width: unset;
    }

    .map-parts .part-3 h4.darkGrayFontColor::before {
        width: 313px;
        left: -274px;
        top: -186px;
        height: 241px;
    }

    .pin-title-descripion > h4:nth-child(2) {
        transform: scale(1.2);
        margin-top: 30px;
    }

    .map-parts {
        transform: scale(0.8);
    }
    
    .contact-image-form form {
        padding-right: 8vw;
    }

    .contact-row #message {
        height: 110px;
    }

    .all-coupons .single-coupon .coupon-content {
        left: 25%;
    }

    .contact-image-form .contact-background {
        min-width: 750px;
        margin-top: 0;
        margin-left: -14px;
    }

    .all-coupons .coupon-content img {
        max-width: 205px;
        height: 100px;
    }

    .three-cards img {
        max-width: 160px;
    }

    .ecosystem-title .second-line {
        margin-top: 0;
        margin-bottom: -41px;
    }

    .three-cards .basic-card {
        min-height: 405px;
    }

    .card-diy, .card-dfy {
        width: 20.2vw;
        height: 26vw;
        min-width: 338px;
        min-height: 492px;
    }

    .what-play-with-section .icon-container {
        max-width: 260px;
        height: 156px;
    }

    #dfy-2, #diy-2 {
        min-width: 288px;
    }

    .card-diy h5,
    .card-dfy h5 {
        margin-top: 39px;
        margin-bottom: 36px;
    }

    .end-part::before {
        width: 178px;
        right: 46px;
        top: 34px;
        height: 241px;
    }
}

@media only screen and (min-width: 1600px) {
    #how-to-host .start-part img {
        margin-left: 11px;
    }

    .end-part::before {
        width: 192px;
        right: 44px;
        top: 37px;
        height: 241px;
    }

    .map-parts .part-3 h4.darkGrayFontColor::before {
        width: 334px;
        left: -299px;
        top: -186px;
        height: 241px;
    }

    .start-part img {
        transform: scale(1);
        margin-top: 0;
        margin-left: 0;
    }

    .end-part img {
        transform: scale(1);
        margin-top: 0;
        margin-left: 23px !important
    }

    .map-parts {
        transform: scale(1);
    }

    .pin-title-descripion > h4:nth-child(2) {
        transform: scale(1);
        margin-top: 28px;
    }

    .pin-title-descripion > h4:first-child {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1920px) {
    /* START FONTS */
    h1, h1 span {
        font-size: 70px;
        line-height: 0.92;
        letter-spacing: -2.5px;
    }

    h2 {
        font-size: 48px;
        line-height: 1.3;
    }

    h3 {
        font-size: 34px;
        line-height: 1;
    }

    .news-title-desc h4,
    h4 {
        font-size: 28px;
        line-height: 1.3;
    }

    h5 {
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: 0.3px;
    }

    h6 {
        font-size: 22px;
        line-height: 1.3;
    }

    p {
        font-size: 18px;
        line-height: 1.3;
    }

    small {
        font-size: 17px;
        font-weight: bold;
        display: block;
    }

    h1, h2, h3, h4, h5, h6, p {
        margin: 0;
    }
    /* END FONTS */

    .card-diy, .card-dfy {
        max-height: 600px;
        max-width: 530px;
    }

    .overlay-menu ul {
        max-width: 1700px;
    }

    .contact-image-form .contact-background {
        min-width: unset;
        margin-top: 0;
        margin-left: 0;
    }

    .contact-image-form form {
        padding-right: 134px;
        padding-left: 134px;
        padding-top: 172px;
    }

    .ecosystem-title .second-line {
        margin-bottom: -50px;
    }
    
    .all-coupons .single-coupon {
        width: 25%;
    }

    .three-cards .basic-card {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
    
    .three-cards img {
        max-width: 177px;
    }

    .contact-image-form form select, 
    .contact-image-form input, 
    .contact-image-form textarea, 
    .contact-image-form form > * {
        font-size: 25px;
    }
}




















/* ===== BUBBLE PAGE TRANSITION ===== */

.page-bubbles {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;   /* να μην εμποδίζει κλικ */
    overflow: hidden;
}

/* βασικό bubble style */
.page-bubbles .bubble {
    position: absolute;
    background: #ffb6c1;    /* ροζ τύπου EISLAB */
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
}

/* ΘΕΣΕΙΣ – περίπου όπως στο screenshot σου */
.page-bubbles .bubble-left {
    width: 60vw;
    height: 60vw;
    left: -15vw;
    bottom: -10vh;
}

.page-bubbles .bubble-center {
    width: 75vw;
    height: 75vw;
    left: 12vw;
    top: 18vh;
}

.page-bubbles .bubble-top {
    width: 40vw;
    height: 40vw;
    left: 32vw;
    top: -12vh;
}

.page-bubbles .bubble-right {
    width: 45vw;
    height: 45vw;
    right: -12vw;
    top: -6vh;
}

.page-bubbles .bubble-bottom-right {
    width: 35vw;
    height: 35vw;
    right: 2vw;
    bottom: -10vh;
}

/* Animation: εμφανίζονται μικρά → μεγαλώνουν & σκεπάζουν → ξαναμικραίνουν */
@keyframes bubbleInOut {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    45% {
        transform: scale(1.1);
    }
    60% {
        transform: scale(1.3);  /* εδώ καλύπτεις ουσιαστικά την οθόνη */
        opacity: 1;
    }
    80% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}

/* Παίζουν ΜΟΝΟ όταν το overlay έχει την .active */
.page-bubbles.active .bubble-left {
    animation: bubbleInOut 0.8s ease-in-out forwards;
}

.page-bubbles.active .bubble-center {
    animation: bubbleInOut 0.8s ease-in-out forwards 0.05s;
}

.page-bubbles.active .bubble-top {
    animation: bubbleInOut 0.8s ease-in-out forwards 0.1s;
}

.page-bubbles.active .bubble-right {
    animation: bubbleInOut 0.8s ease-in-out forwards 0.15s;
}

.page-bubbles.active .bubble-bottom-right {
    animation: bubbleInOut 0.8s ease-in-out forwards 0.2s;
}



/* Default (if ποτέ δεν μπει mode) */
.page-bubbles .bubble {
    background: #ffb6c1; /* ή σβήστο αν δεν το θες καθόλου */
}

/* DIY – πράσινο */
.page-bubbles.diy-mode .bubble {
    background: #2B7065;
}

/* DFY – μωβ */
.page-bubbles.dfy-mode .bubble {
    background: #835FAD;
}

/* No role – beige */
.page-bubbles.neutral-mode .bubble {
    background: #F8F1E7;
}



/* Base: little floating video bottom-right */
.video-container {
  position: fixed;
  /* place reference point at bottom-right of viewport with 20px margin */
  /* Use dvh (dynamic viewport height) so video follows viewport smoothly */
  top: calc(100dvh - 20px);
  left: calc(100vw - 20px);
  transform: translate(-100%, -100%); /* move box up & left by its own size */
  width: 215px;
  z-index: 2;
  opacity: 1;
  /* Only opacity transition by default - JS adds top transition when needed */
  transition: opacity 0.4s ease;
}

/* Beige theme: prepare for scroll-driven animation */
/* Start expanded and centered, JavaScript will control the animation */
.beige-theme .video-container {
  top: 50vh;
  left: 50vw;
  width: min(90vw, 900px);
  transform: translate(-50%, -50%);
  will-change: top, left, width, transform;
}

/* Green/Purple themes: keep transition-based animation */
.green-theme .video-container,
.purple-theme .video-container {
  transition: top 0.4s ease, left 0.4s ease, width 0.4s ease, 
              transform 0.4s ease, opacity 0.4s ease;
}

/* Green/Purple themes: bring video above modal overlay when opened */
.green-theme body.modal-open .video-container,
.purple-theme body.modal-open .video-container {
  z-index: 5;
}

/* Green/Purple themes: video-trigger background transition */
.green-theme .video-trigger,
.purple-theme .video-trigger {
  transition: background-color 0.4s ease;
}

/* When closing the mini video: slide down + fade out */
.video-container.is-hiding {
  top: calc(100dvh + 100px); /* move it below the viewport */
  opacity: 0;
  pointer-events: none;
}

/* Clickable area */
.video-trigger {
  display: block;

  border-radius: 10px;
    padding: 14px;
    padding-top: 5px;
    padding-bottom: 7px;
}

/* Video element is clickable */
.picture-video {
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 4px 0;
  cursor: pointer;
}

/* Video controls row - contains EXPAND and HIDE/SHOW buttons */
.video-controls-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* EXPAND button - disable interaction when faded out */
.js-expand-video {
    transition: opacity 0.4s ease;
}

/* Toggle video button - switches between HIDE / SHOW */
.toggle-video-btn {
    /* keep element in flow; control visibility via opacity so it can fade */
    visibility: visible;
    text-align: right;
    background: transparent;
    border: none;
    color: var(--beige);
    font-family: GFS-Bold;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 0 3px;
    margin: 0;
    opacity: 0;
    pointer-events: none; /* disabled while hidden */
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.toggle-video-btn img {
    width: 20px;
    height: 20px;
    transition: opacity 0.4s ease;
    padding-bottom: 1px;
}

.toggle-video-btn:hover {
    opacity: 0.7 !important;
}

/* Show toggle button when video is shrunken (not modal-open) */
body:not(.modal-open) .toggle-video-btn {
    opacity: 1;
    pointer-events: auto;
}

/* In beige theme, hide all text (including toggle button) when expanded - immediate hide */
.beige-theme body.modal-open .toggle-video-btn {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

/* Video content wrapper */
.video-content {
    display: block;
    opacity: 1;
    max-height: 1000px;
    transition: opacity 0.4s ease, max-height 0.4s ease;
    overflow: hidden;
}

/* Video container smooth transitions for all properties */
.video-container {
    overflow: hidden;
}

/* When hiding: content fades out and collapses */
.video-container.video-hidden .video-content {
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
}

/* During hide transition */
.video-container.video-hiding .video-content {
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
}

/* Video styling - cursor added above where .picture-video is first defined */

.mini-close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Text under the video (optional styling) */
.video-trigger p {
  margin: 4px 0 2.5px;
  color: #fff;
}

/* Expanded state: center & bigger (keep as is) */
.video-container.is-open {
  top: 50%;
  left: 50%;
  width: min(90vw, 900px) !important;
  transform: translate(-50%, -50%);
}

/* Expanded state for green/purple themes */
.green-theme .video-container.is-open,
.purple-theme .video-container.is-open {
  top: 50%;
  left: 50%;
  width: min(90vw, 900px) !important;
  transform: translate(-50%, -50%);
}

/* Fade the toggle button when the video container opens/closes.
     Tied to the container's `is-open` class so it fades out when expanded
     and fades back in when the container loses `is-open`. */
.video-container .toggle-video-btn {
    transition: opacity 0.4s ease;
}

.video-container.is-open .toggle-video-btn {
    opacity: 0;
    pointer-events: none;
}

.video-container:not(.is-open) .toggle-video-btn {
    opacity: 1;
    pointer-events: auto;
}

/* FULLSCREEN modal overlay */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;          /* full viewport width */
  height: 100vh;         /* full viewport height */
  background: rgba(0, 0, 0, 0.8); /* full-screen dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 4; /* Under the centered video; raise if you want it above */
}

/* Show modal when body has .modal-open */
body.modal-open .modal {
  opacity: 1;
  pointer-events: auto;
}

body.modal-open .video-container p {
    font-size: 19px;
    transition: .3s;
    padding-left: 10px;
}

body.modal-open .video-container video {
    border-radius: 10px;
}

/* The modal content box */
.modal .body {
  /* background: #111; */
  padding: 24px;
  border-radius: 12px;
  max-width: 600px;
  color: #fff;
}


/* Close (X) button in top-right of modal */
.modal-close {
    position: absolute;
    top: 27px;
    right: calc(3vw + 9px);
    width: 23px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

/* Optional hover effect */
.modal-close:hover {
  opacity: 0.8;
}

.video-title {
    margin-bottom: -4px;
    margin-top: 7px;
    line-height: 1.1;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    text-align: center;
}

/* In beige theme, hide video-title when expanded (modal-open) */
.beige-theme body.modal-open .video-title {
    visibility: hidden;
    opacity: 0;
}

/* Small close button on the floating mini video */
.mini-close {
  width: 12px;
  height: 16px;
  margin-bottom: 5px;
  margin-top: 2px;
  border: 0;
  margin-left: auto;
  background: transparent;
  padding: 0;
  display: block;
  cursor: pointer;
  z-index: 1100;
}

.modal-close img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.mini-close:hover {
  opacity: 0.9;
}

.video-desc {
    opacity: 0.7;
    font-family: GFS-Regular;
    font-weight: normal;
    line-height: 1;
    visibility: visible;
    transition: opacity 0.4s ease;
}

/* In beige theme, hide video-desc when expanded (modal-open) */
.beige-theme body.modal-open .video-desc {
    visibility: hidden;
    opacity: 0;
}

/* When video is toggled hidden (all themes), hide title and desc */
.video-container.video-hidden .video-title,
.video-container.video-hiding .video-title,
.video-container.video-hidden .video-desc,
.video-container.video-hiding .video-desc {
    visibility: hidden;
    opacity: 0;
}

/* Optional: hide mini close when expanded */
.video-container.is-open .mini-close {
  display: none;
}

#initial-first-section h1 {
    text-align: center;
    padding-bottom: 20px;
}

.picture-video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

body.modal-open .picture-video::-webkit-media-controls-fullscreen-button {
  display: block !important;
}

/* Hide modal completely in beige theme */
.beige-theme .modal {
    display: none !important;
}

/* Keep default semi-transparent overlay for green/purple themes */
/* Removed background: transparent to allow rgba(0,0,0,0.8) overlay to show */

.green-theme body.modal-open .video-container,
.purple-theme body.modal-open .video-container {
    position: fixed;
}

/* Green/Purple themes: hide background when video is expanded */
.green-theme body.modal-open .video-trigger,
.purple-theme body.modal-open .video-trigger {
    background-color: transparent !important;
}

/* Green/Purple themes: show background when video is shrunken */
.green-theme body:not(.modal-open) .video-trigger,
.purple-theme body:not(.modal-open) .video-trigger {
    background-color: var(--darkgray) !important;
}

#the-main-video {
    width: min(135vw, 1100px);
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}

/* .beige-theme body.modal-open .video-title,
.beige-theme body.modal-open .video-desc {
    display: none;
} */
























