/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #222;
    scroll-behavior: smooth;
    font-family: 'Be Vietnam Pro', sans-serif;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    width: 100%;
}

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    border-radius: 0px;
    background: #222;
    transition: 500ms;
}

.scrollup:hover {
    color: #fff;
    background: #111;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.script {
    font-family: 'Sacramento', cursive;
}

.wrapper {
    display: block;
    overflow: hidden;
}

.overflow {
    overflow: hidden;
}

.btn {
    padding: 10px 25px;
    border-radius: 0px;
}

.bg-color-1 {
    background-color: #e4e4e4;
}

.text-green {
    color: #e4e4e4;
}

.padding-1 {
    padding: 120px 0px;
}

.padding-2 {
    padding: 150px 0px;
}

.z-index {
    z-index: 99;
}

.bg-overlay {
    background-color: rgba(34, 34, 34, 0.7);
}

@media screen and (max-width: 992px) {
    .padding-1 {
        padding: 50px 0px;
    }
    .padding-2 {
        padding: 50px 0px;
    }
}


/*header CSS*/

.header-wrapper {
    position: relative;
    z-index: 99;
    width: 100%;
    z-index: 9999;
    background-color: #222;
}

.nav-item {
    margin-left: 30px;
}

.nav-link {
    color: #ccc;
}

.nav-link:hover {
    color: #FFF !important;
}

.nav-link.active {
    color: #FFF !important;
}

.nav-link:focus {
    color: #FFF !important;
}

.navbar-brand img {
    width: 240px;
}

.contact-item {
    margin-left: 30px;
}

.contact-item a {
    color: #222;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 20px;
    background-color: #e4e4e4;
}

@media screen and (max-width: 992px) {
    .navbar-toggler {
        box-shadow: none !important;
        color: #FFF !important;
    }
    .nav-item {
        margin-left: 0px;
    }
    .contact-item {
        margin: 20px 0px 20px 0px;
    }
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: hidden;
}

.slider-container {
    position: relative;
    height: 680px;
    z-index: 99;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.slider-content {
    position: relative;
    text-align: center;
}

.slider-content h1 {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: #FFF;
    margin-bottom: 0px;
    line-height: 30px;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: -1px;
    background-color: #222;
}

.slider-image {
    display: block;
}

.slider-image img {
    box-shadow: 5px 5px 0px rgb(161 161 161 / 30%);
}

.video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    top: 0px;
}

@media screen and (max-width: 992px) {
    .slider-wrapper {
        height: 380px;
    }
    .slider-container {
        height: 380px;
    }
    .slider-content h1 {
        position: relative;
        display: inline-block;
        font-size: 34px;
        color: #FFF;
        margin-bottom: 0px;
        line-height: 30px;
        margin-bottom: 50px;
        text-align: center;
        letter-spacing: -1px;
        background-color: #222;
    }
}


/* end slider */

.default-content {
    position: relative;
}

.default-content h2 {
    display: block;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.default-content h3 {
    display: block;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 20px;
}

.default-content h4 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.default-content h5 {
    display: block;
    font-size: 22px;
    font-weight: 700;
}

.default-content a {
    font-size: 14px;
}

.default-content p {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}

.default-content ul {
    display: block;
    margin: 0px;
    pad: 0px;
}

.default-content ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}

.default-content ul li svg {
    font-size: 13px;
    margin-right: 5px;
}

.default-content iframe {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    display: block;
}

.images-card {
    position: relative;
    height: 100%;
}

.gallery-image {
    display: block;
    margin-bottom: 30px;
}

.gallery-image img {
    height: 200px;
    object-fit: cover;
    box-shadow: 5px 5px 0px rgb(161 161 161 / 30%);
}

.iconset {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    width: 64px;
    height: 64px;
    background-color: #FFF;
    margin: -40px 0px 20px 0px;
    box-shadow: 5px 5px 0px rgb(161 161 161 / 30%);
}

.iconset svg {
    font-size: 24px;
}

@media screen and (max-width: 992px) {
    .default-content {
        margin-bottom: 30px;
    }
    .default-content h2 {
        font-size: 22px;
    }
    .default-content h3 {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 26px;
    }
    .images-card {
        position: relative;
        height: 280px;
    }
}

.footer-wrapper {
    position: relative;
}

.footer-container {
    position: relative;
    z-index: 99;
    padding: 100px 0px;
    background-color: rgba(34, 34, 34, 0.8);
}

.footer-video {
    filter: grayscale(100%);
}

.footer {
    display: block;
    margin-bottom: 30px;
}

.footer h5 {
    font-size: 14px;
    color: #FFF;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer p {
    font-size: 14px;
    color: #FFF;
    font-weight: 300;
}

.footer a {
    color: #FFF;
    text-decoration: none;
}

.footer ul li {
    font-size: 14px;
    display: block;
    color: #FFF;
    margin-bottom: 10px;
    font-weight: 300;
}

.footer ul li a {
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}

.footer ul li a:hover {
    text-decoration: none;
}


/*end home page*/