/*

TemplateMo 587 Tiya Golf Club

https://templatemo.com/tm-587-tiya-golf-club

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
    --white-color: #ffffff;
    --primary-color: #81B29A;
    --secondary-color: #3D405B;
    --section-bg-color: #F4F1DE;
    --custom-btn-bg-color: #F2CC8F;
    --custom-btn-bg-hover-color: #E07A5F;
    --dark-color: #000000;
    --p-color: #717275;
    --link-hover-color: #F2CC8F;
    --body-font-family: 'DM Sans', sans-serif;
    --h1-font-size: 42px;
    --h2-font-size: 36px;
    --h3-font-size: 28px;
    --h4-font-size: 24px;
    --h5-font-size: 22px;
    --h6-font-size: 20px;
    --p-font-size: 18px;
    --menu-font-size: 16px;
    --btn-font-size: 14px;
    --border-radius-large: 100px;
    --border-radius-medium: 20px;
    --border-radius-small: 10px;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
}

body {
    background-color: var(--white-color);
    font-family: var(--body-font-family);
}
@media (min-width:1279px){
    .startPlan-btn {
        width: 75% !important;
    }
}
#displaymap{
    height:100%;
}
a:hover {
    text-decoration: none;
}
.sk-circle {
    margin: 100px auto 10px;
    width: 40px;
    height: 40px;
    position: relative;
}

    .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #071689;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

.nav-item .dropdown .dropbtn, .nav-item .dropdown i {
    color: #071689 !important;
    padding-block: 6px;
    margin-inline: 5px;
}

.nav-item .lang .dropbtn, .nav-item .lang i {
    color: #fff !important;
    padding: 6px;
    margin-top: 1.5px;
}

    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {

    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--font-weight-medium);
    letter-spacing: -1px;
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-bold);
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
}

h3 {
    font-size: var(--h3-font-size);
}

h4 {
    font-size: var(--h4-font-size);
}

h5 {
    font-size: var(--h5-font-size);
}

h6 {
    font-size: var(--h6-font-size);
}

p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-normal);
}

ul li {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-normal);
}

a,
button {
    touch-action: manipulation;
    transition: all 0.3s;
}

a {
    display: inline-block;
    color: var(--secondary-color);
    text-decoration: none;
}

    a:hover {
        color: var(--link-hover-color);
    }

b,
strong {
    font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-bg {
    background-color: var(--section-bg-color);
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-overlay {
    content: "";
    background: rgba(0, 0, 0, 0) linear-gradient(rgba(39, 48, 83, 0.01) 0%, rgb(39, 48, 83) 100%) repeat scroll 0% 0%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

::selection {
    background-color: var(--primary-color);
    color: var(--white-color);
}


/*---------------------------------------
  ANIMATED HEADLINE               
-----------------------------------------*/
.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

    .cd-words-wrapper b {
        color: var(--link-hover-color);
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }

        .cd-words-wrapper b.is-visible {
            position: relative;
        }

.no-js .cd-words-wrapper b {
    opacity: 0;
}

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }

.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

    .cd-headline.rotate-1 b.is-visible {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-animation: cd-rotate-1-in 1.2s;
        -moz-animation: cd-rotate-1-in 1.2s;
        animation: cd-rotate-1-in 1.2s;
    }

    .cd-headline.rotate-1 b.is-hidden {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-animation: cd-rotate-1-out 1.2s;
        -moz-animation: cd-rotate-1-out 1.2s;
        animation: cd-rotate-1-out 1.2s;
    }

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}


.overlay {
    position: absolute;
 /*   left: 0;*/
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to left, rgba(3, 178, 200, 0.82), rgba(3, 178, 200, 0));
    overflow: hidden;
    width: 70%;
    height: 100%;
    transition: .5s ease;
}

.survy {
    text-decoration: none;
    font-size: 24px;
    color: gray;
    margin-right: 15px;
    margin-top: 5px;
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
    background: var(--custom-btn-bg-color);
    border: 2px solid transparent;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--btn-font-size);
    font-weight: var(--font-weight-bold);
    line-height: normal;
    transition: all 0.3s;
    padding: 10px 20px;
}

    .custom-btn:hover {
        background: var(--custom-btn-bg-hover-color);
        color: var(--white-color);
    }

.custom-border-btn {
    background: transparent;
    border: 2px solid var(--custom-btn-bg-color);
    color: var(--custom-btn-bg-color);
}

    .custom-border-btn:hover {
        background: var(--custom-btn-bg-color);
        border-color: transparent;
        color: var(--white-color);
    }

.custom-btn-bg-white {
    border-color: var(--white-color);
    color: var(--white-color);
}
.custom-btn-group button {
    background: #03aac5 !important;
    border-radius: 10px;
    width: 200px;
    height:48px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    color:#fff !important;
}
    .custom-btn-group button img {
        width: 20px;
        display: inline-block;
    }

.custom-btn-group .link {
    color: var(--white-color);
    font-weight: var(--font-weight-medium);
}

    .custom-btn-group .link:hover {
        color: var(--link-hover-color);
    }


/*---------------------------------------
  NAVIGATION BAR & OFFCANVAS              
-----------------------------------------*/
.offcanvas {
    background-color: var(--primary-color);
    padding: 30px;
}

    .offcanvas.offcanvas-end {
        border-left: 0;
    }

.offcanvas-header .btn-close {
    transition: all 0.3s;
}

    .offcanvas-header .btn-close:hover {
        transform: rotate(180deg);
    }

.offcanvas svg {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.sticky-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

    .sticky-wrapper.is-sticky .navbar {
        background-color: white;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    }

        .sticky-wrapper.is-sticky .navbar .navbar-nav .nav-link {
            color: #071689 !important;
        }

            .sticky-wrapper.is-sticky .navbar .navbar-nav .nav-link:hover {
                border-bottom: 3px solid #071689;
            }

.navbar {
    background: transparent;
    z-index: 99;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-brand,
.navbar-brand:hover {
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-bold);
    display: block;
    color: var(--dark-color);
}

.navbar .navbar-brand,
.navbar .navbar-brand:hover {
    color: var(--white-color);
}

.navbar .navbar-brand-image {
    filter: brightness(0) invert(1);
}

.navbar-brand-image {
    width: 48px;
    height: 48px;
}

.navbar-brand-text {
    line-height: normal;
    margin-left: 10px;
    position: relative;
    bottom: 5px;
}

    .navbar-brand-text small {
        display: block;
        font-size: 10px;
        line-height: 1;
        text-transform: uppercase;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    border-radius: var(--border-radius-large);
    margin: 0px 10px;
    padding: 10px;
}

.navbar-nav .nav-link {
    display: inline-block;
    color: var(--white-color);
    font-size: var(--menu-font-size);
    font-weight: var(--font-weight-medium);
    padding-top: 15px;
    padding-bottom: 15px;
}

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
        color: var(--link-hover-color);
    }

.navbar .dropdown-menu {
    background: var(--white-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
    border: 0;
    display: inherit;
    opacity: 0;
    min-width: 9rem;
    margin-top: 20px;
    padding: 13px 0 10px 0;
    transition: all 0.3s;
    pointer-events: none;
}

    .navbar .dropdown-menu::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid var(--white-color);
        position: absolute;
        top: -10px;
        left: 10px;
    }

.navbar .dropdown-item {
    display: inline-block;
    color: var(--p-color);
    font-size: var(--menu-font-size);
    font-weight: var(--font-weight-medium);
    position: relative;
}

    .navbar .dropdown-item.active,
    .navbar .dropdown-item:active,
    .navbar .dropdown-item:focus,
    .navbar .dropdown-item:hover {
        background: transparent;
        color: var(--link-hover-color);
    }

.navbar .dropdown-toggle::after {
    content: "\f282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: var(--copyright-font-size);
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    left: 2px;
    border: 0;
}

@media screen and (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1;
        margin-top: 0;
        pointer-events: auto;
    }
    .intro-paragh h3 {
        font-size: 39px;
    }

    .intro-paragh h1 {
        font-size: 64px;
    }
}

.navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0;
    width: 30px;
    height: 35px;
    outline: none;
}

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: transparent;
    }

        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
            transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
            transition: top 300ms 50ms ease, transform 300ms 350ms ease;
            transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
            top: 0;
        }

        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
            transform: rotate(45deg);
        }

        .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
            transform: rotate(-45deg);
        }

    .navbar-toggler .navbar-toggler-icon {
        background: var(--white-color);
        transition: background 10ms 300ms ease;
        display: block;
        width: 30px;
        height: 2px;
        position: relative;
    }

        .navbar-toggler .navbar-toggler-icon:before,
        .navbar-toggler .navbar-toggler-icon:after {
            transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
            transition: top 300ms 350ms ease, transform 300ms 50ms ease;
            transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
            position: absolute;
            right: 0;
            left: 0;
            background: var(--white-color);
            width: 30px;
            height: 2px;
            content: '';
        }

        .navbar-toggler .navbar-toggler-icon::before {
            top: -8px;
        }

        .navbar-toggler .navbar-toggler-icon::after {
            top: 8px;
        }


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100vh;
    min-height: 670px;
    margin-bottom: -90px;
}

.hero-50 {
    height: auto;
    min-height: 540px;
    margin-bottom: -100px;
}

    .hero-50 .container + svg {
        transform: rotate(180deg);
    }

.hero-section .ratio {
    border-radius: var(--border-radius-medium);
    overflow: hidden;
}

.hero-section svg {
    position: absolute;
    right: 0;
    left: 0;
}

.hero-section > svg {
    top: 0;
}

.hero-section .container + svg {
    top: auto;
    bottom: -1px;
}

.hero-section .row {
    position: relative;
    z-index: 22;
}


/*---------------------------------------
  BACKGROUND IMAGE SECTION        
-----------------------------------------*/
.section-bg-image {
    background-image: url('../images/frederik-rosar-NDSZcCfnsbY-unsplash.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: -70px;
}

    .section-bg-image .container + svg {
        transform: rotate(180deg);
        position: relative;
        bottom: -1px;
    }

.section-bg-image-block {
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: var(--border-radius-medium);
    border: 1px solid rgba(209, 213, 219, 0.3);
    border-radius: var(--border-radius-medium);
    padding: 50px;
}

    .section-bg-image-block .input-group {
        background-color: var(--white-color);
        border-radius: var(--border-radius-large);
        padding: 10px 15px;
    }

    .section-bg-image-block .input-group-text {
        background-color: transparent;
        border: 0;
    }

    .section-bg-image-block input[type="email"] {
        border: 0;
        box-shadow: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .section-bg-image-block button[type="submit"] {
        background-color: var(--primary-color);
        border: 0;
        border-radius: var(--border-radius-large) !important;
        color: var(--white-color);
        max-width: 150px;
    }


/*---------------------------------------
  ABOUT SECTOIN              
-----------------------------------------*/
.about-section {
    padding-bottom: 70px;
}

.member-block-image-wrap {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

    .member-block-image-wrap:hover .member-block-image {
        transform: scale(1.2);
    }

    .member-block-image-wrap:hover .social-icon {
        opacity: 1;
    }

    .member-block-image-wrap .social-icon {
        background-color: var(--white-color);
        border-radius: var(--border-radius-large);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: all 0.5s;
        padding: 15px 20px;
        width: auto;
    }

.member-block-image {
    transition: all 0.3s;
}

.member-block-info {
    padding: 10px;
}

    .member-block-info h4,
    .member-block-info p {
        margin-bottom: 0;
    }


/*---------------------------------------
  CUSTOM BLOCK              
-----------------------------------------*/
.custom-block {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 30px 20px;
}

.custom-block-bg {
    background: var(--white-color);
}

.custom-block-date-wrap {
    background-color: var(--primary-color);
    border-radius: var(--border-radius-medium);
    text-align: center;
    padding: 20px 30px;
}

.custom-block-date {
    font-size: var(--h1-font-size);
}

.custom-block-image-wrap {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

    .custom-block-image-wrap:hover .custom-block-image {
        transform: scale(1.2);
    }

    .custom-block-image-wrap:hover .custom-block-icon {
        opacity: 1;
    }

.custom-block-image {
    transition: all 0.3s;
}

.custom-block-image-wrap .custom-block-date-wrap,
.custom-block-image-wrap .custom-btn-wrap {
    position: absolute;
    bottom: 0;
}

.custom-block-image-wrap .custom-block-date-wrap {
    border-radius: 0;
    left: 0;
    width: 50%;
    padding: 12.30px 20px;
}

.custom-block-image-wrap .custom-btn-wrap {
    right: 0;
    width: 50%;
}

.custom-block-image-wrap .custom-btn {
    border-radius: 0;
    display: block;
    padding: 15px 20px;
}

.custom-block-info {
    padding-top: 10px;
}

.custom-block-image-wrap + .custom-block-info {
    padding-top: 20px;
}

.custom-block-span {
    color: var(--secondary-color);
    font-weight: var(--font-weight-bold);
    min-width: 110px;
    margin-right: 10px;
}

.custom-block-icon {
    background: var(--custom-btn-bg-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: var(--h3-font-size);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

    .custom-block-icon:hover {
        background: var(--custom-btn-bg-hover-color);
        color: var(--white-color);
    }


/*---------------------------------------
  EVENTS SECTION            
-----------------------------------------*/
.events-section.section-bg .container > .row {
    margin-right: 5px;
    margin-left: 5px;
}

    .events-section.section-bg .container > .row .row {
        margin: auto;
    }

.events-listing-section {
    margin-bottom: 100px;
}

.events-detail-section .custom-block-info {
    padding: 40px 60px;
}

.events-detail-info {
    background-color: var(--section-bg-color);
    border-radius: var(--border-radius-medium);
    padding: 50px 25px;
}

.events-title {
    font-size: var(--h3-font-size);
    font-weight: var(--font-weight-medium);
}


/*---------------------------------------
  MEMBERSHIP SECTION            
-----------------------------------------*/
.membership-section .container {
    position: relative;
    z-index: 2;
}

.table-responsive {
    border-radius: var(--border-radius-medium);
}

    .table-responsive tbody,
    .table-responsive td,
    .table-responsive tfoot,
    .table-responsive th,
    .table-responsive thead,
    .table-responsive tr {
        border: 0;
    }

        .table-responsive thead tr {
            background-color: var(--secondary-color);
            color: var(--white-color);
        }

        .table-responsive thead th {
            padding: 22px 16px !important;
        }

        .table-responsive tbody tr:nth-child(even) {
            background-color: var(--section-bg-color);
        }

.table > :not(caption) > * > * {
    padding: 18px 16px;
}

.table-responsive .bi-check-circle-fill {
    color: var(--primary-color);
}

.table-responsive .bi-x-circle-fill {
    color: var(--custom-btn-bg-hover-color);
}

.membership-form {
    background-color: var(--secondary-color);
    border-radius: var(--border-radius-medium);
    padding: 35px;
}

    .membership-form .form-floating > textarea {
        border-radius: var(--border-radius-medium);
        height: 100px;
    }


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-form .form-floating > textarea {
    border-radius: var(--border-radius-medium);
    height: 120px;
}

.contact-info {
    position: relative;
}

.contact-info-item {
    background: var(--secondary-color);
    border-radius: var(--border-radius-medium);
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.contact-info-body {
    padding: 20px 30px;
}

    .contact-info-body strong,
    .contact-info-item a {
        color: var(--white-color);
    }

.contact-info-footer {
    background-color: var(--custom-btn-bg-hover-color);
    padding: 10px 20px;
    transition: all 0.3s;
}

    .contact-info-footer:hover {
        background-color: var(--custom-btn-bg-color);
    }

    .contact-info-footer a {
        display: block;
        font-weight: var(--font-weight-bold);
    }


/*---------------------------------------
  SITE FOOTER            
-----------------------------------------*/
.site-footer {
    position: relative;
    padding-bottom: 200px;
}

    .site-footer .container {
        position: relative;
        z-index: 2;
    }

    .site-footer svg {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        pointer-events: none;
    }

.site-footer-title {
    color: var(--secondary-color);
}

.site-footer p span {
    font-weight: var(--font-weight-medium);
    margin-right: auto;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
    border-radius: var(--border-radius-large);
    border-width: 2px;
    box-shadow: none;
    color: var(--p-color);
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 20px;
    outline: none;
}

    .custom-form .form-control:focus,
    .custom-form .form-control:hover {
        border-color: var(--dark-color);
    }

.form-floating > label {
    padding-left: 20px;
}

.custom-form button[type="submit"] {
    background: var(--custom-btn-bg-color);
    border: none;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-medium);
    transition: all 0.3s;
    margin-bottom: 0;
    padding-left: 10px;
}

    .custom-form button[type="submit"]:hover,
    .custom-form button[type="submit"]:focus {
        background: var(--custom-btn-bg-hover-color);
        border-color: transparent;
    }

.header-form {
    position: relative;
}

    .header-form .form-control {
        padding-left: 42px;
    }

.header-form-icon {
    width: 24px;
    position: absolute;
    top: 0;
    margin: 12px;
    margin-left: 15px;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
    margin: 0;
    padding: 0;
}

.social-icon-item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.social-icon-link {
    background: var(--secondary-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--btn-font-size);
    display: block;
    margin-right: 5px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 36px;
    transition: background 0.2s, color 0.2s;
}

    .social-icon-link:hover {
        background: var(--primary-color);
        color: var(--white-color);
    }
.select2-container--open{
    width:max-content !important;
}
/*.main-trip div {
    width: 100%;
}*/
/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
    h1 {
        font-size: 36px;
    }
 /*   .main-trip div {
        width: 100%;
    }*/

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .navbar {
        background-color: var(--secondary-color);
    }

    .navbar-nav .dropdown-menu {
        position: relative;
        left: 10px;
        opacity: 1;
        pointer-events: auto;
        max-width: 155px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar-expand-lg .navbar-nav {
        padding-top: 15px;
        padding-bottom: 10px;
    }

        .navbar-expand-lg .navbar-nav .nav-link {
            margin: 5px;
            padding: 0;
        }

    .hero-section {
        position: relative;
        top: 82px;
        margin-bottom: 82px;
    }

    .events-listing-section {
        margin-bottom: 50px;
    }

    .events-detail-section .custom-block-info {
        padding: 40px;
    }

    .events-detail-info {
        padding: 35px 25px;
    }

    .contact-info-item {
        width: 60%;
    }

    .events-detail-section .contact-info-item {
        width: 70%;
    }

    .section-bg-image {
        margin-bottom: 0;
    }

    .section-bg-image-block {
        padding: 30px;
    }

    .site-footer {
        padding-top: 20px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 480px) {
    .loaderimg {
        width: 600px !important;
    }
    .navbar-brand {
        font-size: var(--p-font-size);
    }

    .navbar-brand-icon {
        width: 30px;
        height: 30px;
    }

        .navbar-brand-icon::after {
            top: 5px;
        }

    .section-bg-image-block {
        padding: 30px;
    }

    .contact-info-item {
        width: 72%;
    }
}

@media screen and (max-width: 360px) {
    .custom-btn {
        font-size: 12px;
        padding: 4px 12px;
    }
}

@media screen and (max-width: 767.89px) {
    .loaderimg {
        width: 400px !important;
    }
    #chat-popup {
        height: 62vh !important;
    }
    .mainImg, .adventure-part {
        height: 350px !important;
    }
}
@media (min-width:768px) and (max-width:991.89px){
    .mainImg, .adventure-part {
        height: 470px !important;
    }
}
/* custom-styles */
/* first-page */
@media screen and (max-width: 991px) {
    .navbar {
        background-color: white;
        width: 100% !important;
    }
    .index-content{order:2;}
    .contactUs {
        margin-top: 10% !important;
    }

    .navbar-item {
        color: #071689 !important;
    }

    .generateBtn-col {
        margin-top: -25px !important;
    }
}

@media screen and (max-width: 800px) {
    .d-lg-none {
        width: 100%;
        text-align: right;
    }

    .navbar > .container {
        justify-content: normal !important;
    }
}

.ms-auto .navbar-item {
    font-size: 15px !important;
    margin: 0px 0px 0px 15px !important;
}

.home-icon,
.nav-link .home-icon {
    width: 35px !important;
    padding: 0px 10px !important;
}

.mainImg {
    background-image: url("../images/background-main-page.jpg");
    background-size: cover;
    height: 100vh;
    position: relative;
}

    .mainImg a {
        position: absolute;
        bottom: 0px;
        left: 35px;
        cursor: pointer;
    }

.navbar-item {
    margin: 0px 30px !important;
    color: #071689 !important;
    text-transform: capitalize !important;
    font-size: 16px;
    font-family: inherit;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
}

    .navbar-item:hover {
        border-bottom: 3px solid #071689;
    }

.intro-paragh {
    padding-left: 0px;
    margin: auto;
    text-align: center;
}

    .intro-paragh p {
        text-align: start;
        padding: 0px 10%;
        font-size: 16px;
        color: #4a4a4a;
    }

    .intro-paragh img,
    .intro-paragh div {
        display: inline-block;
    }

.navbar-nav .nav-link {
    color: white !important;
    border-radius: 0px !important;
}


    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
        border-bottom: 3px solid white;
    }
.export {
    margin-top: 0;
    width: 45%;
    margin-inline: 10px;
    height: 45px;
    border-radius: 28px;
    align-items: center;
    display: flex;
    vertical-align: middle;
}
#currencyDropdown {
    width: 76% !important;
}
.select2-container--default .select2-selection--single {
    border: none !important;
}
.select2-container--default {
    width: 400px !important;
    padding: 2px !important;
    border-radius: 10px !important;
    display: inline-block;
    padding: 2px 5px 0px 5px;
    border-radius: 4px;
    position: relative;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}
    .select2-container--default .select2-selection--single {
        height: 36px !important;
        border-radius: 8px !important;
        background: #fff;
    }

.startPlan-btn {
    cursor: pointer;
    background: #00b5d2;
    border-radius: 13px;
    width: 60%;
    justify-content: center;
    height: 65px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-inline: 70px;
    margin: 0 auto;
    font-size: 18px;
}
.startPlan-btn img{
    width:20px;
    display:inline-block;
}
    .startPlan-btn:hover, .chat-assistant:hover{
        color: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        border-radius: 20px;
    }
.chat-assistant {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #df6a2e;
    color: #fff !important;
    text-transform: uppercase;
    padding-inline:10px;
    width: 150px;
    height: 50px;
    display:flex;
    align-items:center;
    font-weight:bold;
}
    .chat-assistant img{width:20px;display:inline-block;}
    .contactUs-btn {
        margin: auto;
        height: 40vh;
    }

.contactUs ul {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 15px;
}

.contactUs img {
    margin-left: -3px;
    margin-bottom: 10px;
    cursor: pointer;
}


/* controles-page */
.controles-img {
    background:rgba(7,22,137,1.6);
    height: 100%;
}

    .controles-img div {
        opacity: 0.35;
        width: 100%;
    }

.down {
    -webkit-transform: rotate(45deg);
    border: 1px solid #343a40;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    float: right;
    left: -12px;
    top: -21px;
}

.details-page .navbar-item {
    color: white;
}

    .details-page .navbar-item:hover {
        border-bottom: 3px solid white !important;
    }

.generateBtn {
    border-radius: 7px;
}

/* destination-page */
.destination-page .navbar-nav .nav-link {
    color: #071689 !important;
}

.header-img {
    background: url(../images/header-img.jpg) 45% 21%;
    height: 163px;
    text-align: left;
}

.borderBott {
    border-bottom: 3.5px solid #a8a8a8;
}

    .borderBott p {
        font-size: 14px;
        font-weight: 400;
        color: #666565;
    }

.header-img h3 {
    color: white;
    padding: 0px 117px 0px;
    font-weight: 600;
}

.first-head {
    padding: 40px 117px 0px !important;
    font-weight: 400;
    letter-spacing: .5px;
}

.headerCol {
    background: red;
    opacity: 1.6;
}

.parag2 {
    background: #f2f2f2;
}

.modal-content {
    border-radius: 15px;
    border: 2px solid #007bff;
}

.modal-header {
    background-color: #007bff;
    color: white;
}

.modal-footer .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.col-lg-9 ::-webkit-scrollbar {
    width: 20px;
}

/* Track */
.col-lg-9 ::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
.col-lg-9 ::-webkit-scrollbar-thumb {
    background: #001689;
}

.fa-circle {
    color: #999999;
    padding: 0px 9px;
    font-size: 9px;
}

.collapsible .fa-circle {
    color: rgb(0, 22, 137);
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid rgb(0, 22, 137);
    border-radius: 50px;
    padding: 5px 7px;
    margin-left: 15px;
}

.chat-icon {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.parag h4 {
    color: #001689;
}

.parag .firstHead {
    font-weight: 700;
}

.parag .headNum {
    letter-spacing: 1.5px;
}


/* custom */
body {
    font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

/* .navbar-expand-lg .navbar-nav .nav-link ,.navbar-brand-text{
  color: #212529;
} */
/* .sticky-wrapper.is-sticky .navbar {
  background-color: #b38877;
} */
.custom-btn {
    background: #e16a2c;
}

.is-sticky .nav-link,
.is-sticky .navbar-brand-text {
    color: white !important;
}

.hero-section > svg {
    display: none;
}

.hero-section {
    background-image: url(https://wanderlog.com/assets/LandingPageHero.jpg);
}

.text-white {
    color: #2c365d !important;
    font-weight: bolder;
}

.cd-headline {
    font-size: 1.75rem;
    color: #6c757d !important;
    font-weight: 400;
    letter-spacing: -1px;
}

.section-overlay {
    background: none !important;
}

.homePargra {
    padding-right: 105px;
}

.site-footer {
    padding: 50px 0px;
    border-top: 1px solid #f0f0f0;
}

.screenshot-section {
    margin-top: 112px !important;
    /* background: rgba(0, 0, 0, 0) linear-gradient(rgba(39, 48, 83, 0.01) 0%, rgb(83 92 128) 100%) repeat scroll 0% 0%; */
}

.screenshot-parag {
    padding: 18px 25px;
}

.white-text {
    font-size: 22px !important;
}

.multiselect-dropdown {
    width: 100% !important;
    padding: 2px !important;
    /*update */
    border-radius: 10px !important;
}

.headSection {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2, 5rem;
}

.custom-block-image-wrap {
    margin: auto;
    width: 50% !important;
}

.custom-block-image-wrap {
    border-radius: 0px !important;
}

.section-padding {
    padding: 0px 0px;
    margin-top: 80px;
}

.form-control {
    width: 50%;
    margin: 15px auto;
    padding: 2px;
    background-color: white !important;
}

.writeGide {
    display: block;
    font-size: 14px;
    color: #6c757d;
    font-weight: 700;
    margin-top: 20px;
}

    .writeGide:hover {
        color: black;
    }

iframe {
    height: 99vh;
    /* update */
    width: 100%;
}

.mapPage .sticky-wrapper {
    width: 66.6%;
}

.hotelImg {
    height: 35px;
}

.parag1 {
    background: white;
    margin-top: -56px !important;
    padding: 10px;
    margin: 20px 0;
    border-radius: 10px;
    width:100%;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.details {
    display: flex;
    justify-content: space-between;
}
@media (max-width:991.89px){
    .details{
        flex-direction:column;
        align-items:center;
    }
    .select2-container--default{width:100% !important;}
    .map-container {
        height: 100vh;
    }
    .parag1 {
        margin-top: -18px !important;
        padding: 10px;
        margin: 20px 0;
    }
    .export {
        margin-left: 0 !important;
        margin-block: 9px;
    }
}
.fa-calendar {
    padding-right: 8px;
    font-size: 14px;
}

.fa-user {
    background: rgb(236 236 236);
    color: gray;
    padding: 9px 12px;
    border-radius: 50px;
}

.fa-user-plus {
    color: gray;
    margin: 0px 10px;
}

.sidebar {
    background-color: white;
    height: 90%;
    /*update*/
    padding: 0px 0px;
}

.parag2,
.parag3,
.parag4,
.parag5,
.parag6,
.parag7 {
    padding: 0px 35px 30px;
}

.collapsible {
    background-color: WHITE;
    COLOR: #001689;
    font-size: 14px;
    cursor: pointer !important;
    padding: 13px 0px 13px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    border-radius: 7px;
    margin: 5px 0px;
    font-weight: 700;
    margin-left: -4px;
}

.sidebar .active,
.sidebar .collapsible:hover {
    /* background-color: #555; */
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    transition: max-height .75s;
}

ul {
    list-style-type: none;
    padding: 0px;
}

.content ul li {
    font-size: 15px;
    padding: 3px 13px;
}

    .content ul li a:hover {
        font-weight: bold;
        color: #999999 !important;
    }

.AI {
    border-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: white;
    width: 60%;
    position: relative;
    padding: 7px;
    margin-top: 14px;
    margin-left: -16px;
    border: 2px solid #dedede;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-weight: bolder;
}


    .AI img {
        margin: 0px 10px;
    }

    .AI:hover {
        width: 120%;
        transition: width 1s;
        border-color: #6d5fef !important;
        background-color: #6d5fef !important;
        color: white
    }

.btn-date {
    text-align: left;
    padding: 0px;
}

label {
    color: white;
    font-weight: 400;
    font-size: 13.5px !important;
    text-transform: uppercase;
    padding: 0px 0px 4px;
}

.multiselect-dropdown label {
    color: black !important;
    text-transform: capitalize;
}

.form-control label {
    display: block;
    font-size: 13px;
    font-weight: 700;
}

/* updates */
.multiselect-dropdown-list-wrapper {
    top: 36px !important;
}

.multiselect-dropdown-list {
    height: 9rem !important;
}

.singleSelect .form-control,
.datepicker .form-control {
    margin: 0px !important;
    width: 100% !important;
}

label {
    font-size: 15px;
}

.singleSelect select * {
    height: 100px
}

.dropbtn {
    padding: 20px;
    font-weight: 500;
    font-size: 16px;
    border: none;
    cursor: pointer !important;
    background: none;
}

.chat-reply {
    color: #071689;
    font-weight: bold;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border-radius: 10px;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
    top: 40px;
}

    .dropdown-content a {
        color: black;
        padding: 8px 5px;
        text-decoration: none;
        display: block;
        font-size: 15px;
        font-weight: 500;
    }

        .dropdown-content a:hover {
            background-color: rgb(224, 224, 224);
            border-radius: 10px
        }

.dropdown:hover .dropdown-content {
    display: block;
}
.home-icon, .nav-link .home-icon{display:inline-block;}

.dropdown-content img {
    width: 23px;
    display: inline-block;
    margin: 0px 10px;
}



@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
}

#test {
    text-align: center;
}
.mainImg ul {
    color: #fff;
    width: 150px;
    position: absolute;
    bottom: 38%;
    left: 36px;
    height: 301px;
}
    .mainImg ul li {
        margin-bottom: 90px;
        position: relative;
    }
        .mainImg ul li::before {
            content: "";
            position: absolute;
            left: 24px;
            border-left: 1px solid #fff;
            height: 300px;
            top: 14px;
            width: 2px;
        }
.mainImg ul li .circle-border {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
        .mainImg ul li a {
            color: #fff !important;
            font-size: 25px;
            text-transform: uppercase;
            margin-inline: 33px;
            margin-bottom: 9px;
        }
.mainImg ul li .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
    display: inline-block;
    padding: 7px;
}
/*-----------------------mob screen ------------------------*/
/*-----------------------mob screen ------------------------*/
@media (max-width:991.89px) {
    .loaderimg {
        width:100% !important;
    }
    .startPlan-btn img,
    .intro-paragh div img {
        width: 100%;
    }

    .content ul li {
        font-size: 11px;
    }

    .ajman-title p {
        padding: 0 3% !important;
    }
    .contactUs,
    .intro-paragh {
        order: 2;
        margin-bottom: 0 !important;
        padding-bottom: 70px !important;
    }

   /* .mainImg, .adventure-part {
        height: 350px !important;
    }*/

    .adventure-part {
        margin-top: 8% !important;
    }

    .mainImg ul {
        bottom: -25%;
    }
}
@media (min-width:370px) and (max-width:350px) {
    .mainImg ul {
        bottom: 0;
    }
}
@media (max-width:991.89px) {
    .nav-item .lang .dropbtn, .nav-item .lang i {
        color: #071689 !important;
    }
    .dropdown-content {
        top: -74px;
    }

    .fixed-menu {
        position: fixed;
        bottom: -1px;
        background: #fff;
        left: -8px;
        width: 100%;
        height: 70px;
        padding: 30px 0;
        display: flex !important;
    }
    .chat-fixed-menu{
        width:100% !important;
    }
    .startPlan-btn {
        width: 100%;font-size:14px;
    }
  
    .mainImg ul li{
        margin-bottom:20px;
    }
    .mainImg ul li .circle-border{
        width:30px;
        height:30px;

    }
        .mainImg ul li::before {
            left: 16px;
        }
    .mainImg ul li .circle{
        width:15px;
        height:15px;
    }
    .mainImg ul li a{
        font-size:15px;
    }
        .header-img {
        position: relative;
        margin-top: 32px;
    }
    .chat-header {
        position: relative;
        margin-top: 64px;
        z-index: 5555;
    }

    .header-img h3 {
        text-align: left;
        position: relative;
        z-index: 555;
        padding: 0 10px;
    }

    .sk-circle {
        top: 0 !important;
    }

    .header-img h3.first-head {
        padding: 30px 10px 0 10px !important;
        font-weight: normal;
    }

    .navbar-item {
        margin: 0px 4px !important;
    }

    .parag h4,
    .borderBott p {
        text-align: left;
    }

    .parag2,
    .parag3,
    .parag4,
    .parag5,
    .parag6,
    .parag7 {
        padding: 0px 15px 26px;
    }

    .collapsible {
        text-align: left;
        padding: 13px 0 13px 28px;
        font-size: 12px;
    }

    .sidebar {
        padding: 50px 0 40px 0;
    }

        .sidebar .content ul {
            text-align: left;
        }

    .collapsible .fa-circle {
        padding: 3px 4px;
        margin-left: 5px;
        font-size: 12px;
    }

    .contact-part {
        display: none;
    }

    .fixed-menu ul {
        margin-left: 15px;
    }

        .fixed-menu ul li {
            margin-inline: 5px;
        }

    .contactUs,
    .intro-paragh {
        order: 2;
        margin-bottom: 100px;
        padding-bottom: 100px;
    }

        .contactUs ul {
            display: none;
        }

    .adventure-part {
        margin-top: 11%;
        position: relative;
    }

    .triangle {
        position: absolute;
        width: 29px;
        height: 27px;
        left: 50%;
        bottom: -1px;
        border-bottom: solid 24px #fff;
        border-left: solid 22px transparent;
        border-right: solid 22px transparent;
    }

    .mainImg {
        background-size: cover;
    }


    .fixed-menu .home {
        display: flex;
        flex-direction: column;
        align-items: center;
        color:#071689 !important;
    }
    .sticky-wrapper.is-sticky .navbar .navbar-item {
        color: #071689 !important
    }
    .ms-auto .navbar-item {
        margin: 15px 0px 10px 15px !important;
    }

    .overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(3, 178, 200, 0.82), rgba(3, 178, 200, 0));
        overflow: hidden;
        width: 100%;
        height: 100%;
        transition: .5s ease;
    }

    .mainImg a {
        z-index: 55;
    }

    .trip-info {
        position: absolute;
        right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh !important;
    }
    .modal .trip-info{
        right:auto !important;
    }

    .trip-info div {
        height: auto !important;
    }
   
    .trip-info .row {
        padding: 0 !important;
    }

    .form-div {
        width: 100% !important;
    }
   
}

@media (max-width:1199.89px) {
    .container-fluid {
/*        height:100vh;
*/        overflow-y :scroll;
    }
    .scrolldes {
        height: calc(100vh - 352px);
        overflow-y: scroll;
    }
    .hotelDes {
        height: 56vh !important;
        overflow-y: scroll !important;
    }
    .events-section {
        display: flex;
        margin-top: 0 !important;
        flex-direction: column;
    }
    #container{
        flex-direction:column;
    }
    .hotelSidebar{
        height:63vh !important;
    }
    #chat-input-container {
        padding-block:10px !important;
        /*   position: relative;
        bottom: 61px;*/
    }
  /*  #displaymap {
        display:none;
    }*/
    #displaymap {
        display: none;
    }
    .trip-map .view-map{
        position:fixed;
    }
    .view-map {
        width: 100%;
        /*        position:fixed;
*/ bottom: 80px;
        border: none;
        background: #fff;
        height: 58px;
        text-transform: uppercase;
        font-size: 18px;
        color: #071689;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        left: 0px;
    }

    .close-map {
        border: none;
        background: #fff;
        height: 80px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
        text-transform: uppercase;
        font-size: 18px;
        color: #071689;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        position:fixed;bottom:74px;
        z-index:5;
        right:0px;
    }

        .close-map i {
            background: #071689;
            color: #fff;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            display: flex;
            justify-content: center;
            align-items: center;
        }



    .ajman-logo {
        order: -3;
        display: flex;
        justify-content: center;
        align-items: center;
        position: unset !important;
    }

    .ajman-title {
        order: 5;
        display: flex;
        position: unset !important;
    }
}

@media (min-width:992px) {
    /*#displaymap {
        display: none;*/ /* Hide on mobile devices */
    /*}*/
    .fixed-menu {
        display: none !important;
    }

    .intro-paragh {
        padding-bottom: 100px;
        margin-bottom: 100px;
    }
    .sticky-wrapper .qs {
        color: #fff !important;
    }

    .is-sticky .qs {
        color: #071689 !important;
    }
}

@media (min-width:1200px) {
    /*#displaymap {
        display: none;*/ /* Hide on mobile devices */
    /*}*/
    .view-map,
    .close-map {
        display: none;
    }
    #right {
        padding: 0;
    }
    .map-container {
        height: 100%;
    }

    #myDiv {
        margin-top: -160px !important;
    }

    .visit-ajman {
        margin-left: 7% !important;
    }

    .events-section {
        display: flex;
        margin-top: 45px !important;
        flex-direction: column;
    }

    .ajman-title {
        position: unset !important;
        display: flex;
        justify-content: center;
        order: -5;
    }

    .ajman-logo {
        order: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        position: unset !important;
    }
}
