body,
html {
    padding: 0;
    margin: 0;
}

.container {
    width: 80%;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0;
}

.header h3 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.header h1 {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 20px;
}

.header li {
    list-style: none;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.header i {
    color: #FE9000;
    margin-right: 10px;
}

.header a {
    color: #000;
}

.header a:hover {
    text-decoration: none;
    color: #FE9000 !important;
}

.main-menu {
    background-color: #000;
    padding: 15px 0;
}

.main-menu a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.main-menu a:hover {
    color: #FE9000;
}

h2 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 600;
}

p {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
}

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

a:hover {
    text-decoration: underline;
}

.nav-item a:hover {
    text-decoration: none;
}

.carousel .my-button {
    background-color: #000;
    padding: 10px 20px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    margin-right: 15px;
    font-weight: 600;
}

.carousel .my-button:hover {
    background-color: #fff;
    color: #000;
}

.my-button i {
    margin-right: 10px;
    color: #fff;
    margin-top: 5px;
}

.my-button:hover i {
    color: #000;
}

.carousel-caption a {
    color: inherit;
    text-decoration: none !important;
}

.carousel-item {
    height: 450px;
}

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

.carousel-caption p {
    margin-top: 160px;
}

/* Flip Boxes */

/* 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: 220px;
    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 {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

.flip-box-front1,
.flip-box-back {
    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: #FE9000;
    color: white;
    padding: 50px;
}

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

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

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

.flip-box p {
    color: #fff;
}

.flip-box-back p:hover {
    text-decoration: underline !important;
}

.main-content li {
    list-style: none;
    line-height: 30px;
    font-weight: 600;
}

.footer {
    background-color: #000;
}

.footer h3 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.footer h1 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 20px;
}

.footer h4 {
    color: #fff;
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}

.footer i {
    color: #FE9000;
    margin-right: 10px;
    font-size: 16px;
}

.footer li {
    list-style: none;
    color: #fff;
    line-height: 30px;
}

.footer ul {
    padding-left: 0;
}

.footer li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.footer li a:hover {
    text-decoration: none;
    color: #FE9000;
}

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

.contacts li {
    font-size: 12px;
    font-weight: 600;
}

.copyright p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
}

.copyright p a {
    color: #FE9000;
    text-decoration: none;
}

.copyright p a:hover {
    text-decoration: underline;
}

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

.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;
}

.contact-box {
    background: #000;
    padding: 30px;
    text-align: center;
    width: 100% !important;
}

.contact-box:hover {
    background-color: #FE9000;
}

.contact-box p {
    color: #fff;
    font-family: 'Montserrar', sans-serif;
    font-size: 18px;
}

input,
textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

[type=submit] {
    background-color: #000;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

[type=submit]:hover {
    background-color: #FE9000;
}

.thanks h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
}

.thanks i {
    font-size: 30px;
    color: green;
    font-weight: 800;
}



@media (max-width: 380px) {

    h1 {
        line-height: 30px;
    }

    .container {
        width: 100%;
    }

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

    .contact-box {
        margin-bottom: 15px;
    }

    #Name {
        margin-bottom: 15px;
    }



}