html {
	/* Scale the whole poster fluidly with viewport width (design reference: 400px = 16px),
	   then cap it so it doesn't keep growing past a large-phone/small-tablet size. */
	font-size: clamp(12px, 4vw, 19.2px);
}
.traveldis-co,
.traveldis-co * {
	box-sizing: border-box;
}
.traveldis-co {
	height: 100vh;
	/*max-width: 25rem; /* 25rem * 19.2px cap = 480px, matching the font-size clamp above */
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.traveldis-co___2026-06-16-21-02-15-1 {
	opacity: 0.5;
	width: 45rem;
	height: 62.4375rem;
	position: absolute;
	left: 50%;
	translate: -50% -50%;
	top: 50%;
	object-fit: cover;
	aspect-ratio: 720/999;
}
.traveldis-co__bg {
	width: 121.16%;
	height: 108.4%;
	position: absolute;
	right: -11.29%;
	left: -9.86%;
	bottom: -4.19%;
	top: -4.2%;
	object-fit: cover;
}
.traveldis-co__red {
	background: #dd0d0d;
	width: 47.5625rem;
	height: 68.5rem;
	position: absolute;
	left: -1.4375rem;
	top: -5rem;
}
.traveldis-co___2 {
	width: 1.6875rem;
	height: 9.875rem;
	position: absolute;
	left: 0rem;
	bottom: 0rem;
	overflow: visible;
}
.traveldis-co___22 {
	width: 1.3125rem;
	height: 9.9375rem;
	position: absolute;
	right: 0rem;
	top: 0rem;
	overflow: visible;
}
.traveldis-co__dont-talk {
	width: 0.69125rem;
	height: 16.79875rem;
	position: absolute;
	left: 1.5rem;
	top: 50%;
	translate: 0 -50%;
	overflow: visible;
}
.traveldis-co__time-first {
	width: 0.69rem;
	height: 14.34375rem;
	position: absolute;
	right: 1.81rem;
	top: 50%;
	translate: 0 -50%;
	overflow: visible;
}
.traveldis-co__div {
	position: absolute;
	inset: 0;
}
.traveldis-co__div2 {
	/*width: 61.2%;
	height: 20.23%;*/
	position: absolute;
	right: 19.36%;
	left: 19.44%;
	bottom: 15.71%;
	top: 64.06%;
	object-fit: cover;
}
.traveldis-co__clip-path-group {
    width: 24.836875rem;
    position: absolute;
    left: 11%;
    top: 35.02875rem;
    overflow: visible;
}



.traveldisco__topsecret {
    height: 7.81375rem;
    position: absolute;
    left: 1.499375rem;
    top: 5.06rem;
    transform-origin: 0 0;
    transform: rotate(-15deg) scale(1, 1);
    object-fit: cover;
}

.contacts {
	    border: 1px solid #ffffff6b;
    border-radius: 15px;
    position: absolute;
    top: 2rem;
    left: 11%;
    padding: 1rem;
        transform: rotate(343deg);
}

/* Social Buttons Container */
.social-buttons-container {
position: relative;
    display: flex;
    gap: 1rem;
    z-index: 3;
    justify-content: space-between;
        margin-bottom: .5rem;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    color: white;
    text-decoration: none;
    transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.social-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.social-btn img {
    width: 100%;
    height: 100%;
}

.tg-btn {
    background: #229ed9;
}

.tg-btn:hover {
    background: #1a7fa5;
}

.vk-btn {
    background: #0077FF;
}

.vk-btn:hover {
    background: #0056cc;
}

.max-btn {
    background: #E63946;
}

.max-btn:hover {
    background: #b81e2e;
}

/* Contact Bar */
.contact-bar {
    position: relative;
    display: flex;
    gap: 0.75rem;
    align-items: center;
    font-size: 0.8rem;
    font-family: inherit;
    z-index: 3;
        font-family: 'Play';
}

.contact-link {
    color: #FFD700;
    text-decoration: none;
    transition: all 150ms ease;
    cursor: pointer;
}

.contact-link:hover {
    color: #FFED4E;
    text-decoration: underline;
}

.contact-separator {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.7rem;
}

/* dont talk  */
.traveldisco__ruleblock {
    position: relative;
    top: 30%;
    left: 11%;
    width: 100%;
    height: 30%;
    z-index: 2;

}
.traveldisco__rule1 {
    overflow: visible;
    height: 35%;
    position: absolute;
    top: 10%;
    left: 0;
}
.traveldisco__nobody {
    position: absolute;
    top: 34%;
    left: 0;
    overflow: visible;
    height: 60%;
    max-width: 80%;
}

.traveldisco__talk {
    /* position: absolute; */
    /* right: 17.9%; */
    left: 8.61%;
    bottom: 42.97%;
    top: 42.44%;
    /* width: auto; */
    position: absolute;
    top: 68%;
    left: 0;
    height: 60%;
    max-width: 80%;
    overflow: visible;
}
.traveldisco__talkabout {
    overflow: visible;
    position: absolute;
    left: 0;
    height: 38%;
    max-width: 80%;
    top: 112%;
    vertical-align: bottom;
}
.traveldisco__about {
    display: inline-block;
    vertical-align: bottom;
    height: 80%;
        max-width: 5rem;
}
.traveldisco__traveldisco {
    display: inline-block;
    margin-bottom: 2%;
    height: 112%;
        max-width: 14.25rem;
}
.traveldisco__traveldisco img{
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}


.traveldis-co__prices {
	height: auto;
	position: absolute;
	right: 1.749375rem;
	bottom: 1.945625rem;
	overflow: visible;
}
.traveldis-co__clip-path-group2 {
	width: 17.6875rem;
	height: 12.25rem;
	position: absolute;
	right: 7rem;
	bottom: 0rem;
	overflow: visible;
}
.traveldis-co__plane {
		width: 11rem;
		height: 11rem;
		position: absolute;
		right: 2.875rem;
		top: 6.1875rem;
		overflow: visible;
}

