@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&family=Mea+Culpa&family=Parisienne&family=Playball&family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&family=Poppins:wght@500&display=swap');
:root {
    ---poppinFont: 'Poppins', sans-serif;
    ---robotoFornt: 'Roboto', sans-serif;
    ---cursiveFornt: 'Pacifico', cursive;
    ---primeColor: #b8a56b;
    ---secondColor: #1884b9;
    ---thirdColor: #fff;
}

body {
    overflow-x: hidden;
}

.section {
    overflow: hidden;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.titleSection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 20px;
}

.titleSection h2 {
    color: var(---primeColor);
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.titleSection p {
    font-size: 1rem;
    color: #C0C0C0;
    font-weight: 500;
    text-align: center;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.container {
    margin-top: 20px;
}

/* Carousel Styles */

.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

. .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
    background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

body {
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, rgba(27, 27, 27, 0.7), rgba(40, 40, 41, 0.7)), url('images/wallpaper.jpg');
    background-attachment: fixed;
}

.navbar {
    overflow: hidden;
    background: linear-gradient(to right, rgba(41, 40, 40, 0.7), rgba(47, 47, 48, 0.7));
}

.navbar-brand {
    /* background: linear-gradient(to right, rgba(10, 10, 10, 0.7), rgba(18, 18, 19, 0.7)); */
    width: 65px;
    height: 65px;
}

/* .navbar-brand a {
    width: 70px;
    height: auto;
} */

.navbar-brand img {
    width: 100%;
    height: 100%;
    transform: scale(1.5, 1.5);
}

.nav-link {
    color: var(---primeColor);
    text-decoration: none;
    font-weight: 500;
    background: transparent;
    transition: 0.4s ease-in-out;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: var(----popinsFont);
}

.nav-link:hover {
    transition: 0.4s ease-in-out;
    transform: scale(1.1);
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.socialLinks {
    display: flex;
}

.socialLinks a {
    text-decoration: none;
}

.socialLinks ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border: 1px solid var(---primeColor);
    border-radius: 50px;
    color: var(---primeColor);
    margin: 5px;
    align-items: center;
}

.social-icon:hover {
    background: #000;
    transition: 0.4s ease-in-out;
    transform: scale(1.1);
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.sticky {
    /* box-shadow: 0 0 2px 2px #C0C0C0; */
    background: #000;
    color: white;
    backdrop-filter: blur(5px);
}

.sticky .nav-link {
    color: var(---primeColor);
}

.sticky .social-icon {
    color: var(---primeColor);
}

@media(max-width:990px) {
    .navbar-toggler-icon {
        background: var(---primeColor);
        width: 2.5rem;
        height: 2px;
        position: relative;
        border: none;
        box-shadow: none;
        outline: none;
    }
    .navbar-toggler:focus,
    .navbar-toggler-icon:focus {
        border: none;
        box-shadow: none;
        outline: none;
    }
    .navbar-toggler-icon::after {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        background: var(---primeColor);
        width: 2.5rem;
        height: 2px;
    }
    .navbar-toggler-icon:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 6px;
        background: var(---primeColor);
        width: 2.5rem;
        height: 2px;
    }
}

@media(max-width:500px) {
    .navbar {
        box-shadow: 0 0 2px 2px #C0C0C0;
        background: #000;
        color: white;
        backdrop-filter: blur(5px);
    }
}

/* <==================================carousel===============================>  */

.carouselSection {
    position: relative;
}

.carousel-item {
    background: #111;
    height: 70vh;
}

.carousel-inner {
    background: #111;
    height: 70vh;
}

.carousel-item img {
    opacity: .5;
    height: 100%;
}

.bannerLogo {
    background: linear-gradient(to right, rgba(10, 10, 10, 0.7), rgba(18, 18, 19, 0.7));
    z-index: 100;
    position: absolute;
    top: 60%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.bannerLogo img {
    width: 350px;
    height: 350px;
}

.tagline {
    width: 100%;
    z-index: 100;
    position: absolute;
    top: 110%;
    left: 70%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.tagline h2 {
    text-transform: uppercase;
    font-family: var(---cursiveFornt);
    font-size: 1.5rem;
    color: rgb(194 175 117);
}

#firstSlide {
    background: url(images/slideimage1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

#secondSlide {
    background: url(images/slideimage4.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

#thirdSlide {
    background: url(images/slideimage1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.carousel-inner {
    height: 100vh;
}

.carousel-item {
    height: 100vh;
}

@media(max-width:768px) {
    .bannerLogo img {
        width: 200px;
        height: 200px;
    }
    .tagline {
        width: 100%;
        z-index: 100;
        position: absolute;
        top: 110%;
        left: 70%;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }
    .tagline h2 {
        text-transform: uppercase;
        font-family: var(---cursiveFornt);
        font-size: 1.5rem;
        color: rgb(194 175 117);
    }
}

@media(max-width:500px) {
    .carousel-inner {
        height: 70vh;
    }
    .carousel-item {
        height: 70vh;
    }
    .tagline {
        width: 130%;
        z-index: 100;
        position: absolute;
        top: 110%;
        left: 50%;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }
    .tagline h2 {
        text-transform: uppercase;
        font-family: var(---cursiveFornt);
        font-size: 1.5rem;
        color: rgb(194 175 117);
    }
}

/* <======================================about us ==============================> */

.aboutSection {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    /* background: url('images/background1.jpg'); */
    background-size: cover;
    height: auto;
}

.bgCard {
    /* background-color: white; */
    /* backdrop-filter: blur(5px); */
    padding: 50px;
    /* box-shadow: 0 0 2px 2px #C0C0C0; */
    height: auto;
}

@media(max-width:500px) {
    .bgCard {
        /* background-color: white; */
        /* backdrop-filter: blur(5px); */
        padding: 0;
        /* box-shadow: 0 0 2px 2px #C0C0C0; */
        height: auto;
    }
}

.aboutTitle {
    padding: 30px 0;
}

.aboutTitle h2 {
    color: var(---primeColor);
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
}

.aboutText {
    color: #fff;
    /* font-family: 'Poppins', sans-serif;
    font-weight: 500; */
    font-size: .8rem;
    text-align: justify;
    /* font-style: italic; */
}

.aboutimg {
    position: relative;
    /* width: 100%; */
    height: 250px;
    /* margin: 2px 0 0 20px; */
}

.aboutimg img {
    width: 100%;
    height: 100%;
    /* border-radius: 0% 40%; */
    /* box-shadow: 3px 5px 7px #808080; */
}

.imgOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.imgOverlay h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: var(---poppinFont);
}

/* <==========================================service ===========================> */

/* .serviceSection {
    background: #fffafa;
} */

.serviceCard {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border-radius: 10px;
    box-shadow: 0 3px 10px #808080; */
    padding: 10px;
    margin: 10px;
    min-height: 400px;
}

.serviceCardImg {
    width: 100px;
    height: 100px;
    border: 1px solid pink;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.serviceCardImg2 {
    width: 95px;
    height: 85px;
    background: var(---primeColor);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.serviceCardImg img {
    width: 100%;
    height: 100%;
    filter: brightness(3.5);
}

.serviceCardBody {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.serviceCardTitle {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.serviceCardTitle h2 {
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(---primeColor);
}

.serviceCardTitle p {
    color: #fff;
}

.serviceCardDisc p {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #808080;
}

/* .serviceCardButton {
    width: 100%;
} */

.serviceCardButton button {
    background: var(---primeColor);
    width: 100%;
    color: #fff;
}

@media(max-width:500px) {
    .serviceCard {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* border-radius: 10px;
        box-shadow: 0 3px 10px #808080; */
        /* padding: 10px;
        margin: 10px; */
        min-height: 400px;
    }
    .service-block-container {
        display: flex;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.gallerylinkSection {
    overflow: hidden;
    height: auto;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.galleryLink {
    padding: 80px 20px;
}

.galleryLink h2 {
    font-family: var(----popinsFont);
    text-transform: capitalize;
    font-size: 25px;
    color: var(---primeColor);
    /* padding: 40px; */
}

.galleryLink p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    /* font-weight: 500; */
    font-size: .8rem;
    text-align: justify;
    /* font-style: italic; */
}

.galleryLinkImg {
    height: 400px;
}

.galleryLinkImg img {
    height: 100%;
    width: 100%;
}

@media(max-width:500px) {
    .galleryLinkImg {
        height: 50vh;
    }
    .galleryLinkImg img {
        height: 100%;
        width: 100%;
    }
}

/* <==========================================therapies=============================> */

.button {
    width: 150px;
    height: 50px;
    background: var(---primeColor);
    border-radius: 50px;
    text-align: center;
    border: none;
    text-transform: uppercase;
}

.button a {
    color: white;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.button:hover {
    background: #d7986d;
    color: black;
    /* border: 1px solid green; */
}

/* .button a:hover {
    background: white;
    color: black;
    border: 2px solid green;
    border: none;
} */

.card {
    background: #000;
    padding: 20px;
    /* border: none; */
    text-align: center;
    /* border: 1px solid black; */
    min-height: 100%;
}

.card-img-top {
    height: 30vh;
}

.card-title {
    color: var(---primeColor);
    text-transform: uppercase;
    font-size: 1rem;
}

.card-text {
    height: 200px;
    min-height: 100%;
    color: #fff;
    font-size: 1rem;
}

@media(max-width:764px) {
    .aboutimg {
        width: 100%;
        height: 300px;
    }
}

/* <=======================================gallery======================> */

.gallerySection {
    margin: 100px 0 100px 0;
    overflow: hidden;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.gallery img {
    width: 100%;
}

/* <=============================================testimonial===================================> */

.swiper {
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: rgb(7 153 7);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 25px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #808080;
}

.testimonialTitle {
    padding: 10px;
}

.testimonialTitle h2 {
    color: green;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
}

.home-testimonial-bottom {
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    top: 10px
}

.home-testimonial h3 {
    color: green;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.tour-item {
    padding: 15px 10px;
}

.testimonial-inner {
    position: relative;
    /* top: -174px */
    /* box-shadow:0 0 5px 2px green; */
}

.testimonial-pos {
    position: relative;
    top: 24px
}

.testimonial-inner .tour-desc {
    border-radius: 5px;
    padding: 40px
}

.tour-desc {
    box-shadow: 0 0 5px 2px #eee;
    /* background: url('images/background3.jpg'); */
}

.color-grey-3 {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #6c83a2
}

.testimonial-inner img.tm-people {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.link-name {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    color: #6c83a2
}

.link-position {
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    color: #6c83a2
}

/* <===========================================package section==============================> */

.packageSection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    /* background:url('images/background1.jpg'); */
    padding: 150px 50px;
    background-size: cover;
}

.packageTitle {
    padding: 10px;
}

.packageTitle h2 {
    color: #86B049;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
}

.packageText {
    color: rgb(115, 161, 109);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: .9rem;
    text-align: justify;
    font-style: italic;
}

.packageimg {
    width: 100%;
    height: 100%;
    max-height: 70vh;
    box-shadow: 3px 5px 7px #808080;
    margin-left: 20px;
}

/* <======================================contact form====================> */

.section-contact {
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 50px;
    /* padding: 120px; */
    background-image: url('images/background1.jpg');
    background-size: cover;
    padding-top: 30px;
}

.section-contact .header-section .title {
    position: relative;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    color: green;
}

.section-contact .header-section .title .dot {
    display: inline-block;
    position: absolute;
    bottom: 8px;
    width: 8px;
    height: 8px;
    margin-left: 3px;
}

.section-contact .header-section .description {
    font-family: "Roboto", sans-serif;
    color: grey;
}

.section-contact .header-section .big-title {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 70%);
    font-size: 120px;
    font-weight: 700;
    opacity: 0.15;
}

.section-contact .form-contact .single-input {
    position: relative;
    margin-top: 40px;
}

.section-contact .form-contact .single-input i {
    position: absolute;
    top: 5px;
    left: 15px;
    color: var(---primeColor);
}

.section-contact .form-contact .single-input input,
.section-contact .form-contact .single-input textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid green;
    padding-left: 50px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: border .3s;
}

.section-contact .form-contact .single-input input::placeholder,
.section-contact .form-contact .single-input textarea::placeholder {
    color: rgba(7, 57, 92, .3);
}

.section-contact .form-contact .single-input input:focus,
.section-contact .form-contact .single-input textarea:focus {
    border-color: var(---primeColor);
}

.section-contact .form-contact .single-input textarea {
    height: 70px;
    min-height: 50px;
}

.section-contact .form-contact .submit-input input {
    margin-top: 40px;
    padding: 15px 50px;
    background-color: var(---primeColor);
    color: #fff;
    border: none;
    font-weight: 700;
    transition: background-color .3s;
}

.section-contact .form-contact .submit-input input:hover {
    background-color: var(---primeColor);
}

@media (max-width: 575.99px) {
    .section-contact {
        padding: 0px 10px;
    }
    .section-contact .header-section .title {
        font-size: 40px;
    }
    .section-contact .header-section .big-title {
        font-size: 80px;
    }
    .section-contact .header-section .description {
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767.99px) {
    .section-contact {
        padding: 80px 60px;
    }
    .section-contact .header-section .title {
        font-size: 45px;
    }
    .section-contact .header-section .big-title {
        font-size: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .section-contact {
        padding: 80px 60px;
    }
    .section-contact .header-section .title {
        font-size: 45px;
    }
    .section-contact .header-section .big-title {
        font-size: 100px;
    }
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
}

.grid>article {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

.grid>article img {
    max-width: 100%;
}

.grid .text {
    padding: 20px;
}

/* FOOTER */

.footerSection {
    /* background: url('images/two-leaves-plant-green.jpg'); */
    box-shadow: 0 0 2px 2px #c0c0c0;
    width: 100%;
    display: block;
    /* background: linear-gradient(to right, rgb(0, 0, 0, .5), rgb(0, 0, 0, .5)), url('images/footerbg.jpg'); */
    background: #000;
    /* background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat; */
    padding: 20px 0;
}

@media(min-width:500px) {
    .footerSection {
        box-shadow: 0 0 2px 2px #c0c0c0;
        width: 100%;
        display: block;
        background: #000;
        /* background: linear-gradient(to right, rgb(0, 0, 0, .5), rgb(0, 0, 0, .5)), url('images/footerbg.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; */
        padding: 20px 0;
    }
}

.logo {
    width: 100px;
    height: 100px;
    margin-left: 40px;
}

.inner-footer {
    width: 95%;
    margin: auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
}

.footer-items {
    width: 25%;
    padding: 10px 20px;
    box-sizing: border-box;
    color: green;
}

.footer-items p {
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    color: grey;
}

.footer-items h1 {
    color: var(---primeColor);
    font-size: 20px;
}

.quickLink h2 {
    color: var(---primeColor);
    font-size: 1.5rem;
}

.quickLink ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.quickLink a {
    text-decoration: none;
    color: #fff;
    font-size: .8rem;
    /* font-weight: 500; */
    text-transform: uppercase;
}

.quickLink p {
    color: #fff;
    font-size: .8rem;
}

.quickLink i {
    font-size: 1.2rem;
    color: peru;
    margin-right: 10px;
}

.border1 {
    height: 3px;
    width: 40px;
    background: green;
    color: green;
    border: 0px;
}

.border1 ul {
    list-style: none;
    color: black;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.border1 ul a {
    text-decoration: none;
    outline: none;
    color: black;
    transition: 0.3s;
}

.border1 ul a:hover {
    color: #ff9800;
}

.border1 ul li {
    margin: 10px 0;
    height: 25px;
}

.border1 ul li i {
    margin-right: 20px;
}

.social-media {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.social-media a {
    text-decoration: none;
}

.social-media i {
    height: 25px;
    width: 25px;
    margin: 20px 10px;
    padding: 4px;
    color: #fff;
    transition: 0.5s;
}

.social-media i:hover {
    transform: scale(1.5);
}

.footer-bottom {
    padding: 10px;
    background: #00121b;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/* for tablet mode view */

@media screen and (max-width: 1275px) {
    .footer-items {
        width: 50%;
    }
}

/* for mobile screen view */

@media screen and (max-width: 660px) {
    .footer-items {
        width: 100%;
    }
}

.copyright {
    padding: 28px 0;
    background-color: rgb(20, 20, 20);
    text-align: center;
}

.copyright span,
.copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.copyright a:hover {
    color: #007bff;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}

.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.back-to-top .btn-dark a {
    color: #fff;
}

.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: var(---primeColor);
    border-color: #fff;
}

#backToTop i {
    color: black;
    font-size: 1rem;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

/* <====================================enquiry modal==============================> */

.main-container {
    width: 100%;
    height: 40vh;
    transition: 0.2s linear;
    background: chocolate;
}

.box h2 {
    margin: 0 0 30px;
    padding: 0;
    color: #fff;
    text-align: center;
}

.box p {
    margin-bottom: 0;
}

.box p:nth-child(even) {
    margin-top: 0;
}

.box a {
    color: #9a9d9e;
    font-size: 14px;
    text-decoration: none;
}

.box .input-box {
    position: relative;
}

.box .input-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    border: 1px solid #fff;
    border: none;
    border-bottom-style: solid;
    outline: none;
    letter-spacing: 1px;
    background: transparent;
}

.box .input-box label {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    pointer-events: none;
    transition: .5s;
}

.box .input-box input:focus~label,
.box .input-box input:valid~label {
    top: -18px;
    left: 0;
    color: #e7b306;
    font-size: 12px;
}

.box input[type=submit] {
    background: transparent;
    border: none;
    outline: none;
    background: peru;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

#logged-in {
    width: 100%;
    height: auto;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 50px;
    display: none;
}

.login-true {
    opacity: 0;
}

.enquireButton {
    position: fixed;
    top: 50%;
    transform: rotate( 90deg);
    background: var(---primeColor);
    right: -35px;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    z-index: 58;
}

.enquiry_close {
    background: peru;
}

@media(max-width:600px) {
    .enquireButton {
        height: 35px;
        right: -35px;
        font-size: 12px;
    }
}

.modal-header {
    background: rgb(230, 112, 132);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-title {
    text-transform: capitalize;
    font-size: 1.4rem;
    font-family: var(----popinsFont);
}

.modal-header button {
    color: #fff;
}

.form-label {
    color: green;
}

.form-control:focus {
    border: 1px solid #ff751a;
}

.form-control:focus,
.form-control {
    box-shadow: none;
}

.modal-body .whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    /* right: 15px; */
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

/* <=================================whatsapp======================================> */

.floattingButton .float {
    position: fixed;
    width: 60px;
    height: 20px;
    bottom: 60px;
    right: 50px;
    background-color: rgb(11, 97, 52);
    color: azure;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #eee;
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
}

.floattingButton ul {
    position: fixed;
    right: 10px;
    padding-bottom: 20px;
    bottom: 100px;
    z-index: 100;
}

.floattingButton ul li {
    list-style: none;
    margin-bottom: 10px;
}

.floattingButton ul li a {
    background-color: #3b7f29;
    color: #fff;
    border-radius: 50px;
    /* box-shadow: 2px 2px 3px #eee; */
    width: 50px;
    height: 50px;
    display: block;
    /* margin-top: 30px; */
}

.floattingButton ul:hover {
    visibility: visible !important;
    opacity: 1 !important;
}

.floattingButton .my-float {
    font-size: 24px;
    padding: 15px;
    /* margin: 14px 0 0 15px; */
}

.floattingButton a#menu-share+ul {
    visibility: hidden;
}

.floattingButton a#menu-share:hover+ul {
    visibility: visible;
    animation: scale-in 0.5s;
}

.floattingButton a#menu-share i {
    animation: rotate-in 0.5s;
}

.floattingButton a#menu-share:hover>i {
    animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
    0% {
        bottom: -40px
    }
    50% {
        bottom: 40px
    }
}

@keyframes scale-in {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes rotate-in {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-out {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

/* --------------------------gallery page----------------------------- */

.gallery img {
    height: 200px;
}