div#view {
    background: #000626;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    color: #7681b7;
    font-size: 18px;
}
.upsell span {
    background: #6aa12b;
    color: white;
    padding: 4px 8px;
    border-radius: 100px;
    letter-spacing: 1px;
    margin-right: 4px;
    font-weight: bold;
}
img {
    max-width: 100%;
}
.upsell {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 30px;
    color: white;
}
.logo {
    max-width: 900px;
    margin: 0 auto;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
}

div#top {
    padding: 130px 0px;
    text-align: center;
}

.next-section > a {
    background: #6c48f7;
    text-decoration: none !important;
    font-size: 20px;
    padding: 20px 30px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 100px;
    color: white;
}

.item-card {
    background: #0b133c;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    display: flex;
    gap: 30px;
}

.container.grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 40px;
}

h1,h2,h3,h4 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    margin-top: 0px;
    font-weight:900;
    margin-bottom: .2em;
}
.about-text h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.about-text {
    padding: 15px 0px;
}

#about .item-card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.item-card .picture {
    height: 160px;
    width: 160px;
    margin-top: -95px;
    margin-bottom: -25px;
    border: 10px solid #000626;
    border-radius: 100px;
    background: #1b8bd7;
}

.item-card {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
p {
    margin: 0px;
    line-height: 32px;
}

div#bottom {
    text-align: center;
}

.package {
    height: 100px;
}

#packages .container.grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

div#packages {
    padding: 80px 0px;
}

div#bottom {
    padding-bottom: 40px;
}

.item-card .picture {
}

.about-text {
    flex: 1;
}

.social-links {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.copyright > p {
    font-size: 15px;
    color: #787aed !important;
    margin-bottom: 5px;
}

.copyright > p strong {
    color: #a4a6ff !important;
}

.copyright p.small a {
    color: #a4a6ff !important;
}

.copyright p.small {
    line-height: 1;
    font-size: 12px;
    margin: 0px !important;
    opacity: .75;
}

.copyright {
    opacity: .85;
}

div#view:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(45deg, #0b133c94, transparent);
}

div#view > div {
    position: relative;
    z-index: 5;
}
.section-title h1 strong {
    font-weight: 900;
    font-size: 52px !important;
}
.package.item-card {
    flex-direction: column;
    height: auto;
    color: #dde3ff;
    font-size: 19px;
    padding:50px;
}
.package.item-card ul li span {
    width: 26px;
    height: 26px;
    background: #ffffff14;
    display: inline-block;
    margin-right: 12px;
    border-radius: 100px;
}

.package.item-card ul li {
    display: flex;
    align-items: center;
}
.package.item-card h1 {
    display: flex;
    align-items: center;
    font-size: 45px;
    font-weight: 800;
}
div#bottom {
    border-top: 3px solid #0b133c85;
    padding-top: 50px;
}
.price {
    margin-left: auto;
    font-size: 28px;
    font-weight: 600;
}
a.large-btn:hover {
    opacity: .85;
}

a.large-btn {
    transition: all .12s linear;
}
.package.item-card h3 {
    font-weight: 600;
    font-size: 25px;
}
div#packages {
    background: #000626;
}
a.large-btn {
    font-weight: 500;
    background: #3181bd;
    color: white;
    text-decoration: none;
    padding: 23px;
    border-radius: 100px;
    text-align: center;
    font-size: 18px;
}
div#about {
    padding-bottom: 100px;
}
.package.item-card ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #969dc1;
}
.package.item-card ul {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
    font-size: 20px;
    font-weight: 500;
}
.section-title h1 > span {
    width: 12%;
    background: #0b133c;
    height: 7px;
    border-radius: 100px;
}

.section-title h1 {
    flex: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.next-section {
    display: none;
}
.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}
div#contact {
    padding-bottom: 80px;
}
#contact .package.item-card {
    text-align: center;
    align-items: center;
    gap: 5px;
}
.icon {
    width: 150px;
    height: 150px;
    background: #0b133c;
    border-radius: 40px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 68px;
    color: white;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
#contact .package.item-card a {
    width: 100%;
    margin-top: 25px;
    background: #31bd84 !important;
}
#contact .package.item-card {
    background: transparent;
    box-shadow: none !important;
}
.social-links a {
    background: #121a48;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: white;
    font-size: 21px;
}

#bottom .copyright > p {
    color: #616995 !important;
}

.copyright > p strong {
    color: #7c85b5 !important;
}

.copyright p.small a {
    color: #7c85b5 !important;
}
div#packages {
    padding-top: 80px;
}

.section-title h1, .section-title p {
    background: #000626;
}
.section-title h1 {
    display: flex;
    align-items: center;
    border-radius: 100px;
}

.section-title p {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 14px;
    margin-top: -5px;
    color: #94c6eb;
}

@media only screen and (max-width: 768px) {
.container.grid {
    grid-template-columns: repeat(1,minmax(0,1fr)) !important;
    padding: 0 30px !important;
}

.section-title h1 > span {
    display: none !important;
}

.section-title h1 strong {
    font-size: 42px !important;
}

.package.item-card h1 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.price {
    margin-right: auto;
    font-size: 20px;
    color: #b0e96f;
}

#view .container {
    padding: 0 30px;
}
}