/*=========== TABLE OF CONTENTS ===========
1.  General css
2.  Header
3.  Welcome
4.  Services 
5.  About
6.  Ticket
7.  Contact

---------------------------------------
		1.General css
--------------------------------------*/
* {
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 948px) {
    * {
        max-width: 100% !important;
    }
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #676a81;
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

.section {
    text-align: justify;
    hyphens: auto;
}

.legal-text {
    margin: 0 10px;
}

.row {
    margin: 0;
}

a,
a:hover,
a:active,
a:focus {
    display: inline-block;
    text-decoration: none;
    color: #6a708e;
    font-size: 16px;
    padding: 0;
}

h1,
h2 {
    margin: 0;
    color: #43485c;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
}

ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

ul li {
    list-style: none;
}

ul.important-list {
    padding-left: 2rem !important;
}

ul.important-list,
ul.important-list>li {
    list-style-type: disc !important;
    display: list-item !important;
}

ul.important-list {
    padding-bottom: .3rem;
}

select,
input,
textarea,
button {
    box-shadow: none;
    outline: 0 !important;
}

button {
    background: transparent;
    border: 0;
}

html,
body {
    height: 100%;
    position: relative;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}

.fix {
    position: relative;
    clear: both;
}

.main-site {
    position: absolute;
    right: 0;
    padding-right: 2rem;
}

* a:hover {
    color: #967259;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.section {
    margin-bottom: 20px;
}

.my-table {
    padding: 5px;
    border-spacing: 10px;
}

/*=============Style css=========*/

/*-------------------------------------
        2. Header
--------------------------------------*/
.top-area {
    position: relative;
    z-index: 9999;
    height: 70px;
}

.navbar-nav {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    margin: 0 auto !important;
    display: block !important;
    justify-content: center !important;
}

nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border: none;
}

nav.navbar.bootsnav {
    background-color: #fff;
    border-bottom: transparent;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
}

.navbar-header {
    display: flex;
    color: #967259;
    align-items: center;
}

.navbar-collapse.collapse {
    display: none;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

.navbar-nav {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.navbar-collapse {
    margin: 0 !important;
}

@media (max-width: 768px) {
    .navbar-collapse {
        position: fixed;
        top: 75px;
        left: 0;
        right: 0;
        text-align: center;
        background: #fff;
        padding: 0 !important;
        margin: 0 !important;
        box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
        height: 200px !important;
    }

    .nav.navbar-nav {
        display: inline-block;
        float: none;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .nav.navbar-nav li {
        display: block;
        text-align: center;
        padding: 0;
    }

    .navbar-header {
        justify-content: space-between;
    }

    .logo-container {
        padding-left: 0;
    }
}

.logo-container {
    display: flex;
    align-items: center;
    height: 70px;
    padding-left: 15px;
    flex-grow: 1;
}

.logo-text {
    color: #967259;
    font-size: 40px;
    font-family: "Tangerine", cursive;
    font-weight: 700px;
}

/*.nav li*/
nav.navbar.bootsnav ul.nav>li>a {
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    font-size: 17px;
    font-weight: 400;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

@media (max-width: 868px) {

    ul.navbar-nav>li,
    ul.navbar-nav>li>.smooth-menu {
        height: 45px !important;
        padding: 0 !important;
    }
}

.navbar-nav li {
    height: 70px;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    content: "";
}

nav.navbar.bootsnav ul.nav>li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}

nav.navbar.bootsnav ul.nav>li>a:hover,
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav>li.active>a {
    color: #967259;
}

/*.nav li*/

.navbar-logo {
    width: auto;
    height: 60px;
    padding: 0.5rem 0;
    max-width: 120px;
    object-fit: contain;
}

/*.menu-ui-design*/
.menu-ui-design {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .menu-ui-design {
        height: 250px;
        overflow-y: scroll;
        display: block;
        width: 100%;
    }

    .navbar-logo {
        height: 60px;
        max-width: 100px;
    }
}

.menu-ui-design {
    overflow-y: scroll;
    height: 350px;
}

.menu-ui-design::-webkit-scrollbar {
    width: 5px;
}

.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}

.menu-ui-design::-webkit-scrollbar-thumb {
    background-color: #967259;
}

/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #967259;
    padding: 10px;
    top: 0;
}

nav.navbar.bootsnav .navbar-toggle i {
    color: #967259;
}

/*.navbar-toggle */


/*-------------------------------------
        3.  Welcome
--------------------------------------*/
.welcome-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url(../images/001.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    height: 890px;
}

.welcome-hero:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    background: rgba(31, 44, 108, .65);
    width: 100%;
    height: 100%;
}

/*.header-text-area*/
.header-text h2 {
    color: #dbc1ac;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.5;
}

.header-text,
.header-text h2,
.header-text p {
    text-align: center;
}

.header-text h2 span {
    color: #967259;
}

.header-text p {
    color: #dbc1ac;
    font-size: 20px;
    font-weight: 300;
    margin: 30px 0 60px;
    letter-spacing: 1px;
}

/*.header-text-area*/

/*-------------------------------------
        4.  Services
--------------------------------------*/
.services {
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1rem;
    background: none;
}

.service-text {
    text-align: justify;
    hyphens: auto;
}

.service-text ul.important-list {
    padding: 5px 0 15px 0;
}

.service-text .important-list li {
    padding: 5px 0;
}

ul.important-list::marker {
    content: "";
}

.services h2 {
    margin-bottom: 3rem;
}

.service-list img {
    width: 55px;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
}

.service-item {
    flex: 0 0 calc(20% - 10px);
    text-align: center;
    padding: 10px;
}

@media (max-width: 768px) {
    .service-item {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (min-width: 768px) {
    .service-list {
        max-width: 600px;
        gap: 8px;
    }

    .service-item {
        flex: 0 0 calc(25% - 8px);
    }

    .service-spare-part p {
        width: 120px;
    }
}

/*-------------------------------------
        5.  About
--------------------------------------*/
.about {
    padding: 60px 0 100px;
}

.about-content {
    padding-top: 100px;
}

.about h2 {
    margin-bottom: 3rem;
}

.about-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    text-align: justify;
    hyphens: auto;
}

.about-item img {
    float: left;
    width: 650px;
    margin: 0px 20px;
    border-radius: 6px;
}

.normal-layout {
    flex-direction: row;
}

.reversed-layout {
    flex-direction: row-reverse;
}

.about-item::after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width: 1000px) and (min-width: 770px) {
    .about-image {
        width: 450px !important;
    }

    .about .container {
        padding: 0 5px;
        width: 900px;
        max-width: 100%;
        word-wrap: break-word;
    }
}

@media (max-width: 768px) {
    .about-item {
        flex-direction: column;
    }

    .about-image {
        padding-bottom: 20px;
    }

    .normal-layout,
    .reversed-layout {
        flex-direction: column;
    }

    .about-image,
    .about-text {
        width: 90%;
        margin: 0 0 20px 0;
    }
}

/*-------------------------------------
        6. Ticket
--------------------------------------*/
.ticket {
    background: #f9fbfd;
    padding: 50px 0 100px;
}

.form-container {
    margin-left: 0;
    width: 100%;
}

.single-ticket-box {
    padding-top: 30px;
}

.ticket-form .form-group {
    margin-bottom: 20px;
}

.ticket-form .form-control {
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    outline: 0 !important;
    background: #fff;
    color: #636a82;
    resize: none;
}

/*--tckt button--*/
.single-ticket-btn,
.accept-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-top: 3px;
    background: #967259;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 !important;
}

.ticket-form .single-ticket-btn .ticket-btn,
.ticket-form .single-ticket-btn .ticket-btn:focus {
    margin-top: 0px;
    outline: 0 !important;
    border: 0;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.single-ticket-btn:hover,
.accept-btn:hover {
    background: #38220f;
    border: 1px solid #38220f;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.my-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.my-form table {
    width: 100%;
    border-collapse: collapse;
}

.my-form td {
    vertical-align: top;
}

.my-form input[type="text"] {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
}

.my-form button {
    display: block;
}

/*-------------------------------------
        7. Contact
--------------------------------------*/
.contact {
    text-align: center;
    color: white;
    padding: 30px 0;
    background-color: hwb(0 20% 80%);
}

@media (min-width: 768px) {
    .contact-info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-columns: 200px 400px;
        grid-template-rows: auto;
        grid-column-gap: 180px;
        grid-row-gap: 10px;
    }

    .contact {
        background: url(../images/mountains-1412683_1920.jpg)no-repeat;
        background-position: center center;
    }

    .contact .container {
        border-radius: 10px;
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .contact-info {
        grid-column-gap: 150px;
    }
}

.contact h2 {
    color: white;
    padding-bottom: 40px;
}

.contact .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: hwb(0 20% 80%);
}

.google-map-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.google-map {
    border-radius: 6px;
    width: 600px;
    max-width: 600px;
    text-align: center;
    margin-bottom: 20px;
}

.google-map p {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: "Comic Sans MS", cursive;
}

@media (max-width: 768px) {
    .google-map p {
        font-size: 25px !important;
        margin-bottom: 15px;
        font-family: "Comic Sans MS", cursive !important;
    }
}

.accept-btn {
    padding: 5px;
}

.google-map iframe {
    width: 100%;
    height: 600px;
    border: none;
    border-radius: 4px;
    display: none;
}

.button-container {
    margin: 15px 0;
    display: flex;
    justify-content: center;
}

.single-ticket-btn {
    padding: 10px 25px;
    margin: 0 auto;
}

.confirmation {
    text-align: center;
    font-size: 20px;
}

@media (max-width: 768px) {
    .google-map iframe {
        height: 400px;
    }
}

/*--- Footer ---*/
.footer-copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0;
    color: #888ea5;
    width: 100%;
}

.footer-copyright>.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.hm-footer-copyright,
.hm-footer-legal {
    float: none;
    text-align: center;
}

.hm-footer-legal {
    padding-top: 10px;
}

@media (min-width: 768px) {

    .hm-footer-legal,
    .hm-footer-legal>p {
        display: flex;
        gap: 10px;
        align-items: center;
        margin: 0;
    }

    .hm-footer-legal a:not(:last-child)::after {
        margin-left: 10px;
        color: #888ea5;
    }
}

@media (max-width: 768px) {
    .hm-footer-legal {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .hm-footer-legal a:not(:last-child)::after {
        content: none;
    }

    .hm-footer-legal>p {
        display: none;
    }
}

/*--- Footer end ---*/

/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: #967259;
    border: 1px solid #967259;
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

#scroll-Top .return-to-top:hover {
    background: #fff;
    color: #967259;
    border: 1px solid #967259;
}

#scroll-Top .return-to-top i {
    position: relative;
    bottom: 0;

}

#scroll-Top .return-to-top i {
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

@keyframes example {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: 7px;
    }
}