    @charset "utf-8";
    /* .playfair-display-400 {
        font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    } */


    /* RESET CSS START */

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        overflow-x: hidden;
        position: relative;
        background-color: #fff;
    }

    html {
        scroll-behavior: smooth;
    }

    a,
    button {
        font-family: "Inter", serif;
        transition: all .5s ease-in-out;
        text-decoration: none;
        outline: none;
        border: none;
        cursor: pointer;
    }

    a:hover,
    button:hover {
        text-decoration: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Noto Sans", serif;
        margin: 0;
    }

    p,
    span,
    small {
        font-family: "Inter", serif;
        margin: 0;
    }

    input,
    select,
    textarea {
        font-family: "Inter", serif;
    }

    ul,
    ul.list-inline {
        margin: 0;
        padding: 0;
    }

    li {
        padding: 0;
        list-style: none;
        font-family: "Inter", serif;
    }

    li a {
        font-family: "Inter", serif;
    }

    /* RESET CSS END */
    /* UTILITY CSS START */

    .text-uppercase {
        text-transform: uppercase !important;
    }

    .text-capital {
        text-transform: capitalize !important;
    }

    .col-center {
        margin: 0 auto;
    }

    .mc-slide {
        margin: 0 5px;
    }

    .mc--1 {
        margin: 10px 5px;
    }

    .mc-b-1 {
        margin-bottom: 10px !important;
    }

    .mc-b-2 {
        margin-bottom: 20px !important;
    }

    .mc-b-3 {
        margin-bottom: 30px !important;
    }

    .mc-b-4 {
        margin-bottom: 40px !important;
    }

    .mc-b-5 {
        margin-bottom: 50px !important;
    }

    .mc-b-6 {
        margin-bottom: 60px !important;
    }

    .mc-b-8 {
        margin-bottom: 80px !important;
    }

    .mc-t-1 {
        margin-top: 10px !important;
    }

    .mc-t-2 {
        margin-top: 20px !important;
    }

    .mc-t-3 {
        margin-top: 30px !important;
    }

    .mc-t-4 {
        margin-top: 40px !important;
    }

    .mc-t-6 {
        margin-top: 60px !important;
    }

    .mc-t-8 {
        margin-top: 80px !important;
    }

    .mc-l-2 {
        margin-left: 20px !important;
    }

    .mc-l-1 {
        margin-left: 10px !important;
    }

    .mc-l-4 {
        margin-left: 40px !important;
    }

    .mc-r-1 {
        margin-right: 00px !important;
    }

    .mc-r-2 {
        margin-right: 20px !important;
    }

    .mc-1 {
        margin: 10px;
    }

    .pc-p-2 {
        padding: 2% 0;
    }

    .pc-p-3 {
        padding: 3% 0;
    }

    .pc-p-4 {
        padding: 4% 0;
    }

    .pc-p-6 {
        padding: 6% 0;
    }

    .pc-t-6 {
        padding-top: 6%;
    }

    .pc-p-10 {
        padding: 10% 0;
    }

    .pc-p-15 {
        padding: 15% 0;
    }

    .pc-b-3 {
        padding-bottom: 3%;
    }

    .pc-b-6 {
        padding-bottom: 6%;
    }

    .mc-l-2 {
        margin-left: 20px;
    }

    .both {
        clear: both;
    }

    /* MAIN-BTNS */

    .p-link {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        color: #00bdbb;
        text-transform: capitalize;
        border-bottom: 2px solid #00bdbb;
    }

    .p-link:hover {
        color: #07242c;
        border-color: #07242c;
    }

    .lg-btn {
        width: 100%;
    }

    .primary-btn {
        display: inline-block;
        position: relative;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 30px;
        text-align: center;
        z-index: 1;
        border-radius: 50px;
        text-transform: capitalize;
        overflow: hidden;
        transition: all 1s ease-in-out;
        border: 1px solid;
        outline: none;
        font-family: "Inter", serif;
    }

    .primary-btn::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0;
        height: 100%;
        transition: inherit;
        z-index: -1;
        border-radius: inherit;
        overflow: hidden;
        outline: none;
    }

    .primary-btn.primary-bg {
        background: #82b04d !important;
        color: #fff;
        border-color: #82b04d;
    }

    .primary-btn.primary-bg:hover {
        color: #82b04d;
        border-color: #82b04d;
        background: #fff !important;
    }

    .primary-btn.primary-bg:hover span {
        background-color: #82b04d;
    }

    .primary-btn.primary-bg:hover span i {
        color: #fff;
    }

    .primary-btn.primary-bg::before {
        background-color: #fff;
    }

    .primary-btn.primary-bg:hover::before {
        width: 100%;
    }

    .primary-btn.secondary-bg {
        background: #fff !important;
        color: #502b21;
        border-color: #fff;
    }

    .primary-btn.secondary-bg::before {
        background-color: #502b21;
        border-color: #502b21;
    }

    .primary-btn.secondary-bg:hover::before {
        height: 100%;
    }

    .primary-btn.secondary-bg:hover {
        color: #fff;
        border-color: #502b21;
        background: #502b21 !important;
    }

    .primary-btn.transparent-bg {
        background: transparent;
        color: #333;
        border-color: #333333;
    }

    .primary-btn.transparent-bg::before {
        background-color: #333;
    }

    .primary-btn.transparent-bg:hover::before {
        width: 100%;
    }

    .primary-btn.transparent-bg:hover {
        color: #fff;
    }

    .primary-btn.teritary-bg {
        background: #28477d;
        color: #fff;
        border-color: #28477d;
    }

    .primary-btn.teritary-bg::before {
        background-color: #fff;
        border-color: #28477d;
        color: #000;
    }

    .primary-btn.teritary-bg:hover::before {
        background: #fff;
    }

    .disable-btn {
        background-color: #b4b4c8;
        color: #fff;
        width: 100%;
        display: block;
        padding: 10px;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }

    .disable-btn:hover {
        color: #fff;
    }

    .bg-primary {
        background-color: #82b04d !important;
    }

    .bg-secondary {
        background-color: #f6f6f6 !important;
    }

    .bg-dark {
        position: relative;
        background: url('../images/bg-dark.jpg') no-repeat center center / cover fixed;
        opacity: 1;
    }

    .bg-dark::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1b4d55;
        opacity: 0.9;
    }

    .bg-shape {
        position: relative;
    }

    .bg-shape::before {
        content: '';
        background: url('../images/bd-top.png') no-repeat center top / cover;
        width: 100%;
        height: 250px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .bg-shape::after {
        content: '';
        background: url('../images/bd-bottom.png') no-repeat center top / cover;
        width: 100%;
        height: 250px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 111;
    }

    /* MAIN-HEADING */

    .primary-heading.color-dark h2,
    .primary-heading.color-dark h3,
    .primary-heading.color-dark h5 {
        color: #d09a2c;
    }

    .primary-heading.color-dark p {
        color: #1a1a1a;
    }

    .primary-heading.color-light h2,
    .primary-heading.color-light h3,
    .primary-heading.color-light h5,
    .primary-heading.color-light h4,
    .primary-heading.color-light p {
        color: #fff;
    }

    .primary-heading.color-light span {
        color: #fff;
    }

    .primary-heading h2 {
        font-size: 65px;
        font-weight: 600;
        line-height: 75px;
    }

    .primary-heading h3 {
        font-size: 40px;
        font-weight: 900;
        line-height: 50px;
    }

    .primary-heading h4 {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
    }

    .primary-heading h5 {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
    }

    .primary-heading p {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .color-primary {
        color: #82b04d !important;
    }

    .color-secondary {
        color: #82b04d !important;
    }

    /* JS SCROLLER START */

    .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #8c8c8c;
    }

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #8c8c8c;
    }

    .mCSB_scrollTools .mCSB_draggerRail {
        width: 4px;
        background: #787878;
    }

    /* JS SCROLLER END */
    /* SLICK SLIDER CSS START */

    .slick-prev:before {
        content: '\f104';
    }

    .slick-next:before {
        content: '\f105';
    }

    .slick-next:before,
    .slick-prev:before {
        font-family: FontAwesome;
        font-size: 30px;
        line-height: 1;
        opacity: 1;
        color: #fff;
        background: #27477d;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        transition: all .8s ease-in-out;
        border-radius: 50px;
    }

    .slick-next.slick-disabled:before,
    .slick-prev.slick-disabled:before {
        opacity: 1;
    }

    .slick-next,
    .slick-prev {
        position: absolute;
        top: 60%;
        transform: translate(-50%);
    }

    .slick-next {
        right: -5%;
        z-index: 1;
    }

    .slick-prev {
        left: -5%;
        right: auto;
        z-index: 1;
    }

    .slick-dots li button:before {
        left: 0;
        width: 15px;
        height: 15px;
        content: "";
        opacity: 1;
        background: #d09a2c;
        border-radius: 50%;
    }

    .slick-dots {
        bottom: 0px;
    }

    /* SLICK SLIDER CSS END */
    /* UTILITY CSS END */
    /* MOBILE-MENU CSS START */

    .hamburger .hamburger-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 25px;
    }

    .hamburger span:not(:last-child) {
        margin-bottom: 3px;
    }

    .hamburger span {
        width: 100%;
        height: 4px;
        background: #000;
        border-radius: 100px;
        transition: all .5s ease-in-out;
    }

    .hamburger:hover span {
        background: #000;
    }

    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
        padding: 30px;
        background: #d09a2c;
        box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        z-index: 1111;
        transform: translateX(-100%);
        transition: all .5s ease-in-out;
        font-family: "Inter", serif;
    }

    .mobile-menu .mobile-close {
        text-align: right;
    }

    .mobile-menu .mobile-close a {
        display: inline-block;
        font-size: 30px;
        color: #fff;
        transition: all .8s ease-in-out;
    }

    .mobile-menu .mobile-close a:hover {
        transform: rotate(360deg);
    }

    .mobile-menu .mobile-menu-body {
        max-height: 100%;
        overflow-y: auto;
        padding: 30px 0;
    }

    .mobile-menu .mobile-menu-body .navigation-list {
        text-align: left !important;
    }

    .mobile-menu .mobile-menu-body ul li:not(:last-child) {
        margin-bottom: 30px;
    }

    .mobile-menu .mobile-menu-body .navigation-list li {
        display: block;
    }

    .mobile-menu .mobile-menu-body ul li a {
        display: block;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
    }

    .mobile-menu .mobile-menu-body .navigation-list {
        margin-bottom: 25px;
    }

    .mobile-menu.mobile-view {
        transform: translateX(0);
    }

    /* MOBILE-MENU CSS END */
    /* MAIN-FORM CSS START */

    .main-form .form-group {
        margin-bottom: 20px;
    }

    .main-form label {
        font-size: 14px;
        font-weight: 600;
        color: #121a18;
        margin-bottom: 5px;
    }

    .main-form label span {
        color: #ff0000;
        font-size: 12px;
    }

    .main-form input,
    .main-form select,
    .main-form textarea {
        font-size: 14px;
        font-weight: 400;
        color: rgb(34, 34, 34);
        padding: 15px 20px;
        background: rgb(255, 255, 255);
        border-radius: 50px;
        border: 1px solid rgb(222, 222, 222);
    }

    .main-form button span {
        margin-left: 10px;
    }

    .main-form select {
        padding: 0 20px;
        color: #666;
        height: 55px !important;
    }

    .main-form input:focus,
    .main-form select:focus,
    .main-form textarea:focus {
        box-shadow: 0 0 10px #f1f1f1;
        outline: none;
        border: 1px solid #dedede;
    }

    .remember-wrapper .checkbox input {
        margin-top: -5px;
        margin-right: 5px;
    }

    .remember-wrapper label,
    .remember-wrapper a {
        font-size: 13px;
        font-weight: 400;
        color: #666666;
    }

    .remember-wrapper a:hover {
        color: #24a77e;
    }

    /* MAIN-FORM CSS END */
    /* HEADER CSS START */

    .header {
        /* position: absolute; */
        width: 100%;
        z-index: 1;
    }

    /* .header::before {
        content: '';
        box-shadow: -10px 0 300px 180px #000;
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 180px;
    } */

    .header .bottom-row .logo {
        overflow: hidden;
        width: 100%;
        /* background-color: #fff; */
        padding: 5%;
    }

    .header .bottom-row .logo a img {
        width: 100%;
        display: block;
        object-fit: cover;
    }

    .navigation-list li a {
        color: #000;
        font-size: 20px;
        line-height: 30px;
        position: relative;
        font-weight: 300;
        text-transform: capitalize;
        letter-spacing: 0;
        transition: 0.5s ease-in-out;
    }

    .header .bottom-row .navigation-list li.active a::before,
    .header .bottom-row .navigation-list li:hover a::before {
        width: 100%;
    }

    .header .bottom-row .navigation-list li:hover a {
        border-color: #82b04d;
        color: #82b04d;
    }

    .header .bottom-row .navigation-list {
        display: flex !important;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 50px;
    }

    .header .bottom-row .navigation-list li {
        padding: 0px;
    }


    /* HEADER CSS END */
    /* MAIN-SLIDER CSS START */

    .main-slider {
        position: relative;
        /* background-color: #000; */
    }

    .main-slider .slider-caption::before {
        content: '';
        background: #ffffff2e;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 40%;
        left: 40%;
        transform: translate(-50%, -50%);
        box-shadow: 100px 100px 100px 180px #ffffff2e;
        border-radius: 50%;
    }

    .main-slider .carousel-item>img {
        width: 100%;
        object-fit: cover;
        display: block;
        /* opacity: 0.2; */
    }

    .main-slider .slider-caption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        background-color: #00000098;
        padding: 20px;
    }

    .main-slider .slider-caption .slider-img img {
        width: 100%;
        display: block;
        object-fit: cover;
        filter: drop-shadow(5px 5px 10px black);
        width: 150%;
    }

    .main-slider .slider-caption h2 {
        text-transform: capitalize;
        font-size: 60px;
        line-height: 70px;
        font-weight: 400;
        color: #fff;
    }

    .main-slider .slider-caption h1 {
        font-size: 50px;
        font-weight: 900;
        line-height: 60px;
        color: #d09a2c;
        text-transform: capitalize;
        letter-spacing: 1px;
        margin: 20px 0 30px;
        text-shadow: 0 0 25px #000;
    }

    .main-slider .slider-caption h1 span {
        font-weight: 400 !important;
        color: #fff;
    }

    .main-slider .slider-caption p {
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        text-shadow: 0 0 25px #000;
        font-weight: 200;
    }

    .main-slider .slider-caption a {
        padding: 10px 50px;
    }

    .main-slider .carousel-control-next,
    .main-slider .carousel-control-prev {
        width: 50px;
        height: 50px;
        background: #d09a2c;
        color: #fff;
        opacity: 1;
        border-radius: 100px;
        font-size: 30px;
        bottom: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 11;
    }

    .main-slider .carousel-control-next {
        right: 10%;
    }

    .main-slider .carousel-control-prev {
        left: 10%;
        z-index: 111;
    }

    .main-slider .carousel-control-prev span img,
    .main-slider .carousel-control-next span img {
        transition: 0.5s ease-in-out;
    }

    .main-slider .carousel-control-prev::before {
        content: '';
        background: #82b04d;
        width: 0px;
        height: 0px;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: 0.5s ease-in-out;
        z-index: -1;
        border-radius: 100px;
    }

    .main-slider .carousel-control-next::before {
        content: '';
        background: #82b04d;
        width: 0px;
        height: 0px;
        position: absolute;
        top: 0;
        right: 0;
        transition: 0.5s ease-in-out;
        z-index: -1;
        border-radius: 100px;
    }

    .main-slider .carousel-control-prev:hover::before {
        width: 100%;
        height: 100%;
    }

    .main-slider .carousel-control-next:hover::before {
        width: 100%;
        height: 100%;
    }

    .main-slider .carousel-indicators {
        bottom: 50%;
        transform: translateY(50%);
        flex-direction: column;
        left: -200px;
    }

    .main-slider .carousel-indicators li {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-left: 5px;
        background-color: #93a3be;
        border-radius: 50px;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .main-slider .carousel-indicators li.active {
        background-color: #27477d;
    }

    .main-slider .banner-form {
        background: #fff;
        padding: 40px;
        border-radius: 40px;
    }

    .main-slider .banner-form .form-group {
        position: relative;
    }

    .main-slider .banner-form .form-group input,
    .main-slider .banner-form .form-group select {
        border-radius: 50px;
        position: relative;
        padding: 10px 20px;
        font-size: 18px;
        height: 50px;
        line-height: 28px;
        color: #000;
    }

    .main-slider .banner-form .form-group input:focus,
    .main-slider .banner-form .form-group select:focus {
        box-shadow: 0 0 10px #82b04d;
        border-color: #82b04d;
    }

    .main-slider .banner-form .form-group input::placeholder {
        color: #000;
    }

    .main-slider .banner-form .form-group span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        z-index: 11;
        font-size: 20px;
    }

    .banner-form-content {
        position: absolute;
        width: 1140px;
        bottom: 0;
        left: 0;
        background: #fff;
        border-radius: 40px;
        padding: 40px;
        box-shadow: 0 20px 20px #e8e8e8;
        margin: auto;
        display: block;
        left: 0;
        right: 0;
    }

    .banner-form-content label {
        color: #000000;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .banner-form-content button {
        padding: 15px;
        margin-top: 20px;
    }

    /* MAIN-SLIDER CSS END */
    /* BANNER-SEC CSS START */

    .banner-sec {
        position: relative;
        background: #000;
    }

    .banner-sec .banner-img img {
        width: 100%;
        display: block;
        object-fit: cover;
        position: relative;
        height: 550px;
        opacity: 0.5;
    }

    .banner-sec .banner-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: left;
        z-index: 999;
    }

    .banner-sec h2 {
        font-size: 70px;
        line-height: 80px;
        text-transform: capitalize;
        font-weight: 800;
        color: #82b04d;
    }

    .banner-sec h2 span {
        font-weight: 100;
    }

    .banner-sec h2::before {
        content: '';
        background: #8bb148;
        width: 50%;
        left: 0;
        height: 10px;
        position: absolute;
        top: -10px;
    }

    .banner-sec h2 {
        font-size: 70px;
        line-height: 80px;
        text-transform: capitalize;
        font-weight: 800;
        color: #d09a2c;
        position: relative;
        display: inline-block;
    }

    /* BANNER-SEC CSS END */
    /* PARKING SECTION START */

    .parking-types {
        position: relative;
    }

    .view-btn {
        color: #a0a0a0;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        transition: 0.5s ease-in-out;
        text-transform: uppercase;
    }

    .view-btn:hover {
        color: #82b04d;
    }

    .parking-type-img {
        position: absolute;
        bottom: 0;
        right: 10%;
    }

    .parking-img {
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px;
        height: 190px;
        max-height: 190px;
        border: 5px solid #82b04d;
    }

    .parking-img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: 1s ease-in-out;
    }

    .parking-content h4 {
        font-size: 15px;
        line-height: 25px;
        font-weight: 600;
    }

    .parking-content h3 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 800;
        color: #d09a2c;
    }

    .parking-content p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .parking-content p i {
        color: #82b04d;
        font-size: 20px;
        margin-right: 30px;
        min-width: 40px;
        text-align: center;
        width: 40px;
        height: 40px;
        display: inline-flex;
        background: transparent;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
        border: 2px solid #82b04d;
    }

    .parking-content p span {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
        display: inline-block;
        margin-left: 5px;
        font-weight: 600;
    }

    .parking-content a {
        color: #a0a0a0;
        font-size: 25px;
        line-height: 35px;
        text-transform: lowercase;
    }

    .parking-content a:hover {
        color: #fcb614;
    }

    .parking-box:hover .parking-img img {
        filter: brightness(0.5);
        transform: scale(1.1);
    }

    .parking-box {
        margin: 20px 0;
    }

    /* PARKING SECTION END */
    /* FEATURE SECTION START */

    .feature-box {
        margin: 20px 10px;
    }

    .feature-box .feature-img img {
        width: 100%;
        display: block;
        object-fit: cover;
        transition: 1s ease-in-out;
        height: 200px;
    }

    .feature-box .feature-img {
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .feature-box:hover .feature-img img {
        filter: brightness(0.5);
        transform: scale(1.1);
    }

    .feature-box .feature-content h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
        font-weight: 800;
        color: #d09a2c;
    }

    .feature-box .feature-content p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .feature-content a {
        color: #a0a0a0;
        font-size: 25px;
        line-height: 35px;
        text-transform: lowercase;
    }

    .feature-content ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .feature-content ul li span {
        font-size: 25px;
        line-height: 35px;
        font-weight: 600;
        color: #82b04d;
    }

    .feature-slider .slick-next:before,
    .feature-slider .slick-prev:before {
        background: transparent;
        color: #000;
        font-size: 70px;
    }

    .feature-slider .slick-prev {
        left: -10%;
    }

    .feature-slider .slick-next {
        right: -10%;
    }

    /* FEATURE SECTION END */
    /* TOURS SECTION START */

    .tours-sec .parking-box .parking-img {
        height: 300px;
        max-height: 300px;
    }

    .tours-sec .parking-content h5 {
        font-size: 20px;
        line-height: 30px;
        text-transform: uppercase;
        font-family: "Playfair Display", serif;
        font-weight: 600;
    }

    .tours-sec .parking-content h3 {
        margin-bottom: 5px;
    }

    /* TOURS SECTION END */
    /* PARKING TYPES SECTION START */

    .bg-blue {
        background: url('../images/parking-banner.jpg') no-repeat center center / cover fixed;
        position: relative;
    }

    .bg-blue::before {
        content: '';
        opacity: 0.9;
        background-color: #82b04d;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .type-box {
        margin: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .type-box .type-img {
        margin-right: 20px;
        min-width: 50px;
        margin-top: 10px;
    }

    .type-box h4 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .type-box p {
        font-size: 20px;
        line-height: 30px;
    }

    .parking-type-img img {
        width: 100%;
        display: block;
        object-fit: cover;
    }

    /* PARKING TYPES SECTION END */
    /* TESTIMONIAL SECTION START */

    .testimonial-list a {
        border-radius: 100%;
        overflow: hidden;
        width: 100px;
        height: 100px;
        margin: 10px 20px;
        border: 5px solid transparent;
    }

    .testimonial-list a.active {
        border-color: #82b04d;
    }

    .testimonial-list a img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .testimonial-content h3 {
        font-size: 50px;
        color: #82b04d;
        line-height: 60px;
        margin-bottom: 30px;
    }

    .testimonial-content h3 span {
        font-size: 30px;
        line-height: 40px;
        color: #101010;
    }

    .testimonial-content p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
        opacity: 0.7;
    }

    .testimonial-content .test-img {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        overflow: hidden;
        margin-right: 30px;
    }

    .testimonial-content .test-img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .testimonial-content .d-flex {
        align-items: center;
    }

    .testimonial-content .test-content p {
        margin-bottom: 0;
        color: #1a1a1a;
        opacity: 1;
    }

    /* TESTIMONIAL SECTION END */
    /* BLOG SECITON START */

    .blog-sec .parking-img {
        height: 300px;
        max-height: 300px;
    }

    .blog-sec .parking-content a {
        text-transform: uppercase;
        color: #82b04d;
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
        display: inline-block;
        border-bottom: 1px solid #82b04d;
    }

    .blog-sec .parking-content p {
        font-size: 16px;
        line-height: 26px;
        color: #1a1a1a;
        opacity: 0.7;
        margin-top: 10px;
    }

    .blog-pg .parking-content h3 {
        font-size: 30px;
        line-height: 40px;
    }


    /* BLOG SECITON END */
    /* DESTINATION SECTION START */

    .destination-sec .about-img img {
        border-radius: 0;
    }

    .destination-sec .about-img::before {
        content: '';
        background-color: #82b04d;
        top: -20px;
        right: -20px;
        left: auto;
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 0;
        z-index: -1;
    }

    .notification-sec p,
    .notification-sec ul li a {
        font-weight: 600;
        color: #000;
        font-size: 18px;
        line-height: 28px;
    }

    .notification-sec ul li a i {
        font-size: 14px;
        line-height: 24px;
        margin-right: 5px;
    }

    .notification-sec ul li a i.fa-facebook {
        color: #174d84;
    }

    .notification-sec ul li a i.fa-twitter {
        color: #3598db;
    }

    .notification-sec ul li a i.fa-instagram {
        color: #ff4b64;
    }

    .destination-pg .feature-slider .feature-box .feature-img {
        border-radius: 0;
    }

    /* DESTINATION SECTION END */
    /* NEWS LETTER SECTION START */

    .primary-heading {
        z-index: 11;
        position: relative;
    }

    .news-letter .primary-heading h4 {
        color: #fff;
    }

    .news-letter .primary-heading.color-dark p {
        margin-bottom: 20px !important;
    }

    .news-letter .primary-heading.color-dark p>a {
        color: #000;
        font-size: 16px;
        line-height: 26px;
        display: flex;
        align-items: baseline;
        gap: 10px;
    }

    .news-letter .primary-heading.color-dark p>a:hover {
        color: #d09a2c;
    }

    .news-letter .primary-heading.color-light p>a {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
        display: flex;
        align-items: baseline;
        gap: 10px;
    }

    .news-letter .primary-heading.color-light p>a:hover {
        color: #d09a2c !important;
    }

    .news-letter .primary-heading p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .news-form {
        background: #fff;
        padding: 20px;
        border-radius: 100px;
        border: 20px solid #59802a;
    }

    .news-form .form-group {
        margin-bottom: 0;
        position: relative;
    }

    .news-form input {
        border: none;
        outline: none;
        font-size: 20px;
    }

    .news-form input:focus {
        box-shadow: none;
    }

    .news-form button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
    }

    /* NEWS LETTER SECTION END */
    /* FOOTER SECTION START */

    .footer {
        padding: 4% 0;
        background-color: rgb(247, 247, 247);
    }

    .footer-logo img {
        width: 30%;
        display: block;
        object-fit: cover;
        margin: 0 auto;
    }

    .footer-list {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }

    .footer-list li a {
        color: #000;
        font-size: 20px;
    }

    .footer-content h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .footer-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .footer-content .contact-list li a {
        color: #1a1a1a;
        font-size: 20px;
        line-height: 30px;
        font-family: "Playfair Display", serif;
    }

    .footer-content .contact-list li a i {
        font-size: 24px;
        margin-right: 14px;
        color: #82b04d;
    }

    .footer-content .social-list li a {
        color: #adadad;
        font-size: 25px;
        line-height: 35px;
    }

    .footer-content ul li:not(:last-child) {
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .footer-content ul li a {
        color: #adadad;
        font-size: 16px;
        line-height: 26px;
    }

    .copyright {
        padding: 20px;
        border-top: 1px solid #d09b2c;
        background-color: #d09b2c;
    }

    .copyright p {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        color: #000;
    }

    .copyright select {
        border: none;
        font-size: 18px;
        line-height: 28px;
    }

    /* FOOTER SECTION END */
    /* ABOUT SECTION START */
    .about-us {
        position: relative;
    }

    .about-us::before {
        content: '';
        background: url('../images/about-bg.png') no-repeat center center / cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.1;
    }

    .about-img {
        border-radius: 10px;
        position: relative;
    }

    .about-img img {
        border-radius: 10px;
        display: block;
        object-fit: cover;
        width: 100%;
        border: 5px solid #d09a2c;
    }

    .about-img::before {
        content: '';
        background-color: #82b04d;
        top: -30px;
        right: -30px;
        width: 170px;
        height: 170px;
        position: absolute;
        border-radius: 10px;
        z-index: -1;
    }

    .about-sec .primary-heading h3 {
        font-size: 50px;
        line-height: 60px;
    }

    .about-sec .primary-heading h4 span {
        font-size: 40px;
    }

    /* ABOUT SECTION END */
    /* BOOKING SECTION START */

    .booking-sec .booking-form input,
    .booking-sec .booking-form textarea,
    .booking-sec .booking-form select {
        font-size: 14px;
        font-weight: 400;
        color: #222;
        padding: 15px 20px;
        background: #fff;
        border-radius: 50px;
        border: 1px solid #dedede;
    }

    /* BOOKING SECTION END */
    /* CONTACT-PAGE CSS START */

    .contact-page ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .contact-page ul {
        padding: 0;
    }

    .contact-page ul li {
        list-style: none;
    }

    .contact-page ul li a {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #777;
    }

    .contact-page ul li a img {
        width: auto;
        margin-right: 10px;
    }

    .contact-page input,
    .contact-page textarea {
        border: 0;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 400;
        box-shadow: 0 0 20px #f3f3f3;
        color: #777;
        padding: 35px 20px;
        margin-right: 10px;
        background-color: #f7f2ea;
    }

    .contact-page input::placeholder,
    .contact-page textarea::placeholder {
        color: #777;
    }

    .contact-page input:focus,
    .contact-page textarea:focus {
        box-shadow: 0px 0px 5px 0px #82b04d;
        outline: none;
        border: none;
    }

    .contact-page h3 {
        position: relative;
    }

    .contact-page h3::before {
        content: '';
        border-top: 5px solid #82b04d;
        width: 40px;
        position: absolute;
        top: -10px;
        left: 0;
    }

    .contact-page h3 span {
        font-size: 60px;
        line-height: 70px;
        letter-spacing: 5px;
    }

    .contact-page .primary-heading.color-dark h3::after {
        border: none;
    }

    /* CONTACT-PAGE CSS END */
    /* BLOG PAGE SECTION START */

    .blog-pg .parking-box {
        margin: 25px 0;
    }

    /* BLOG PAGE SECTION END */
    /* MEDIA QUERIES */

    @media only screen and (min-width: 300px) and (max-width: 767px) {

        .header .bottom-row .navigation-list {
            display: none !important;
        }

        .header .bottom-row .logo a img {
            width: 30%;
        }

        .header .bottom-row .logo {
            display: flex;
            align-items: center;
            padding: 10px 0;
        }

        .main-slider .carousel-item>img {
            height: 500px;
        }

        .main-slider .carousel-control-next,
        .main-slider .carousel-control-prev {
            width: 30px;
            height: 30px;
            font-size: 20px;
        }

        .main-slider .slider-caption h1 {
            font-size: 40px;
            line-height: 50px;
        }

        .main-slider .slider-caption p {
            font-size: 17px;
            line-height: 27px;
        }

        .main-slider .carousel-control-prev {
            left: 5%;
        }

        .main-slider .carousel-control-next {
            right: 5%;
        }

        .about-img::before {
            content: '';
            background-color: #82b04d;
            display: none;
        }

        .view-btn {
            text-align: left !important;
            margin-top: 20px;
        }

        .footer-logo img {
            width: 50%;
            display: block;
            object-fit: cover;
            margin: 0 auto;
        }

        .footer-list {
            margin-top: 10px;
        }

        .footer-list li a {
            font-size: 11px;
        }

        .copyright p {
            font-size: 12px;
            line-height: 22px;
        }

        .banner-sec .banner-img img {
            height: 300px;
        }

        .banner-sec h2 {
            font-size: 40px;
            line-height: 50px;
            text-align: center;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .header .bottom-row .navigation-list {
            display: none !important;
        }

        .header .bottom-row .logo a img {
            width: 30%;
        }

        .header .bottom-row .logo {
            display: flex;
            align-items: center;
            padding: 10px 0;
        }

        .main-slider .carousel-item>img {
            height: 500px;
        }
    }

    @media only screen and (min-width: 1024px) and (max-width: 1280px) {}

    @media only screen and (min-width: 1250px) and (max-width: 1400px) {}