body {
background: rgb(0, 255, 42);
background: linear-gradient(0deg, rgba(0, 255, 42, 1) 43%, rgba(232, 0, 231, 1) 100%);
min-height: 100vh;
font-family: 'Arsenal';
font-size: 1.1rem;
}
.navbar-brand-name {
font-weight: bold;
font-size: 3rem !important;
color: white;
color: #fff;
text-shadow: 0 13px 13px black, 1px 1px black;
}
.bg-white {
background-color: #ffffff61 !important;
}
.textopisanya .fiolet_color {
color: #e702e6;
}
.green_color {
color: #00ff2a;
}
.nav-link {
color: #fff;
font-size: 1.4rem;
font-weight: bold;
text-shadow: 0 13px 13px black, 1px 1px black;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
color: #00ff2a;
}
.navbar-brand-name:hover {
color: white;
}
.dropdown-item.active,
.dropdown-item:active {
color: #000;
background-color: #00ff2a;
}
.dropdown-menu {
background-color: #e800e7;
} .gallery {
display: flex;
flex-direction: column;
align-items: center;
}
.gallery .images {
gap: 15px;
max-width: 100%;
columns: 5 310px;
list-style: none;
}
.gallery .images .img {
display: flex;
cursor: pointer;
overflow: hidden;
position: relative;
margin-bottom: 14px;
border-radius: 4px;
}
.gallery .images img {
width: 100%;
transition: transform 0.2s ease;
}
.gallery .images .img:hover img {
transform: scale(1.1);
} .lightbox {
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 5;
position: fixed;
visibility: hidden;
background: rgba(0, 0, 0, 0.65);
}
.lightbox.show {
visibility: visible;
}
.lightbox .wrapper {
position: fixed;
left: 50%;
top: 50%;
width: 100%;
padding: 20px;
max-width: 850px;
background: #fff;
border-radius: 6px;
opacity: 0;
pointer-events: none;
transform: translate(-50%, -50%) scale(0.9);
transition: transform 0.1s ease;
}
.lightbox.show .wrapper {
opacity: 1;
pointer-events: auto;
transform: translate(-50%, -50%) scale(1);
}
.wrapper :where(header, .details) {
display: flex;
align-items: center;
}
.wrapper header {
justify-content: space-between;
}
header .details i {
font-size: 1.7rem;
}
header .details span {
font-size: 1.2rem;
margin-left: 10px;
}
header .buttons i {
height: 40px;
width: 40px;
cursor: pointer;
display: inline-block;
color: #fff;
margin-left: 10px;
background: #6C757D;
font-size: 1.25rem;
line-height: 40px;
text-align: center;
border-radius: 4px;
transition: 0.2s ease;
}
header .buttons i:hover {
background: #5f666d;
}
.wrapper .preview-img {
display: flex;
justify-content: center;
margin-top: 25px;
}
.preview-img .img {
max-height: 65vh;
}
.preview-img img {
width: 100%;
height: 100%;
object-fit: contain;
} @media screen and (max-width: 688px) {
.lightbox .wrapper {
padding: 12px;
max-width: calc(100% - 26px);
}
.wrapper .preview-img {
margin-top: 15px;
}
.gallery .images {
max-width: 100%;
padding: 0 13px;
margin-top: 20px;
}
}
.insta {
background-color: #fff;
}
.float-button {
text-decoration: none;
position: fixed;
padding: 10px;
padding-right: 15px;
bottom: 30px;
right: 30px;
color: #fff;
background-color: #25D366;
border-radius: 25px 30px 5px 25px;
z-index: 100;
font-family: Arial;
font-size: 17px;
animation: whatsapp-animation 0.5s ease-in-out;
box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
transition: all 0.3s ease-out;
}
.float-button:hover {
background-color: #128C7E;
color: #fff;
}
.fa-whatsapp {
font-size: 20px !important;
padding-right: 5px;
padding-left: 5px;
}
@keyframes whatsapp-animation {
from {
opacity: 0%;
}
to {
opacity: 100%
}
}
@media screen and (max-width: 545px) {
.float-button span {
display: none;
}
.float-button {
bottom: 15px;
right: 15px;
width: 50px;
border-radius: 20px 20px 5px 20px;
}
.fa-whatsapp {
font-size: 25px !important;
padding: 4px;
}
}
.hover_shadow:hover {
-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
} @media (max-width: 1399px) {} @media (max-width: 1199px) {} @media (max-width: 991px) {} @media (max-width: 767px) {
.navbar-brand-name {
font-size: 2rem !important;
}
} @media (max-width: 575px) {
.navbar-brand-name {
font-size: 1.2rem !important;
}
}