@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap');
body {
font-family: 'Raleway', sans-serif;
}
.tag{
display: flex;
flex-direction: row;
justify-self: center;
}
.free{
background-color: rgb(252, 91, 185);
padding:8px;
font-weight: 400;
}
.title{
font-size: 32px;
margin: auto;
text-wrap: wrap;
text-align: left;
}
.btn-outline{
color:#2e2e2e;
background-color: rgb(252, 91, 185);
font-weight: 500;
}
.btn-outline:hover{
color: #2e2e2e;
background-color: #ffffff;
border-color: rgb(252, 91, 185);
}
.cover-img{
object-fit: fill;
}
.btn-outline-1 {
color: #2e2e2e;
background-color: rgb(252, 91, 185);
font-weight: 500;
width: 100%;
height: auto;
min-width: 0px;
max-width: 100%;
}
.btn-outline-1:hover {
color: #2e2e2e;
background-color: #ffffff;
border-color: rgb(252, 91, 185);
}
@media only screen and (max-width:968px) {
.title{
font-size: 20px;
font-weight: 500;
}
.free{
padding:4px;
}
}
@media only screen and (max-width:580px) {
.title {
font-size: 16px;
}
}
@media only screen and (max-width:380px) {
.title {
display:none;
}
.free{
font-size: 22px;
}
}
.download{
margin-top: 90px;
font-weight: 500;
}
@media only screen and (max-width:768px) {
.download {
margin-top: 0px!important;
}
}
@media only screen and (min-width:768px) and (max-width:980px) {
.heading {
font-size: 26px;
}
}
@media only screen and (max-width:380px) {
.heading {
font-size: 20px;
}
}
.first{
border: 1px solid #2e2e2e;
border-bottom: 0.5px solid #2e2e2e;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin-left: 1px;
margin-right: 1px;
}
.second{
border: 1px solid #2e2e2e;
border-top: 0.5px solid #2e2e2e;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin-left: 1px;
margin-right: 1px;
}
.btn-outline:focus{
box-shadow:none!important;
}
.btn-outline-1:focus{
box-shadow:none!important;
}
@media only screen and (max-width:2400px) {
.first{
border: 1px solid #2e2e2e;
}
.second{
border-top: none;
}
}