body {
    margin-top: 10px;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    background-color: #f9f9f9;
    padding: 40px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 20px;
}

.popup h2 {
    margin: 0;
    font-size: 18px;
}

.popup p {
    margin: 10px 0;
    font-weight: 400;
    font-size: 16px;
}

.close-button {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    transform: scale(1.5);
    font-weight: bold;
}

a {
    color: #000;
    text-align: none;
}

a:hover {
    color: #4b5253;
    text-decoration: underline;
}

ul {
    list-style-position: inside;
}

ul.centered {
    list-style-position: inside;
}

li {
    line-height: 30px;
}

.modal {
    --bs-modal-width: 900px;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.616);
}

.modal-content img {
    width: 100%;
}

.btn-close {
    --bs-btn-close-color: #fff;
}

.modal-header {
    border: none;
}

.modal-body {
    margin-top: -20px;
}

.modal-header i {
    color: #fff;
    text-align: end;
    font-size: 26px;
    float: right;
    cursor: pointer;
}

.gallery img:hover {
    cursor: pointer;
}

.img-thumbnail {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border: none;
    background-color: transparent;
    border-color: transparent;
}


/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
    background-color: transparent;
    width: 100%;
    height: 250px;
    border: none;
    perspective: 1000px;
    margin-top: -100px;
    /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
/* .flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
} */

/* Position the front and back side */
.flip-box-front,
.flip-box-back,
.flip-box-back1 {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

.flip-box-front1,
.flip-box-back,
.flip-box-back1 {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {
    background-color: #000;
    color: white;
    padding: 50px;
}

.flip-box-front1 {
    background-color: #8e8f93;
    color: white;
    padding: 50px;
}

Style the back side */ .flip-box-back {
    background-color: #8e8f93;
    color: white;
    transform: rotateX(180deg);
    padding: 50px;
}

.flip-box-back1 {
    background-color: #000;
    color: white;
    transform: rotateX(180deg);
    padding: 50px;
}

.flip-box i {
    font-size: 40px;
    margin-bottom: 10px;
    color: white;
}

.flip-box h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 30px;
    color: white;
}

.flip-box a {
    color: #4b5253;
    text-decoration: none;
}

.flip-box-back1 a {
    color: #8e8f93;
}

.flip-box-back1 a:hover {
    text-decoration: underline;
}

.flip-box a:hover {
    text-decoration: underline;
}

.map-container {
    padding: 0;
    margin: 0;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.btn-totop {
    background-color: #010048;
    color: white;
    border-color: #010048;
}

.btn-totop:hover {
    background-color: #0b76b3 !important;
    color: #fff !important;
}

.contacts {
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.contacts i {
    margin-right: 10px;
}

.contacts li {
    margin-bottom: 10px;
}

.contacts a {
    color: #000;
    text-decoration: none;
}

.contacts a:hover {
    color: #c0c07f;
    text-decoration: underline;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
}

.slogan {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.navbar {
    margin-top: 0px;
    text-align: center;
    background-color: #000;
    color: white;
    justify-content: center;
    padding: 0;
}

.navbar a {
    text-align: center;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 150px;
}

.navbar li:hover {
    background-color: #c0c07f;
    color: #fff;
}

.nav-link:hover {
    color: #fff;
    text-decoration: none;
}

.navbar-toggler {
    border-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.carousel-item {
    height: 500px;
}

.carousel i {
    padding-right: 10px;
    font-size: 16px;
}

.carousel .btn {
    background-color: #000;
    padding: 10px 15px;
    border-color: #000;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-right: 20px;
}

.carousel h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: -250px;
}

.carousel .btn:hover {
    background-color: white;
    color: #000;
    border-color: white;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
}

p,
li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.services {
    background-color: rgb(247, 247, 247);
    padding: 0;
}

.service-box {
    background-color: #000;
    padding: 50px;
    color: #fff;
}

.service-box h2 {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6em;
}

.service-box i {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer {
    background-color: #000;
}

.footer li {
    color: white;
    list-style: none;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: #c0c07f;
}

.footer-list {
    line-height: 1.4em;
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.footer-list li {
    margin-bottom: 10px;
    margin-left: -30px;
}

.footer-list i {
    padding-right: 10px;
    font-size: 16px;
}

.footer h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.footer li {
    margin-left: -30px;
}

.border-bottom {
    border-color: white;
    border-width: 5px;
}

hr {
    border-color: #fff;
}

.footer p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.img-fluid {
    margin: auto;
}

.reviews {
    padding: 20px 40px;
}

.review-box {
    width: 100%;
    padding: 25px;
    border: 1px solid #dadada;
    border-radius: 10px;
    position: relative;
    font-weight: 700;
}

.review-box ul {
    margin-left: 0px;
    margin-top: 15px;
    padding-left: 0px;
}

.review-box i {
    color: #FFB621;
    font-size: 20px;
}

.review-box p {
    font-weight: 400;
}

.review-avatar {
    background-color: orange;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    display: inline;
    margin-right: 10px;
}

.my-divider {
    background-color: #000;
    margin-top: -40px;
    z-index: 999;
}

@media (max-width: 450px) {

    .reviews {
        padding: 0 20px;
    }

    .contacts {
        margin-top: 20px;
        text-align: center;
        padding-right: 20px;
    }

    .service-box {
        margin-bottom: 20px;
    }

    h2 {
        font-size: 24px;
    }

    .flip-box {
        margin-top: 20px;
        margin-bottom: 20px;
        height: 150px;
    }

    .footer h2 {
        margin-top: 20px;
    }

    .nav-link {
        margin: auto;
    }

    .img-fluid {
        margin: auto;
    }





}

@media (max-width: 768px) {

    .flip-box {
        margin-top: 20px;
    }

    .service-box {
        margin-top: 20px;
    }


}

@media (max-width: 1024px) {

    .flip-box {
        height: 250px;
    }

    .flip-box p {
        font-size: 12px;
    }


}