html {
    display: block;
    background: #fff;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

a {
    color: #000;
    text-decoration: none;
}

body {
    display: block;
    background-image: linear-gradient(to bottom, #ffffff 0%, #f1cbcb 100%);
}

.topline {
    background: #ff5722;
    padding: 4px;
}

.logo {
    position: relative;
    color: #000;
    font-size: 28px;
    text-decoration: none;
    font-weight: 600;
    line-height: 48px;
    padding: 20px;
}

h1 {
    font-weight: 700;
    font-size: 1.5em;
    margin: 0;
    background: 0 0;
    color: #000;
    padding: 8px;
}

.main {
    padding: .5em 0;
    max-width: 1000px;
    margin: 0 auto
}

@media only screen and (max-width:790px) {
    .main {
        padding: 0
    }
}

.column1 {
    float: left;
    width: 50%;
    padding: 10px 18px;
}

.column2 {
    float: left;
    width: 50%;
    padding: 10px
}

@media screen and (max-width:790px) {
    .column1, .column2 {
        width: 100%
    }
}

.spotolap-content {
    position: relative;
    z-index: 1000;
    text-align: left;
    margin-top: 1em;
}

.spotolap__h1 {
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    padding: 0px;
    margin: 12px 0px;
}

.spotolap__paragraph {
    font-size: 18px;
    color: #000;
}

.spotolap-img__1 {
    position: relative;
    max-width: 500px;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

.spotolap__link {
    position: relative;
    margin-top: 40px;
    display: inline-block;
    background-image: linear-gradient(to bottom, #5f84ff 0%, #597cee 100%);
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 12px 30px;
    box-shadow: 0px 4px 11px rgb(14 64 230 / 98%), 0px -1px 0px 0px #5f84ff inset, 0px -2px 0px 0px rgb(255 255 255 / 14%) inset;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    width: 225px;
    height: 65px;
    line-height: 42.5px;
}

.footer {
    font-size: 1.1em;
    padding: 1em 0;
    color: #666;
    clear: both;
    line-height: 2em
}

h2 {
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    padding: 0px;
    margin: 10px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 1.5em;
}

.test {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 5em;
}

:root {
    --color-text: #616161;
    --color-text-btn: #ffffff;
    --spotolapcard2-gradient-color1: #7F00FF;
    --spotolapcard2-gradient-color2: #E100FF;
    --spotolapcard3-gradient-color1: #3f2b96;
    --spotolapcard3-gradient-color2: #a8c0ff;
    --spotolapcard4-gradient-color1: #11998e;
    --spotolapcard4-gradient-color2: #38ef7d;
}

.spotolapcard-wrap {
    width: 250px;
    background: #fff;
    border-radius: 20px;
    border: 5px solid #fff;
    overflow: hidden;
    color: var(--color-text);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.spotolapcard-wrap:hover {
    transform: scale(1.05);
}

.spotolapcard-header {
    height: 170px;
    width: 100%;
    background: red;
    border-radius: 100% 0% 100% 0% / 0% 50% 50% 100%;
    display: grid;
    place-items: center;
}

.spotolapcard-header i {
    color: #fff;
    font-size: 72px;
}

.spotolapcard-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60%;
    margin: 0 auto;
}

.spotolapcard-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.spotolapcard-text {
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 25px;
}

.spotolapcard-btn {
    border: none;
    border-radius: 100px;
    padding: 5px 30px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.spotolapcard-header.two {
    background: linear-gradient(to bottom left, var(--spotolapcard2-gradient-color1), var(--spotolapcard2-gradient-color2));
}

.spotolapcard-header.three {
    background: linear-gradient(to bottom left, var(--spotolapcard3-gradient-color1), var(--spotolapcard3-gradient-color2));
}

.spotolapcard-header.four {
    background: linear-gradient(to bottom left, var(--spotolapcard4-gradient-color1), var(--spotolapcard4-gradient-color2));
}

.spotolapcard-btn.two {
    background: linear-gradient(to left, var(--spotolapcard2-gradient-color1), var(--spotolapcard2-gradient-color2));
}

.spotolapcard-btn.three {
    background: linear-gradient(to left, var(--spotolapcard3-gradient-color1), var(--spotolapcard3-gradient-color2));
}

.spotolapcard-btn.four {
    background: linear-gradient(to left, var(--spotolapcard4-gradient-color1), var(--spotolapcard4-gradient-color2));
}

a.buttoncoding {
    color: #fff;
}

.list-social {
    position: relative;
    bottom: 40px;
    z-index: 1000;
    text-align: center;
}

.list-social__item {
    list-style: none;
    display: inline-block;
    margin-right: 1.0rem;
}

.list-social__link {
    display: block;
    line-height: 40px;
    position: relative;
    font-size: 20px;
    background: #fff;
    height: 40px;
    width: 40px;
    transition: all 200ms;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.24);
}

.list-social__link:after {
    position: absolute;
    width: 48px;
    height: 48px;
    top: -4px;
    left: -4px;
    content: '';
    display: block;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background: #ff5f6d;
    z-index: -2;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.14);
}

.list-social__i:hover {
    color: #5f9cff;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.fa-twitter {
    color: #20c4f7;
}

.fa-facebook-f {
    color: #3b5998;
}

.fa-instagram {
    color: #e2006a;
}

.fa-pinterest {
    color: #f10303;
}

.fa-linkedin {
    color: #3f51b5;
}