@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

body,
html {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

body {
    padding-top: 160px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden !important;
    position: relative;
}

.section {
    width: 100%;
}

.container {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 20px);
    position: relative;
    margin: 0 auto;
    padding: 30px 0;
}

.black-txt {
    color: #000;
}

.white-txt {
    color: #fff;
}

header {
    position: fixed;
    height: 160px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #341632;
    border-radius: 40px;
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}

header .bg2 {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("content/img/hearts-white.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.bg3 {
    background-image: url("content/img/bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg4 {
    background-image: url("content/img/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    color: #fff;
    font-weight: bold;
    width: 100%;
    font-size: 32px;
    text-align: center;
    font-family: "Sour Gummy", sans-serif;
}

.bg1 {
    background-image: url("content/img/hearts.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.first {
    padding-top: 50px;
}

.item {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    justify-content: flex-start;
    height: 300px;
    padding: 10px;
    margin-bottom: 30px;
}

.item .title {
    padding: 10px;
    font-weight: bold;
    font-size: 32px;
    text-align: right;
    margin-left: -20px;
}

.item .desc {
    font-size: 22px;
    padding: 10px;
    padding-left: 20px;
}

.item>div {
    width: 100%;
}

.item hr {
    width: 100%;
    height: 5px;
    padding: 0 5px;
    position: relative;
    left: -10px;
    border: none;
    width: 100%;
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    border-radius: 30px;
}

.item.reverse hr {
    left: 0px;
}

.item img {
    border-radius: 50px;
    height: 300px;
    object-fit: contain;
    transform: rotate(-5deg);
}

.item a {
    position: relative;
}

.item a i {
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 990;
    color: #fff;
    font-size: 32px;
}

.item.reverse {
    justify-content: flex-end;
}

.item.reverse .title {
    text-align: left;
    margin-left: 0;
}

.item.reverse>img {
    transform: rotate(5deg);
}

h2 {
    width: 100%;
    color: #000;
    text-align: center;
    font-weight: normal;
    font-size: 32px;
    padding: 65px 10px;
    font-family: "Sour Gummy", sans-serif;
}

.title {
    font-size: 32px;
    text-align: center;
    width: 100%;
}

.desc {
    padding: 20px;
    padding-left: 60px;
    font-size: 22px;
}

a {
    text-decoration: none;
}

.action-buttons {
    display: flex;
    position: absolute;
    bottom: -60px;
}

.action-buttons>a {
    color: #fff;
    padding: 10px 4px;
    margin: 5px;
    border-radius: 10px;
    font-size: 20px;
}

.action-buttons>a.tel {
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}

.action-buttons>a.whatsapp {
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}

h3 {
    padding: 5px 10px;
    margin: 0;
    font-size: 26px;
    font-weight: normal;
}

.mg-down-10 {
    margin-bottom: 10px;
}

.mg-down-20 {
    margin-bottom: 20px;
}

.mg-down-40 {
    margin-bottom: 40px;
}

.pd-down-20 {
    padding-bottom: 20px;
}

.pd-down-40 {
    padding-bottom: 40px;
}

.comments {
    font-size: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

br {
    width: 100%;
    height: 1px;
    display: block;
    clear: both;
}

.comment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    align-items: center;
    max-width: 400px;
    font-size: 22px;
    margin: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 40px;
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
    color: #fff;
}

.comment>* {
    width: 100%;
    text-align: center;
}

.comment .pp {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #08AEEA;
    height: 50px;
    width: 50px;
}

.comment .name {
    font-size: 28px;
    padding: 8px;
    padding-bottom: 0;
}

.comment .stars>i {
    background-color: #FBAB7E;
    background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
    color: transparent;
    background-clip: text;
}

.comment .text {
    padding: 20px;
}

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background: #322709;
    color: #fff;
    padding: 50px;
}

footer>div>* {
    width: 100%;
    text-align: center;
}

h3 {
    font-size: 28px;
    ;
}

.foot-item {
    padding: 10px;
}

.foot-label {
    font-size: 24px;
}

.w100>* {
    width: 100%;
    margin: 0 auto;
    max-width: 728px;
}

@media only screen and (min-width: 1025px) {
    .first {
        max-width: 1024px;
        margin: 0 auto;
    }

    .container {
        max-width: 1024px;
    }

    .bg3 {
        background-size: 100%;
    }
}