.navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    padding: 0 1em;
}

.navbar-brand img {
    max-height: 175px;
}

.navbar-toggler {
    margin-top: 0.5rem;
}

.bg-dark {
    background-color: black !important;
}

body {
    max-width: 2000px;
    width: 100%;
    background-color: black;
    color: white;
}

.navbar-nav {
    text-align: center;
    width: 100%;
}

.navbar-nav .nav-item {
    display: inline-block;
    float: none;
}

.nav-link {
    color: red;
    text-transform: uppercase;
}

.loader-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: red;
    height: 90%;
}

.loader-container img {
    width: 200px;
    height: 200px;
}

.description-section {
    padding: 100px 0;
}

.description-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('bg.svg') no-repeat right center;
    background-size: auto 100%;
    opacity: 0.5;
    z-index: -1;
}

.content-section {
    padding: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-section h1 {
    text-align: center;
    margin-bottom: 20px;
}

.content-section h2 {
    text-align: center;
    margin-bottom: 20px;
}

.service-item {
    text-align: center;
    border: 3px solid red;
    text-decoration: none;
    color: inherit;
}

.service-title {
    color: red;
}

.services-table {
    max-width: 70%;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
}

.grid-item {
    text-align: center;
}

.grid-item img {
    width: 100%;
    border: 3px solid gold;
    aspect-ratio: 2 / 3;
    ;
    object-fit: cover;
}

.grid-item h3 {
    margin-top: 10px;
}

.card-background {
    background: linear-gradient(135deg, rgba(200,0,0,0.5) 0%, rgba(10,10,10,0.5) 50%, rgba(200,0,0,0.5) 100%);
    border: none;
}

/* only on mobile devices */
@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 150px;
    }

    .description-section {
        padding: 20px 0;
    }

    .description-section::before {
        background-size: auto 50%;

    }

    .content-section {
        padding: 10px;
    }

    .content-section h1 {
        margin-top: 20px;

    }

    .services-table {
        max-width: 100%;
    }

    .grid-item h3 {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .navbar-toggler-icon {
        width: 2em;
        height: 2em;
        border-color: red;
        background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='red' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .desktop-nav {
        display: none;
    }
}

/* Show desktop navigation and hide mobile navigation on larger screens */
@media (min-width: 992px) {
    .mobile-nav {
        display: none;
    }
}


.girl-img-top {
    height: auto;
    width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    color: white;
}

.pro-img {
    margin-top: -230px;
    margin-bottom: 20px
}

.profile-picture .pro-img img {
    width: 196px;
    height: 196px;
    border-radius: 50%;
    object-fit: cover;
}


.gradient-btn {
    border: none;
    width: 100%;
    padding: 15px 68px;
    margin-top: 20px;
    color: #fff !important;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    letter-spacing: 2px;
    display: inline-block;
}

.online {
    background: #F17C35;
    background: -moz-linear-gradient(45deg, #F17C35 0%, #E2336E 44%, #E2336E 56%, #F17C35 100%);
    background: -webkit-linear-gradient(45deg, #F17C35 0%, #E2336E 44%, #E2336E 56%, #F17C35 100%);
    background: linear-gradient(45deg, #F17C35 0%, #E2336E 44%, #E2336E 56%, #F17C35 100%);
    background-size: 150% 150%;
}

.whatsapp {
    background: #25D366;
    background: -moz-linear-gradient(45deg, #25D366 0%, #128C7E 44%, #075E54 56%, #25D366 100%);
    background: -webkit-linear-gradient(45deg, #25D366 0%, #128C7E 44%, #075E54 56%, #25D366 100%);
    background: linear-gradient(45deg, #25D366 0%, #128C7E 44%, #075E54 56%, #25D366 100%);
    background-size: 150% 150%;
}

.telegram {
    background: #0088cc;
    background: -moz-linear-gradient(45deg, #0088cc 0%, #00bfff 50%, #0088cc 100%);
    background: -webkit-linear-gradient(45deg, #0088cc 0%, #00bfff 50%, #0088cc 100%);
    background: linear-gradient(45deg, #0088cc 0%, #00bfff 50%, #0088cc 100%);
    background-size: 150% 150%;
}



.slider {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slide {
    min-width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.arrows .prev,
.arrows .next {
    cursor: pointer;
    font-size: 2rem;
    color: white;
    user-select: none;
}

.previews {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.preview {
    width: 40px;
    height: auto;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.6;
}

.preview.active {
    opacity: 1;
    border: 2px solid red;
}

.table thead th {
    background-color: red;
    color: white;
}

#backToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

#backToTopBtn:hover {
    background-color: red;
}

#backToTopBtn:active {
    background-color: red;
}

body:has(#top:target) #backToTopBtn {
    display: block;
}