/**************************************
                General
**************************************/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: unset;
}

html::-webkit-scrollbar {
    width: 4px;
    background-color: #ed8e0046;
}

html::-webkit-scrollbar-thumb {
    background-color: #ed8f00;
    border-radius: 50rem;
}

a,
button {
    cursor: pointer;
    border: none;
    outline: none;
    user-select: none;
    background: none;
    box-shadow: none;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    color: #151515;
}

a,
a:hover,
a:focus {
    color: #DE9A41;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

main {
    overflow: clip;
}

img {
    max-width: 100%;
    height: auto;
    transition: all .5s;
}

.w-100 {
    width: 100% !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.container-fluid {
    padding: 0 70px;
}


/* Popup */
.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999999;
    opacity: 0;
    transform: translateY(10px);
    z-index: -1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

.popup.show {
    opacity: 1;
    transform: translateY(0px);
    z-index: 999999;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
    -moz-transition: opacity 0.5s ease, transform 0.5s ease;
    -ms-transition: opacity 0.5s ease, transform 0.5s ease;
    -o-transition: opacity 0.5s ease, transform 0.5s ease;
}

.popup .popup__content {
    width: 50%;
    padding: 0px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    z-index: 99999;
}

.popup .popup__content .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    display: block;
    width: 40px;
    height: 40px;
    opacity: 1;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 50% 10px 50% 50%;
    flex-direction: column;
    gap: 5px;
    background-color: #15222B;
    transition: all .5s;
    z-index: 9;
}

.popup .popup__content .close:hover {
    background-color: #ffffff;
}

.popup .popup__content .close:hover span {
    background-color: #15222B;
}

.popup .popup__content .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #ffffff;
}

.popup .popup__content .close span:nth-child(1) {
    transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
    transform: rotate(135deg);
}

.left {
    background: #15222B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right {
    padding: 30px;
    text-align: left;
}





/**************************************
                Helper Class
**************************************/

.sec-gap {
    padding: 60px 0;
}

.pb-60 {
    padding-bottom: 60px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-35 {
    margin-bottom: 35px;
}

p {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 125% */
}

.title {
    color: #1D1D1D;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 65%;
    position: relative;
    margin-bottom: 45px;
}

.section-title {
    color: #000;
    font-family: 'FuturaPTBook';
    font-size: 52px;
    font-style: normal;
    font-weight: 450;
    line-height: 52px;
    text-transform: uppercase;
}

.small-line {
    width: 76px;
    height: 3px;
    background: #936830;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 7px;
}

.dec {
    color: #303030;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: inherit;
}

.primary-btn {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 20px 68px;
    border-radius: 2px;
    border: 1px solid #B07B36;
    background-color: #B07B36;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
}


.primary-btn:before,
.primary-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: #084176;
    z-index: -1;
    transition: all .35s;
}

.primary-btn:before {
    opacity: .5;
}

.primary-btn:after {
    transition-delay: .2s;
}

.primary-btn:hover:before,
.primary-btn:hover:after {
    top: 0;
}

.primary-btn:hover {
    color: #ffffff;
}

.primary-btn:focus {
    color: currentColor;
}


.secondary-btn {
    background: #084176;
    border-color: #084176;
    padding: 20px 29px;

    &:focus,
    &:active,
    &:visited {
        color: #fff;
    }
}


.secondary-btn:hover {
    background: #fff;
}

.container {
    max-width: 1530px;
}

.form-control {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #000000;
    padding: 12px 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #C1C1C1;
    width: 100%;
    border-radius: 4px;
    outline: none;
}

.form-control:focus {
    border-color: #ed8f00;
}

form .btn-group {
    justify-content: center;
}

form .primary-btn {
    padding: 16px 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

form .primary-btn:hover {
    background: rgb(29, 46, 96);
    color: #ffffff;
}

.form-group {
    margin-bottom: 10px;
}

input,
input:focus {
    outline: none;
    box-shadow: none !important;
}

.form-control::placeholder {
    color: rgba(46, 49, 58, 0.5);
}

.form-group {
    position: relative;
}

.italic {
    font-style: italic;
}

.contact-form {
    .title {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .form-control {
        padding: 8px 10px;
        font-size: 16px;
    }

    label {
        display: block;
        font-size: 16px;
        margin-bottom: 4px;
    }
}

/**************************************
         Animation
**************************************/
/* Keyframes */
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/* Animations */
[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}

/* Disable animation of the children */
.animations-disabled,
.animations-disabled [data-animation] {
    animation: none !important;
    opacity: 1 !important;
}

/* Slide Animations */
.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInLeft;
}

.slideInRight {
    animation-name: slideInRight;
}

/* Fade Animations */
.fadeIn {
    animation-name: fadeIn;
}

/* Zoom Animations */
.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}

/* Flip Animations */
.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}

/*******************************
	Menu
*******************************/

.header-area {
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
}

.flex-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-area.sticky {
    background: #000000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: slideDown 0.35s ease-out;
    box-shadow: 0px 10px 26px 0px rgba(255, 255, 255, 0.07);
}

.header-area.sticky header {
    padding-block: 0;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.main-menu {
    display: flex;
    align-items: center;
}

header {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: ease-in-out .4s;
    padding-inline: 38px;
    padding-block: 20px;

    .primary-btn {
        font-size: 18px;
        padding: 14px 18px;
    }

    .flex-box {
        margin-left: 80px;
    }
}

.main-menu {
    margin-left: auto;
}



.logo {}

nav {
    position: relative;
    margin: 0 auto
}

#menu,
#menu .main-menu ul,
#menu .main-menu ul li,
#menu .main-menu ul li a,
#menu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#menu {
    position: relative;
    display: flex;
    align-items: center;

}

#menu>.main-menu>ul>li {
    float: left;
    padding-inline: 10px;
}

#menu>.main-menu>ul>li>a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    padding: 30px 6px;
    display: block;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}


#menu>.main-menu>ul>li>a:hover::after,
#menu .main-menu ul li.current-menu-item a::after {
    width: 80%;
}

#menu .main-menu ul li.current-menu-item a::after {
    content: '';
    position: absolute;
    bottom: 28px;
    left: 7px;
    width: 25px;
    height: 1px;
    background: #DE9A41;
}

#menu>.main-menu>ul>li:hover>a,
#menu .main-menu ul li.current-menu-item a {
    color: #DE9A41;
}

#menu>.main-menu>ul>li.has-sub>a::before {}

#menu>.main-menu>ul>li:hover,
#menu .main-menu ul li.current-menu-item:hover,
#menu .main-menu ul li.current-menu-item,
#menu .main-menu ul li.has-sub.current-menu-item:hover {
    background: #e9cba400 !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease
}

#menu>.main-menu>ul>li.has-sub>a {}

#menu>.main-menu>ul>li.has-sub>a::before {
    top: 34px;
    right: -8px;
    transition: all .4s;
    content: "";
    position: absolute;
    z-index: 11;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    transform: rotate(225deg);
}

#menu>.main-menu>ul>li.has-sub:hover>a::before,
#menu>.main-menu>ul>li.has-sub.current-menu-item>a::before {
    border-top-color: #DE9A41;
    border-left-color: #DE9A41;
}

/* #menu>.main-menu>ul>li.has-sub:hover>a::before {
    transform: rotate(-316deg);
    top: 36px;
} */

#menu .main-menu ul ul {
    position: absolute;
    left: -9999px;
    box-shadow: 0px 12px 10px 0px #0000004f;
    width: auto;
}

#menu .main-menu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: rgb(255, 255, 255);
    transition: all .25s ease
}

#menu ul ul li:hover {}

#menu li:hover>ul {
    left: auto
}

#menu li:hover>ul>li {
    height: 40px;
    display: block;
    align-items: center;
}
#menu>.main-menu>ul>li.current-menu-ancestor{
	.current-menu-item{
		background:#fff !important;
		a::after{
			display:none;
		}
	}
}
#menu ul ul ul {
    margin-left: 100%;
    top: 0
}

#menu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 10px 20px;
    width: auto;
    font-size: 18px;
    line-height: 19px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
}

#menu .main-menu ul ul li:last-child>a,
#menu .main-menu ul ul li.last-item>a {
    border-bottom: 0
}

#menu .main-menu ul ul li:hover a,
#menu .main-menu ul ul li:hover {
    color: #fff;
    background-color: #DE9A41;
}

#menu .main-menu ul ul li.has-sub>a:after {
    position: absolute;
    top: 13px;
    right: 11px;
    width: 8px;
    height: 8px;
    display: block;
    content: '';
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
    transition: all .4s;
}


#menu .main-menu ul ul li.has-sub:hover,
#menu .main-menu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636
}

#menu ul ul ul li.active a {
    border-left: 1px solid #333
}

#menu>.main-menu>ul>li.has-sub>ul>li.active>a,
#menu .main-menu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

#menu .main-menu ul li.current-menu-item ul li a {
    color: #000;
}

#menu .main-menu ul li.current-menu-item ul li a:hover {
    color: #ffffff;
}

@media screen and (max-width:992px) {
    header {
        position: relative;
        width: 100%;
        height: 70px;
    }

    .logo {}

    #menu .main-menu ul li.current-menu-item ul li a {
        color: #ffffff;
    }

    nav {
        width: 100%
    }

    #menu {
        width: 100%
    }

    #menu ul {
        width: 100%;
        display: none;
    }

    #menu .main-menu {
        width: 100%;
        position: fixed;
        height: 100% !important;
        background-color: rgb(1, 57, 102);
        transform: translateX(-100%);
        transition: all .4s;
        top: 90px;
        left: 0;
    }

    #menu .main-menu.open {
        transform: translateX(0%);

    }

    #menu .main-menu ul li {
        width: 100%;
        border-top: 1px solid #4444442e;
    }

    #menu .main-menu ul li:hover {
        background: #363636
    }

    #menu .main-menu ul ul li,
    #menu li:hover>ul>li {
        height: auto
    }

    #menu .main-menu ul li a,
    #menu .main-menu ul ul li a {
        width: 100%;
        border-bottom: 0;
        color: #ffffff;
    }

    #menu>.main-menu>ul>li {
        float: none
    }

    #menu ul ul li a {
        padding-left: 25px
    }

    #menu ul ul li {
        background: #1b268600 !important
    }

    #menu ul ul li:hover {
        background: #d84514 !important
    }

    #menu ul ul ul li a {
        padding-left: 35px
    }

    #menu ul ul li a {
        color: #ddd;
        background: none
    }

    #menu ul ul li:hover>a,
    #menu ul ul li.active>a {
        color: #fff
    }

    #menu .main-menu ul ul {
        box-shadow: none;
    }

    #menu .main-menu ul ul,
    #menu .main-menu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        top: 0;
        transform: unset;
        height: auto;
    }

    #menu .main-menu ul ul.open {
        transform: unset;
    }

    #menu>ul>li.has-sub>a:after,
    #menu>ul>li.has-sub>a:before,
    #menu ul ul>li.has-sub>a:after,
    #menu ul ul>li.has-sub>a:before {
        display: none
    }

    #menu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .hamburger {
        width: 55px;
        height: 48px;
        position: absolute;
        right: 0;
        top: 12px;
        cursor: pointer;
        z-index: 12399994;
    }

    .hamburger:after {
        position: absolute;
        top: 24px;
        right: 10px;
        display: block;
        height: 14px;
        width: 35px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        content: '';
    }

    .hamburger:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 12px;
        right: 10px;
        display: block;
        height: 2px;
        width: 35px;
        background: #ffffff;
        content: '';
    }

    .hamburger.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 35px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .hamburger.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 35px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 0;
        height: 50px;
        width: 60px;
        cursor: pointer
    }

    /* #menu .submenu-button.submenu-opened {
      background:#1b268600;
  } */

    #menu ul ul .submenu-button {
        height: 34px;
        width: 40px
    }

    #menu .submenu-button:after {
        position: absolute;
        top: 9px;
        right: 22px;
        width: 10px;
        height: 10px;
        display: block;
        content: '';
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        transition: all .4s;
    }

    #menu ul ul .submenu-button:after {
        top: 11px;
        right: 19px;
    }

    #menu ul ul .submenu-button.submenu-opened:after {
        top: 16px;
    }

    #menu .submenu-button.submenu-opened:after {
        transform: rotate(-135deg);
        top: 15px;
    }


    #menu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #menu .submenu-button.submenu-opened:before {
        display: none
    }

    #menu ul ul ul li.active a {
        border-left: none
    }

    #menu>ul>li.has-sub>ul>li.active>a,
    #menu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}

.menu-white {
    position: relative;
    background: #FFF;
    box-shadow: 0px 7px 11px 0px rgba(0, 0, 0, 0.06);
}

.menu-white.header-area.sticky {
    background-color: #fff;
    box-shadow: 5px 0px 17px 0px #00000030;
}

.menu-white #menu>.main-menu>ul>li>a {
    color: #1E1E1E;
}

.menu-white #menu>.main-menu>ul>li:hover>a,
.menu-white #menu .main-menu ul li.current-menu-item a {
    color: #95C12B;
}

.menu-white #menu>.main-menu>ul>li.has-sub>a::before {
    border-top: 1px solid #1E1E1E;
    border-left: 1px solid #1E1E1E;
}

.menu-white #menu>.main-menu>ul>li.has-sub:hover>a::before,
.menu-white #menu>.main-menu>ul>li.has-sub.current-menu-item>a::before {
    border-top-color: #95C12B;
    border-left-color: #95C12B;
}

.menu-white .primary-btn {
    color: #1E1E1E;
}

.menu-white .serch-box input {
    border: 1px solid #D6D6D6;
    background: rgba(217, 217, 217, 0.10);
    backdrop-filter: blur(7.5px);
}

.fixed-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0px;
    z-index: 9999;
}

.email {
    width: 38px;
    height: 28px;
    background: rgba(0, 0, 0, 0.644);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;

    &:hover,
    &:focus {
        background: #d3a055;
        color: #fff;
    }
}

.discount {
    background: rgb(176 123 54 / 90%);
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 0;
    padding-top: 6px;

    &:hover,
    &:focus {
        background: #d3a055;
        color: #fff;
    }

    span {
        background: #d3a055;
        width: 37px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 4px;
    }
}

.call {
    width: 33px;
    height: 33px;
    background-color: #B07B36;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 6px;

}

.enq-btn {
    font-weight: 400;
    text-align: center;
    overflow: clip;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    background: rgb(8 65 118 / 90%);
    position: relative;
    color: #fff;
    padding-left: 0;
    margin-bottom: 6px;
    padding-top: 6px;

    &:hover,
    &:focus {
        background: #00488b;
        color: #fff;
    }

    span {
        background: #00488b;
        width: 37px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 4px;
    }
}

.call-wp {}

.enq-btn:hover::after,
.enq-btn:focus-visible::after {
    scale: 1 1;
    transform-origin: right;
}

.call:hover,
.fw:hover {
    transform: scale(1.2);
}

.vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-style: normal;
    font-size: 14px;
    font-style: normal;
}


/************************************* Home Page **************************************/

.banner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;

    video {
        position: absolute;
        inset: 0;
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 100%;
    }

    .container {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: end;
        justify-content: center;
        z-index: 9;
    }

    &::after {
        content: '';
        background: linear-gradient(to top, #000000b8, transparent);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
    }

    .banner-content {
        width: 100%;
        text-align: center;
        padding-bottom: 170px;
    }

    h3 {
        color: #FFF;
        font-family: 'Miama';
        font-size: 126px;
        font-style: normal;
        font-weight: 100;
        line-height: 190px;
    }

    h1 {
        color: #FFF;
        text-align: center;
        font-family: 'FuturaPTBook';
        font-size: 86px;
        font-style: normal;
        font-weight: 400;
        line-height: 87px;
        text-transform: uppercase;
    }

    p {
        color: #FFF;
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .btn-group {
        justify-content: center;
    }
}

.mouse {
    width: 28px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 14px;
    margin: auto;
    position: absolute;
    bottom: 20px;
    transform: translate(-50%, 0%);
    left: 50%;
    z-index: 9;

    &:hover {
        background-color: #084176;
    }
}

.mouse span {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    position: relative;
    left: 10px;
    -webkit-animation: scrolls 1.3s ease-out infinite;
    display: block;
}

@-webkit-keyframes scrolls {
    0% {
        top: 8px;
        opacity: 0;
        -webkit-transform: scaleY(1) scaleX(1);
    }

    5% {
        top: 8px;
        opacity: 0.8;
        -webkit-transform: scaleY(1.2) scaleX(1.2);
    }

    10% {
        top: 8px;
        opacity: 1;
        -webkit-transform: scaleY(1.6) scaleX(1.6);
    }

    15% {
        top: 8px;
        opacity: 1;
        -webkit-transform: scaleY(1.2) scaleX(1.2);
    }

    20% {
        top: 8px;
        opacity: 1;
        -webkit-transform: scaleY(1.2) scaleX(1.2);
    }

    30% {
        top: 15px;
        opacity: 1;
        -webkit-transform: scaleY(1.2) scaleX(1.2);
    }

    100% {
        top: 30px;
        opacity: 0;
        -webkit-transform: scaleY(1.2) scaleX(0.8);
    }
}


.btn-group {
    display: flex;
    gap: 25px;
}

/* Best */
.best {
    background: #FDF6F5;
    padding: 30px 0;

    p {
        color: #2F2F2F;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 0;
    }

    .best-item {
        position: relative;
        display: flex;
        align-items: center;
        gap: 6px;

        &:hover {
            .icon {
                background-color: #E8D5BD;

                img {
                    transform: rotateY(180deg);
                }
            }
        }
    }

    .content {
        width: 68%;

        .title-sm {
            br {
                display: none;
            }
        }
    }
}

.icon {
    width: 106px;
    height: 106px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #E8D5BD;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.title-sm {
    color: #26221D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

/* ***** Neil Island ***** */
.island-item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
	height:400px;
    &::after {
        content: '';
        opacity: 0.72;
        background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, rgba(6, 6, 6, 0.80) 100%);
        position: absolute;
        inset: 0;
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    &:hover img {
        transform: scale(1.2);
    }

    &:hover .caption {
        background: rgba(176, 123, 54, 0.89);
    }

    .caption {
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.10);
        backdrop-filter: blur(2.5px);
        position: absolute;
        bottom: 30px;
        left: 16px;
        right: 16px;
        padding: 14px;
        z-index: 1;
        transition: all .5s;

        h4 {
            font-family: 'FuturaPTBook';
            color: #FFF;
            font-size: 28px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            margin-bottom: 6px;
        }

        p {
            margin: 0;
            line-height: 21px;
        }
    }
}

.tag {
    border-radius: 30px;
    background: rgba(176, 123, 54, 0.89);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 6px 12px;
    position: absolute;
    top: 26px;
    right: 13px;
    z-index: 1;
}

.neil-island-slider .slick-list {
    margin: 0 -15px;
}

.neil-island-slider .slick-slide {
    margin: 0 15px;
}

.slick-arrow {
    width: 45px;
    height: 45px;
    z-index: 1;
    background: #C99B60;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-radius: 50%;
    z-index: 99;
}

.slick-arrow::before {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    display: inline-block;
    transform: rotate(135deg);
    margin-right: 5px;
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.slick-arrow.slick-prev::before {
    transform: rotate(316deg);
    margin-left: 8px;
}

.slick-arrow:hover,
.slick-arrow:focus {
    background-color: #084176;
}

.slick-arrow:hover::before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

/*********** off ***********/
.off {
    background-image: url(../img/offer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 91.5px;
    position: relative;
    z-index: 1;

    &::after {
        content: "";
        position: absolute;
        opacity: 0.78;
        z-index: -1;
        inset: 10px;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(234, 158, 58, 0.404);
        border-image: initial;
    }

    &:before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.411);
        z-index: -1;
    }

    h3 {
        color: #FFF;
        font-family: 'Miama';
        font-size: 60px;
        font-style: normal;
        font-weight: 400;
        line-height: 44px;
        margin-bottom: 14px;
    }

    .section-title {
        color: #fff;
        margin-bottom: 8px;
    }

    h4 {
        color: #FFA42D;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 18px;
        position: relative;
        display: inline-block;

        &::before {
            content: '';
            background-image: url(../img/off-arrow.webp);
            width: 71px;
            height: 71px;
            position: absolute;
            right: -71px;
            bottom: -16px;
        }
    }
}

/* ***** About ***** */
.about-us {
    background-image: url(../img/about-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;

    &:after {
        content: '';
        position: absolute;
        inset: 10px;
        border: 1px solid #FFF;
        opacity: 0.78;
        z-index: -1;
    }

    .section-title {
        color: #fff;
    }

    .small-line {
        background-color: #fff;
    }
}

.about-img {
    text-align: right;
    position: relative;

    .main-img {
        width: 70%;
        margin-right: 20px;
        transform: translateY(-16px);
    }

    &::after {
        content: '';
        border-radius: 7px;
        border: 2px solid #FFF;
        height: 88%;
        width: 90%;
        position: absolute;
        right: 0;
        z-index: -1;
        bottom: 0;
    }

    img {
        border-radius: 10px;
    }

    .about-small {
        position: absolute;
        bottom: -30px;
    }
}

/* ***** Why Choose Us ***** */
.choose-item {
    position: relative;
    text-align: center;
    padding-inline: 13%;
    padding-block: 10px;
    transition: all .5s;

    &:hover {
        background-color: #084176;

        p {
            color: #fff;
        }
    }

    &::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #A8A8A8;
        width: 1px;
        height: 141px;
    }

    &::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: -70px;
        background-color: #A8A8A8;
        width: 141px;
        height: 1px;
    }

    img {
        margin-bottom: 6px;
    }

    p {
        color: #151515;
    }
}

.why-choose-us .row .col-lg-4:nth-child(3n) {

    .choose-item::after,
    .choose-item::before {
        display: none;
    }
}

.why-choose-us .row .col-lg-4:nth-child(4),
.why-choose-us .row .col-lg-4:nth-child(5) {
    .choose-item::before {
        display: none;
    }
}

.title-md {
    color: #B07B36;
    font-size: 28px;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 12px;
}

/* ***** Counter ***** */

.counter-item {
    position: relative;
    padding-left: 120px;

    &::after {
        content: '';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 50px;
        background-color: #B07B36;
        border-radius: 50%;
    }
}

.counter-item .counter-icon {
    position: absolute;
    left: 0;
    top: -5px;
    transition: all .5s;
}

.counter-item h3 {
    color: rgb(237, 143, 0);
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 12px;
}

.counter-item p {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.219);
    padding-bottom: 10px;
}

.counter {
    background: url(../img/counter-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.counter-item:hover .counter-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* ***** Testimonials ***** */
.rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 5px solid #EAEAEA;
    text-align: left;
    position: relative;

    &::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 70%;
        height: 5px;
        background-color: #E7A807;
        border-radius: 30px;
    }

    h3 {
        color: #000;
        font-family: "DM Sans";
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 29px;
        text-transform: uppercase;
    }

    p {
        color: #A5A5A5;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
}

.star {
    background-image: url(../img/star.webp);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 2px;
}

.star-half {
    background-image: url(../img/star-half.webp);
}

.testi-box {
    border-radius: 16px;
    border: 1px solid #EAEAEA;
    background: #F8F8F8;
    padding: 12px 13px;
    margin-bottom: 20px;
    transition: all .5s;

    &:hover {
        background-color: #00488b;

        h4,
        p {
            color: #fff !important;
        }
    }

    .head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;

        .user-info {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 23px;

            .user-img {
                width: 61px;
                height: 61px;
                border-radius: 50%;
                overflow: hidden;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }

            h4 {
                color: #232323;
                font-family: "DM Sans";
                font-size: 20px;
                font-style: normal;
                font-weight: 500;
                line-height: 18px;
                transition: all .5s;
            }

            p {
                color: #828282;
                font-family: "DM Sans";
                font-size: 15px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px;
                margin: 0;
                transition: all .5s;
            }
        }
    }

    .body {
        p {
            color: #454545;
            font-family: "DM Sans";
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
            transition: all .5s;
        }
    }
}

.testi-slider {

    .slick-list {
        margin: 0 -10px;
    }

    .slick-slide {
        margin: 0 10px;
    }
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    background: #b07b3600;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    border-radius: 50%;
    outline: 1px solid #B07B36;
    outline-offset: 3px;

    &::before {
        display: none;
    }

    &:hover,
    &:focus {
        outline: 1px solid #B07B36;
    }
}

.slick-dots li.slick-active button {
    background: #B07B36;
}

.faq-box {
    background: #FDF6F5;
    padding-inline: 50px;
    padding-bottom: 40px;

    .row .col-lg-6:first-child {
        background-image: url(../img/question-mark.webp);
        background-repeat: no-repeat;
        background-position: 110% center;
    }
}

.accordion__item {
    margin: 12px auto;
    transition: .5s
}

.accordion__item:hover {
    transform: translateY(-5px)
}

.accordion__item .accordion__title {
    position: relative;
    display: block;
    padding: 13px 30px 15px 0px;
    margin-bottom: 2px;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    color: rgb(18, 18, 18);
    border-radius: 3px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    border-bottom: 1px solid #BABABA;
    font-weight: 500;
}

.accordion__title-text::before {
    content: "Q. ";
    color: #B07B36;
    font-family: "DM Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 81.818% */
}

.accordion__title::after {
    content: '';
    background-image: url(../img/down-arrow.webp);
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.accordion__title.accordion-active::after {
    transform: rotate(180deg);
}

.accordion__item .accordion-active {
    border-color: #fff;
}

.accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: 13px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    background-color: #c9c9c9;
    border-radius: 50%;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out
}

.accordion__item .accordion__content {
    padding: 10px 12px;
    font-size: 18px;
    color: #303030;
    line-height: 29px;
    margin-bottom: 0;
    font-weight: 400;
    display: none;
    border-radius: 8px;
    background: #FFF;
}

/* ***** Get In Touch ***** */
.get-in-touch {
    background-image: url(../img/contact-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;

    &::after {
        content: "";
        position: absolute;
        opacity: 0.78;
        z-index: -1;
        inset: 10px;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(234, 158, 58, 0.404);
        border-image: initial;
    }

    :is(.section-title, .dec) {
        color: #fff;
    }

    .form-control {
        border-radius: 2px;
        border: 1px solid rgba(224, 224, 224, 0.37);
        color: #fff;
        font-size: 18px;
        padding: 18px 16px;
        background-color: transparent;
        font-family: "DM Sans", sans-serif;
        font-weight: 400;

        &::placeholder {
            color: #fff;
        }

        &:focus {
            border: 1px solid rgba(234, 158, 58, 0.7);
        }
    }

    select option {
        color: #000;
    }

    .primary-btn {
        width: 100%;
    }

    .form-group {
        margin: 0;
    }

    .form-icon {
        position: absolute;
        right: 12px;
        top: 15px;
    }
}

/* ***** Partner ***** */
.brand-slider {
    .slick-list {
        margin: 0 -10px;
    }

    .slick-slide {
        margin: 0 10px;
    }
}

.partner {
    .title-md {
        display: inline-block;
        position: relative;

        &:after,
        &:before {
            content: "";
            position: absolute;
            top: 60%;
            right: -40px;
            width: 26px;
            height: 1px;
            background-color: #B07B36;
            transform: translateY(-60%);
        }

        &:before {
            right: auto;
            left: -40px;
        }
    }

    .brand {
        text-align: center;
        height: 126px;
        display: flex;
        align-items: center;
        justify-content: center;

        &:hover img {
            transform: scale(1.2);
        }
    }
}

/******************************/

footer {
    background: #121924;
    width: 100%;
    padding-top: 50px;

}

.footer-box {
    padding-right: 4%;
}

.footer-logo {
    margin-bottom: 20px;
}

footer p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 154%;
}

.footer-title {
    font-size: 22px;
    line-height: 53px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
}


.footer-title:after {
    content: '';
    width: 27px;
    height: 1px;
    background: #B07B36;
    display: inherit;
    margin-top: -2px;
}

footer ul li a,
footer p a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 212%;
}

footer ul li a:hover,
.contact-info a {
    color: #B07B36;
}

.footer-social {
    display: flex;
    gap: 9px;

    a {
        width: 49px;
        height: 49px;
        background-color: #2B3341;
        border: 1px solid #4A4A4A;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
}

.footer-social a:hover {
    transform: scale(1.2);
    background-color: #B07B36;
}

.copyright {
    color: #fff;
    padding: 18px 0;
    padding-bottom: 6px;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.copyright a {
    color: #F5990F;
    text-decoration: underline;
}

.footer-contact p {
    position: relative;
    padding-left: 40px;
}

.footer-contact p span {

    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.middle-menu {
    .container {
        border-top: 1px solid #373E4A;
        border-bottom: 1px solid #373E4A;
        text-align: center;
    }

    li {
        display: inline-block;
        padding-block: 10px;

        a {
            border-right: 1px solid #E6E6E6;
            padding: 0 15px;
        }

        &:last-child a {
            border-right: none;
        }
    }
}

/*******************************
  Inner Pages
********************************/
/************ About ************/
.banner.inner-banner {
    height: auto;

    &::after {
        opacity: 0.6;
        background: linear-gradient(180deg, #0B0B0B 0%, #000 56.21%, #070707 100%);
        bottom: 4px;
    }

    .container {
        align-items: center;
        padding-top: 116px;
    }

    .banner-content {
        padding-bottom: 0;
    }
}

.contact-info-box {
    border-radius: 34px;
    border: 1px solid #B07B36;
    background: #F9F9F9;
    padding: 12px;

    .head {
        border-radius: 34px;
        border: 1px solid #B07B36;
        background: #B07B36;
        text-align: center;
        padding: 16px 16px;
        margin-bottom: 30px;

        h2 {
            color: #FFF;
            font-family: 'FuturaPTBook';
            font-size: 42px;
            font-style: normal;
            font-weight: 450;
            line-height: 49px;
            /* 116.667% */
            text-transform: uppercase;
        }

        .small-line {
            background-color: #fff;
        }
    }

    h4 {
        color: #B07B36;
        font-family: 'FuturaPTBook';
        font-size: 28px;
        font-style: normal;
        font-weight: 450;
        line-height: 29px;
        /* 103.571% */
        text-transform: uppercase;
    }

    p {
        color: #303030;
        font-size: 20px;
        font-style: italic;
        font-weight: 400;
        line-height: 26px;
        /* 130% */
    }

    .numbers a {
        color: #B07B36;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 46px;

        &:hover {
            color: #084176;

            img {
                filter: brightness(0) saturate(100%) invert(18%) sepia(43%) saturate(2660%) hue-rotate(189deg) brightness(94%) contrast(96%);
            }
        }
    }

    .contact-list {
        margin-bottom: 24px;
        position: relative;
        padding-left: 78px;

        &:hover {
            .icon {
                background-color: #084176;
                outline-color: #084176;

                img {
                    transform: rotateY(180deg);
                }
            }
        }

        a p {
            font-style: normal;
            transition: all .5s;

            &:hover {
                color: #B07B36;
            }
        }
    }

    .icon {
        width: 64px;
        height: 64px;
        background-color: #B07B36;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: 1px solid rgba(176, 123, 54, 0.205);
        outline-offset: 4px;
        position: absolute;
        left: 0;
        top: 0;

        img {
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4478%) hue-rotate(319deg) brightness(115%) contrast(104%);
        }
    }

    .numbers a img {
        filter: none;
    }
}

/************ Neil Island ************/
.packages {
    background: #FFFAF4;
}

.banner.neil-island-banner {
    height: auto;

    &::after {
        display: none;
    }

    h1 {
        font-size: 76px;
        font-style: normal;
        font-weight: 400;
        line-height: 87px;
    }

    p {
        font-size: 24px;
        font-style: italic;
        font-weight: 400;
        line-height: 30px;
    }

    h3 {
        line-height: 54px;
    }

    .container {
        align-items: center;
        padding-top: 116px;
    }

    .banner-content {
        padding-bottom: 0;
    }

    .item {
        position: relative;

        &::after {
            position: absolute;
            content: '';
            inset: 0;
            opacity: 0.6;
            background: linear-gradient(180deg, #0B0B0B 0%, #000 56.21%, #070707 100%);
        }

        .container {
            z-index: 1;
        }
    }

    .slick-arrow {
        background-color: rgba(255, 255, 255, 0.205);

        &:hover {
            background-color: #C99B60;
        }
    }

    .slick-prev {
        left: 110px;
    }

    .slick-next {
        right: 110px;
    }
}

.island-partner {
    padding-bottom: 18px;
    padding-top: 50px;
    background: #F8F8F8;
}

.package-item {
    border-radius: 13px;
    background: #FFF;
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;

    &:hover {
        .package-img img {
            transform: scale(1.1);
        }
    }

    .slick-next {
        right: 20px;
    }

    .slick-prev {
        left: 20px;
    }

    .slick-arrow {
        width: 41.359px;
        height: 41.359px;
        background-color: rgba(255, 255, 255, 0.505);

        &::before {
            width: 11px;
            height: 11px;
        }

        &:hover {
            background-color: #084176;
        }
    }

    .tag {
        background: #B07B36;
        font-size: 16px;
        border-radius: 0;
        right: 0;
    }
}

.package-content {
    padding: 12px;

    h3 {
        color: #161616;
        font-family: "Mulish", sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 10px;
    }

    p {
        color: #464646;
        line-height: 21px;
        margin-bottom: 10px;
    }

    p:nth-child(3) {
        min-height: auto;
    }

    p {
        display: flex;
        align-items: start;
        gap: 2px;

        img {
            margin-top: 2px;
            width: 18px;
            height: 18px;
            object-fit: none;
        }
    }
}

.gray {
    filter: brightness(0) saturate(100%) invert(87%) sepia(0%) saturate(0%) hue-rotate(160deg) brightness(97%) contrast(83%);
}

.bottom {
    border-top: 1px solid #C4C4C4;
    padding-top: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    .primary-btn {
        border-radius: 2px;
        background: #084176;
        border: 0;
        padding: 14px 34px;
        font-size: 18px;

        &:focus {
            color: #fff;
        }

        &::after {
            background-color: #B07B36;
            animation-delay: 0;
        }
    }

    .price {
        color: #161616;
        font-family: "Mulish", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;

        span {
            color: #575757;
            text-decoration: line-through;
            font-weight: 600;
        }
    }
}

.feature {
    p {
        color: #363636;
    }

    .flex {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    h5 {
        color: #161616;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.title-lg {
    color: #000;
    font-family: 'FuturaPTBook';
    font-size: 32px;
    font-style: normal;
    font-weight: 450;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.neil-island-map {
    position: relative;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;

    iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
}

.border-bottom {
    border-bottom: 1px solid #BEBEBE;
}

.pb-50 {
    padding-bottom: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.list-style-star {
    li {
        position: relative;
        padding-left: 44px;
        margin-bottom: 30px;

        &::before {
            content: '';
            background-image: url(../img/outline-star.webp);
            width: 29px;
            height: 29px;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            top: 4px;
        }
    }
}

.list-style-check {
    li {
        color: #0A0A0A;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        position: relative;
        padding-left: 35px;
        margin-bottom: 0px;

        &::before {
            content: '';
            background-image: url(../img/check.webp);
            width: 29px;
            height: 29px;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            top: 4px;
        }
    }
}

.island-about-us {
    background: #084176;
    padding-top: 30px;
    padding-bottom: 50px;

    .section-title {
        color: #fff;
    }
}

.island-about-img {
    img {
        width: 100%;
        height: auto;
        border-radius: 13px;
    }
}

.sightseeing-slider .slick-slide {
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
    padding: 40px 0;

    h3 {
        opacity: 0;
    }
}

.sightseeing-slider .slick-slide,
.sightseeing-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;

    h3 {
        opacity: 0;
    }
}

/* Active center slide (You can change anything here for cenetr slide)*/
.sightseeing-slider .slick-center,
.sightseeing-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);

    h3 {
        opacity: 1;
    }
}

.sightseeing-slider .slick-current.slick-active {
    transform: scale(1.1);

    h3 {
        opacity: 1;
    }
}

.sightseeing-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;

    &::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(26, 21, 21, 0.00) 0%, rgba(0, 0, 0, 0.54) 100%);
    }

    h3 {
        color: #FFF;
        font-size: 34px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        position: absolute;
        z-index: 1;
        bottom: 40px;
        left: 40px;
    }
}

.sightseeing-slider {
    .slick-prev {
        left: 33%;
    }

    .slick-next {
        right: 33%;
    }

    .slick-arrow {
        background-color: rgba(255, 255, 255, 0.205);

        &:hover,
        &:focus {
            background-color: rgb(237, 143, 0);
        }
    }
}

.activities {
    background-image: url(../img/activities-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    text-align: center;

    .section-title {
        color: #fff;
    }

    .icon {
        width: 157.219px;
        height: 157.219px;
        background-color: #fff;
        border: 1px solid #B07B36;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.200);
        margin-inline: auto;
        margin-bottom: 30px;
    }

    h3 {
        color: #FFF;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 44px;
    }

    .col-lg-3 {
        &:hover {
            .icon {
                background-color: #af9676;
                box-shadow: 0 0 0 9px #fff;

                img {
                    transform: rotateY(180deg);
                }
            }
        }
    }
}

.island-testi-slider {
    .slick-list {
        margin: 0 -15px;
    }

    .slick-slide {
        margin: 0 15px;
    }
}

/* Services */
.service-img {
    margin-top: 50px;
    margin-bottom: 40px;

    img {
        width: 100%;
        height: auto;
        border-radius: 9px;
    }
}

.service-page {
    p {
        color: #363636;
    }

    .sta {
        border-top: 1px solid #8D8D8D;
        border-bottom: 1px solid #8D8D8D;
        margin-top: 29px;
        margin-bottom: 20px;
    }

    ul {
        padding-left: 30px;
        padding-bottom: 20px;

        li {
            color: #363636;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 34px;
            list-style-type: disc;
            padding: 0;
        }
    }

    .title-md {
        color: #161616;
        font-family: "DM Sans", sans-serif;
        font-size: 31px;
        font-style: normal;
        font-weight: 500;
        line-height: 55px;
    }

    .title {
        color: #151515;
        font-family: "Mulish", sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 22px;
    }

    .footer-contact p {
        color: #202020;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        transition: all .5s;

        span {
            border-radius: 0;
            top: -3px;
        }

        &:hover {
            color: #B07B36;
        }
    }
}

.sidebar {
    border-left: 1px solid #A0A0A0;

    ul {

        li {
            list-style-type: none;
            display: flex;
            align-items: center;
            gap: 17px;
            line-height: unset;
            font-size: unset;
            margin-bottom: 30px;

            img {
                width: 40px;
                height: auto;
            }

            a {
                color: #151515;
                font-size: 24px;
                font-style: normal;
                font-weight: 400;
                line-height: 50px;
            }

            &:hover {
                img {
                    transform: rotateY(180deg);
                }

                a {
                    color: #B07B36;
                }
            }
        }

        li.active a {
            color: #B07B36;
            border-bottom: 2px solid #B07B36;
        }
    }
}

/* Blogs */
.wp-pagenavi {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #9C9C9C;
    font-size: 20px;
    font-family: 'Work Sans Medium';
    font-weight: 500;
}

.wp-pagenavi a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.wp-pagenavi a.active {
    color: #95C12B;
}

.wp-pagenavi a:hover:not(.active){
    background-color: #ddd;
}



.wp-pagenavi span.current {
    border-color: #b07c36e6;
    background: #b07c36e6;
    color: #fff;
}
.wp-pagenavi a:hover{
	border-color: #BFBFBF;
    background: #8BC34A;
    color: #000;
}

.left-arrow,
.right-arrow {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}

.left-arrow::after,
.left-arrow::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 14px;
    top: 2px;
    left: 0;
}

.left-arrow::after {
    border-left: 2px solid;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    left: 6px;
    top: 4px;
}

.right-arrow::after,
.right-arrow::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 14px;
    top: 2px;
    right: 0;
}

.right-arrow::after {
    border-right: 2px solid;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    right: 6px;
    top: 4px;
}

.blog-item {
    position: relative;

    .tag {
        border-radius: 30px;
        background: rgba(8, 65, 118, 0.904);
        transition: background-color 0.3s;
    }

    &:hover {
        .tag {
            background: rgba(176, 123, 54, 0.904);
        }
    }
}

.blog-content {
    padding: 10px;
    padding-top: 5px;
    position: relative;
    border-bottom: 1px solid #E3DFDF;

    p {
        color: #373737;
        line-height: 22px;
    }
}

.blog-date {
    font-size: 15px;
    color: #7D7777;
    margin-bottom: 0px;
    font-weight: 500;
}

.blog-title {
    color: #1D1D1D;
    font-family: "Mulish", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 3px;
}

.blog-title::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    width: 3px;
    height: 74%;
    background-color: #B07B36;
}

.read-more {
    color: #084176;
}

.blog-img {
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog-item:hover .blog-title {
    color: #B07B36;
}

.blog-item .blog-img img {
    transition: all 2s;
}

.blog-details-banner {
    .container {
        position: relative;
    }

    &::after {
        display: none;
    }
}

.blog-details-img {
    border-radius: 40px;
    margin-bottom: 40px;
    margin-top: 30px;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.menu-light {
    background: #FFF;
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.07);

    #menu>.main-menu>ul>li>a {
        color: #151515;
    }

    #menu>.main-menu>ul>li.current-menu-item>a,
    #menu>.main-menu>ul>li:hover>a {
        color: #B07B36;
    }
}

.menu-light.sticky {
    background: #151515;
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.07);

    #menu>.main-menu>ul>li>a {
        color: #ffffff;
    }

    #menu>.main-menu>ul>li.current-menu-item>a,
    #menu>.main-menu>ul>li:hover>a {
        color: #B07B36;
    }
}

.blog-details {
    p {
        color: #242424;
        line-height: 27px;
    }

    .blog-date {
        color: #B07B36;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        margin-bottom: 14px;

        img {
            filter: brightness(0) saturate(100%) invert(45%) sepia(14%) saturate(1919%) hue-rotate(354deg) brightness(108%) contrast(87%);
        }
    }

    .section-title {
        color: #161616;
        font-size: 51px;
        font-style: normal;
        font-weight: 500;
        line-height: 55px;
        text-transform: unset;
        font-family: "DM Sans", sans-serif;
    }

    .small-line {
        background: #084176;
    }

    .title-lg {
        color: #161616;
        font-family: "DM Sans";
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 55px;
        text-transform: unset;
    }
}

.related-post {
    .container {
        border-top: 1px solid #D2D2D2;
        padding-top: 30px;
    }
}

.recent-post {
    border-radius: 12px;
    background: #F4F4F4;
    padding: 10px;
    margin-bottom: 30px;
}

.recent-post-item {
    display: flex;
    gap: 7px;
    align-items: center;
    border-bottom: 1px solid #E3DFDF;
    padding-bottom: 10px;
    margin-bottom: 10px;

    &:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    &:hover .blog-title {
        color: #B07B36;
    }

    .blog-img {
        border-radius: 9px;
        width: 109px;
        height: 89px;
    }

    .blog-date {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .blog-title {
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: 126.5%;
    }

    .blog-title::before {
        display: none;
    }

    .blog-content {
        padding: 0px;
        padding-top: 0px;
        position: relative;
        border-bottom: 0;
        width: 64%;
    }

}

.sidebar-offers {
    position: relative;
    border-radius: 12px;
    overflow: hidden;

    img {
        width: 100%;
    }

    .off {
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        padding-block: 0;
        position: absolute;
        z-index: 1;
        inset: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding: 30px;
        padding-bottom: 50px;

        &::after {
            display: none;
        }

        &:before {
            background: linear-gradient(to top, rgb(0 0 0 / 38%), transparent);
            bottom: 4px;
        }

        h4 {
            font-size: 19px;
            width: max-content;
            margin-inline: auto;

            &::before {
                width: 53px;
                height: 40px;
                position: absolute;
                right: -50px;
                bottom: 0px;
                background-size: 53px;
            }
        }

        .primary-btn {
            padding: 12px 17px;
        }
    }

    .section-title {
        color: #FFF;
        text-align: center;
        font-family: 'FuturaPTBook';
        font-size: 33px;
        font-style: normal;
        font-weight: 450;
        line-height: 33px;
        text-transform: uppercase;
    }
}

.bui {
    width: 100%;
}

.menu-light .hamburger:before {
    background: #084176;
}

.menu-light .hamburger:after {
    border-top: 2px solid #084176;
    border-bottom: 2px solid #084176;
}

.menu-light .hamburger.menu-opened,
.menu-light.sticky .hamburger {
    &:before {
        background: #ffffff;
    }

    &:after {
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
}

.menu-light {
    #menu>.main-menu.open>ul>li>a {
        color: #ffffff;
    }

    #menu>.main-menu.open>ul>li.current-menu-item>a,
    #menu>.main-menu.open>ul>li:hover>a {
        color: #B07B36;
    }
}

/* Offers And Packages */
.offers-packages {
    p {
        color: #363636;
    }
}

.offers-big {
    .img-box {
        border-radius: 24px;
        overflow: hidden;
        position: relative;
        height: 727px;
    }

    p {
        color: #fff;
    }
}

.offer-list {

    border-radius: 19px;
    border: 1px solid #B07B36;
    padding: 7.4px;
    margin-bottom: 11px;
    transition: all .5s;

    &:last-child {
        margin-bottom: 0;
    }

    &:hover {
        box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.07);
        transform: translateY(-5px);

        img {
            transform: scale(1.1);
        }
    }

    .img-box {
        border-radius: 19px;
        overflow: hidden;
        position: relative;
        height: 218.205px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    p {
        color: #151515;
        line-height: 22px;
    }

    .offer-date {
        color: #B07B36;
        margin-bottom: 9px;
    }

    h4 {
        color: #151515;
        font-family: "Mulish", sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 14px;
    }

    .secondary-btn {
        padding: 14.5px 23.6px;
        font-size: 18px;
    }
}

.offer-festive {
    border-radius: 8px;
    border: 1px solid #B07B36;
    padding: 22px;
    position: relative;
    padding-left: 65px;
    margin-top: 60px;
    transition: all .5s;

    &:hover {
        background-color: #B07B36;

        h4,
        p {
            color: #fff;
        }

        img {
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(32deg) brightness(125%) contrast(114%);
        }
    }

    img {
        position: absolute;
        left: 22px;
        top: 22px;
    }

    p {
        margin-bottom: 0;
        color: #151515;
        transition: all .5s;
    }

    h4 {
        color: #151515;
        font-family: "Mulish", sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        margin-bottom: 13px;
        transition: all .5s;
    }
}

.more-packages {
    p {
        color: #363636;
    }

    .package-item {
        p {
            color: #373737;
        }

        .offer-date {
            color: #B07B36;
        }

        .tag {
            font-size: 14px;
            right: 15px;
            border-radius: 30px;
            background: #084176;
            padding-inline: 15px;
        }
    }
}

.gallery-item {
    border-radius: 8px;
    overflow: hidden;
    height: 412px;

    a {
        cursor: zoom-in;
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    &:hover {
        img {
            transform: scale(1.1) rotate(3deg);
        }
    }
}

.col-lg-5 {
    .gallery-item {
        height: 100%;
    }
}

.about {
    p {
        color: #363636;
    }

    .img-box {
        border-radius: 8px;
        overflow: hidden;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .title {
        color: #000;
        font-size: 40px;
        font-style: normal;
        font-weight: 450;
        line-height: 37px;
        margin-bottom: 16px;
    }
}

.our-specialties {
    background-image: url(../img/our-specialtis-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 100px;

    .section-title {
        color: #fff;
    }
}

.specialties-box {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(4px);
    padding: 30px;
    padding-top: 12px;
    text-align: center;
    height: 100%;
    transition: all .5s;

    &:hover {
        background: #B07B36;
        transform: scale(1.1);

        .icon {
            img {
                transform: rotateY(180deg);
            }
        }
    }

    .icon {
        height: 93px;
        margin-bottom: 4px;
        width: auto;
        margin-inline: auto;
        background-color: transparent;
        border: 0;
        padding: 0;
    }

    p {
        color: #fff;
        margin-bottom: 0;
    }
}

.box {
    position: relative;
    display: inline-block;
    z-index: 1;

    &::after {
        content: '';
        width: 41.696px;
        height: 41.696px;
        background: #F1F1F1;
        border-radius: 50%;
        position: absolute;
        right: -10px;
        z-index: -1;
        top: 7px;
    }
}

#tabs-nav li a {
    display: flex;
    align-items: center;
    gap: 20px;

    &:hover {
        h4 {
            color: #B07B36;
        }
    }

    h4 {
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-bottom: 2px;
    }
}

#tabs-nav li {
    margin-top: 20px;
}

#tabs-nav li.active {

    h4 {
        color: #B07B36;
        border-bottom: 1px solid #B07B36;
    }
}

.activi-img {
    position: relative;

    img {
        border-radius: 8px;
    }
}

.name {
    position: absolute;
    bottom: 70px;
    left: -50px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 9px 24px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px;
    padding-left: 100px;

    h4 {
        color: #000;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 44px;
    }

    .box {
        position: absolute;
        left: 20px;
    }
}

.mision {
    position: relative;

    .img-box {
        border-radius: 28px;
        overflow: hidden;
        width: 50%;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.vision {
    .content-box {
        left: 0;
        right: auto;
    }

    .img-box {
        margin-left: auto;
    }
}

.content-box {
    border-radius: 13px;
    border: 1px solid #B07B36;
    background: #FFF;
    padding: 45px 30px;
    width: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    p {
        color: #363636;
    }
}

.our-values {
    background-image: url(../img/our-value-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;

    .section-title {
        color: #fff;
    }

    .small-line {
        background-color: #fff;
    }
}

.our-values {
    .counter-item {
        border-radius: 8px;
        background: #FFF;
        padding: 40px;
        padding-left: 115px;
        &::after{
            display: none;
        }
        h4 {
            color: #26221D;
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: 14px;
            margin-bottom: 10px;
        }
        p{
            color: #2F2F2F;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 23px;
            text-transform: unset;
            border: 0;
            padding: 0;
            display: block;
            margin-bottom: 0;
        }
    }

    .counter-item .counter-icon {
        position: absolute;
        left: 15px;
        top: auto;
        transition: all .5s;
    }

    
}
.team-box{
    &:hover{
        .team-img img{
            transform: scale(1.1);
        }
        .team-name{
            box-shadow: 0px 10px 10px 0px #0000002e;
        }
    }
}
.team-name{
    border-radius: 8px;
    background: #FFF;
    text-align: center;
    padding: 10px;
    padding-top: 20px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    width: 95%;
    margin-inline: auto;
    transition: all .5s;
    h4{
        color: #26221D;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 14px;
text-transform: uppercase;
margin-bottom: 10px;
    }
    p{
        color: #525252;
    }
}
.team-img {
    border-radius: 8px;
    overflow: hidden;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.about-faq {
    .faq-box{
        padding: 40px;
    }
}
.award-box{
    border-radius: 14px;
border: 1px solid #B07B36;
background: #FFF;
padding: 7px;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
&:hover{
    img{
        transform: scale(1.1);
    }
}
}
/*******************************
  Responsive
********************************/
/*************************************
    Home Page
*************************************/
@media (max-width: 1920px) {}

@media (max-width: 1600px),
(max-width: 1536px) {
    .container {
        max-width: 1430px;
    }
}

@media (max-width: 1536px) {}

@media (max-width: 1440px) {}

@media (max-width: 1440px),
(max-width: 1366px) {
    .container {
        max-width: 1200px;
    }
	

    #menu>.main-menu>ul>li {
        padding-inline: 8px;
    }

    header {
        padding-block: 10px;

        .primary-btn {
            font-size: 16px;
        }

        .flex-box {
            margin-left: 20px;
        }
    }

    .banner {
        h1 {
            font-size: 64px;
            line-height: 64px;
        }

        h3 {
            font-size: 94px;
            line-height: 124px;
        }

        p {
            font-size: 40px;
            font-weight: 300;
        }

        .banner-content {
            padding-bottom: 130px;
        }

    }

    .primary-btn {
        font-size: 18px;
        padding: 16px 48px;
    }

    .icon {
        width: 74px;
        height: 74px;
        padding: 16px;
    }

    .title-sm {
        font-size: 17px;
        margin-bottom: 4px;
    }

    .best {
        .best-item {
            gap: 4px;
        }

        .content {
            width: 72%;
        }

        p {
            font-size: 15px;
            line-height: 18px;
        }
    }

    .section-title {
        font-size: 42px;
        line-height: 42px;
    }

    .small-line {
        height: 2px;
    }

    .dec {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
    }

    .mouse {
        width: 23px;
        height: 42px;
    }

    .island-item {
		    height: 280px;
        & .caption {
            h4 {
                font-size: 26px;
            }
        }
    }

    p {
        font-size: 16px;
    }

    .off {
        h3 {
            font-size: 47px;
            line-height: 30px;
        }

        h4 {
            font-size: 24px;
        }
    }

    #menu>.main-menu>ul>li>a,
    #menu ul ul li a {
        font-size: 16px;
    }

    .popup .popup__content {
        width: 60%;
    }

    .about-img {
        .main-img {
            width: 90%;
            margin-right: 16px;
            transform: translateY(-16px);
            padding-left: 10%;
            margin-top: 25px;
        }

        .about-small {
            position: absolute;
            bottom: -30px;
            width: 60%;
        }
    }

    .title-md {
        font-size: 26px;
    }

    .counter-item h3 {
        font-size: 55px;
        line-height: 38px;
        margin-bottom: 6px;
    }

    .counter-item .counter-icon {
        width: 70px;
    }

    .counter-item {
        position: relative;
        padding-left: 78px;
    }

    .counter-item p {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .counter {
        padding: 48px 0;
    }

    .rating {
        h3 {
            font-size: 26px;
            line-height: 23px;
        }
    }

    .testi-box {
        & .head {
            .user-info {
                margin-bottom: 10px;
            }
        }

        & .body {
            p {
                font-size: 15px;
                line-height: 22px;
            }
        }
    }

    .accordion__item {
        margin: 0px auto;
        transition: .5s;
    }

    .accordion__item .accordion__title {
        padding: 13px 30px 15px 0px;
        font-size: 18px;
    }

    .get-in-touch {
        .form-control {
            font-size: 16px;
        }
    }

    .footer-social {
        position: relative;
        z-index: 99;

        a {
            width: 42px;
            height: 42px;
        }
    }

    .contact-info-box {
        & .head {
            h2 {
                font-size: 32px;
                line-height: 39px;
            }
        }

        .numbers a {
            font-size: 22px;
        }

        p {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 6px;
        }
    }

    .banner.neil-island-banner {
        h1 {
            font-size: 60px;
            line-height: 62px;
        }

        p {
            font-size: 20px;
        }
    }

    .bottom {
        .primary-btn {
            padding: 14px 24px;
            font-size: 16px;
        }

        .price {
            font-size: 20px;
        }
    }

    .package-content {
        h3 {
            font-size: 24px;
        }
    }

    .package-item {
        .tag {
            font-size: 14px;
        }
    }

    .feature {
        h5 {
            font-size: 22px;
        }
    }

    .sightseeing-img {
        h3 {
            font-size: 25px;
            bottom: 25px;
            left: 25px;
        }
    }

    .activities {
        h3 {
            font-size: 30px;
        }
    }

    .list-style-check {
        li {
            font-size: 22px;
        }
    }

    .banner.neil-island-banner {
        .container {
            padding-top: 96px;
        }
    }

    .service-img {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .service-page {
        .title {
            font-size: 30px;
        }
    }

    .sidebar {
        & ul {
            & li {
                gap: 13px;

                a {
                    font-size: 22px;
                    line-height: 40px;
                }
            }
        }
    }

    .banner.inner-banner {
        .container {
            align-items: center;
            padding-top: 96px;
        }
    }

    .recent-post-item {
        .blog-img {
            border-radius: 9px;
            width: 80px;
            height: 70px;
        }

        .blog-date {
            font-size: 12px;
        }

        .blog-title {
            font-size: 14px;
        }
    }

    .blog-details {
        p {
            line-height: 24px;
        }
    }

    .sidebar-offers {
        .off {
            padding: 15px;
            padding-bottom: 35px;

            h4 {
                font-size: 15px;
            }

            .primary-btn {
                padding: 12px 17px;
                font-size: 16px;
            }
        }

        .section-title {
            font-size: 24px;
            line-height: 26px;
        }

    }

    .offers-big {
        .img-box {
            height: 590px;
        }
    }

    .offer-list {
        .img-box {
            height: 172.205px;
        }
    }

    .offer-list {
        .offer-date {
            margin-bottom: 6px;
        }

        h4 {
            font-size: 24px;
            margin-bottom: 10px;
			line-height: normal;
        }

        p {
            margin-bottom: 10px;
        }
    }

    .more-packages {
        & .package-item {
            p {
                font-size: 15px;
            }
        }
    }

    .gallery-item {
        height: 322px;
    }
    .about {
        .title {
            font-size: 30px;
            line-height: 27px;
            margin-bottom: 10px;
        }
        p {
            line-height: 22px;
        }
    }
    .partner{
        .mb-20 {
            margin-bottom: 0px;
        }
    }
    .sec-gap {
        padding: 40px 0;
    }
    .our-specialties {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .specialties-box {
        padding: 12px 10px;
    }
    .specialties-box {
        p {
            line-height: 22px;
            font-size: 14px;
        }
    }
    #tabs-nav li a {
        h4 {
            font-size: 24px;
        }
    }
    .name {
        h4 {
            font-size: 30px;
            line-height: 38px;
        }
    }
    .related-post{
        .blog-title {
            font-size: 22px;
            line-height: 28px;
            margin-bottom: 3px;
        }
    }
}

.mobile {
    display: none;
}

 .our-values {
        .counter-item {
			height: 100%;
	 }
}
@media (max-width: 1366px) {}

@media (max-width: 1199.98px) {

    #menu>.main-menu>ul>li {
        padding-inline: 10px;
    }

    .package-content {
        p {
            font-size: 15px;
        }
    }

    .sidebar {
        & ul {
            & li {
                a {
                    font-size: 22px;
                    line-height: 25px;
                    padding-bottom: 5px;
                }
            }
        }
    }

    .gallery-item {
        height: 218px;
    }
    .our-values {
        .counter-item {
            padding: 30px;
            padding-left: 100px;
			height: 100%;
            h4 {
                font-size: 20px;
            }
        }
       
    }
}

@media (max-width: 991.98px) {
    #menu {
        justify-content: space-between;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    header {
        padding-block: 5px;
        padding-inline: 20px;
        height: auto;

        .flex-box {
            margin-left: 0;
            margin-right: 60px;
        }
    }

    .logo {
        width: 170px;
        padding-block: 5px;
    }

    .hamburger {
        background: #ffffff00;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: end;
        padding-right: 5px;
    }

    #menu .main-menu {
        background-color: rgb(19 19 19);
        top: 60px;
        flex-direction: column;
        padding-right: 0;
    }

    #menu .main-menu {
        top: 0;
        background-color: rgb(29 46 96);
        transform: translateX(0%);
        z-index: 9999;
        right: 0;
        transition: all 1s;
        align-items: center;
        justify-content: center;
    }

    #menu>.main-menu>ul>li {
        border-bottom: 0px solid #dddddd3d;
    }

    #menu>.main-menu>ul>li>a,
    #menu ul ul li a {
        font-size: 34px;
        padding: 12px 6px;
        text-align: center;
        line-height: normal;
    }

    #menu .main-menu ul li.current-menu-item a::after {
        content: '';
        position: absolute;
        bottom: 11px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 1px;
        background: #DE9A41;
    }

    #menu .main-menu {
        animation: fadeIn .51s ease;
    }

    #menu .main-menu.open {
        animation: fadeIn .51s ease;
    }

    #menu .main-menu.open ul li:nth-child(1) {
        animation: slideInUp 1s ease;
    }

    #menu .main-menu.open ul li:nth-child(2) {
        animation: slideInUp 2s ease;
    }

    #menu .main-menu.open ul li:nth-child(3) {
        animation: slideInUp 3s ease;
    }

    #menu .main-menu.open ul li:nth-child(4) {
        animation: slideInUp 4s ease;
    }

    #menu .main-menu.open ul li:nth-child(5) {
        animation: slideInUp 5s ease;
    }

    #menu .main-menu.open ul li:nth-child(6) {
        animation: slideInUp 6 ease;
    }

    #menu .main-menu.open ul li:nth-child(7) {
        animation: slideInUp 7s ease;
    }

    #menu .main-menu.open ul li:nth-child(8) {
        animation: slideInUp 8s ease;
    }

    #menu .main-menu.open ul li:nth-child(9) {
        animation: slideInUp 9s ease;
    }

    #menu .main-menu.open ul li:nth-child(10) {
        animation: slideInUp 10s ease;
    }

    #menu .submenu-button {
        height: 77px;
        width: 70px;
    }

    #menu .submenu-button:after {
        top: 28px;
        right: 30px;
    }

    #menu>.main-menu>ul>li.has-sub>a::before {
        display: none;
    }

    #menu .submenu-button.submenu-opened:after {
        transform: rotate(-135deg);
        top: 34px;
    }

    .menu-overlay {
        position: relative;
        z-index: 99;
        background-color: rgba(0, 0, 0, 0.5);

        &::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);

        }
    }

    .best {
        .best-item {
            gap: 4px;
            flex-direction: column;
            text-align: center;
        }

        p {
            display: none;
        }
    }

    .mouse {
        display: none;
    }

    .slick-prev {
        left: 0px;
    }

    .slick-next {
        right: 0;
    }

    .section-title {
        font-size: 40px;
    }

    .container {
        padding-inline: 20px;
    }

    .neil-island {
        .container {
            padding-right: 0;
        }

        .text-center {
            text-align: left;
        }

        .dec {
            display: none;
        }

        .slick-arrow {
            top: -70px;
            right: 32px;
            border: solid 1px #9F9F9F;
            background: transparent;

            &:hover {
                background-color: #084176;
                border-color: #084176;

                &::before {
                    border-top: 1px solid #ffffff;
                    border-left: 1px solid #ffffff;
                }
            }

            &::before {
                content: '';
                width: 15px;
                height: 15px;
                border-top: 1px solid #2E2E2E;
                border-left: 1px solid #2E2E2E;
            }

            &.slick-prev {
                left: auto;
                right: 80px;
            }
        }
    }

    .about-img {
        display: none;
    }

    .about-us {
        text-align: center;

        .primary-btn {
            display: none;
        }
    }

    .about-mobile {
        width: 100%;
    }

    .choose-item {
        border-radius: 4px;
        border: 1px solid #EEE;
        background: linear-gradient(91deg, #FFF -30.88%, #EAEAEA 99.52%);
        display: flex;
        align-items: center;
        gap: 7px;
        padding-inline: 0;
        justify-content: center;
        height: 80px;

        p {
            display: none;
        }

        &::before,
        &::after {
            display: none;
        }
    }

    .counter {
        padding: 20px 0;
        padding-inline: 5%;

        .row .col-6:nth-child(2n) {
            padding-left: 9%;
        }
    }

    .counter-item {
        position: relative;
        padding-left: 0px;

        &::after {
            display: none;
        }
    }

    .counter-item .counter-icon {
        display: none;
    }

    .testimonials {
        padding-left: 20px;
    }

    .faq {
        padding: 0;

        .text-left {
            text-align: center;
        }

        .dec {
            display: none;
        }

        .faq-box {
            padding-top: 50px;
        }
    }

    .accordion__item .accordion-active {
        color: #B07B36;
    }

    .accordion__title.accordion-active::after {
        filter: brightness(0) saturate(100%) invert(59%) sepia(12%) saturate(2168%) hue-rotate(354deg) brightness(85%) contrast(89%);
    }

    .get-in-touch {
        padding-inline: 3%;
    }

    .partner {
        .brand {
            height: 60px;
        }
    }

    .footer-contact {
        border-top: 1px solid #373E4A;
        border-bottom: 1px solid #373E4A;
        margin-top: 15px;
    }

    .middle-menu {
        .container {
            margin-top: 20px;
        }
    }

    .banner.neil-island-banner {
        h1 {
            font-size: 40px;
            line-height: 44px;
        }

        h3 {
            line-height: 36px;
            font-size: 70px;
        }

        p {
            font-size: 14px;
        }

        .slick-prev {
            left: 40px;
        }

        .slick-next {
            right: 40px;
        }
    }

    .neil-island-map {
        height: 400px;
    }

    .activities {
        .icon {
            width: 135.219px;
            height: 135.219px;
            padding: 30px;
            margin-bottom: 20px;
        }

        h3 {
            font-size: 22px;
        }
    }

    .sightseeing-img {
        h3 {
            font-size: 20px;
            bottom: 8px;
            left: 15px;
        }
    }

    .service-page {
        .footer-contact {
            border: 0;
        }
    }

    .sidebar {
        border: 0;
        background: #e3e3e3;
        padding-top: 25px;
    }

    .blog-details {
        .section-title {
            font-size: 40px;
            line-height: 42px;
        }

        .title-lg {
            font-size: 28px;
        }
    }

    .offer-list {
        .img-box {
            height: 461.205px;
        }
    }

    .offer-list {
        padding: 15.4px;

        .img-box {
            border-radius: 35px;
        }
    }

    .more-packages {
        .package-content {
            h3 {
                font-size: 22px;
            }
        }

        & .package-item {
            p {
                font-size: 14px;
            }

            .offer-date {
                margin-bottom: 0;
            }
        }
    }

    .gallery-item {
        height: 212px;
    }
    .activi-img {
        padding: 30px;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .name {
        left: 0;
    }
    .mision {
        .img-box {
            border-radius: 28px;
            overflow: hidden;
            width: 100%;
        }
        .content-box {

            width: 95%;
            position: relative;
            right: 0;
            top: unset;
            transform: unset;
            margin-inline: auto;
            margin-top: -50px;
            margin-bottom: 30px;
        }
    }
    .our-values {
        .counter-item .counter-icon {
            display: block;
        }
    }
    .related-post {
        .blog-title {
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 3px;
        }
    }
}

@media (max-width: 575.98px) {
    header {
        padding-left: 0;

        .primary-btn {
            font-size: 12px;
            padding: 8px 9px;
        }
    }

    .form-control {
        font-size: 12px;
        padding: 8px 10px;
    }

    form .primary-btn {
        padding: 10px 30px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
    }

    .banner {
        .banner-content {
            padding-bottom: 57px;
        }

        h1 {
            font-size: 36px;
            line-height: 108.333%;
        }

        h3 {
            font-size: 42px;
            line-height: 130.455%;
        }

        p {
            font-size: 18px;
            font-weight: 300;
        }
    }

    .fixed-btn {
        top: 50%;
        z-index: 99;
    }

    .discount,
    .enq-btn {
        .vertical {
            font-size: 12px;
        }

        span {
            width: 29px;
        }
    }

    .email {
        width: 29px;
        height: 28px;
        padding: 6px;
        margin-bottom: 4px;
    }

    .enq-btn {}

    .call {
        width: 29px;
        height: 29px;
    }

    .fw {
        width: 29px;
    }

    .title-sm {
        font-size: 12px;
        margin-bottom: 0px;
        line-height: 14px;
    }

    .small-line {
        height: 1px;
        width: 27px;
        display: inline-block;
        margin-block: 4px;
    }

    .testimonials,
    .faq-box,
    .get-in-touch,
    .why-choose-us {
        .small-line {
            margin-inline: auto;
        }
    }

    /* .banner-content .slideInUp {
        animation-name: unset;
        opacity: 1;
    } */
    .faq {
        .faq-box {
            padding-top: 30px;
        }
    }

    .neil-island {

        .text-center,
        .mb-35 {
            margin-bottom: 16px;
            text-align: left;
        }

        .btn-group {
            display: none;
        }

        & .slick-arrow {
            &::before {
                content: '';
                width: 7px;
                height: 7px;
            }

            &.slick-prev {
                left: auto;
                right: 70px;
            }
        }

        .slick-arrow {
            top: -35px;

        }
    }

    .mb-35 {
        margin-bottom: 18px;
    }

    .neil-island-slider .slick-slide {
        margin: 0px 8px;
    }

    .neil-island-slider .slick-list {
        margin: 0px -8px;
    }

    .island-item {
		   height: 160px;
        border-radius: 10px;
        .caption {
            bottom: 10px;
            left: 10px;
            right: 10px;
            padding: 5px;

            h4 {
                font-size: 18px;
                line-height: 18px;
                margin-bottom: 5px;
            }

            p {
                margin: 0;
                line-height: 15px;
                font-size: 12px;
            }
        }
    }

    .tag {
        font-size: 9px;
        padding: 4px 10px;
        top: 15px;
        right: 8px;
    }

    .form-group {
        margin-bottom: 5px;
    }

    .offcanvas-body .contact-form label {
        font-size: 16px;
        margin-bottom: 5px;
        display: block;
    }

    form .btn-group {
        justify-content: center;
        margin-top: 15px;
    }


    .logo {
        width: 120px;
        padding-block: 3px;
    }

    .right {
        padding: 10px;
        text-align: left;
    }

    .hamburger {
        top: 9px;
        width: 43px;
        height: 36px;
    }

    .hamburger:after {
        top: 17px;
        right: 6px;
        height: 10px;
        width: 30px;
    }

    .hamburger:before {
        top: 8px;
        right: 6px;
        height: 2px;
        width: 30px;
    }

    .hamburger.menu-opened:after {
        top: 18px;
        border: 0;
        height: 2px;
        width: 30px;
    }

    .hamburger.menu-opened:before {
        top: 18px;
        width: 30px;
    }

    #menu .submenu-button {
        height: 51px;
        width: 70px;
        background: rgb(255 255 255 / 3%);
    }


    .section-title {
        font-size: 20px;
        line-height: inherit;
    }

    .off {
        padding-block: 43.5px;

        h3 {
            font-size: 25px;
            line-height: 10px;
        }

        h4 {
            font-size: 16px;
            margin-bottom: 12px;

            &::before {
                right: -45px;
                bottom: -58px;
                background-repeat: no-repeat;
                background-size: 65px;
            }
        }

        .section-title {
            line-height: 63%;
        }
    }

    .dec {
        font-size: 14px;
        line-height: 18px;
    }

    .choose-item {
        border-radius: 4px;
        gap: 6px;
        height: 44px;

        img {
            margin-bottom: 0px;
            width: 24px;
        }
    }

    .title-md {
        font-size: 14px;
        margin: 0;
        line-height: 18px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    .counter-item h3 {
        font-size: 40px;
        line-height: 29px;
        margin-bottom: 2px;
    }

    .counter-item p {
        font-size: 14px;
        padding-bottom: 4px;
    }

    .counter {
        padding: 20px 0;
        padding-inline: 0%;
    }

    .sec-gap,
    .sec-pad {
        padding: 30px 0;
    }

    .mb-20 {
        margin-bottom: 10px;
    }

    .footer-contact p {
        text-align: left;
        min-height: 32px;
    }

    .footer-contact p span {
        left: 0px;
        top: 0px;
    }

    .footer-box {
        width: 100%;
        padding: 0;
    }

    .footer-logo {
        margin-bottom: 6px;
    }

    footer {
        padding-top: 30px;
    }

    .footer-title:after {
        position: absolute;
        left: 0%;
    }

    .middle-menu {
        li {
            padding-bottom: 0;

            &:last-child {
                padding-top: 0;
                padding-bottom: 10px;
            }

            a {
                border-right: 0px solid #E6E6E6;
                padding: 0 13px;
            }
        }
    }

    footer p,
    footer ul li a,
    footer p a {
        font-size: 14px;
    }

    .footer-social {
        justify-content: center;
    }

    .copyright {
        padding: 10px 0;
        padding-bottom: 0;
        justify-content: center;
    }

    .copyright p {
        margin-bottom: 5px;
    }

    #menu .main-menu {
        top: 0;
        flex-direction: column;
        padding-right: 0;
        z-index: 999999;
    }

    #menu>.main-menu>ul>li.has-sub>a::before {
        display: none;
    }

    #menu>.main-menu>ul>li>a {
        padding: 11px 6px;
    }

    #menu>.main-menu>ul>li>a,
    #menu ul ul li a {
        font-size: 30px;
    }

    .rating {
        p {
            font-size: 15px;
            line-height: 17px;
        }
    }

    #menu .submenu-button:after {
        top: 22px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #ffffff;
        transform: rotate(0deg);
        border-bottom: 0px solid #fff;
    }

    #menu .submenu-button.submenu-opened:after {
        transform: rotate(0deg);
        top: 22px;
    }

    #menu ul ul li a {
        padding-left: 15px;
    }

    #menu .main-menu ul ul.open {
        background: #ffffff0d;
    }

    .slick-next {
        right: -10px;
    }

    .slick-prev {
        left: -10px;
    }

    .popup .popup__content {
        width: 90%;
    }

    .testi-box {
        & .head {
            & .user-info {
                h4 {
                    font-size: 16px;
                    line-height: 18px;
                }

                .user-img {
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    overflow: hidden;
                }
            }
        }

        & .body {
            p {
                font-size: 15px;
                line-height: 20px;
                margin-bottom: 0;
            }
        }
    }

    .faq-box {
        padding-inline: 0px;
        padding-bottom: 30px;
        padding-top: 30px;
        box-shadow: 0vmax 0px 0 68vmax #FDF6F5;
        clip-path: inset(0vmax -68vmax);
    }

    .accordion__title-text::before {
        font-size: 14px;
        top: 9px;
        left: 0;
        position: absolute;
    }

    .accordion__title::after {
        top: 10px;
    }

    .accordion__item .accordion__content {
        font-size: 14px;
        line-height: 21px;
    }

    .accordion__item .accordion__title {
        padding: 9px 26px 9px 18px;
        font-size: 14px;
    }

    .get-in-touch {
        .form-control {
            font-size: 13px;
            padding: 10px 8px;
        }

        .form-icon {
            position: absolute;
            right: 6px;
            top: 12px;
            width: 15px;
        }
    }

    .partner {
        .brand {
            height: 40px;
        }
    }

    .title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .left {
        padding-block: 15px;
    }


    .menu-white .hamburger.menu-opened:after {
        background-color: #000;
    }

    #menu .main-menu ul li.current-menu-item a::after {
        display: none;
    }

    .banner-item h1 {
        font-size: 24.5px;
        margin-bottom: 6px;
    }

    .banner-item p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .primary-btn {
        font-size: 12px;
        padding: 8px 16px;
    }

    .btn-group {
        display: flex;
        gap: 10px;
    }

    .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .slick-arrow::before {
        width: 10px;
        height: 10px;
    }

    .banner {
        height: 90vh;
    }

    .about-us {
        .small-line {
            margin-inline: auto;
        }
    }

    .icon {
        width: 62px;
        height: 62px;
        padding: 13px;
    }

    .best {
        .content {
            width: 100%;

            & .title-sm {
                br {
                    display: block;
                }
            }

            .title-sm {
                font-size: 11px;
                margin-bottom: 0px;
                line-height: 14px;
            }
        }
    }

    .contact-info-box {
        border-radius: 24px;
        padding: 6px;

        & .head {
            border-radius: 18px;
            padding: 6px 10px;
            margin-bottom: 14px;

            h2 {
                font-size: 20px;
                line-height: 20px;
            }

            .small-line {
                margin-inline: auto;
                margin-bottom: 0;
            }
        }

        .icon {
            width: 44px;
            height: 44px;
            outline-offset: 2px;
        }

        .contact-list {
            margin-bottom: 10px;
            padding-left: 50px;
        }

        h4 {
            font-size: 18px;
            line-height: 20px;
        }

        p {
            font-size: 14px;
            line-height: 18px;
        }

        .numbers a {
            font-size: 14px;
            line-height: 22px;
            display: inline-block;
        }

        .numbers a img {
            width: 10px;
        }
    }

    .banner.inner-banner {
        .container {
            align-items: center;
            padding-top: 63px;
        }

        h1 {
            font-size: 28px;
            line-height: 108.333%;
        }
    }

    .banner.neil-island-banner {
        h1 {
            font-size: 22px;
            line-height: 26px;
        }

        h3 {
            line-height: 15px;
            font-size: 34px;
        }

        p {
            font-size: 13px;
            line-height: normal;
        }
    }

    .banner.neil-island-banner {
        .slick-prev {
            left: 8px;
        }

        .slick-next {
            right: 8px;
        }
    }

    .island-partner {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .packages {
        .small-line {
            margin-inline: auto;
        }
    }

    .package-item {
        .tag {
            font-size: 12px;
        }

        .slick-arrow {
            width: 30.359px;
            height: 30.359px;

            &::before {
                width: 10px;
                height: 10px;
            }
        }
    }

    .package-content {
        h3 {
            font-size: 18px;
            margin-bottom: 5px;
        }

        p {
            font-size: 14px;
            margin-bottom: 5px;
        }

        p:nth-child(3) {
            min-height: auto;
        }
    }

    .bottom {
        .price {
            font-size: 16px;
        }

        .primary-btn {
            padding: 8px 20px;
            font-size: 14px;
        }
    }

    .title-lg {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .feature {
        .flex {
            gap: 5px;

            img {
                width: 25px;
            }
        }

        h5 {
            font-size: 15px;
        }
    }

    .pt-30 {
        padding-top: 15px;
    }

    .pb-60 {
        padding-bottom: 20px;
    }

    .mb-50 {
        margin-bottom: 15px;
    }

    .pb-50 {
        padding-bottom: 20px;
    }

    .list-style-check {
        li {
            font-size: 16px;
            padding-left: 22px;
            line-height: normal;

            &::before {
                background-size: 17px;
            }
        }
    }

    .sightseeing-slider .slick-current.slick-active {
        transform: scale(1);
    }

    .sightseeing-slider .slick-center,
    .sightseeing-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
        transform: scale(1);
    }

    .sightseeing-slider {
        .slick-prev {
            left: 10%;
        }

        .slick-next {
            right: 10%;
        }
    }

    .sightseeing-slider .slick-slide {
        padding: 0px 12px;
    }

    .sightseeing,
    .activities,
    .island-testimonials {
        .small-line {
            margin-inline: auto;
        }
    }

    .activities {
        padding: 20px 0;
    }

    .sightseeing-img {
        h3 {
            font-size: 15px;
        }
    }

    .activities {
        .icon {
            width: 90.219px;
            height: 90.219px;
            padding: 18px;
            margin-bottom: 1px;
            box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.200);
        }

        h3 {
            font-size: 18px;
        }
    }

    .service-img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .service-page {
		.col-lg-4{
			order:-1;
		}
		    .sidebar {
        padding: 0;
        background: transparent;
		border-bottom: 2px solid #ddd;
        padding-bottom: 15px;
    }
        & ul {
			  padding: 0;
			 display: flex;
            flex-wrap: wrap;
            gap: 5px;
            justify-content: center;
            li {
                margin: 0;
                margin-top: 0;
                margin-bottom: 0;
            }
        }
		#tabs-nav li {
        margin: 0;
    }
    #tabs-nav li a {
        padding: 10px;
            background: #084176;
        color: #fff;
        height: auto;
        display: block;
        border: 0;
		font-size: 14px;
		img {
         display: none;
     }
    }
		#tabs-nav li.active a{
			background: #B07B36;
}
        .title {
            font-size: 18px;
            margin-bottom: 5px;
        }

        .title-md {
            font-size: 17px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .footer-contact p {
            font-size: 18px;
            margin-bottom: 0;
        }

    }

    .sidebar {
        & ul {
            & li {
                margin-bottom: 15px;

                a {
                    font-size: 15px;
                    line-height: 16px;
                    padding-bottom: 5px;
                }

                img {
                    width: 30px;
                    height: auto;
                }
            }
        }
    }

    .blog-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0px;
    }

    .blog-date {
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .blog-content {
        p {
            line-height: 20px;
        }

        .read-more {
            display: block;
        }
    }

    .blog-details-img {
        margin-bottom: 10px;
        margin-top: 12px;
    }

    .blog-details {
        .blog-date {
            font-size: 14px;
            margin-bottom: 0px;
        }

        .section-title {
            font-size: 20px;
            line-height: 24px;
        }

        p {
            line-height: 20px;
        }

        .title-lg {
            font-size: 16px;
            line-height: 20px;
        }
    }

    .recent-post-item {
        padding-bottom: 0px;
        margin-bottom: 5px;
    }

    .recent-post {
        .small-line {
            margin-bottom: 10px;
        }
    }

    .offers-big {
        .img-box {
            height: 390px;
        }
    }

    .offer-list {
        padding: 7.4px;

        .img-box {
            border-radius: 16px;
            height: 200px;
        }

        p {
            font-size: 13px;
            line-height: 18px;
        }

        h4 {
            font-size: 18px;
            margin-bottom: 4px;
        }

        .secondary-btn {
            padding: 10.5px 16.6px;
            font-size: 13px;
            margin-bottom: 6px;
        }
    }

    .offer-festive {
        padding: 15px;
        padding-left: 45px;
        margin-top: 25px;

        img {
            position: absolute;
            left: 10px;
            top: 15px;
        }

        h4 {
            font-size: 16px;
            line-height: 19px;
            margin-bottom: 3px;
        }

        p {
            font-size: 13px;
            line-height: 20px;
            margin-bottom: 0;
        }
    }

    .more-packages {
        .small-line {
            margin-inline: auto;
        }
    }

    .more-packages {
        & .package-content {
            h3 {
                font-size: 18px;
                margin-bottom: 4px;
            }

            p {
                font-size: 13px;
                line-height: 18px;
            }
        }

        & .package-item {
            .tag {
                font-size: 11px;
                right: 10px;
                padding-inline: 15px;
                top: 10px;
            }
        }
    }

    .offers-packages {
        padding-bottom: 0;
    }

    .gallery-item {
        height: 88px;
    }
    .about,.our-specialties {
        .small-line{
            margin-inline: auto;
        }
        .title {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 4px;
        }

    }
    .specialties-box {
        p {
            line-height: 18px;
            font-size: 14px;
        }
    }
    #tabs-nav li {
        margin-top: 10px;
    }
    #tabs-nav li a {
        position: relative;
        padding-left: 55px;
        height: 45px;
    }
    .box {
        position: absolute;
        left: 0;
        width: 40px;
        top: 50%;
        transform: translateY(-50%);
        &::after {
            content: '';
            width: 26.696px;
            height: 26.696px;
            right: -6px;
            z-index: -1;
            top: 7px;
        }
    }
    #tabs-nav li a {
        h4 {
            font-size: 16px;
        }
    }
    .activi-img {
        padding: 0px;
    }
    .name {
        left: -14px;
        padding: 9px;
        padding-left: 62px;
        height: 62px;
        padding-right: 20px;
        h4 {
            font-size: 16px;
            line-height: 22px;
        }
        .box{
            left: 10px;
        }
    }
    .mision {
        .img-box {
            border-radius: 12px;
        }
        .content-box {
            margin-bottom: 5px;
            padding: 10px 10px;
        }
    }
    .our-values {
        .counter-item .counter-icon {
            display: block;
            width: 45px;
        }
        .counter-item {
            padding: 15px;
            padding-left: 70px;
            p {
                font-size: 15px;
                line-height: 22px;
            }
            h4 {
                font-size: 17px;
                margin-bottom: 4px;
            }
        }
    }
    .team-name {
        padding-top: 15px;
        h4 {
            font-size: 15px;
            line-height: 14px;
            margin-bottom: 4px;
        }
        p {
            font-size: 12px;
            margin-bottom: 6px;
        }
        .footer-social {
            a {
                width: 30px;
                height: 30px;
                padding: 7px;
            }
        }
    }

    .about-faq {
        padding-top: 0;
        .faq-box {
            padding: 10px;
        }
        .mb-30 {
            margin-bottom: 8px;
        }
    }
    .related-post {
        .blog-title {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 3px;
        }
    }
}

@media only screen and (min-width: 360px) and (max-width: 1200px) and (orientation: landscape) {
    .enq-btn {
        display: none;
    }

    .discount {
        margin-bottom: 10px;
    }

    .fixed-btn {
        transform: translateY(-36%);
    }

    #menu>.main-menu>ul>li>a,
    #menu ul ul li a {
        font-size: 24px;
    }

    .banner {
        height: 120vh;

        .banner-content {
            padding-bottom: 30px;
        }

        h1 {
            font-size: 48px;
            line-height: 64px;
        }

        h3 {
            font-size: 82px;
            line-height: 107px;
        }

        p {
            font-size: 21px;
            font-weight: 300;
        }
    }

    .neil-island {
        .slick-arrow {
            right: 50px;

            &.slick-prev {
                left: auto;
                right: 103px;
            }
        }

    }

    .section-title {
        font-size: 35px;
    }


}
/*************************************
    Havelock Plaza
*************************************/
.room-info{
    .container{
        padding-inline: 3%;
    }
    .slick-arrow{
        background-color: rgba(176, 158, 158, 0.507);
        &:hover{
            background: #C99B60;
        }
    }
    .slick-next {
        right: 20px;
    }
    .slick-prev {
        left: 20px;
    }
}
.main-img-slider{
img{
    border-radius: 16px;
    width: 100%;
    height: 725px;
}
}
.thumb-nav {
    padding:20px 10px;
    .slick-list{
        margin: 0 -10px;
    }
    .slick-slide{
        margin: 0 10px;
    }
  }

.thumb-nav li {
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
.thumb-nav li img {
    border-radius: 16px;
    display: block;
    width: 100%;
    height: 179px;
    margin: 0 auto;
    border: 2px solid transparent;
    -webkit-transition: border-color .25s;
    -ms-transition: border-color .25s;
    -moz-transition: border-color .25s;
    transition: border-color .25s;
	object-fit: cover;
  }
.thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {
    border-color: #999;
  }
.thumb-nav li.slick-current img {
    border-color: #C99B60;
  }
  .havelock-price{
    border-radius: 26px;
    border: 1px solid #B07B36;
    background: #FFF;
    box-shadow: 0px 16px 34px 0px rgba(0, 0, 0, 0.09);
    padding: 30px 26px;
    margin-top: 38px;
    h2{
        color: #161616;
        font-family: "Mulish", sans-serif;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 29px;
        margin-bottom: 18px;
        span{
            color: #888;
            font-family: "DM Sans";
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
        }
    }
    p{
        color: #464646;
        font-style: normal;
        font-weight: 700;
        line-height: 111.111%;
    }
    h3{
        color: #0C7CAD;
        font-family: "DM Sans";
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        span{
            color: #1C89B8;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            &:last-child{
                color: #7C7C7C;
            }
        }
    }
    del {
        text-decoration: line-through;
        color: #E00;
    }
  }
  .havelock-facility{
    margin-block: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    h5 {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #3D3D3D;
font-family: "DM Sans";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 20px;
    }
  }
  .price-box{
    .contact-info-box{
        border-radius: 26px;
        border: 1px solid #B07B36;
        background: #FFF;
        box-shadow: 0px 16px 34px 0px rgba(0, 0, 0, 0.09);
        transition: all .5s;
        &:hover{
            background: #084176;
            border-color: #084176;
            p{
                color: #fff;
            }
        }
        .head {
            border-radius: 12px;
            padding: 13px 18px;
            margin-bottom: 28px;
            text-align: left;
            h4{
                color: #FFF;
                text-transform: unset;
                font-family: "DM Sans";
                line-height: 36px;
            }
        }
        p{
            color: #464646;
            font-style: normal;
            font-weight: 700;
            line-height: 100%;
            border-bottom: 1px solid #B4B3B3;
            padding-bottom: 16px;
            &:last-child{
                border-bottom: none;
                padding-bottom: 0;
            }
        }
    }
  }
  .havelock-all-facilities{
    border-radius: 15px;
border: 1px solid #B07B36;
background: #FFF;
box-shadow: 0px 16px 34px 0px rgba(0, 0, 0, 0.09);
padding: 28px 12px;
margin-top: 47px;
p{
    color: #363636;
}
#tabs-nav li{
    &:first-child{
        margin-top: 0;
    }
}
#tabs-nav li a {
    gap: 8px;
    h4 {
        font-size: 22px;
    }
}
.box {
    &::after {
       display: none;
    }
}
#tabs-content {
    border-left: 1px solid #8C8C8C;
    height: 100%;
    padding: 20px;
    .tab-content:first-child{
        ul{
            li{
                width: 32%;
            }
        }
    }
}
.tab-content{
    
    ul{
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        padding: 15px;
        li{
            color: #363636;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 222.222%;
            position: relative;
            width: 100%;
            &::before{
                content: "✔";
                color: #B07B36;
                margin-right: 5px;
            }
        }
    }
}

  }
  .accommodations{
    padding-top: 26px;
    .package-content {
        p:nth-child(3) {
            min-height: unset;
        }
        h3{
            margin-bottom: 15px;
        }
    }
  }
.contact-havelock{
    .section-title{
        color: #282727;
        font-size: 42px;
        line-height: 49px;
    }
    .contact-list{
        position: relative;
        padding-left: 62px;
		margin-bottom: 40px;
        &:hover {
            .icon {
                background-color: #084176;
                outline-color: #084176;
                img {
                    transform: rotateY(180deg);
                }
            }
        }
        .icon {
            width: 42px;
            height: 42px;
            background-color: #B07B36;
            display: flex;
            align-items: center;
            justify-content: center;
            outline: 1px solid rgba(176, 123, 54, 0.205);
            outline-offset: 4px;
            position: absolute;
            left: 0;
            top: 0;
    
            img {
                filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4478%) hue-rotate(319deg) brightness(115%) contrast(104%);
            }
        }
        p{
            color: #303030;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
        }
        p a {
            color: #B07B36;
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: 46px;
            &:hover {
                color: #084176;
            }
        }
    }
}
.book-btn {
    background: #084176;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    display: block;
    text-align: center;
    padding-block: 22px;
    margin-bottom: 16px;
    &:hover{
        background: #B07B36;
        color: #fff;
    }
}
.normal{
    font-style: normal;
}
.booking-form{
    border-radius: 10px;
background: #FFF;
box-shadow: 0px 14px 44px 0px rgba(0, 0, 0, 0.15);
padding: 9px;
h4{
color: #FFF;
font-family: 'FuturaPTBook';
font-size: 42px;
font-style: normal;
font-weight: 450;
line-height: 49px;
text-transform: uppercase;
border-radius: 14px 10px 0px 0px;
border: 1px solid #B07B36;
background: #B07B36;
padding: 17px;
text-align: center;
margin-bottom: 20px;
}
label{
    color: #414141;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 20px;
text-transform: uppercase;
margin-bottom: 6px;
display: block;
}
.form-control{
    border: 1px solid #BCBCBC;
    border-radius: 0;
    padding: 25px 15px;
    font-size: 18px;
    display: block;
}
input[type="date"]{
    text-transform: uppercase;
}
.book-btn{
    width: 100%;
    border: 0;
    transition: all .5s;
}
}
.havelock-map{
    iframe{
        height: 675px;
        width: 100%;
        border-radius: 0;
        border: 0;
    }
}
.sightseeing-page{
    p{
        color: #363636;
    }
    
    .bg-light-pink:hover{
        background-color: #de9a41d7;
        img{
            transform: scale(1.1);
        }
    }
}
.bg-light-pink{
    background-color: #F2F2F2;
    transition: all .5s;
    .col-lg-6{
        overflow: hidden;
        img{
            width: 100%;
        }
    }
}
.mb-40{
    margin-bottom: 40px;
}
.sightseeing-page .bg-light-pink:nth-child(2n) .row .col-lg-6:first-child{
    padding: 30px;
}
.sightseeing-page .bg-light-pink:nth-child(2n-1) .row .col-lg-6:last-child{
    padding: 30px;
}
.room-box{
    border-radius: 0px 0px 13px 13px;
background: #FFF;
box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.15);
padding: 9px;
height: 100%;
transition: all .5s;
&:hover{
    box-shadow: 0 0 0 1px #b07b36;
}
.primary-btn{
    font-size: 18px;
    width: 50%;
    padding: 0;
    padding-block: 14.5px;
}
.btn-group {
    gap: 7px;
}
.room-price{
color: #161616;
font-family: "Mulish", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 18px;
margin-bottom: 22px;
del{
    color: #DE1919;
line-height: 21px;
text-decoration: line-through;
}
span{
    color: #000;
font-family: "DM Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
}
}
.room-img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.room-facility{
    border-bottom: 1px solid #DDD;
    padding-bottom: 14px;
    margin-bottom: 20px;
    img{
        margin-right: 6px;
    }
}
.mision{
    .content-box,.section-title,p{
        transition: all .5s;
    }
}

.mision:hover{
    .img-box img{
        transform: scale(1.2);
    }
    .content-box{
        background-color: #B07B36;
        .section-title,p{
            color: #fff;
        }
        .small-line{
            background-color: #ffffff;
        }
    }
}











  @media (max-width: 1600px),
(max-width: 1536px) {
    .havelock-all-facilities {
        & #tabs-nav li a {
            h4 {
                font-size: 21px;
            }
        }
    }
}
@media (max-width: 1440px),
(max-width: 1366px){
    .havelock-price {
        h2 {
            font-size: 36px;
            span {
                font-size: 20px;
            }
        }
        h3 {
            font-size: 26px;
            span{
                font-size: 20px;
            }
        }

    }
    .havelock-facility {
        h5 {
            font-size: 18px;
        }
    }
    .price-box {
        & .contact-info-box {
            & .head {
                margin-bottom: 16px;
                h4 {
                    font-size: 24px;
                    line-height: 30px;
                }
            }
        }
    }
	.thumb-nav li img {
    height: 150px;
}
    .havelock-all-facilities {
        & #tabs-nav li a {
            h4 {
                font-size: 16px;
            }
        }
        #tabs-nav li {
            margin-top: 12px;
            .box {
                width: 30px;
            }
        }
    }
    .havelock-all-facilities {
        & .tab-content {
            & ul {
                li {
                    font-size: 16px;
                    line-height: 192.222%;
                }
            }
        }
        .title-lg {
            font-size: 26px;
            margin-bottom: 0px;
        }
    }
    .room-box{
        p{
            font-size: 15px;
        }
        .room-price {
            font-size: 18px;
            margin-bottom: 12px;
            span {
                font-size: 14px;
            }
        }
        .room-facility {
            padding-bottom: 10px;
            margin-bottom: 10px;
        }
        .primary-btn {
            font-size: 15px;
            padding-block: 10.5px;
        }
    }
    .contact-havelock {
        & .contact-list {
            .icon {
               padding: 0;
            }
            p {
                font-size: 16px;
                line-height: 22px;
            }
            p a {
                font-size: 18px;
            }
        }
    }
    .contact-havelock {
        .section-title {
            font-size: 32px;
            line-height: 39px;
        }
    }
    .book-btn {
        font-size: 20px;
        padding-block: 20px;
        margin-bottom: 16px;
    }
    .booking-form {
        h4 {
            font-size: 32px;
            line-height: 32px;
            margin-bottom: 20px;
        }
        label {
            font-size: 16px;
            line-height: 16px;
        }
        .form-control {
            padding: 20px 15px;
            font-size: 16px;
        }
    }
    .havelock-map {
        iframe {
            height: 474px;
        }
    }
}
@media (max-width: 1199.98px){
    .price-box {
        & .contact-info-box {
            & .head {
                h4 {
                    font-size: 20px;
                    line-height: 30px;
                }
            }
        }
    }
    .havelock-all-facilities {
        & .tab-content {
            & ul {
                li {
                    font-size: 14px;
                    line-height: 192.222%;
                }
            }
        }
        & #tabs-nav li a {
            h4 {
                font-size: 14px;
            }
        }
    }
    .package-content {
        h3 {
            font-size: 20px;
        }
    }
    .thumb-nav li img {
        height: 140px;
    }
    .thumb-nav {
        .slick-slide {
            margin: 0 5px;
        }
        .slick-list {
            margin: 0 -5px;
        }
    }
}
@media (max-width: 991.98px) {
    .main-img-slider {
        img {
            height: 370px;
        }
    }
    .thumb-nav li img {
        height: 100px;
    }
    .havelock-price {
        text-align: center;
        h3 {
            justify-content: center;
        }
        .justify-content-end {
            justify-content: center !important;
        }
    }
    .havelock-facility {
        gap: 20px;
        justify-content: center;
    }
    .havelock-all-facilities {
        & #tabs-content {
            & .tab-content:first-child {
                & ul {
                    li {
                        width: 49%;
                    }
                }
            }
        }
    }
    .sightseeing-page .bg-light-pink:nth-child(2n) .row .col-lg-6:first-child{
        order: 2;
    }
}
@media (max-width: 575.98px){
    .main-img-slider {
        img {
            height: 180px;
            border-radius: 10px;
        }
    }
    .thumb-nav {
        padding: 10px 6px;
        .slick-slide {
            margin: 0 2px;
        }
        .slick-list {
            margin: 0 -2px;
        }
    }
    .thumb-nav li img {
        height: 60px;
        border-radius: 4px;
    }
    .havelock-price {
        border-radius: 12px;
        padding: 20px 14px;
        margin-top: 10px;
    }
    .havelock-price {
        h2 {
            font-size: 24px;
            margin-bottom: 10px;
            span {
                font-size: 18px;
                display: block;
            }
        }
        h3 {
            flex-direction: column;
            font-size: 20px;
            gap: 5px;
            span {
                font-size: 15px;
            }
        }
    }
    .havelock-facility {
        margin-block: 30px;
        gap: 10px 15px;
        justify-content: center;
        h5 {
            font-size: 16px;
            img{
                width: 24px;
                height: auto;
            }
        }
    }
    .price-box {
        .contact-info-box {
            border-radius: 10px;
        }
    }
    .price-box {
        & .contact-info-box {
            p {
                padding-bottom: 10px;
            }
            .head {
                padding: 6px 10px;
                h4 {
                    font-size: 16px;
                    line-height: 24px;
                }
            }
        }
    }
    .havelock-all-facilities {
        #tabs-content {
            border-left: 0;
            height: 100%;
            padding: 0px;
        }
    }
    .havelock-all-facilities {
        & #tabs-nav li {
            width: 30%;
            margin-top: 0;
            text-align: center;
            background: #efefef;
            padding: 4px;
            border-radius: 4px;
            .box {
                width: 24px;
                margin: auto;
                display: block;
                position: relative;
                height: auto;
                transform: unset;
            }
        }
        #tabs-nav li a {
            gap: 2px;
            padding-left: 0px;
            height: auto;
            flex-direction: column;
            justify-content: center;
            h4 {
                line-height: 100%;
            }
        }
        #tabs-nav{
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
        }
    }
    .havelock-all-facilities {
        .title-lg {
            font-size: 20px;
            margin-bottom: 0px;
            line-height: 14px;
        }
    }
    .havelock-all-facilities {
        & .tab-content {
            ul {
                padding: 0px;
                li {
                    font-size: 14px;
                    line-height: 160.222%;
                }
            }
        }
    }
    .sightseeing-page .bg-light-pink:nth-child(2n-1) .row .col-lg-6:last-child {
        padding: 15px;
    }
    .sightseeing-page .bg-light-pink:nth-child(2n) .row .col-lg-6:first-child {
        padding: 15px;
    }
    .mb-40 {
        margin-bottom: 15px;
    }
    .contact-havelock {
        & .contact-list {
            padding-left: 55px;
            p {
                font-size: 14px;
                line-height: 20px;
            }
            p a {
                font-size: 16px;
            }
        }
    }
    .book-btn {
        font-size: 15px;
        padding-block: 16px;
        margin-bottom: 16px;
    }
    .booking-form {
        h4 {
            font-size: 22px;
            line-height: 16px;
            margin-bottom: 20px;
        }
        label {
            font-size: 14px;
            line-height: 14px;
        }
        .form-control {
            padding: 12px 12px;
            font-size: 14px;
        }
    }
    .book-btn {
        font-size: 14px;
        padding-block: 12px;
        margin-bottom: 16px;
    }
    .havelock-map {
        iframe {
            height: 350px;
        }
    }
}

.home-contact{
	.wpcf7-response-output{
		color: #fff;
	}
}
.package-img img{
    height: 280px;
	width: 100%;
	object-fit: cover;
}

.privacy-policy{
	.list-style-check {
		margin-bottom: 20px;
		li{
		font-size: 18px;
	}
	}
}

@media (max-width: 575.98px) {
    .privacy-policy {
    & .list-style-check {
        li {
            font-size: 15px;
        }
    }
}
}

.lb-closeContainer{
	.lb-close{
		display: none;
	}
}

.footer-md-new{
	font-size: 19px !important;
} 