body {
    background: rgb(100,100,100);
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    overflow: hidden;
}
.scroll-cnt {
    overflow-y: scroll;
    height: 100vh;
}
.scroll-cnt::-webkit-scrollbar {
    width: 10px;
    height: 0px;
}
          
.scroll-cnt::-webkit-scrollbar-thumb {
    background: linear-gradient(13deg, rgba(95, 200, 125, 0.35) 35%,rgba(115, 220, 145, 0.3) 60%);
    border-radius: 15px;
}
    
.scroll-cnt::-webkit-scrollbar-thumb:hover{
    background: linear-gradient(13deg, rgba(95, 200, 125, 0.6) 35%,rgba(115, 220, 145, 0.5) 60%);
}
    
.scroll-cnt::-webkit-scrollbar-track{
    background: #000000;
    box-shadow: inset 7px 10px 12px #333333;
}
a {
  text-decoration: none;
  color: inherit;
}
nav {
    background: rgba(255,255,255,0.5);
    padding: 0 2vmax;
    box-shadow: 0 0 2vmax rgb(40,40,40);
    display: flex;
    align-items: center;
    color: rgb(0,0,0);
    height: 5.5vmax;
    position: absolute;
    width: calc(100vw - 4vmax - 10px);
    z-index: 9;
}

nav h1 {
    margin-right: auto;
    font-size: 1.7vmax;
    letter-spacing: 0.04em;
}
nav x {
    font-size: 1vmax;
    color: rgb(20,20,20);
}
nav span {
    font-size: 3vmax !important;
    cursor: pointer;
}
nav div {
    position: absolute;
    right: 0;
    background: rgb(230,230,230);
    height: 100vh;
    top: 0;
    color: rgb(20,20,20);
    transition: transform 400ms;
    padding-right: 2vmax;
    letter-spacing: 0.03em;
    font-weight: 600;
    transform: translate(100%);
    display: none;
    z-index: 10;
}
nav div shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    transform: translate(-100%);
    transition: opacity 200ms;
    opacity: 0;
    display: none;
}
nav div p {
    display: flex;
    align-items: center;
    font-size: 0.9vmax;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-0.2vmax) scale(0.8);
    border-radius: 0.5vmax;
    border-bottom: 0.15vmax rgb(100,100,100) solid;
    padding: 0 0.5vmax;
    padding-bottom: 0.2vmax;
    opacity: 0.7;
    transition: opacity 250ms, transform 250ms;
    cursor: pointer;
}
nav div p:hover {
    opacity: 1;
    transform: translate(-50%,-0.2vmax) scale(0.85);
}
nav div p span {
    font-size: 1.2vmax !important;
    padding-top: 0.2vmax;
    padding-left: 0.2vmax;
}
nav div ol {
    list-style: circle;
    font-size: 1.1vmax;
    line-height: 1vmax;
    width: max-content;
    margin-top: 4vmax;
}
nav div ol li {
    margin-bottom: 1vmax;
    border-bottom: 0.1vmax solid rgb(0,0,0);
    padding-right: 1vmax;
    padding-left: 0.4vmax;
    padding-bottom: 0.2vmax;
}
nav div ol li a{
   display: flex;
   align-items: center;
}
nav div ol li span {
    font-size: 1vmax !important;
    padding-left: 0.3vmax;
}
.main {
    background-image: url(view.png);
    min-height: 100vh;
    height: max-content;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main a {
    padding: 0.5vmax 2vmax;
    background: rgba(255,255,255,0.35);
    color: #000;
    border-radius: 1vmax;
    display: flex;
    align-items: center;
    font-size: 1vmax;
    transition: all 400ms;
    cursor: pointer;
    backdrop-filter: blur(5px);
    font-weight: 800;
    transform: scale(2.5);
    letter-spacing: 0.06em;
}
.main a:hover span {
    opacity: 1;
    width: 1vmax;
    padding-left: 0.5vmax;
}
.main a span {
    transition: all 400ms;
    font-size: 1.4vmax;
    opacity: 0;
    width: 0;
    padding: 0
}
.main-offer {
    background-image: url(clouds.jpg);
    min-height: 100vh;
    height: max-content;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.main-offer .click-box {
    background: rgba(255,255,255,0.35);
    backdrop-filter: blur(5px);
    margin: 0 3vmax;
    padding: 1vmax;
    padding-bottom: 0.5vmax;
    border-radius: 0.75vmax;
    text-align: center;
    box-shadow: 0 0 1vmax rgb(0,0,0);
    transition: transform 300ms;
    cursor: pointer;
    position: relative;
}
.main-offer .click-box:hover {
    transform: scale(1.1) translate(0,-10%);
}
.main-offer .click-box a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.offer-description {
    height: max-content;
    background-color: #191a00;
    background-image: url("https://www.transparenttextures.com/patterns/retina-wood.png");
    display: flex;
    padding-top: 10vmax;
}
.offer-description .text-cnt {
    width: 28%;
    padding-left: 3vmax;
    padding-bottom: 5vmax;
}
.offer-description .text-cnt div {
    margin-bottom: 4vmax;
    background: rgb(253,225,212,0.15);
    backdrop-filter: blur(5px);
    border-radius: 0.85vmax;
    padding: 1vmax;
    box-shadow: 0 0 1vmax rgb(0,0,0);
}
.offer-description .img-cnt {
    width: 72%;
    display: grid;
    grid-template-areas: '. .';
    justify-content: center;
    align-content: center;
    height: max-content;
}
.offer-description .img-cnt img {
    width: 70%;
    box-shadow: 0 0 1vmax rgb(0,0,0);
    border-radius: 0.5vmax;
    margin: 2.1vmax;
    margin-top: 0.8vmax;
}
.offer-description .img-cnt img:nth-of-type(1), .offer-description .img-cnt img:nth-of-type(3), .offer-description .img-cnt img:nth-of-type(5), .offer-description .img-cnt img:nth-of-type(7).offer-description .img-cnt img:nth-of-type(9) {
    margin-left: auto;
}
.offer-description .img-cnt img:nth-of-type(2), .offer-description .img-cnt img:nth-of-type(4), .offer-description .img-cnt img:nth-of-type(6), .offer-description .img-cnt img:nth-of-type(8).offer-description .img-cnt img:nth-of-type(10) {
    margin-right: auto;
}
.offer-description p {
    padding-left: 1.25vmax;
    font-size: 0.95vmax;
    font-weight: 600;
    color: rgb(20,20,20);
    text-shadow: 0 0 0.1vmax rgb(120,120,120);
}
.offer-description h1 {
    font-size: 1.8vmax;
    letter-spacing: 0.05em;
    margin: 0;
    margin-bottom: 0.5vmax;
}
.offer-description h2 {
    font-size: 1.4vmax;
    margin: 0;
    margin-bottom: 0.5vmax;
}
.offer-description ol {
    list-style: circle;
}
.offer-description ol li {
    color: rgb(20,20,20);
    text-shadow: 0 0 0.1vmax rgb(120,120,120);
    font-size: 0.95vmax;
    font-weight: 600;
}
.some-cnt {
    background-image: url(epicclouds.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    height: max-content;
}
.v2 {
    background-image: url(coolclouds.jpg);
}
.v3 {
    background-image: url(cock.jpg);
}
.v4 {
    background-image: url(balls.jpg);
}
.img-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.img-gallery img {
    border-radius: 0.9vmax;
    box-shadow: 0 0 1vmax rgb(0,0,0);
    margin: 2vmax;
    width: 30vmax;
}
.title-cnt {
    padding-top: 8vmax;
    text-align: center;
    display: flex;
    justify-content: center;
}
.title-cnt div {
    background: rgb(224,242,255,0.5);
    backdrop-filter: blur(5px);
    border-radius: 0.85vmax;
    width: max-content;
    max-width: 78%;
    padding: 0 5vmax;
    box-shadow: 0 0 1vmax #000;
}
.title-cnt h2 {
    margin: 0.5vmax;
    font-size: 1.75vmax;
}
.contat-tiles {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 6vmax;
}
.contat-tiles div {
    background: rgba(255, 212, 212, 0.4);
    backdrop-filter: blur(5px);
    font-size: 2vmax;
    border-radius: 0.75vmax;
    padding: 0.4vmax 1vmax;
    margin: 0 2vmax;
    border: 0.2vmax solid rgb(211, 164, 147);
    box-shadow: 0 0 1vmax rgb(141, 85, 65), 0 0 0.5vmax rgb(141, 85, 65) inset;
    cursor: pointer;

    transition: transform 200ms;
}
.contat-tiles div:hover {
    transform: scale(1.1);
}
.contat-tiles label {
    font-size: 1vmax;
    padding-right: 0.3vmax;
}
.title-cnt p {
    font-size: 1.1vmax;
}
footer {
    background: rgb(40,40,40);
    display: flex;
    color: rgb(180,180,180);
    align-items: center;
}
footer div {
    padding: 0.5vmax 3vmax;
}
footer div:last-of-type {
    text-align: center;
    margin-left: auto;
}
@media only screen and (max-width: 425px) {
    .scroll-cnt::-webkit-scrollbar {
        width: 4px;
        height: 0px;
    }
    .main-offer .click-box {
        margin: 2vmax 3vmax;
        width: 80%;
        border-radius: 1.5vmax;
    }
    .main-offer img {
        width: 100%;
    }
    .main-offer {
        padding-top: 10vmax;
        padding-bottom: 2vmax;
    }
    footer {
        flex-flow: column;
        justify-content: center;
        text-align: center;
    }
    footer div:last-of-type {
        margin: 0;
        width: 100%;
        border-top: 0.3vmax solid #000;
        border-bottom: 8vmax solid #000;
        padding: 2vmax 0;
    }
    nav {
        background: rgba(255,255,255,0.9);
        padding: 1vmax 3vmax;
    }
    nav h1 a {
        display: flex;
        flex-flow: column;
        font-size: 2.8vmax;
        letter-spacing: 0.005em;
    }
    nav x::first-letter {
        color: rgba(0,0,0,0);
    }
    nav x {
        font-size: 1.5vmax;
    }
    nav span {
        font-size: 4vmax !important;
        cursor: pointer;
    }
    nav div ol {
        line-height: 3.25vmax;
        font-size: 2.5vmax;
        margin-top: 10vmax;
    }
    nav div ol li span {
        font-size: 2.25vmax !important;
        padding-left: 0.5vmax;
    }
    nav div ol li {
        padding-left: 1vmax;
        padding-right: 3vmax;
        margin-right: 2vmax;
    }
    nav div p {
        transform: translate(-50%,1vmax) scale(1.6);
        padding: 0.2vmax 0.5vmax;
    }
    .main-offer .click-box:hover {
        transform: scale(1.05);
    }
    .title-cnt {
        padding-top: 10vmax;
    }
    .title-cnt div {
        max-width: 75%;
        padding: 0 4vmax;
        border-radius: 1.4vmax;
    }
    .title-cnt h2 {
        font-size: 2.75vmax;
    }
    .title-cnt p {
        font-size: 1.75vmax;
    }
    .img-gallery {
        padding-bottom: 3vmax;
    }
    .contat-tiles {
        flex-flow: column;
        margin-top: 8vmax;
        transform: scale(1.3);
    }
    .contat-tiles div {
        width: 50%;
        text-align: center;
        margin: 1vmax;
    }
    .contat-tiles div:hover {
        transform: none;
    }
    .offer-description .text-cnt {
        width: 90%;
        margin-top: 1vmax;
        padding: 0 2.5vmax;
    }
    .offer-description .text-cnt div {
        background: rgb(224,242,255,0.7);
    }
    .offer-description .img-cnt {
        width: 100%;
    }
    .offer-description .img-cnt {
        grid-template-areas: '.';
    }
    .offer-description .img-cnt img {
        margin: 1vmax auto;
        width: 85%;
    }
    .offer-description h1 {
        font-size: 2.25vmax;
    }
    .offer-description p {
        font-size: 1.5vmax;
        padding-left: 1vmax;
    }
    .offer-description h2 {
        font-size: 2.1vmax;
    }
    .offer-description ol li{
        font-size: 1.5vmax;
        margin-bottom: 0.3vmax;
    }
    .offer-description {
        padding-bottom: 3vmax;
        flex-flow: column;
    }
}