body {
    position: relative;
    background-image: linear-gradient(to right, #d54150, #ec8230);
    font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.animation {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.plane-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
}
* {
    scroll-behavior: smooth;
}

.plane-container div {
    width: 100%;
    height: 100%;
    position: relative;
}
.plane-container div img {
    width: 150px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: plane-move 5s infinite linear;
}

@keyframes plane-move {
    0% {
        transform: translate(-50%, calc(-50% + 15px));
    }

    50% {
        transform: translate(-50%, calc(-50% - 15px));
    }

    100% {
        transform: translate(-50%, calc(-50% + 15px));
    }
}

.cloud1 {
    position: absolute;
    top: 10%;
    width: 70px;
    animation: cloud-move 8s infinite linear;
}

.cloud2 {
    position: absolute;
    width: 110px;
    top: 27%;
    animation: cloud-move 5s infinite linear;
}

.cloud3 {
    position: absolute;
    width: 120px;
    bottom: 20%;
    animation: cloud-move 12s infinite linear;
}

@keyframes cloud-move {
    0% {
        left: 120%;
    }

    100% {
        left: -20%;
    }
}

@keyframes cloud1-move {
    0% {
        left: 180%;
    }

    100% {
        left: -60%;
    }
}

.mobile {
    height: 100vh;
    padding: 0 100px;
}

.tryppn img{
    width: 150px;
    margin-top: 50px;
}
.body{
    height: calc(100vh - 150px);
}
.btn-container h1{
    font-family: Outfit;
    font-size: 40px;
    font-weight: 400;
    line-height: 63px;
    text-align: left;
    color: white;
}
.btn {
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    margin-top: 30px;
}
.btn-white{
}
.btn img {
    width: 170px;
    margin-right: 10px;
}
.btn-black img{
    width: 152px;
}
.h100{
    height: 100%;
}
.btn-container h2, .btn-container p{
    line-height: 1;
}
.main-container{
    width: 220px;
    height: 470px;
    position: relative;
}
.main{
    width: 100%;
    height: 100%;
}
.main-container video{
    z-index: 999;
    position: absolute;
    top: 4px;
    left: 8px;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 14px);
    height: calc(100% - 8px);
    border-radius: 30px;
    object-fit: cover;
}
.justify-right{
    justify-content: right;
}
.playbtn{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2000;
    transform: translate(-50%, -50%);
    cursor: pointer;

}
.playbtn i{
    font-size: 30px;
    color: dodgerblue;
}
.scrollDown{
    border: 3px solid white;
    border-radius: 10px;
    width: 21px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 11px;
    transform: translateX(-50%);
    padding: 7px 0;
}
.scrollDown div{
    width: 2px;
    background-color: white;
    animation: scrollDown 2s infinite;
}

@keyframes scrollDown{
    0%{
        height: 7px;
    }
    50%{
        height: 100%;
    }
    100%{
        height: 7px;
    }
}
.fa-caret-up{
    position: absolute;
    color: white;
    font-size: 40px;
    left: 50%;
    bottom: 11px;
    transform: translateX(-50%);
    cursor: pointer;
}
.front{
    width: 68px;
    position: absolute;
    z-index: 11111;
    height: 17px;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 216px;
    background-color: black;
}
.front img{
    position: absolute;
    top: 2px;
    left: 73%;
    background-color: white;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}
.bottom{
    position: absolute;
    z-index: 11111;
    height: 4px;
    bottom: 13px;
    left: 80px;
    border-radius: 216px;
    background-color: black;
    width: 83px;
}

@font-face {
    font-family: 'Outfit'; /* Name you want to use in your CSS */
    src: url('../fonts/OutfitRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'SiRegular';
    src: url('../fonts/Sriracha-Regular.ttf') format('truetype');
}

.image-btn {
    border-radius: 15px;
    /* width: 150px; */
}

.btn-a {
    margin: 5px;
    text-align: center;
}

.btn-group {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.desc-content-vacation {
    margin-top: 50px;
}

.desc-content-vacation div {
    word-wrap: unset;
    font-size: 40px;
    font-family: 'Outfit';
    color: white;
    min-width: 250px;
}

.desc-content {
    color: white;
    font-family: Outfit, cursive;
    font-size: 25px;
    word-wrap: inherit;
    line-height: 1.3em;
    text-align: center;
    margin-top: 50px;
}

.p-0 {
    padding: 0 !important;
}

.margin-top {
    margin-top: 60px;
}

.margin-left-auto {
    margin-left: auto;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-right-auto {
    margin-right: auto;
}

@media (max-width: 500px) {
    .image-btn {
        /* width: 80%; */
        border-radius: 12px;
        margin: auto;
    }

    .desc-content {
        font-size: 30px;
        line-height: inherit;
        text-align: center;
    }

    .tryppn {
        width: 80%;
    }

    .btn-group {
        /* flex-direction: column; */
    }

    .margin-left-auto, .margin-right-auto {
        margin: auto;
    }
}

@media (max-width: 360px) {
    /* .image-btn {
        width: 130px !important;
    } */

    /* .btn-a {
        width: 130px;
    } */
}

@media (max-width: 2000px) {
    .margin-set-user {
        margin-left: calc(25% + 80px);
    }
}

@media (max-width: 1600px) {
    .margin-set-user {
        margin-left: calc(25% + 30px);
    }
}

@media (max-width: 930px) {
    .margin-set-user {
        margin: inherit;
    }
}

@media (max-width: 900px) {
    /* .btn-group {
        display: flex;
        flex-direction: column;
    } */
    .image-btn {
        /* width: 140px; */
    }
    .margin-left-auto, .margin-right-auto {
        margin: auto;
    }
}

@font-face {
    font-family: Segoe;
    src: url(../fonts/segoeprint.ttf);
}

@font-face {
    font-family: "Outfit";
    src: url("https://db.onlinewebfonts.com/t/771c49f7c4367802d13ab202d164204b.eot");
    src: url("https://db.onlinewebfonts.com/t/771c49f7c4367802d13ab202d164204b.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/771c49f7c4367802d13ab202d164204b.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/771c49f7c4367802d13ab202d164204b.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/771c49f7c4367802d13ab202d164204b.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/771c49f7c4367802d13ab202d164204b.svg#Outfit")format("svg");
}

@media (max-width: 1070px) {
    .desc-content-vacation div {
        font-size: 30px;
    }
}

@media (max-width: 950px) {
    .desc-content-vacation div {
        font-size: 25px;
        margin-left: -50px;
    }

    .desc-content {
        font-size: 15px;
    }
}

@media (max-width: 500px) {
    .desc-content-vacation {
        margin-left: 0;
    }
}

.left-image {
    width: 60px;
    margin-left: auto;
    margin-right: 25px;
}

.right-image {
    width: 60px;
    margin-left: 25px;
    margin-right: auto;
}

@media (max-width: 800px) {
    .left-image, .right-image {
        margin-left: auto;
        margin-right: auto;
    }
}