/* @import "ratings.scss"; */

:root {
    --primaryColor: #cb2026;
    --secondaryColor: #f1f1f1;
}

/* var(--primary); */
h1, h2, h3, h4, h5, h6 {
    /* background-color: #cb2026!important; */
    color: #333333;
}
.main {
    /* -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3); */
}
.logo-text {
    margin-left: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.logo-text h1 {
    font-family: 'Alata', sans-serif;
}
.logo-text span {
    font-size: .8em;
}
.row{
    margin-bottom: 40px;
}
.line{
    color: red;
}
.row-title{
    border-bottom: 3px solid red;
}
.logo{
    display: flex;
    align-items: center;
}
.ad-discolsure{
    box-shadow: none;
    outline: none;
    background: none;
    border:none;
}
.ad-discolsure:focus{
    box-shadow: none;
    outline: none;
    background: none;
    border:none;
}
.ad-discolsure p{
    font-size: 1em;
    color: red;
    text-decoration:underline;
}
.hero {
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.offer{
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 15px;
}
.offer-image {
    width: 100%;
}
.rating {
    position: absolute;
    background-color: #ed2024; 
    height: 35px;
    width: 35px;
    z-index: 1;
    display: flex;
     justify-content: center;
    align-items: center;
    color: white;
    font-weight: 700;
}
.top-rating {
    position: absolute;
     background-color: #ed2024; 
    /* height: 40px;
    width: 40px;  */
    z-index: 1;
    display: flex;
     justify-content: center;
    align-items: center;
    color: white;
    font-weight: 700;
    font-size: .8em;
    padding: 0 4px;
}
.rating img {
    
}
.offer-link-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.offer-button{
    background-color: #ed2024;
    padding: 10px;
    color: white;
    width: 150px;
    text-align: center;
    transition: all 0.5s;
}
.offer-button span {
    font-size: 1.1em;
    transition: 0.5s;
  }
.offer-button span:after {
    content: ' \00bb';
    opacity: 0;
    transition: 0.5s;
  }
.offer-button:hover span {
padding-right: 5px;
}

.offer-button:hover span:after {
opacity: 1;
right: 0;
}
.offer-2-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}
.offer-3-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-link:hover{
    color: white;
}
.overall {
    display: flex;
    flex-flow: column;
    justify-items: center;
    align-items: center;
}
.overall span {
    font-size: 5.5em;
    color: #2175be;
    font-weight: 500;
}
.footer{
    display: flex;
    flex-flow: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.footer-bottom{
    margin-top:20px;
    font-size: .7em;
    color: grey;
}
.card {
    margin: 4px;
    min-height: 485px;
    border-radius:0!important;
}
.card-img-top {
    border-radius:0!important;
}
.news-button {
    background: #ed2024!important;
    color: white!important;
    border-radius:0!important;
    /* position: absolute;
    bottom: 22px; */
}
.news-button:hover {
    background: #cf1c1f!important;
}

.card-body {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.more-news { 
    background: #ed2024;
    color: white;
    padding: 8px;
}

.more-news:hover { 
    color:white;
}

.footer-links a{
    color:  #333333;
}
.footer-links a:hover{
    color:  #ed2024;
}