h1 {
    font-size: 3em;
}

h3 {
    font-size: 1.5em;
}

.wrapper {
    background-image: url("/Images/wave-top.svg"), url("/Images/wave-bottom.svg");
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    border-radius: 20px;
    background-color: #7284FA;
    padding: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    position: relative;
}

@media (max-width: 1800px) {
    .wrapper {
        padding: 48px 48px;
    }
}

@media (max-width: 900px) {
    .wrapper {
        padding: 16px 16px;
    }
}

#carousel {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#carousel .carousel-indicators {
    position: static;
}

#carousel .carousel-item {
    display: block;
    visibility: hidden;
}

#carousel .carousel-item.active{
    display: block;
    visibility: visible;
}

#carousel .carousel-indicators button {
    width: 16px;
    height: 16px;
    background: #FFFFFF 0 0 no-repeat padding-box;
    border-radius: 100%;
    margin-left: 6px;
    margin-right: 6px;
}

.carousel.slide {
    flex: 1;
}

#play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    cursor: pointer;
}

#intro-video {
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 16px;
}

.features {
    padding-left: 0;
    font-weight: bold;
}

.features li {
    list-style-type: none;
    margin-bottom: 12px;
    display: flex;
}

.features li img {
    margin-right: 16px;
}

.drawn-arrow {
    position: fixed;
    top: 300px;
    left: 800px;
}

@media (max-width: 2300px) {
    .drawn-arrow {
        top: 350px;
    }
}

@media (max-width: 1900px) {
    .drawn-arrow {
        top: 300px;
        left: 700px;
    }
}

@media (max-width: 1700px) {
    .drawn-arrow {
        display: none;
    }
}

.btn.main-site-link {
    width: 150px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 25px;
    color: #000000;
    font-weight: normal;
    border: 0;
    position: absolute;
    right: 32px;
    bottom: 32px;
}

.btn.main-site-link img {
    margin-left: 8px;
}

@media (max-width: 1000px) {
    .btn.main-site-link {
        display: none;
    }
}
