.font-bold{
    font-weight: 700;
}
text-pink-500 {
    --tw-text-opacity: 1;
    color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.cursor-pointer {
    cursor: pointer;
}
.text-pink-500 {
    --tw-text-opacity: 1;
    color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-4 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.px-6 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))!important;
}
.rounded-xl {
    border-radius: .75rem;
    overflow: hidden;
}
.bg-white-5 {
    background-color: #ffffff0d!important;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.btn-outline-dark{
    color: white;
    border-color: #212529;
}
.fixed-block{
    position: fixed;
}
.card{
    background-color: black;
}
.bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.to-pink-600 {
    --tw-gradient-to: #db2777;
}
.from-yellow-600 {
    --tw-gradient-from: #d97706;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 119, 6, 0));
}
.rounded-full {
    border-radius: 9999px;
}
.btn-camsoda{
    background-color: rgb(24 233 100);

}
.btn-custom{
    padding: 1px 12px;
    font-weight: bold;
}
.btn-freebrazzers{
    background-color: #FBCA27;
}
.btn-onlyfans{
    background-color: rgba(147,197,253,var(--tw-bg-opacity));
}
.btn-instagram{
    background-color: rgba(196,181,253,var(--tw-bg-opacity))
}
.navbar-brand{
    margin-right: unset;
}
.imgs_model {
    height: 250px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .imgs_model {
        height: 400px;
    }
}
.shadow-sm{
    /*box-shadow: 0 .125rem .25rem rgb(236 72 153) !important;*/
}
.bg-gray{
    /*background-color: #191919;*/
}
a:hover{
    color:#ec4899!important;
}
.img_main_logo{
    width: 50px;
}
.text-start-menu a{
    font-weight: bold;
    color: white;
    text-align: start!important;
}
.btn-close{

    font-size: 1.5rem;
    color:white;
}
.burger-button{
    font-size: 2rem;
    color:white;
}
.offcanvas-start{
    width: 70%;
}
.btn :hover{
    color: pink;
}
.btn:focus{
    /*box-shadow: 0 0 0 .25rem pink!important;*/
    box-shadow: unset;
}
.max-h-card-photo{
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
a{
    text-decoration: unset;
}
.photo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /*min-height: 100vh;*/
    /*padding: 20px;*/
}

.photo-card {
    background-color: #000;
    /*padding: 15px;*/
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
    /*max-width: 90%;*/
    /*max-height: 90%;*/
    text-align: center;
}

.photo-card img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.back-button {
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 15px;
    background-color: #222;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.2s;
}

.back-button:hover {
    background-color: #555;
}
.btn:hover{
    color: unset;
}
.btn-pink{
    font-weight: 900;
    background-color: deeppink;
    width: 49%;
}
.btn-pink:focus{
    color: white;
}
.btn-pink:hover{
    color: white!important;
}
.fw-900{
    font-weight: 900;
}
