body{
    font-family: "Poppins","Arial",sans-serif;
}

:root{
    --red: #FF004E;
    --orange: #f9a409;
    --grey: #F2F2F2;
}

#default-navbar{
    background-color: var(--red);
}

.container-fluid{
    max-width: 1024px;
}

#extra-card{
   margin: auto;
   padding-bottom: 20px;
}

#extra-card  > li{
    list-style-type:none;
    font-size: 12px;
    line-height: 2em;
    font-weight: 500;
}


.card{
    border-color: var(--orange);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-width: 0.15em;
}

.second{
    border-color: var(--grey);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-width: 0.15em;
}

.heart{
    width: fit-content;
}

.heart-icons{
    color: #EF3124;
    padding-left: 0.3em;
}

.bi{
    padding-right: 0.3em;
}

.bi-currency-dollar{
    color: green;
    padding-right: 0.3em;
}

.model-online{
    color: #11b24d;
    border-radius: 10px;
    border: 1px solid #32ff7e;
    padding: 2px 7px;
    width: fit-content;
    font-size: 12px;
}

#btn-website{
    background-color: var(--red);
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
}

#btn-website:hover{
    background-color: black;
}

.sub-hero{
    max-width: 1000px;
    background-image: url('../img/hero-cam.jpg');
    min-height: 335px;
    background-repeat:no-repeat;
    background-size:auto;
    background-position:right;
    padding-bottom: 6em;  
    padding-right: 5vw;
}

.sub-hero > h1 {    
    font-size: 3em;
    max-width: 500px;
    line-height: 2.5rem;
}

.hover-overlay:hover {
    transition-duration: 1s;
    opacity: 0.6;
 }

 .card-girl{
     background-color: black;
 }

 .toast-offer{
     color: var(--red);
 }

 .rank{
     color:black;
     position: absolute;
     background-color: var(--orange);
     padding-left: 0.3em;
     top: 30%;
     font-size: 30px;
     border-top-right-radius: 25px;
     border-bottom-right-radius: 25px;
     width: 40px;
     height: 45px;
     display: inline-block;
     z-index: 2;
 }

 .rank-phone{
     background-color: var(--orange);
     width: fit-content;
     height: fit-content;
     padding: 0 15px;
     border-radius: 50%;
     align-items: center;
     text-align: center;
     font-size: 30px;
     font-weight: bold;

}

.rank2{
    color:black;
    position: absolute;
    background-color:white;
    padding-left: 0.3em;
    top: 30%;
    font-size: 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 40px;
    height: 45px;
    display: inline-block;
    z-index: 2;
}

.rank-phone2{
    color: var(--red);
    background-color: var(--grey);
    width: fit-content;
    height: fit-content;
    padding: 0 15px;
    border-radius: 50%;
    align-items: center;
    text-align: center;
    font-size: 30px;
    font-weight: bold;

}

.card-img-top{
    padding: 0 1em;
}
#liveToast{
    width: 305px;
}
.footer{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-color: rgb(32, 28, 28);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 auto;    
    width: 100%;
    color: grey;   
    font-size: 0.6rem; 
    padding-bottom: 1rem;
    margin-top: 1rem;
}
.footer div{
    padding-top: 1rem;
}
.footer a{
    margin: 0 0.3rem;
    color: grey;
}
#h1_text1{
    background: -webkit-linear-gradient(#04DCFD, #00ADE4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 2px #c3f1fa);
    font-size: 24px;
    font-weight: 800;   
}
#h1_text2{
  background: -webkit-linear-gradient(#FD7C1A, #FD1D00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px #FFDDC9);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.3px;
}