@charset "UTF-8";
/* CSS Document */
html,body{overflow-x:hidden;padding:0!important;margin:0!important}
body{
    position:relative;
    background-color: #433e3c;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 1em;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
    max-width: 100%;
    height: auto;
}

button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    cursor: pointer;
    white-space: nowrap;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
}


h1, h2, h3 {
    letter-spacing: -0.042em;
    font-weight: 800;   
}

h2 {
    font-size: 1.8em;
    line-height: 1em;
}

.fs-1 {
    display: inline-block;
    font-size: 2.8rem;
    line-height: 3rem;
}

.page-wrapper {
    padding: 0 130px;
}

.main-card > p > img {
    max-width: 150px;
    border-radius: 100px;
    clip-path: circle(70px at center);
}

.main-card a {
    color: yellow !important;
}

.column-item > .rounded-card > .rounded-image {
    margin-top: 20px;
}

.main-card, .footer-card {
    background-color: rgb(97, 90, 87);
    border-radius: 20px;
    width: auto;
    height: 100%;
    padding: 80px;
    text-align: center;
    margin: 2.6em 0;
    color: rgb(240, 231, 228);
    line-height: 1.5rem;
}

.main-card {
    padding: 40px 300px;  
}

.main-card h1 {
    color: yellow;
    font-size: 1.8rem;
}

.main-card a {
    color: rgb(240, 231, 228);
    text-decoration: none;
}

.main-card a:hover {
    color: rgb(253, 228, 64);
}

.footer-card {
    padding: 30px;
    font-size: 0.8rem;
    margin-top: 0;
}

.cards-wrapper {
    display: grid;
    column-gap: 2.6em; 
    justify-content: center;
    grid-template-columns: repeat(3,350px);
}

@media (max-width: 1024px){
    .cards-wrapper {
        grid-template-columns: repeat(2,380px);
    }
    .main-card {
        padding: 40px;
    }
    .page-wrapper {
        padding: 60px;
    }
}

@media (max-width: 768px){
    .cards-wrapper {
        grid-template-columns: 100%;
    }
    .main-card {
        padding: 20px;
    }
    .page-wrapper {
        padding: 20px;
    }
}

.column-item {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    display: block;
    cursor: pointer;
    transition-duration: 1.5s,1.5s,1.5s;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 0 2.6em;
    transform: perspective(1200px) rotateX(180deg);
}

.column-item:hover {
    transition-duration: 0.3s;
    transform: scale(1.03, 1.03);
    filter: drop-shadow(0 20px 20px rgba(0,0,0,.3));
}

.card-column.left .column-item {
    perspective-origin: 150% center;
}

@media (min-width: 835px){
    .card-column.left .column-item {
        perspective-origin: 100% center;
    }
}

.card-column.center .column-item {
    perspective-origin: center center;
}

@media (min-width: 835px){
    .card-column.center .column-item {
        perspective-origin: 0% center;
    }
}

.card-column.right .column-item {
    perspective-origin: -100% center;
}

@media (min-width: 835px){
    .card-column.center .column-item {
        perspective-origin: -150% center;
    }
}

.tilt-from-bottom {
    transform-origin: bottom center;
    animation-delay: 1000ms;
    transform: perspective(1200px) rotateX(0deg);
    transform-origin: center center;
    transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -webkit-transform: scale(1,1);
}

.tilt-from-top {
    animation-delay: 600ms;
    transform-origin: top center;
    transform: perspective(1200px) rotateX(0deg);
    transform-origin: center center;
    transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -webkit-transform: scale(1,1);
}

.column-item .rounded-card{
    display: block;
    text-align: center;
    border-radius: 20px;
    background-color: rgb(253, 228, 64);
    padding: 40px;
    padding-top: 20px;
    font-size: 0.9rem;
    line-height: 1.3rem;
}

.column-item > a{
    color: black;
    text-decoration: none;
}

.column-item .rounded-card a{
    color: black;  
    text-decoration: underline;
}

.column-item .rounded-card > p svg,
.column-item .rounded-card > p img{
    max-height: 50px;
} 


.rounded-image {
    border-radius: 12px;
    filter: drop-shadow(0px 5px 4px rgba(0,0,0,.2));
    margin-bottom: 20px;
}

.cta-container {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
    width: 100%;
}

.rounded-button-container{
    display: inline-flex;
    text-decoration: none !important;
    height: 46px;
    font-size: 12px;
    margin: 20px auto 0 auto;
}

.rounded-button {
    border-color: rgb(67, 62, 60);
    color: rgb(67, 62, 60);
    background-color: transparent;
    border: 1.5px solid; 
    flex: auto;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 24px;
    font-weight: 700;
    white-space: nowrap;
    height: 100%;
    padding: 0 32px;
}

@media (max-width: 835px){
    .rounded-button-container{
        width: 100%;
    }
}
