﻿/**
* Template Name: Gp - v4.7.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: Playfair;
    src: url(../../assets/fonts/PlayfairDisplay-VariableFont_wght.ttf);
}

@font-face {
    font-family: OpeSans;
    src: url(../../assets/fonts/OpenSans-VariableFont_wdth_wght.ttf)
}

body {
    font-family: Playfair !important;
    color: #444444;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

a{
    text-decoration: none!important;
}

/**/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background-color: #1A1A1A;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#preloader:before {
    content: "";
    position: fixed;
    -webkit-animation: load 1s linear infinite;
    animation: load 10s linear infinite;
}

.loading {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.loading .line-box {
    width: 150px;   
    height: 0.5px
    /*border: 2px solid red;*/
    /*border-radius: 20px;*/
}

.loading .line-box .line {
    height: 1px;
    border-radius: 20px;
    background-color: #F1AE3C;
    animation: load 4s forwards cubic-bezier(0,0,0,0) infinite;
}

/*CONTACT DETAILS ABOVE FOOTER*/
@media screen and (max-width: 768px) {
    .cnt-header h2 {
        font-size: 24px;
    }
}

/*TITLE STYLE*/
.cover-title {
    color: #623015;
}

@media screen and (max-width: 768px) {
    .cover-title {
        font-size: 28px;
    }

    .book-btn-d{
        display: none!important;
    }
}

/*PARAGRAPH STYLES */

.sub-p{
    font-family: OpeSans!important;
    font-size: 16px!important;
}

/*BUTTONS*/
.learnmore-btn {
    background-color: #F1AE3C!important;
    color: white;
    font-family: OpeSans !important;
    padding: 10px 25px;
    border: none;
    outline: none;
    font-size: 14px;
    border-radius: 1px;
    font-size: 14px;
    font-weight: 500;
}

    .learnmore-btn a{
        text-decoration: none;
    }

    .learnmore-btn:hover {
        transition: 0.3s;
        transform: scale(1.1);
        color: #623015;
    }


@media screen and (max-width: 768px) {
    .sub-p {
        font-size: 14px !important;
    }

    .learnmore-btn {
        padding: 8px 20px;
        font-size: 12px;
    }
}

@keyframes load {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.socmed-icons{
    font-size: 30px!important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
    .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 25px;
    bottom: 15px;
    z-index: 996;
    background: #f1ae3c;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #151515;
    line-height: 0;
}

.back-to-top:hover {
    background: #151515;
}

.back-to-top:hover i {
    color: #f1ae3c;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*----------------------------------------------------
FIXED RESERVATIONS PHONE NUMBER - UPDATED
----------------------------------------------------*/

.res-flex {
    display: flex !important;
    background-color: white !important;
    margin-bottom:  15px!important;
    justify-content: space-between!important;
    padding: 4px 20px 0 20px;
    position: fixed!important;
    top: 0;
    right: 0;
    left: 0;
}

.res-flex p {
    font-family: OpeSans!important;
    font-size: 12px!important;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

@media screen and (max-width: 780px){
    .res-flex p {
        font-size: 8px!important;
    }

    .res-flex {
        padding: 4px 5px 0 5px;
    }
}

.res-flex-dtls p {
    color: #623015!important;

}

.res-num {
    display: flex !important;
}

.res-num img {
    
}

.res-num p {
    margin-left: 10px !important;
    color: #623015!important;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*LOGO*/

@media (max-width: 780px) {
    .top-hdr {
        display: none !important;
    }
}


    #header {
        transition: all 0.5s;
        z-index: 999;
        padding: 40px 0 15px 0 !important;
        background-color: #623015 !important;
    }

        #header.header-scrolled, #header.header-inner-pages {
            background: rgba(0, 0, 0, 0.8);
        }

    .font-opensans {
        font-family: 'Open Sans' !important;
    }

    .fw-700 {
        font-weight: 700 !important;
    }

    #header .logo {
        font-size: 32px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #123a29;
        }

            #header .logo a span {
                color: #f1ae3c;
            }

        #header .logo img {
            max-height: 40px;
        }

    /*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
    .get-started-btn {
        color: #FFFFFF;
        border-radius: 4px;
        padding: 7px 25px 8px 25px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 14px;
        display: inline-block;
        border: 2px solid #F4E2BB;
        margin-left: 20px;
        display: block;
    }

        .get-started-btn:hover {
            background-color: #ffbb38 !important;
            border: 2px solid #ffbb38;
            color: white !important;
        }

    .mobile-book-btn {
        display: none;
    }

/*BOOK NOW BTN*/
.cssbuttons-io-button {
    background: #f1ae3c;
    color: white;
    font-family: inherit;
    padding: 0.18em;
    padding-left: 1.2em;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0.4em;
    border: none;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #f1ae3c;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    cursor: pointer;
    font-family: OpeSans !important;
    margin-left: 15px;
    border: 1px solid #f1ae3c;
}

    .cssbuttons-io-button:hover{
        background: none;
        border: 1px solid white;
        box-shadow: none!important;
    }

    .cssbuttons-io-button .icon {
        background: none;
        margin-left: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.2em;
        width: 2.2em;
        border-radius: 0.4em;
        /*box-shadow: 0.1em 0.1em 0.6em 0.2em #c07d14;*/
        right: 0.3em;
        transition: all 0.3s;
    }

    .cssbuttons-io-button:hover .icon {
        /*width: calc(100% - 0.6em);*/
    }

    .cssbuttons-io-button .icon svg {
        /*width: 1.1em;
        transition: transform 0.3s;*/
        color: white;
    }

    /*.cssbuttons-io-button:hover .icon svg {
        transform: translateX(0.1em);
    }

    .cssbuttons-io-button:active .icon {
        transform: scale(0.95);
    }*/


        .mobile-book-btn:hover {
            background-color: #ffbb38;
          /*  color: black;*/
        }

    @media (max-width: 992px) {
        .mobile-book-btn {
            padding: 7px 20px 8px 20px;
            margin-right: 15px;
            display: block;
            color: #FFF;
            border-radius: 4px;
            padding: 7px 25px 8px 25px;
            white-space: nowrap;
            transition: 0.3s;
            font-size: 14px;
            display: inline-block;
            border: 2px solid #F4E2BB;
        }

            .mobile-book-btn:hover {
                color: black;
                border: 2px solid #F4E2BB;
                background-color: #F4E2BB;
                font-weight: 700;
            }

        .get-started-btn {
            display: none !important;
        }
    }



    /*--------------------------------------------------------------
#Translation
--------------------------------------------------------------*/
    #translate {
        /*background-color: #0B2D27!important;*/
        position: absolute;
        text-align: right;
        top: 45px;
        left: 82%;
        border: 0;
        color: #fff;
    }

    /*Remove logo*/
    .goog-logo-link {
        display: none !important;
    }


    @media (max-width: 781px) {
        #translate {
            left: 100%;
        }
    }


    #google_translate_element {
        text-align: left;
        border: 0;
    }

        /*Dropdown selection style*/
        #google_translate_element select {
            background-color: #623015;
            color: #0B2D27;
            border: 0;
            width: 75%;
            border-radius: 0;
            padding: 6px 0px;
            color: #fff;
            overflow-y: auto;
        }

            #google_translate_element select::-webkit-scrollbar {
                width: 0;
                height: 0;
            }


            #google_translate_element select:focus {
                border: 0;
                outline: none !important;
            }

    /*Remove Google Translate banner-frame/iframe from the top of a web page.*/
    .goog-te-banner-frame {
        display: none !important;
    }

    .goog-te-gadget {
        color: transparent !important;
    }

    #goog-gt-tt, .goog-te-balloon-frame {
        display: none !important;
    }

    .goog-text-highlight {
        background: none !important;
        box-shadow: none !important;
    }

    .goog-te-gadget img {
        display: none !important;
    }

    .VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
        display: none !important;
    }
    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

    /**
* Desktop Navigation 
*/
    .navbar {
        padding: 0;
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar li {
            position: relative;
        }

        .navbar a, .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px !important;
            font-size: 12px;
            /*  font-weight: 600;*/
            color: #FFF;
            white-space: nowrap;
            transition: 0.3s;
            font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif !important;
        }

            .navbar a i, .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
            }

            .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
                color: #f1ae3c;
            }

        .navbar .dropdown ul {
            display: block;
            position: absolute;
            left: 14px;
            top: calc(100% + 30px);
            margin: 0;
            padding: 10px 0;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            background: #623015;
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            transition: 0.3s;
        }

            .navbar .dropdown ul li {
                min-width: 200px;
            }

            .navbar .dropdown ul a {
                padding: 10px 20px;
                font-size: 14px;
                text-transform: none;
                color: #FFF;
                font-weight: 400;
            }

                .navbar .dropdown ul a i {
                    font-size: 12px;
                }

                .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                    background-color: #f1ae3c;
                }

        .navbar .dropdown:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .navbar .dropdown .dropdown ul {
            top: 0;
            left: calc(100% - 30px);
            visibility: hidden;
        }

        .navbar .dropdown .dropdown:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
            visibility: visible;
        }

    .ctr-hide {
        display: none;
    }

    .desc-offer-2 {
        font-size: 16px !important;
    }

    .max-desc {
        font-size: 14px !important;
    }

    /*cookie policy*/
    .cookie-wrap {
        background-color: white;
        font-family: OpeSans;
    }

    .cookie-text {
        padding: 80px 0 !important;
        font-family: OpeSans;
    }

        .cookie-text .c-head h1 {
            font-size: 30px !important;
            font-family: OpeSans !important;
        }

    .list-desc h4 {
        font-family: OpeSans !important;
        font-size: 20px;
        margin-bottom: 10px;
    }

    @media screen and (max-width: 768px) {
        .cookie-text {
            padding: 30px 10px !important;
        }

        .ctr-hide {
            display: block;
        }
    }

    @media (max-width: 1366px) {
        .navbar .dropdown .dropdown ul {
            left: -90%;
        }

        .navbar .dropdown .dropdown:hover > ul {
            left: -100%;
        }
    }

    /**
* Mobile Navigation 
*/
    .mobile-nav-toggle {
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        display: none;
        line-height: 0;
        transition: 0.5s;
    }

    .sec-trans {
        padding-top: 150px;
    }

    .nav-link {
        padding: 0 15px !important;
    }

    @media (max-width: 991px) {
        .mobile-nav-toggle {
            display: block;
        }

        .navbar ul {
            display: none;
        }

        .nav-link {
            padding: 15px !important;
        }
    }

    .navbar-mobile {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.9);
        transition: 0.3s;
        z-index: 999;
    }

        .navbar-mobile .mobile-nav-toggle {
            position: absolute;
            top: 15px;
            right: 15px;
        }

        .navbar-mobile ul {
            display: block;
            position: absolute;
            top: 55px;
            right: 15px;
            bottom: 15px;
            left: 15px;
            padding: 10px 0;
            background-color: #fff;
            overflow-y: auto;
            transition: 0.3s;
        }

        .navbar-mobile a, .navbar-mobile a:focus {
            padding: 10px 20px;
            font-size: 15px;
            color: #151515;
        }

            .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
                color: #151515;
                background-color: #f1ae3c;
            }

        .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
            margin: 15px;
        }

        .navbar-mobile .dropdown ul {
            position: static;
            display: none;
            margin: 10px 20px;
            padding: 10px 0;
            z-index: 99;
            opacity: 1;
            visibility: visible;
            background: #fff;
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        }

            .navbar-mobile .dropdown ul li {
                min-width: 200px;
            }

            .navbar-mobile .dropdown ul a {
                padding: 10px 20px;
                color: #151515;
            }

                .navbar-mobile .dropdown ul a i {
                    font-size: 12px;
                }

                .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                    background-color: #f1ae3c;
                }

        .navbar-mobile .dropdown > .dropdown-active {
            display: block;
        }

    #main {
        padding-top: 95px;
    }


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    text-align: center;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 8px 15px 10px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
        border-radius: 3px;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #151515;
            background: #f1ae3c;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(21, 21, 21, 0.6);
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(21, 21, 21, 0.6);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .portfolio .portfolio-wrap img {
        transition: all ease-in-out 0.3s;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 20px;
    }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
            font-style: italic;
        }

    .portfolio .portfolio-wrap .portfolio-links {
        text-align: center;
        z-index: 4;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #fff;
            margin: 0 5px 0 0;
            font-size: 28px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                color: #f1ae3c;
            }

    .portfolio .portfolio-wrap:hover::before {
        opacity: 1;
    }

    .portfolio .portfolio-wrap:hover img {
        transform: scale(1.2);
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #f1ae3c;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #f1ae3c;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }


/*SP Offer modal*/
.modal-header .close{
    padding: 0;
}
