﻿/*==================================
* Author        : "ThemeSine"
* Template Name : CarVilla  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
font-family: 'Rufina', serif;
==================================== */

/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Model-search
5.  Service
6.  Activities
7.  Featured-cars
8.  Client-say
9.  Brand
10. Blog
11. Contact
==========================================*/

:root {
    --black: #0d0d0d;
    --dark-grey: #444a57;
    --medium-grey: #676767;
    --blue: #1551a7; /*mct blue*/
    --light-blue: #8da1cb;
    --red: #941406;
    --white: #dadfe9;
    --grey: #566a7f;
    --light-grey: #818998;
    --orange: #ec7518;
    --underwater-blue: #58bbf6;
    --treasure-map: #e7d6bd;
}

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
* {
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    display: flex;
    min-height: 100vh;
}

body {
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
    position: relative;
    min-height: 200vh;
    font-size: 16px;
}

.bubble {
    border-radius: 100%;
    position: fixed;
    bottom: -10vh;
    will-change: transform;
    background: rgba(255, 255, 255, 0.2);
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 25%);
    -webkit-animation: bubble 4000ms infinite cubic-bezier(0.55, 0.06, 0.68, 0.19);
    animation: bubble 4000ms infinite cubic-bezier(0.55, 0.06, 0.68, 0.19);
    pointer-events: none;
}

@-webkit-keyframes bubble {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-100vh);
        opacity: 0.25;
    }
}

@keyframes bubble {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-100vh);
        opacity: 0.25;
    }
}

body {
    font-family: "Chelsea Market", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: var(--light-grey);
    text-transform: initial;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    min-height: 200vh;
}

a, a:hover, a:active, a:focus {
    display: inline-block;
    text-decoration: none;
    color: var(--dark-grey);
    font-size: 20px;
    padding: 0;
    font-weight: 500;
    text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: var(--dark-grey);
    font-weight: 500;
    text-transform: capitalize;
}

p {
    margin: 0;
    color: inherit;
    font-size: 16px;
    line-height: 1.8;
    text-transform: initial;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

    ul li {
        list-style: none;
        display: inline-block;
    }

select, input, textarea, button, .form-control {
    box-shadow: none;
    outline: 0 !important;
}

button {
    background: transparent;
    border: 0;
    font-size: 16px;
    text-transform: capitalize;
}

html, body {
    height: 100%;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}

.owl-carousel {
    z-index: 0;
}
/* section-header */
.section-header {
    position: relative;
    text-align: center;
    padding: 36px;
}

    .section-header h1 {
        position: relative;
        font-size: 48px;
        font-weight: 500;
    }

        .section-header h1:before {
            position: absolute;
            content: "";
            width: 80px;
            height: 2px;
            bottom: 0;
            left: 50%;
            margin-left: -42px;
            background: var(--orange);
            margin-bottom: -15px;
        }

    .section-header p {
        color: var(--dark-grey);
        text-transform: capitalize;
        margin-bottom: 10px;
    }

        .section-header h2 span, .section-header p span {
            text-transform: lowercase;
        }

/* section-header */

/*=============Style css=========*/


/*-------------------------------------
        2. Top-area
--------------------------------------*/

.nav-flex {
    display: flex;
    align-items: center;
}

nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: transparent;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: #000;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

@media (min-width: 768px) {
    .nav-container {
        width: 750px
    }
}

.nav-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .nav-container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .nav-container {
        width: 95vw;
    }
}

@media (max-width: 992px) {
    .nav-container {
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .nav-container {
        width: 95vw;
    }
}

.navbar-right {
    align-items: center;
    display: flex;
}

.navbar-header a.navbar-brand {
    padding: 10px 0;
}

.navbar-header .navbar-logo {
    padding-top: inherit;
    padding-bottom: inherit;
    height: auto;
    width: 400px;
    display: inline-block;
}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand, .wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover, .wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
    padding: 30px 25px;
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #f5f7fa;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

nav.navbar.bootsnav ul.nav > li > a {
    font-size: 20px;
}

    nav.navbar.bootsnav ul.nav > li > a:hover, nav.navbar.bootsnav ul.nav > li > a:focus {
        color: var(--orange);
    }

nav.navbar.bootsnav ul.nav > li.active > a {
    color: var(--orange);
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}

nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}

.menu-ui-design {
    overflow-y: scroll;
    height: 350px;
}

    .menu-ui-design::-webkit-scrollbar {
        width: 5px;
    }

    .menu-ui-design::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 8px #000;
    }

    .menu-ui-design::-webkit-scrollbar-thumb {
        background-color: var(--orange);
    }

nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid var(--orange);
    padding: 10px;
    top: 0;
}

    nav.navbar.bootsnav .navbar-toggle i {
        color: var(--orange);
    }

/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/

.welcome-hero {
    position: relative;
    background: url(../images/welcome-hero/ship-on-beach.jpg) no-repeat center;
    background-size: cover;
    min-height: 100dvh;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

    .welcome-hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(42, 45, 84, 0.27);
        z-index: 2;
    }

.div1 {
    position: relative;
    z-index: 3;
    background: url(../images/welcome-hero/rustic-wooden-board.png) no-repeat center;
    background-size: cover;
    width: 50%;
    max-width: 600px;
    min-width: 300px;
    padding: 2rem;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin-left: 5vw;
}

    .div1 h2 {
        color: var(--black);
        font-size: 2.5rem;
        margin: 0 0 1rem;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .div1 .pirate-button {
        background-color: #8b4513;
        color: #fff;
        padding: 0.75rem 1.5rem;
        border: none;
        border-radius: 5px;
        font-size: 1.2rem;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .div1 .pirate-button:hover {
            background-color: #a0522d;
        }

@media (max-width: 768px) {
    .welcome-hero {
        background-size: cover;
        min-height: 100dvh;
        background-position: center center;
        padding: 1rem;
        box-sizing: border-box;
    }

    .div1 {
        width: 90%;
        max-width: 400px;
        min-width: 200px;
        padding: 1rem;
    }

        .div1 h2 {
            font-size: 1.8rem;
            margin-bottom: 0.75rem;
        }

        .div1 .pirate-button {
            font-size: 1rem;
            padding: 0.5rem 1rem;
        }
}

@media (max-width: 480px) {
    .welcome-hero {
        min-height: 100dvh;
        background-position: center center;
    }

    .div1 {
        width: 95%;
        max-width: 300px;
        padding: 0.75rem;
    }

        .div1 h2 {
            font-size: 1.5rem;
        }

        .div1 .pirate-button {
            font-size: 0.9rem;
            padding: 0.4rem 0.8rem;
        }
}

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.hero.content_inner {
    position: relative;
}

    .hero.content_inner.text {
        max-width: 450px;
    }

        .hero.content_inner.text.heading.heading_img {
            line-height: 0
        }

            .hero.content_inner.text.heading.heading_img.img {
                width: 100%
            }

    .hero.content_inner.heading {
        color: #fdb52b;
        font-family: Rubik-Black;
        font-size: 110.64px;
        letter-spacing: -.06em;
        line-height: 80px;
        margin: 0;
        text-transform: uppercase
    }

.welcome-hero-container {
    position: relative;
    text-align: center;
    color: white;
}

.welcome-hero-container-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.welcome-hero-txt {
    text-align: center;
    padding: 20vw 0 15vw;
}

    .welcome-hero-txt .h1 {
        font-size: 42px !important;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 45px;
    }

.scroll.button-li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.orange-btn {
    display: inline-block;
    width: 230px;
    height: 60px;
    background: var(--orange);
    font-size: 1.3rem;
    color: #000;
    border: 5px solid #000;
    border-radius: 3px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

    .orange-btn:hover {
        border: 3px solid #fff;
        color: #fff;
    }

.welcome-btn {
}

.info-section-btn {
    margin-top: 55px;
}

/*-------------------------------------
        4. Model-Search
--------------------------------------*/
.model-search-content .col-sm-12 {
    padding: 0;
}

.model-search-content {
    padding: 40px 0;
    background: #fff;
    box-shadow: 0 10px 40px 0px rgba(38,40,64,.2);
    position: absolute;
    bottom: -150px;
    width: 100%;
    border-radius: 3px;
}

.single-model-search {
    margin-bottom: 30px;
}

    .single-model-search:last-child {
        margin-bottom: 0;
    }

    .single-model-search h2 {
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

.model-select-icon {
    position: relative;
}

    .model-select-icon .form-control {
        outline: 0 !important;
        box-shadow: none;
        border: 1px solid #f8f8f8;
        background: #f8f8f8;
        height: 60px;
    }

    .model-select-icon select {
        font-size: 16px;
        color: #888f9d;
        text-transform: capitalize;
    }

    .model-select-icon:after {
        position: absolute;
        content: "\f103";
        right: 0px;
        top: 0;
        font-size: 10px;
        color: #888f9d;
        background: #f8f8f8;
        height: 60px;
        line-height: 60px;
        width: 50px;
        text-align: center;
        font-family: "Flaticon";
        pointer-events: none;
        border: transparent;
    }

.welcome-btn.model-search-btn {
    width: 160px;
    margin-top: 80px;
    margin-left: 53px;
}

/*-------------------------------------
        5. info 
--------------------------------------*/

.section {
    position: relative;
}

    .section.with_top_line:before {
        background-image: url(../images/welcome-hero/black-beige-divider.svg);
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: -95.37px 41.14px 49.18px 0 rgba(0,0,0,.102);
        content: "";
        display: block;
        height: 5rem;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.section-container-background {
    background: linear-gradient(to bottom, #40c4ff, #0288d1);
    padding: 3rem 0;
    z-index: -2;
}

.section-seperator {
    padding-top: 5rem;
}

@media (max-width: 767px) {
    .section.with_top_line:before {
        height: 3rem;
    }

    .section-container-background {
        padding: 3rem 0;
    }

    .section-seperator {
        padding-top: 3rem;
    }
}

@media (max-width: 414px) {
    .section.with_top_line:before {
        background-image: url(../images/welcome-hero/black-beige-divider-mobile.svg);
        box-shadow: -56.74px 24.48px 29.26px 0 rgba(0,0,0,.102)
    }

    .section-container-background {
        padding: 1rem 0;
    }

    .section-seperator {
        padding-top: 1rem;
    }
}

.info-heading {
    text-align: center;
    padding: 36px;
}

.single-info-item {
    text-align: center;
    padding: 10px 20px 60px;
    border-radius: 3px;
    margin-bottom: 30px;
    border: 1px solid #dadfe9;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    background: var(--orange);
    border: 1px solid var(--orange);
    background-color: var(--orange);
    color: var(--white);
}

.single-info-icon {
    display: inline-block;
    color: var(--white);
}

.single-info-item h2 {
    color: var(--white);
    margin: 35px 0 20px;
    font-size: 30px;
}

    .single-info-item h2 a span {
        text-transform: lowercase;
    }

.single-info-item p {
    font-size: 20px;
    padding-bottom: 10px;
    text-transform: initial;
    position: relative;
}

    .single-info-item p:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 3px;
        background: var(--white);
        bottom: 0;
        left: 50%;
        margin-left: -10px;
    }

.single-info-icon [class^="flaticon-"]:before, .single-info-icon[class*=" flaticon-"]:before, .single-info-icon [class^="flaticon-"]:after, .single-info-icon [class*=" flaticon-"]:after {
    font-size: 60px;
}

.single-info-item:hover .single-info-icon [class^="flaticon-"]:before, .single-info-item:hover .single-info-icon [class*=" flaticon-"]:before, .single-info-item:hover .single-info-icon [class^="flaticon-"]:after, .single-info-item:hover .single-info-icon [class*=" flaticon-"]:after {
    color: #fff;
}

.single-info-item:hover h2 a, .single-info-item:hover p {
    color: #fff;
}

    .single-info-item:hover p:before {
        background: #fff;
    }

.single-info-item:hover {
    box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);
    border: 1px solid var(--white);
}

/*-------------------------------------
        6. Activities
--------------------------------------*/

.activities-content {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.activities-txt {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .activities-txt h2 a {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 26px;
    }

        .activities-txt h2 a span {
            text-transform: uppercase;
        }

.activities-para2 {
    margin-top: 30px;
}

.welcome-btn.activities-btn {
    width: 176px;
    margin-top: 32px;
}

.info-section-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .info-section-container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .info-section-container {
        width: 90vw;
    }
}

@media (min-width: 1200px) {
    .info-section-container {
        width: 90vw;
    }
}

.activities-section-btn-row {
    text-align: center;
    margin-bottom: 30px;
}

.activities .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px 4px;
    background: transparent;
    border: 1px solid #6a7781;
    border-radius: 50%;
}

.activities .owl-theme .owl-dots .owl-dot.active span, .activities .owl-theme .owl-dots .owl-dot:hover span {
    background: #6a7781;
}

.activities .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 62px;
}

/*-------------------------------------
        7. Featured-cars
--------------------------------------*/
.featured-cars {
    padding: 112px 0 120px;
}

.featured-cars-content {
    padding-top: 96px;
}

.featured-img-box {
    border: 1px solid #dadfe9;
}

.featured-cars-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    height: 220px;
    border-bottom: 1px solid #dadfe9;
}

.featured-model-info {
    padding: 12px 7px;
}

    .featured-model-info p {
        font-size: 12px;
        color: #8c92a0;
        text-transform: capitalize;
    }

.featured-mi-span {
    display: inline-block;
    margin: 0 10px;
}

.featured-hp-span {
    display: inline-block;
    margin-right: 10px;
}

.featured-cars-txt {
    margin: 21px 0 47px;
}

    .featured-cars-txt h2 a {
        font-size: 16px;
        margin-bottom: 15px;
    }

        .featured-cars-txt h2 a span {
            text-transform: uppercase;
        }

    .featured-cars-txt h3 {
        margin-bottom: 10px;
    }

    .featured-cars-txt h3, .featured-cars-txt p {
        font-size: 13px;
    }

/*-------------------------------------       
        8. Clients-say 
--------------------------------------*/
.clients-say {
    padding: 115px 0 80px;
}

.single-testimonial-box {
    padding: 50px 30px 57px;
    text-align: center;
    border: 1px solid #dadfe9;
    overflow-x: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.clients-say .testimonial-carousel .col-sm-3,
.clients-say .testimonial-carousel .col-xs-12 {
    width: 100%;
    height: auto;
}

.testimonial-img {
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.testimonial-person h2 a, .testimonial-person h4 {
    font-size: 16px;
    color: #5e6778;
    font-weight: 600;
}

.testimonial-person h4 {
    margin-top: 10px;
}

.testimonial-comment p {
    font-size: 16px;
    color: #5e6778;
    margin-top: 30px;
    margin-bottom: 25px;
}

.single-testimonial-box:hover h2 a, .single-testimonial-box:hover h4, .single-testimonial-box:hover p {
    color: #fff;
}

.single-testimonial-box:hover {
    background: var(--orange);
    border: 1px solid var(--orange);
    box-shadow: 0 12px 30px 0px rgba(0,1,193,.2);
}

.clients-say .owl-carousel .owl-stage {
    position: relative;
    padding: 100px 0 40px;
}

.clients-say .owl-carousel .owl-item img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
}

/*-------------------------------------
        9. Brand
--------------------------------------*/
.brand {
    padding: 120px 0;
}

.brand-area {
    position: relative;
}

    .brand-area .item {
        padding: 0 40px 0;
    }

.brand .brand-area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 72px;
    border-radius: 0;
}

/*-------------------------------------
        10. Blog
--------------------------------------*/

/*-------------------------------------
        12. Contact
--------------------------------------*/
.contact {
    background: #2a2d54;
    z-index: 10 !important;
}

.footer-top {
    padding: 40px 0;
}

.footer-logo a, .footer-logo a:hover, .footer-logo a:focus {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'Rufina', serif;
    font-weight: 700;
    text-transform: uppercase;
}

.single-footer-widget p {
    font-size: 14px;
    color: #eeeff6;
    max-width: 300px;
    margin: 40px 0 20px;
}

.footer-contact p {
    margin: 0;
    color: #d1d7e9;
}

.single-footer-widget {
    margin-bottom: 10px;
}

    .single-footer-widget h2 {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 43px;
    }

    .single-footer-widget ul li {
        margin-top: 10px;
        display: inherit;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .single-footer-widget ul li:hover {
            -webkit-transform: translateX(10px);
            -moz-transform: translateX(10px);
            -ms-transform: translateX(10px);
            -o-transform: translateX(10px);
            transform: translateX(10px);
        }

        .single-footer-widget ul li a {
            font-size: 20px;
            color: #cfd0e3;
            font-weight: 300;
            padding-bottom: 13px;
        }

.single-footer-widget-button {
    font-size: 20px;
    color: #cfd0e3;
    font-weight: 300;
    padding-bottom: 13px;
}

.single-footer-widget ul li a span {
    text-transform: lowercase;
}

.footer-newsletter p {
    color: #aeafc2;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px;
}

.hm-foot-email {
    position: relative;
}

.foot-email-box .form-control {
    background: #26294d;
    display: block;
    padding: 15px 20px;
    outline: 0 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    border: 0;
}

.foot-email-box input[type="text"] {
    font-size: 12px;
    color: #666c81;
    font-weight: 300;
}

.foot-email-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    color: #666c81;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-email-box .form-control:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,.4);
}

.footer-copyright {
    padding: 20px 0 17px;
    border-top: 1px solid #434859;
}

    .footer-copyright p, .footer-copyright p a {
        color: #a8a9bf;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
    }

.footer-social {
    text-align: right;
}

    .footer-social a i {
        color: #fff;
        opacity: .40;
        font-size: 14px;
        margin-left: 16px;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .footer-social i:hover {
        opacity: .70;
    }

/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: var(--orange);
    border: 1px solid var(--orange);
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

    #scroll-Top .return-to-top:hover {
        background: #fff;
        color: var(--orange);
        border: 1px solid var(--orange);
    }

    #scroll-Top .return-to-top i {
        position: relative;
        bottom: 0;
    }

    #scroll-Top .return-to-top i {
        position: relative;
        animation-name: example;
        animation-direction: alternate;
        animation-iteration-count: infinite;
        animation-duration: 1s;
    }

@keyframes example {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: 7px;
    }
}

.gallery-content {
    padding-top: 60px;
}

.gallery {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}

.gallery-item {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .gallery-item img {
        width: 100%;
        height: auto;
        max-height: 200px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        cursor: pointer;
    }

        .gallery-item img:hover {
            transform: scale(1.05);
        }

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    max-width: 80%;
    max-height: 80%;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.fb-modal {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: start;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

    .fb-modal.active {
        display: flex;
    }

.fb-modal-content {
    background-color: #fefefe;
    margin: 2% auto;
    border: 1px solid #888;
    border-radius: 0.75rem;
    width: 100%;
    min-width: 500px;
    max-width: 600px;
}

@media (max-width:767px) {
    .fb-modal-content {
        min-width: 300px;
        max-width: 400px;
    }
}

.fb-modal-close {
    color: var(--white);
    float: right;
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
}

    .fb-modal-close:hover,
    .fb-modal-close:focus {
        text-decoration: none;
        cursor: pointer;
    }

.fb-modal-heading-div {
    background-color: var(--orange);
    color: var(--dark-grey);
    border-bottom: 1px solid var(--light-grey);
}

.fb-modal-title-heading {
    padding: 20px;
    font-size: 18px;
}

.fb-modal-title-heading-label {
}

.fb-padding-20px {
    padding: 10px 20px;
}

.info-parchment-container {
    position: relative;
    background-image: url(../images/welcome-hero/old-map.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    padding: 15% 5% 20% 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.parchment-container {
    position: relative;
    background-image: url(../images/welcome-hero/top-view-paper-texture_3.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 1250px;
    padding: 15% 5% 20% 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.horizontal-parchment-container {
    position: relative;
    background-image: url(../images/welcome-hero/top-view-paper-texture_3_horizontal.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    padding: 15% 5% 20% 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.parchment-image {
    max-width: 80%;
    max-height: 30%;
    object-fit: contain;
    margin-bottom: 20px;
}

.parchment-text {
    text-align: center;
    color: #333;
    font-size: 1.2rem;
    max-width: 80%;
    margin-bottom: 20px;
}

.horizontal-parchment-text {
    text-align: left;
    color: #333;
    font-size: 1.2rem;
    max-width: 90%;
    margin-bottom: 20px;
}

.parchment-heading-text {
    text-align: center;
    color: #333;
    margin-bottom: 15px;
    font-size: 36px;
}

.horizontal-parchment-heading-text {
    text-align: center;
    width: 90%;
    color: #333;
    margin-bottom: 15px;
    font-size: 36px;
}

.activities-section-btn-row {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.orange-btn {
    background-color: #ff6200;
    color: white;
    border: 5px solid var(--black);
    padding: 10px 20px;
    font-size: 1.2rem;
    cursor: pointer;
}

    .orange-btn:hover {
        background-color: #e65c00;
    }

/* Ensure the row uses Flexbox to make columns equal height */
#activities .row {
    display: flex;
    flex-wrap: wrap;
}

/* Ensure columns stretch to equal height */
#activities .col-md-12 {
    display: flex;
    flex: 1 0 50%;
    max-width: 100%;
}

@media (max-width: 399px) {
    .parchment-container {
        min-height: 100px;
        padding: 10% 5% 5% 5%;
        background-size: 200% auto;
    }

    .parchment-image {
        margin-bottom: 10px;
    }

    .parchment-heading-text {
        margin-bottom: 0px;
        font-size: 30px;
    }

    .parchment-text {
        max-width: 100%;
        font-size: 1rem;
        margin-bottom: 0px;
    }

    .activities-section-btn-row {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 400px) and (max-width: 576px) {
    .parchment-container {
        min-height: 300px;
        padding: 10% 5% 5% 5%;
        background-size: 200% auto;
    }

    .parchment-image {
        margin-bottom: 10px;
    }

    .parchment-heading-text {
        margin-bottom: 0px;
        font-size: 30px;
    }

    .parchment-text {
        max-width: 100%;
        font-size: 1rem;
        margin-bottom: 0px;
    }

    .activities-section-btn-row {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .parchment-container {
        min-height: 100px;
        padding: 10% 5% 5% 5%;
        background-size: 140% auto;
    }

    .parchment-image {
        width: 100%;
    }

    .parchment-heading-text {
        margin-bottom: 0px;
        font-size: 30px;
    }

    .parchment-text {
        max-width: 100%;
    }

    .activities-section-btn-row {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .parchment-container {
        min-height: 100px;
        padding: 10% 5% 0% 5%;
        background-size: 280% auto;
    }

    .parchment-image {
        max-width: 90%;
        max-height: 25%;
    }

    .parchment-text {
        max-width: 100%;
    }

    .activities-section-btn-row {
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .parchment-container {
        min-height: 1300px;
        padding: 25% 5% 0% 5%;
        background-size: 160% auto;
    }

    .parchment-image {
        max-width: 100%;
        max-height: 25%;
    }

    .parchment-heading-text {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .parchment-text {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .activities-section-btn-row {
        margin-bottom: 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .parchment-container {
        min-height: 1150px;
        padding: 18% 5% 0% 5%;
        background-size: 120% auto;
    }

    .parchment-image {
        max-width: 80%;
        max-height: 25%;
    }

    .parchment-heading-text {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .parchment-text {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .activities-section-btn-row {
        margin-bottom: 25px;
    }
}

@media (min-width: 1400px) {
    .parchment-container {
        min-height: 1220px;
        padding: 18% 5% 0% 5%;
        background-size: 100% auto;
    }

    .parchment-image {
        max-width: 100%;
    }

    .parchment-heading-text {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .parchment-text {
        max-width: 90%;
        font-size: 1.1rem;
    }

    .activities-section-btn-row {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    #activities .row {
        flex-direction: column;
    }

    #activities .col-md-6 {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .orange-btn {
        font-size: 1.2rem;
        padding: 8px 16px;
    }
}

.white-background {
    background-image: url(../images/welcome-hero/old-map.png);
    background-color: #e3dac9;
    --bs-gutter-x: 0;
}

.row.white-background {
    border-radius: 15px;
    padding: 30px;
}

.contact-us-info {
    min-height: 600px;
    padding: 50px 40px;
}

    .contact-us-info h2 {
        font-size: 36px;
        margin-bottom: 1rem;
    }

    .contact-us-info > p > i.fa {
        margin-right: 6px;
        font-size: 28px;
    }

    .contact-us-info > p {
        color: var(--light-grey);
        font-size: 28px;
        margin-top: 30px;
    }

        .contact-us-info > p > a > i.fa-facebook, .contact-us-info > p > a > i.fa-instagram {
            font-size: 60px;
            margin-right: 30px;
            color: var(--light-grey);
        }

            .contact-us-info > p > a > i.fa-facebook:hover, .contact-us-info > p > a > i.fa-instagram:hover {
                color: var(--dark-grey);
                cursor: pointer;
            }

.social-media-icons {
    text-align: left;
}

.gallery-modal-image {
    width: auto;
}
