* {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;

}

html {
    overflow-x: hidden;
}

body {

    width: 100%;
    min-height: 100vh;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    background: #000;

}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active {
    transform: translateY(0);
    opacity: 2;
}

.revealr {
    position: relative;
    transform: translateX(150px);
    opacity: 0;
    transition: 1s all ease;
}

.revealr.active {
    transform: translateX(0);
    opacity: 2;
}

.reveall {
    position: relative;
    transform: translateX(-150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveall.active {
    transform: translateX(0);
    opacity: 2;
}



/* NAVBAR */

.navbar {

    padding: 20px 120px 10px 120px !important;
    background-color: #000;
    text-transform: uppercase;


}

/* Initial style for .nav-item-1 */
.nav-item-1 {
    border-bottom: 1px solid transparent;
    /* Add a transparent border */
    transition: border-color 0.2s ease-in-out;
    /* Smooth transition for border color */
}

.navbar-toggler {

    border: 0px !important;
    transition: none !important;


}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0 !important;
}

.fixed-top .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 	255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h25M4 15h25M4 23h25'/%3e%3c/svg%3e") !important;
}

.navbar img {
    height: 85px;
    width: 250px;
    object-fit: contain;
}

.logo-mobile {
    display: none;
}

.nav-item {

    margin: 0px 20px 0px 20px !important;
    color: #fff !important;
    font-size: 12pt;
    text-shadow: 1px 1px 1px #000000;

}




/* VIDEO SECTION HOME PAGE HERO*/

.video-home {
    min-height: 90vh;
    position: relative;
    width: 100%;

}

.video-home .hero {

    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(60%);
    background: url("/img/landpic.png") no-repeat center center/cover;

}


.video-home .hero:before,
.video-home .hero:after {
    content: "";
    width: 100%;
    height: 800px;
    left: 0;
    position: absolute;
    z-index: 10;
    background: linear-gradient(180deg, #000, rgba(11, 12, 27, 0) 99%, hsla(0, 0%, 5%, 0));
}



.home-container {
    height: 100%;
    width: 100%;
}

.buttons {
    z-index: 5;
    position: absolute;

}

.quote-container .main-quote {
    padding: 20px !important;
    line-height: 4.9rem;
}

.main-quote p {

    font-size: 50pt;
    font-weight: 600;
    animation: fadein 1.5s linear forwards;
    text-shadow: 2px 2px 1px #000;
    text-transform: uppercase;


}


.main-quote h6 {
    font-weight: 200;
    font-size: 16pt;
    text-shadow: 2px 2px 1px #000;
    text-transform: uppercase;
    line-height: 5rem;
    animation: fadein 1.5s linear forwards;
    color: #ea8827 !important;
    letter-spacing: 2px;


}


.main-quote p .highlight {
    background: linear-gradient(to bottom,
            transparent 1%,
            #ea8827 80%);
    padding: 0px 3px !important;
    /* font-family: "Mr Dafoe", cursive;
    font-weight: 600;
    font-style: normal;
    color: #ea8827;
    font-size:64pt ;
    padding-right: 12px !important; */

}





@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.buttons .btn {
    margin: 10px 10px !important;
    padding: 10px 15px !important;
    background-color: #ea8827;
    border: 2px solid #fff;
    border-radius: 15px !important;
    transition: transparent 2s ease-in-out;
    font-size: 11pt;
    box-shadow: 0 8px 6px -6px black;
    height: 65px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    width: 225px;

}

/* .buttons .btn i {
    font-size: 10pt;
    margin: 3px;
    width: 20px;

} */


.btn a {
    text-decoration: none;
    color: #fff;

}



.navbar-nav .btn {

    padding: 5px 15px !important;
    background-color: #ea8827;
    border: 2px solid #fff;
    border-radius: 15px !important;
    transition: transparent 2s ease-in-out;
    font-size: 13pt;
    box-shadow: 0 8px 6px -6px black;
    height: 55px;
    width: 200px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 20px !important;
    color: #fff;

}



/* .buttons .btn-2 {

    padding: 10px 10px !important;
} */

.bts .b-mobile {
    display: none;

}






/* SERVICES ICONS */

.section-services {
    min-height: 60vh;
    width: 100%;
    background-color: #000;


}

.section-services h4 {

    /* text-shadow: 1px 1px 1px #000000; */
    padding: 70px 50px 20px 50px !important;
    font-size: 14pt;
    color: #fff;
    text-transform: uppercase;
}

.section-services h1 {

    font-size: 34pt;
    color: #fff;
    font-weight: 600;
    line-height: .8 !important;
    padding-bottom: 30px !important;


}



.section-services span {

    font-family: "Mr Dafoe", cursive;
    font-weight: 400;
    font-style: normal;
    color: #2789EA;
    font-size: 38pt;

}


.box-first {
    padding: 15px 25px 0px 25px !important;
}

.box p {
    /* padding: 10px 35px 40px 35px !important; */
    font-size: 16pt;
    color: #818386 !important;

}

.box h2 {
    font-size: 24pt;
    font-weight: bold;
    padding: 15px 0px !important;
    /* color: #005a71; */
    /* color: #2789ea; */

}

/* new services section with button */

.section-services-btn {
    min-height: 50vh;
    background-color: #000;


}

.section-services-btn h1 {
    font-size: 22pt;
    color: #a4a6a8;
    font-weight: 200;
    line-height: 2.5rem !important;



}

.section-services-btn h4 {
    padding: 50px 50px 20px 50px !important;
    font-size: 14pt;
    color: #fff;
    text-transform: uppercase;

}


/* .section-services-btn .highlight {

    font-family: "Mr Dafoe", cursive;
    font-weight: 400;
    font-style: normal;
    color: #2789EA;
    font-size: 38pt;
} */


.section-services-btn .btn {
    margin: 10px 10px !important;
    padding: 10px 20px !important;
    background-color: #ea8827;
    border: 2px solid #fff;
    border-radius: 20px !important;
    transition: transparent 2s ease-in-out;
    font-size: 11pt;
    box-shadow: 0 8px 6px -6px black;
    height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;


}

/* SERVICES SECTION-2 */


.section-services-2 {

    min-height: 60vh;
    width: 100%;
    background: #fff;
    /* background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(188, 188, 193, 1) 100%, rgba(0, 212, 255, 1) 100%); */

}



.content-box {
    display: flex;
    flex-wrap: wrap;

}

.content {
    height: 100%;
    width: 100%;

}


.box-2 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    filter: brightness(95%)
}


.row .box-items {

    /* background: #2ca9bc; */
    min-height: 500px;
    object-fit: cover;
    background: rgb(0, 0, 0);
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(188, 188, 193, 1) 100%, rgba(0, 212, 255, 1) 100%); */



}

.row .third-box {

    /* background: #2ca9bc; */

    background: rgb(0, 0, 0);
    /* background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(188, 188, 193, 1) 100%, rgba(0, 212, 255, 1) 100%); */



}

.content h4 {

    font-size: 20px;
    color: #a4a6a8 !important;
    line-height: 2rem;
    letter-spacing: .5px;


}

.content h6 {
    color: #fff;
    font-size: 20pt;
    text-transform: uppercase;
    padding-bottom: 20px !important;
    letter-spacing: 1px;



}

.section-services-2 span {
    display: inline-block !important;
    border-bottom: 3px solid #ea8827;
    padding: 0px 2px !important;
}


.mid-box {
    padding: 30px !important;
    background: rgb(0, 0, 0) !important;
    /* background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(188, 188, 193, 1) 100%, rgba(0, 212, 255, 1) 100%) !important; */

}

.mid-btn {
    height: 95px;
}

.mid-btn .btn {
    padding: 15px 15px !important;
    background-color: #ea8827;
    border: 2px solid #fff;
    border-radius: 20px !important;
    transition: transparent 2s ease-in-out;
    font-size: 11pt;
    /* box-shadow: 0 8px 6px -6px black; */
    height: 55px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;

}



/* 5 ICON SECTION */

#section-services {
    min-height: 50vh;
    padding-top: 60px !important;
    background: #f1f5fc;
    /* background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(188, 188, 193, 1) 100%, rgba(0, 212, 255, 1) 100%); */

}



.box .box-icons img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

.box .box-icons h5 {
    text-transform: uppercase;
    font-size: 14pt;
    font-weight: 400;
    padding: 8px !important;
    letter-spacing: 1px;
}

.box .box-icons .bottom-border {
    display: inline-block !important;
    border-bottom: 3px solid #ea8827;
    padding: 0px 2px !important;
}

.section-services-icons {
    padding: 20px 0px 80px 0px !important;
}

.section-services-icons h3 {
    font-weight: 600;
    font-size: 32pt;
    line-height: 1;



}

.section-services-icons p {
    /* letter-spacing: 1px; */
    font-size: 12pt;
    color: #000;

    padding: 10px 55px !important;
    margin: 0px 25px !important;

}

.icons-title {
    padding: 0px 0px 70px 0px !important;
}

.section-services-icons .color {
    color: #2789EA;
    font-weight: bolder !important;


}

.services-box-icons {
    margin-bottom: 60px !important;

}

/* BOTTOM SECTION */

#bottom-section {
    min-height: 90vh;
    position: relative;
    color: #fff;
}

.bottom-section {
    height: 100%;
    position: absolute;
}

.bottom-section:before {
    content: '';
    background: url('/img/pexels-vietnam-photographer-11937296.jpg') no-repeat center center/cover;
    filter: brightness(30%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;


}

.bottom-section .bottom-section-info {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.list-and-form {
    min-height: 90vh;
    padding: 100px 0px !important;

}

.list-and-form .bottom .list {
    height: 100%;
}

.list h4 {
    font-size: 12pt;
    padding-bottom: 25px !important;
    text-shadow: 1px 1px 1px #000;
}

.list h3 {
    font-size: 26pt;
    font-weight: 600;
    line-height: 2.2rem;
    padding-bottom: 30px !important;
}

.list p {
    font-size: 13pt;
    text-shadow: 1px 1px 1px #000;

}

.bottom .list li {

    list-style: none;
    font-size: 18pt;


}

.bottom .list ul {
    padding-top: 30px !important;


}


.bottom .list img {
    padding-right: 5px !important;
    width: 40px;
    height: 40px;

}

.mobile-form {
    display: none;
}



/* FORM-BOTTOM SECTION */


.list .bottom-border {

    display: inline-block !important;
    border-bottom: 3px solid #ea8827;
    padding: 0px 2px !important;


}

.main-form label {

    margin-bottom: 10px !important;


}

.form .form-control {
    margin-bottom: 10px !important;

}

.main-form input {
    width: 100%;
    height: 50px;
    border: rgb(236, 233, 233) 1px solid;
    border-radius: 5px;


}

.main-form textarea {
    width: 100%;
    height: 100px;
    border: rgb(236, 233, 233) 1px solid;
    resize: none;
    overflow: hidden;
    border-radius: 5px;



}

#message {
    padding-left: 5px !important;
}

.main-form input:focus {
    outline-color: #ea8827;
    outline-style: solid;
    outline-width: 2px;
}

.main-form textarea:focus {
    outline-color: #ea8827;
    outline-style: solid;
    outline-width: 2px;
}

.main-form .btn {

    font-size: 14pt;
    background-color: #ea8827;
    color: #fff;
    /* width: 100%; */
    display: block;
    margin: auto;
    border: 2px #fff solid;

    border-radius: 20px !important;
    margin-top: 30px !important;
    position: relative;
    box-shadow: 0 8px 6px -6px black;

}



.main-form .text-msg {
    margin-top: 50px !important;
    margin-bottom: 30px !important;
}

.mb-3 .is-required::after {
    content: '*';
    color: rgb(189, 3, 3);
    padding-left: 2px !important;
}

.main-form {
    padding: 0px 40px 0px 140px !important;
}

/* SERVICES PAGE */

/* MAIN HERO*/
#services-body {
    background: #000;
}

.service-page-header {
    height: 80vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.service-page-header:before {
    content: '';
    background: url('/img/showcase.jpg') no-repeat center center/cover;
    filter: brightness(50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;


}


.services-pic-quote {
    height: 100%;
    width: 100%;
}

.services-pic-quote h1 {
    position: relative;
    z-index: 2;
    font-size: 50pt;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-shadow: 1px 1px 1px #000000;


}

.services-pic-quote p {
    position: relative;
    z-index: 2;
    font-size: 24pt;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-shadow: 1px 1px 1px #000000;


}

.services-main-text .p-span {
    display: none;
}

.services-pic-quote .services-main-text {
    width: 50%;
    margin: auto !important;
    line-height: 2.2rem;
    letter-spacing: normal;
}

.services-page-section {
    min-height: 100vh;
    width: 100%;
    background: rgb(207, 217, 217);
    background: linear-gradient(0deg, rgba(207, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 100%);


}

/* CARDS SERVICE*/

.services-page-section h1 {
    padding: 60px 0px !important;
    font-size: 40pt;
    font-weight: 700;


}


.card-group .card-box {
    /* padding: 15px !important; */
    margin: 18px !important;
    border-radius: 10px !important;
    box-shadow: 3px 3px 3px 1px rgba(65, 63, 63, 0.2);


}

.card img {
    height: 125px;
    width: 130px;
    object-fit: cover;
    padding: 15px !important;
}

.card .card-body {
    padding-bottom: 80px !important;
}

.card-body .card-text {
    padding: 20px 15px 30px 15px !important;
    height: 152px;


}



.card-body .p-3 {
    padding-bottom: 60px !important;
}

.card-body .p-2 {
    padding-bottom: 60px !important;
}

.card-body .btn {
    padding: 8px 20px !important;
    margin-top: 5px !important;
    background-color: #005e82 !important;
    border: none !important;
    box-shadow: 0 8px 6px -6px black;
    border-radius: 10px;
    font-size: 10pt;
}

.card-body .btn:hover {
    opacity: 0.9;
    background-color: #ea8827 !important;
    border-radius: 10px;

}

/* MONTHLY SPECIALS */

.services-page-section-2 {
    padding-bottom: 140px !important;
}


.services-page-section-2 h1 {
    padding: 90px 0px 80px 0px !important;
    font-size: 45pt;
    font-weight: 700;
    color: #005e82;
    text-shadow: 1px 1px 1px #000000;


}


.box-1s {
    border: 3px dotted #005e82 !important;
    outline-style: solid 1px;
    outline-color: #fff;
    background: #fff;
    padding: 50px 50px 50px 50px !important;
    box-shadow: 3px 3px 3px 1px rgba(65, 63, 63, 0.4) !important;


}

.card-group a {
    text-decoration: none;

}


.box-special-1 h5 {
    font-size: 30pt;
    color: #00ab48;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
}

.box-special-1 h6 {
    /* color: rgb(133, 10, 10); */
    color: #000;

}

.card .card-body-1 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}


.card .card-body-2 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
}




/* CONTACT FORM */

.services-main-text .highlight {
    background: linear-gradient(to bottom,
            transparent 3%,
            #ea8827 75%);
    border-radius: 5px;
    text-shadow: 1px 1px 1px #000000;
}

.services-main-text .contact-para {
    line-height: 2.2rem;
    letter-spacing: normal;
}

.service-page-header-3 {
    height: 80vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.service-page-header-3:before {
    content: '';
    background: url('/img/pexels-ruvim-miksanskiy-1438884.jpg') no-repeat center center/cover;
    filter: brightness(40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background-color: rgba(0, 0, 0, 0.65); */

}

/* CONTACT FORM */


.contact-page-section {
    background: rgb(229, 238, 246);
    background: linear-gradient(180deg, rgba(229, 238, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 100px !important;


}

.new-section-contact-2 {
    padding: 50px 150px !important;

}

.line input {
    height: 35px;
    padding: 5px !important;
    font-size: 10pt;


}

.line textarea {
    height: 100px;
    padding: 5px !important;
    font-size: 10pt;

}

.form-control:focus {

    background-color: #fff;
    border-color: #ea8827;
    outline: #ea8827 !important;
    box-shadow: none;

}

.btn-primary {
    color: #fff;
    background-color: #ea8827;
    border-color: #fff;
    padding: 5px 0px !important;
    box-shadow: 0 8px 6px -6px black;
}

.contact-2 {
    width: 50% !important;
}

.contact-form-2 {

    padding: 60px 70px 80px 70px !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4);
    border-radius: 10px;
    /* border: #005e82 1px solid; */
    width: 100%;


}

.contact-2-h1 h1 {
    font-weight: bold;
    font-size: 32pt;

}



/* SUBMISSION FORM */

.service-page-header-4 {
    height: 80vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.service-page-header-4 h1 {
    font-size: 14pt;

}

.service-page-header-4:before {
    content: '';
    background: #000000;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background-color: rgba(0, 0, 0, 0.65); */

}

/* PRIVACY FORM */

.privacy-header {
    min-height: 20vh;
}


.privacy-header .privacy {
    min-height: 100vh;

}

/* GALLERY PAGE */

.gallery-page {
    min-height: 60vh;
    width: 100%;
    background-color: #000;
}


.gallery {
    min-height: 70vh;
    position: relative;
    width: 100%;

}

.gallery .hero {

    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(40%);
    background: url("/img/gallerypics/yello-lands.jpg") no-repeat center center/cover;

}


.gallery .hero:before,
.gallery .hero:after {
    content: "";
    width: 100%;
    height: 800px;
    left: 0;
    position: absolute;
    z-index: 10;
    background: linear-gradient(180deg, #000, rgba(11, 12, 27, 0) 99%, hsla(0, 0%, 5%, 0));
}



.home-container {
    height: 100%;
    width: 100%;
}


.quote-container .gallery-quote {
    padding: 200px 20px 20px 20px !important;
    line-height: 3.8rem;

}

.gallery-quote p {

    font-size: 43pt;
    font-weight: 800;
    letter-spacing: 1.8px;
    animation: fadein 1.5s linear forwards;


}


.gallery-quote h6 {
    font-weight: 200;
    font-size: 15pt;
    text-shadow: 2px 2px 1px #000;
    text-transform: uppercase;
    line-height: 5rem;
    animation: fadein 1.5s linear forwards;
    color: #ea8827 !important;


}


.gallery-quote p .highlight {
    background: linear-gradient(to bottom,
            transparent 2%,
            #ea8827 75%);

}



.img-area {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center !important;
    padding: 90px 50px 0px 50px !important;


}

.img-area .single-img {
    padding: 4px;


}

.single-img img {
    width: 380px;
    height: 280px;
    object-fit: cover;
    box-shadow: 0 8px 6px -6px black;

}

.img-area .single-img img {

    transition: .3s ease;
    margin: 5px !important;

}


.single-img .pic14 {
    width: 380px;
    height: 280px;
}

.bottom-gallery {
    height: 100%;
    position: absolute;
}

.bottom-gallery:before {
    content: '';
    /* background: url('/img/gallerypics/grass_120120172.svg') no-repeat center center/cover; */
    filter: brightness(40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;


}


.bottom-gallery .bottom-section-info {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}

/* gallery footer */


.gall-footer {

    position: relative;
    min-height: 50vh;
    /* background: url('/img/gallerypics/new-grass-footer.png') no-repeat center center/cover; */
    align-items: end;
    display: flex;

}

.gall-footer::before {

    content: '';
    background: url('/img/gallerypics/new-grass-footer.png') no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
}

.gallery-footer {
    position: absolute;
}

/* FOOTER */


.footer {

    background: #000;
    min-height: 30vh !important;
    display: flex !important;
    align-items: end;


}

footer .footer-items {
    margin-top: 50px !important;

}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.footer-container .footer-item {
    padding: 10px !important;
    font-size: 18pt;
}

.footer-container i {
    color: #b8bacc !important;
    text-shadow: 1px 1px 1px #000;
}

.footer-container .footer-link {
    padding: 5px !important;
    font-size: 12pt;
    text-decoration: none;
    color: #b8bacc !important;
    text-shadow: 1px 1px 1px #000;
}



.text-center .p-footer {
    font-size: 9pt;
    color: #b8bacc !important;
    text-shadow: 1px 1px 1px #000;
}

#sticky-footer p {
    line-height: 1rem;


}