@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body{
    background-color: #1A1916;
    margin: 0px !important;
}

header{
    color: #DC901A;
    display: flex;
    justify-content: space-around;
}

.first{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card{
    width: 1300.31px;
    height: 440px;
    border-radius: 55px;
    box-shadow: 0px 0px 20px 0px #00000040;
    display: flex;
    flex-direction: column;
    margin: 90px 0px 90px 0px;
    justify-content: center;
    align-items: left;
    padding: 30px 42px 30px 100px;
}

.card h2, .card p{
    font-family: 'Nunito',Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 57px;
    margin: 5px;
}

.card span{
    color: #C184A0;
    font-weight: 600;
}

.loremText{
    font-size: 37px !important;
}

.button{
    text-align: center;
    color: white;
    background-color: #CB534B;
    width: 215px;
    font-size: 30px !important;
    border-radius: 50px;
    padding: 10px;
    margin-top: 30px !important;
}

.second{
    background-color: #1A1916;
    margin-bottom: 50px;
}

.cards div{
    background-color: white;
    border-radius: 55px;
    padding: 50px 20px 30px 20px;
}

.cards{
    display: flex;
    justify-content: center;
    align-items: center;  
    gap: 25px;
}

.left{
    width: 65%;
    padding-left: 50px !important;
}

.right{
    width: 25%;
}

#secondText{
    color: white;
    font-size: 60px;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-left: 100px;
}

.cards h2{
    font-size: 40px;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #232323;
    margin: 0px;
}

.cards h3{
    font-size: 35px;
    color: #232323;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin: 0px !important;
}

.cards p{
    font-size: 20px;
    color: #232323;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-weight: 400;
    width: 900px;
}

.cards div p span{
    color: #CB534B;
}

.buttonVar, .buttonApp{
    font-size: 30px !important;
    border: 2px #CB534B;
    border-style: solid;
    width: 315px !important;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
}

.buttonApp{
    width: 215px;
    background-color: #CB534B;
    color: white !important;
    margin: 0px !important;
}

.rightContent{
    display: flex;
    justify-content: center;
}

.right p{
    width: 400px !important;
}

.footer{
    background-color: #CB534B;
    width: 100%;
  
}

.footer h2{
    color: white;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin: 0px !important;
    margin-left: 50px;
    padding: 15px;
    border-width: 3px 0px 0px 0px;
    border-style: solid;

}