/*//////   Loader ----------*/
.loading {
    max-height: 100vh;
    overflow: hidden;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    border: 32px solid var(--color-g);
    border-color: var(--color-g) transparent var(--color-g) transparent;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}





/*//////////
    Font 
////////////*/
@font-face {
    font-family: gordita;
    src: url(../font/GorditaRegular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: gordita;
    src: url(../font/GorditaMedium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: gordita;
    src: url(../font/GorditaBold.ttf);
    font-weight: 700;
}

:root {
    /*Font Size*/
    --font-n:14px;
    --font-nh:16px;
    --font-s:18px;
    --font-h:30px; /*Color*/
    --color-b-1:#1a1a1a;
    --color-b-2:#444;
    --color-b-3:#a1a3a7;
    --color-b-4:#f0f1f5;
    --color-g:#ff0000; /*Border*/
    --color-border:#bfbfbf;
    --color-border-2:#eaeaea;
}

* {
    font-family: gordita;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html {
    /*overflow-x:hidden;*/
    max-width: 100%;
    height: auto;
    scroll-behavior: smooth;
    cursor: url(../image/mouse.png),pointer;
}

body {
    margin: 0;
    font-size: var(--font-n);
    background-color: white;
}

::-webkit-scrollbar {
    width: 15px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    min-height: 40px;
    background: var(--color-b-3);
    box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 33%);
}

::-webkit-scrollbar-track {
    background: #f7f7f7;
    box-shadow: inset 0 0 5px 3px #00000014, inset 0 0 50px 4px #ffffff;
}

img:not(.parallax-slider) {
    max-width: 100%;
    object-fit: cover;
}

a {
    color: var(--color-b-2);
    cursor: pointer;
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 25px;
}

h3, .h3 {
    font-size: 16px;
}

h4, .h4 {
    font-size: 16px;
    font-weight: 500;
}

button:not(.no-style), .btn {
    border: none;
    padding: 17px 20px;
    display: inline-block;
    background: var(--color-b-1);
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
    transition: 0.2s;
    cursor: pointer;
}

    button:not(.no-style):hover, .btn {
        background: var(--color-b-2);
    }

        button .fa, .btn .fa {
            font-size: 12px;
        }

.s-padding {
    padding-top: 30px;
    padding-bottom: 30px;

    /*background-color: #ffffff;
background-image: url("https://www.transparenttextures.com/patterns/climpek.png");*/

}

p, .p {
    color: var(--color-b-2);
}

textarea {
    resize: vertical;
}

ul:not(.no-style) {
    padding: 0;
    list-style: none;
    margin: 0;
}

/*/////////////////////
    Display 
//////////////////////*/
.d-flex, .center, .justify-start, .flex-column, .flex-column-a > *, .center-a > *, .d-flex-a > *, .justify-center, .justify-between, .flex-wrap, .align-center, .justify-end {
    display: flex;
}

.justify-center, .center, .center-a > * {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-end, .justify-end-a > * {
    justify-content: flex-end;
}

.justify-start {
    justify-content: flex-start !important;
}

.flex-wrap, .flex-wrap > *, .flex-column, .flex-column-a > * {
    flex-wrap: wrap;
}

.align-center, .center, .center-a > * {
    align-items: center;
    align-content: center;
}

.align-end {
    align-items: flex-end;
}

.align-start {
    align-items: flex-start;
}

.d-inline-block-a > *, .d-inline-block {
    display: inline-block !important;
}

.d-block-a > *, .d-block {
    display: block;
}

.d-none {
    display: none;
}

.d-none-i {
    display: none !important;
}

.flex-column, .flex-column-a > * {
    flex-flow: column;
}

/*/////////////////////
    Other 
//////////////////////*/
.position-relative-a > *, .position-relative {
    position: relative;
}

.before::before, .before-a > *::before {
    content: '';
    position: absolute;
}

.text-center, .text-center-a > * {
    text-align: center;
}

.text-left, .text-left-a > * {
    text-align: left;
}

.text-right, .text-right-a > * {
    text-align: right;
}

.right-line {
    position: relative;
}

    .right-line:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 50%;
        background: var(--color-border);
        right: 0;
        top: 25%;
    }

.shadow-1 {
    box-shadow: 0 0 5px #0000004a;
}

.overflow-hidden {
    overflow: hidden;
}

.shape {
    clip-path: polygon(40% 0%, calc(40% + 10px) 10px, calc(100% - 10px) 10px, 100% calc(10px + 10px), 100% calc(100% - 10px), calc(100% - 10px) 100%, 15px 100%, 0 calc(100% - 15px), 0 10px, 10px 0);
    position: relative;
    border-radius: 14px 25px 14px 19px;
}


.shape span[class*=line] {
    padding: 0;
}

.shape.s-d-2 span[class*=line] {
    background: var(--color-g);
}

/*/////////////////////
    Width & height
//////////////////////*/
.w-100, .w-100-a > * {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.w-50p {
    min-width: 20px;
}

.h-100 {
    height: 100%;
}

.container {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

    .container .container {
        padding-left: unset;
        padding-right: unset;
    }

/*/////////////////////
    Padding & Margin
//////////////////////*/
.p-0-a > *, .p-0 {
    padding: 0px !important;
}

.p-5-a > *, .p-5 {
    padding: 5px;
}

.p-10-a > *, .p-10 {
    padding: 10px;
}

.p-15-a > *, .p-15 {
    padding: 15px !important;
}

.p-20-a > *, .p-20 {
    padding: 20px;
}

.p-25-a > *, .p-25 {
    padding: 25px;
}

.p-30-a > *, .p-30 {
    padding: 30px;
}

.p-40-a > *, .p-40 {
    padding: 40px;
}

.p-50-a > *, .p-50 {
    padding: 50px;
}

.pt-0-a > *, .pt-0 {
    padding-top: 0px !important;
}

.pt-5-a > *, .pt-5 {
    padding-top: 5px;
}

.pt-10-a > *, .pt-10 {
    padding-top: 10px;
}

.pt-15-a > *, .pt-15 {
    padding-top: 15px;
}

.pt-20-a > *, .pt-20 {
    padding-top: 20px;
}

.pt-25-a > *, .pt-25 {
    padding-top: 25px;
}

.pt-30-a > *, .pt-30 {
    padding-top: 30px;
}

.pt-40-a > *, .pt-40 {
    padding-top: 40px;
}

.pt-50-a > *, .pt-50 {
    padding-top: 50px;
}

.pt-70-a > *, .pt-70 {
    padding-top: 70px;
}

.pl-0-a > *, .pl-0 {
    padding-left: 0px;
}

.pl-5-a > *, .pl-5 {
    padding-left: 5px;
}

.pl-10-a > *, .pl-10 {
    padding-left: 10px;
}

.pl-15-a > *, .pl-15 {
    padding-left: 15px;
}

.pl-20-a > *, .pl-20 {
    padding-left: 20px;
}

.pl-25-a > *, .pl-25 {
    padding-left: 25px;
}

.pl-30-a > *, .pl-30 {
    padding-left: 30px;
}

.pl-40-a > *, .pl-40 {
    padding-left: 40px;
}

.pl-50-a > *, .pl-50 {
    padding-left: 50px;
}

.pr-0-a > *, .pr-0 {
    padding-right: 0px;
}

.pr-5-a > *, .pr-5 {
    padding-right: 5px;
}

.pr-10-a > *, .pr-10 {
    padding-right: 10px;
}

.pr-15-a > *, .pr-15 {
    padding-right: 15px;
}

.pr-20-a > *, .pr-20 {
    padding-right: 20px;
}

.pr-25-a > *, .pr-25 {
    padding-right: 25px;
}

.pr-30-a > *, .pr-30 {
    padding-right: 30px;
}

.pr-40-a > *, .pr-40 {
    padding-right: 40px;
}

.pr-50-a > *, .pr-50 {
    padding-right: 50px;
}

.pb-0-a > *, .pb-0 {
    padding-bottom: 0px !important;
}

.pb-5-a > *, .pb-5 {
    padding-bottom: 5px;
}

.pb-10-a > *, .pb-10 {
    padding-bottom: 10px;
}

.pb-15-a > *, .pb-15 {
    padding-bottom: 15px;
}

.pb-20-a > *, .pb-20 {
    padding-bottom: 20px;
}

.pb-25-a > *, .pb-25 {
    padding-bottom: 25px;
}

.pb-30-a > *, .pb-30 {
    padding-bottom: 30px;
}

.pb-40-a > *, .pb-40 {
    padding-bottom: 40px;
}

.pb-50-a > *, .pb-50 {
    padding-bottom: 50px;
}


.pb-80-a > *, .pb-80 {
    padding-bottom: 80px;
}

.m-auto {
    margin: auto;
}

.m-0-a > *, .m-0 {
    margin: 0px;
}

.m-5-a > *, .m-5 {
    margin: 5px;
}

.m-10-a > *, .m-10 {
    margin: 10px;
}

.m-15-a > *, .m-15 {
    margin: 15px;
}

.m-20-a > *, .m-20 {
    margin: 20px;
}

.m-25-a > *, .m-25 {
    margin: 25px;
}

.m-30-a > *, .m-30 {
    margin: 30px;
}

.m-40-a > *, .m-40 {
    margin: 40px;
}

.m-50-a > *, .m-50 {
    margin: 50px;
}

.m-100-a > *, .m-100 {
    margin: 100px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-0-a > *, .mt-0 {
    margin-top: 0px;
}

.mt-5-a > *, .mt-5 {
    margin-top: 5px;
}

.mt-10-a > *, .mt-10 {
    margin-top: 10px;
}

.mt-15-a > *, .mt-15 {
    margin-top: 15px;
}

.mt-20-a > *, .mt-20 {
    margin-top: 20px;
}

.mt-25-a > *, .mt-25 {
    margin-top: 25px;
}

.mt-30-a > *, .mt-30 {
    margin-top: 30px;
}

.mt-40-a > *, .mt-40 {
    margin-top: 40px;
}

.mt-50-a > *, .mt-50 {
    margin-top: 50px;
}

.ml-auto {
    margin-left: auto;
}

.ml-0-a > *, .ml-0 {
    margin-left: 0px;
}

.ml-5-a > *, .ml-5 {
    margin-left: 5px;
}

.ml-10-a > *, .ml-10 {
    margin-left: 10px;
}

.ml-15-a > *, .ml-15 {
    margin-left: 15px;
}

.ml-20-a > *, .ml-20 {
    margin-left: 20px;
}

.ml-25-a > *, .ml-25 {
    margin-left: 25px;
}

.ml-30-a > *, .ml-30 {
    margin-left: 30px;
}

.ml-40-a > *, .ml-40 {
    margin-left: 40px;
}

.ml-50-a > *, .ml-50 {
    margin-left: 50px;
}

.mr-auto {
    margin-right: auto;
}

.mr-0-a > *, .mr-0 {
    margin-right: 0px;
}

.mr-5-a > *, .mr-5 {
    margin-right: 5px;
}

.mr-10-a > *, .mr-10 {
    margin-right: 10px;
}

.mr-15-a > *, .mr-15 {
    margin-right: 15px;
}

.mr-20-a > *, .mr-20 {
    margin-right: 20px;
}

.mr-25-a > *, .mr-25 {
    margin-right: 25px;
}

.mr-30-a > *, .mr-30 {
    margin-right: 30px;
}

.mr-40-a > *, .mr-40 {
    margin-right: 40px;
}

.mr-50-a > *, .mr-50 {
    margin-right: 50px;
}

.mb-0-a > *, .mb-0 {
    margin-bottom: 0px;
}

.mb-5-a > *, .mb-5 {
    margin-bottom: 5px;
}

.mb-10-a > *, .mb-10 {
    margin-bottom: 10px;
}

.mb-15-a > *, .mb-15 {
    margin-bottom: 15px;
}

.mb-20-a > *, .mb-20 {
    margin-bottom: 20px;
}

.mb-25-a > *, .mb-25 {
    margin-bottom: 25px;
}

.mb-30-a > *, .mb-30 {
    margin-bottom: 30px;
}

.mb-40-a > *, .mb-40 {
    margin-bottom: 40px;
}

.mb-50-a > *, .mb-50 {
    margin-bottom: 50px;
}

.mb-100-a > *, .mb-100 {
    margin-bottom: 100px;
}

/*/////////////////////
    Font 
//////////////////////*/
.font-weight-400-a > *, .font-weight-400 {
    font-weight: 400;
}

.font-weight-500-a > *, .font-weight-500 {
    font-weight: 500;
}

.font-weight-700-a > *, .font-weight-700 {
    font-weight: 700;
}

.color-b-1, .color-b-1-a > * {
    color: var(--color-b-1);
}

.color-b-2, .color-b-2-a > * {
    color: var(--color-b-2);
}

.color-b-3, .color-b-3-a > * {
    color: var(--color-b-3);
}

.color-b-4, .color-b-4-a > * {
    color: var(--color-b-4);
}

.color-white, .color-white-a > * {
    color: white;
}

.color-gold, .color-gold-a > * {
    color: #1112ef !important;
}

.bg-white, .bg-white-a > * {
    background-color: white;
}

.bg-g, .bg-g-a > * {
    background-color: #0201f4 !important;
}

.bg-b-1, .bg-b-1-a > * {
    background-color: var(--color-b-1) !important;
}

.bg-b-2, .bg-b-2-a > * {
    background-color: var(--color-b-2) !important;
}

.bg-b-3, .bg-b-3-a > * {
    background-color: var(--color-b-3) !important;
}

.bg-b-4, .bg-b-4-a > * {
    background-color: #ffffff!important;
background-image: url("https://www.transparenttextures.com/patterns/debut-light.png")!important;
   
}

.font-14 {
    font-size: 14px;
}

/*/////////////////////
    Other Classes 
//////////////////////*/
.shadow-1 {
    box-shadow: 0 0 0 1px rgba(56,60,67,.05),0 1px 3px 0 rgba(56,60,67,.15);
}

.shadow-2 {
    box-shadow: 0 0 0 1px rgba(56,60,67,.07),0 3px 6px 0 rgba(56,60,67,.15);
}

.shadow-3 {
    box-shadow: 0 0 0 1px rgba(56,60,67,.07),0 8px 14px 1px rgba(56,60,67,.15);
}

.shadow-4 {
    box-shadow: 0 0 0 1px rgba(56,60,67,.07),0 15px 20px 1px rgba(56,60,67,.12);
}

.shadow-none {
    box-shadow: none;
}


.overlayer,
.overlayer-a > * {
    position: relative;
    z-index: 1;
}

.border-none {
    border: none !important;
}

.overlayer:before,
.overlayer-a > *:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff12;
    z-index: -1;
}

[class*="col-"] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col-1 > * {
    width: 100%;
}

.col-2 > * {
    width: calc(50% - 7.5px);
}

.col-3 > * {
    width: calc(33.333% - 10px);
}

.col-4 > * {
    width: calc(25% - 11px);
}

.col-4-2 > * {
    width: calc(25% - 7.5px);
}

.col-5 > * {
    width: calc(20% - 12px);
}

.col-2-d-2 > div:first-child,
.col-2-d-3 > div:last-child {
    width: 35%;
}

.col-2-d-2 > div:last-child,
.col-2-d-3 > div:first-child {
    width: 65%;
}


.heading-d-1, .heading-d-2 {
    position: relative;
    padding-left: 80px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.heading-d-2 {
    padding-right: 80px;
}

.h-2 {
    background-image: linear-gradient(to left,transparent,#0000FF,transparent);
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
}

.h-2-s {
    box-shadow: 5px 0 0 white,-5px 0 0 white,0 2px 5px #00000017,0 -2px 5px #00000017;
}

.heading-d-1:before, .heading-d-1:after, .heading-d-2:before, .heading-d-2:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 70px;
    top: calc(50% - 1px);
    left: 0;
    clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    background: linear-gradient(to left,#336b54,transparent);
}

.heading-d-1:after {
    display: none;
}

.heading-d-2:after {
    background: linear-gradient(to left,transparent,var(--color-g));
    right: 0;
    left: unset;
}

.c-1, .c-1-a {
    clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
}

/*/////////////////////
    Page Loader
//////////////////////*/
.loader-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
    z-index: -1;
    padding-top: 100px;
}

.welcome-time {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

    .welcome-time i {
        background: white;
        padding: 15px;
        border-radius: 0 0 50px 50px;
        box-shadow: 0 2px 5px #0000002b;
        margin-right: 10px;
    }

.loader-box .fa-sun-o {
    color: #FF9800;
}

.loader-box .fa-moon-o {
    color: #3F51B5;
}

.loader-box .fa-coffee {
    color: #8BC34A;
}

.welcome-time {
    color: var(--color-b-3);
}

.loader-home {
    position: absolute;
    right: -10%;
    bottom: -10%;
    max-width: 60vw;
    animation: loaderHome 1s 2s forwards;
    opacity: 0;
}

@keyframes loaderHome {
    0% {
        right: -60%;
        bottom: -60%;
        opacity: 0;
    }

    100% {
        right: -10%;
        bottom: -10%;
        opacity: 1;
    }
}

.loader-tree {
    position: absolute;
    width: 35vw;
    bottom: 0;
    left: -10vw;
    animation: loaderTree 1s 2s forwards;
    transform-origin: bottom;
    opacity: 0;
}

@keyframes loaderTree {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.loader-bird {
    position: absolute;
    max-width: 8vw;
    top: 25vh;
    left: 0;
}

.loader-content {
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--color-b-4);
    padding: 50px;
    box-shadow: 0 5px 10px #00000075;
    animation: loaderContent 1s 3s forwards;
    transform-origin: center;
    opacity: 0;
}

@keyframes loaderContent {
    0% {
        transform: translate(-50%,-50%) scale(4);
        opacity: 0;
    }

    100% {
        transform: translate(-50%,-50%) scale(1);
        opacity: 1;
    }
}

.loader-cloud {
    position: absolute;
    width: 100%;
    height: 500px;
    min-height: 90vh;
    background-image: url(../image/cloud-1.png);
    top: -30vh;
    background-position: top;
    background-size: cover;
    z-index: -2;
    animation: loaderCloud 1s 1s forwards;
    opacity: 0;
}

@keyframes loaderCloud {
    0% {
        top: -90vh;
        opacity: 0;
    }

    100% {
        top: -30vh;
        opacity: 1;
    }
}

.loader-grass {
    height: 8vh;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-image: url(../image/grass.png);
    background-size: contain;
    background-position: bottom;
    background-repeat-y: no-repeat;
    animation: loaderGrass 1s 1s forwards;
    opacity: 0;
}

@keyframes loaderGrass {
    0% {
        bottom: -8vh;
        opacity: 0;
    }

    100% {
        bottom: 0vh;
        opacity: 1;
    }
}

/*.body-content{
    animation:body 1s 7s forwards;
    opacity: 0;
    background: white}

@keyframes body{
    0%{opacity: 0}
    100%{opacity: 1}
}*/
/*/////////////////////
    Hero Section
//////////////////////*/
header {
    position: relative;
    z-index: 2;
}

.hero-section {
    min-height: 450px;
    height: 500px;
}

.logo-box {
    max-width: 200px;
    display: flex;
    margin-top: 5px;
}


.hero-container, .hero-section-2 {
    background-size: cover;
    background-attachment: fixed;
    background-position: left top;
}

nav {
    padding-right: 0 !important;
}

    nav:not(.fixed) a.active:last-child:before {
        background: white;
    }

    nav .active:before {
        height: 2px;
        width: 40%;
        bottom: 4px;
        background: var(--color-g);
        left: 50%;
        transform: translateX(-50%);
    }

    nav .active {
        cursor: text;
        pointer-events: none;
    }



    nav .active .fa {
        display: none;
    }

    nav a:not(.active) {
        overflow: hidden;
    }

    nav > a .fa {
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: 0.2s ease-in-out;
    }

    nav > a:hover .fa {
        top: 2px;
        opacity: 1;
    }

    nav a:not(.active):before {
        height: 10px;
        width: 10px;
        background: var(--color-b-2);
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        transition: 0.3s;
        opacity: 0;
    }

    nav a:not(.active):hover:before {
        bottom: -5px;
        opacity: 1;
    }

    nav.fixed .logo-box {
        display: none;
    }

header {
    z-index: 999;
}

nav.fixed {
    justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    transition: top 0.3s;
}

    nav.fixed:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100vw;
        background: white;
        left: 50%;
        transform: translate(-50%,0);
        top: 0;
        box-shadow: 0 2px 5px #e4e4e4;
    }


    nav.fixed a {
        clip-path: unset;
    }

.hero-content {
    height: 100%;
}

.head{
    color: #fff;
}


    .hero-content > div:first-child > div {
        background: #336b54;
        max-width: 517px;
        padding: 12px;
        margin-left: 15px;
        position: relative;
    }



    .hero-content .color-gold {
        text-shadow: 0 0 15px white,0 0 6px white;
    }

    .hero-content i.line:before {
        height: 2px;
        width: 0px;
        background: white;
        top: calc(50% - 1px);
        left: 105%;
        background: linear-gradient(to left,transparent,var(--color-g));
    }

.hero-nav {
    position: absolute;
    left: 15px;
    bottom: 0;
}

.contact-box {
    background: white;
    position: fixed;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 5px #0000004a;
    z-index: 99;
}

.counting-box {
    min-height: 175px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 5px;
}

.no-h {
    min-height: unset;
}

    .no-h p {
        padding-left: 4px;
        padding-right: 4px;
    }

    .no-h h4 {
        border-bottom: 1px solid white;
        padding-bottom: 15px;
        margin-bottom: 0;
        margin-top: 15px;
        font-size: 15px;
        white-space: nowrap;
    }

.ripple-hover:after {
    content: '';
    position: absolute;
    height: 200px;
    width: 200px;
    background: #336b54;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #0000FF3b;
    opacity: 0;
    transition: 0.3s;
}

.counting-box:hover h4 {
    color: white;
}

.ripple-box:hover .ripple-hover:after {
    transform: translate(-50%,-50%) scale(2);
    transition: 0.5s;
    opacity: 1;
}

.name {
    position: absolute;
    background: var(--color-b-2);
    padding: 5px 20px 8px 20px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    margin: 0;
    top: 0;
    border-radius: 0 0 10px 10px;
    letter-spacing: 0.4px;
}

.box-style-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    margin: 0;
    padding: 15px;
    box-shadow: 0 -2px 15px #00000024;
    border: 2px solid var(--color-border-2);
    z-index: 1;
}


.fa-heart {
    animation: heart 1s ease-in-out infinite;
    color: red;
}

@keyframes heart {
    0% {
        opacity: 0.5;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.3);
    }

    100% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}



.box-style-box {
    height: 105px;
    width: 105px;
    background: var(--color-g);
    border-radius: 200px;
    position: absolute;
    left: 40px;
    bottom: 90px;
    z-index: 1;
    box-shadow: inset 0 0px 5px #ffffff87;
}

    .box-style-box:after {
        content: '';
        position: absolute;
        top: -10px;
        bottom: -10px;
        right: -10px;
        left: -10px;
        z-index: -1;
        border-radius: 200px;
        border: 2px dashed var(--color-g);
    }

    .box-style-box:before {
        content: '';
        position: absolute;
        height: 20px;
        width: 90%;
        background: radial-gradient(#4e4e4e47,transparent,transparent);
        bottom: -28px;
        border-radius: 50%;
    }


/*//////////
    Animation 
////////////*/
.pulse:before {
    padding: 5px;
    background: var(--color-g);
    border-radius: 50px;
    animation: pulse-animation 2s infinite;
    right: 225px;
    top: -5px;
}

.about-img > span, .box-style-box .before,
.features .before {
    position: absolute;
    height: 10px;
    width: 10px;
    background: #0201f4;
    top: 90px;
    left: 90px;
    border-radius: 50%;
    animation: pulse-animation 2s infinite;
}

.features .before {
    animation: pulse-animation 1s forwards;
}

.box-style-box .before {
    top: calc(50% - 5px);
    left: calc(100% + 100px);
}

.features .before {
    left: 50%;
    transform: translate(-50%,0);
    top: -40px;
}

    .about-img > span:after, .box-style-box .before:after,
    .features .before:after {
        content: '';
        position: absolute;
        height: 30px;
        width: 2px;
        background: #336b54;
        bottom: calc(100% - 5px);
        transform: rotate(-35deg);
        left: -7px;
    }

.box-style-box .before:after {
    height: 2px;
    width: 80px;
    transform: unset;
    right: 100%;
    left: unset;
    background: linear-gradient(to left,var(--color-g),transparent);
}

.features .before:after {
    height: 30px;
    width: 2px;
    top: 100%;
    transform: unset;
    left: 4px;
}

.about-img > span > span, .box-style-box .before > span,
.features .before > span {
    position: absolute;
    height: 60px;
    width: 2px;
    background: linear-gradient(var(--color-g),transparent);
    top: -50px;
    transform: rotate(90deg);
    left: -45px;
    top: -52px;
}

.box-style-box .before > span,
.features .before > span {
    display: none;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(187 150 50);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.hero-nav-img {
    position: absolute;
    bottom: 0;
    background: white;
    display: flex;
    padding-right: 20px;
    right: 15px;
}

    .hero-nav-img img {
        width: 180px;
        height: 110px;
        display: inline-block;
        margin: 20px 0 20px 20px;
        cursor: pointer;
    }

/*//////////
    Parts 
////////////*/
.tooltip {
    position: relative;
}

.tooltip-content {
    position: absolute;
    bottom: calc(100% + 10px);
    background: var(--color-g);
    padding: 8px 15px;
    color: var(--color-b-1);
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: 0 2px 15px #00000059;
    opacity: 0;
    transform: translate(-50%, 15px);
    transition: 0.2s;
    visibility: hidden;
    left: 50%;
    white-space: nowrap;
}

.tooltip:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
}

.tooltip-content:before {
    content: '';
    position: absolute;
    border: 10px solid red;
    border-color: var(--color-g) transparent transparent transparent;
    border-width: 8px 8px 0;
    top: 100%;
    left: calc(50% - 10px);
}

.black-theme, .black-theme * {
    background: white;
    color: #0000FF;
}

    .black-theme:before {
        border-color: white transparent transparent transparent;
    }

/*----------- Owl Slider ----------*/
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.owl-dots {
    position: absolute;
    bottom: 6px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}

    .owl-dots button.owl-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 5px;
    }

        .owl-dots button.owl-dot.active {
            transform: scale(1.5);
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}



    .owl-nav button:focus {
        outline: none;
    }

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    position: relative;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: white;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut;
    }

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0;
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.review-slider .owl-nav,
.video-slider .owl-nav {
    position: absolute;
    top: 17px;
    right: 59px;
    transform: rotate(-180deg);
    display: block !important;
}

    .review-slider .owl-nav i,
    .video-slider .owl-nav i {
        font-size: 16px;
        padding: 10px 20px;
        transform: rotate(180deg);
        transition: 0.3s ease-in-out;
        background: var(--color-b-4);
        border: 1px solid white;
    }

        .review-slider .owl-nav i:hover,
        .video-slider .owl-nav i:hover {
            background: var(--color-b-2);
            color: white;
        }

.review-slider .item {
    padding-bottom: 75px;
    box-shadow: inset 0 -76px white;
    position: relative;
}

    .review-slider .item:before {
        content: '';
        position: absolute;
        height: 10px;
        width: 10px;
        background: var(--color-b-4);
        bottom: 70px;
        left: 55px;
        transform: rotate(45deg);
        border: 1px solid #dcdbdb;
        border-width: 0px 1px 1px 0;
    }

.review-profile {
    position: absolute;
    bottom: 0;
}

    .review-profile img {
        width: 65px;
        max-width: 65px;
        height: 65px;
        max-height: 65px;
        border-radius: 50px;
        border: 1px dashed var(--color-b-3);
        padding: 7px;
    }

footer {
  background-color: #000000;
background-image: url("https://www.transparenttextures.com/patterns/climpek.png");
    padding: 50px 0 30px;
    clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
    margin-top: -20px;
    position: relative;
    z-index: 9;
}


    footer h3 {
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
    }

    footer ul {
        padding: 0;
        list-style: none;
        font-weight: 500;
    }

    footer .col-4 a {
        color: #ffffff;
        padding: 7px 0;
        display: inline-block;
        display: flex;
        transition: 0.2s;
        border-left: 0px solid transparent;
    }

        footer .col-4 a:hover {
            color: #73757a;
            border-left: 5px solid transparent;
        }

    footer a i {
        min-width: 25px;
        padding-top: 3px;
        color: #fff;
    }

.ripple {
    position: relative;
}

    .ripple.ripple-b .ripple-content {
        background-color: rgb(0 0 0 / 60%);
    }

.ripple-content {
    border-radius: 50%;
    background-color: rgb(255 255 255 / 60%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
}

    .ripple-content.run {
        transition: all 0.5s ease-out;
        opacity: 0;
        width: 160px;
        height: 160px;
        margin-top: -80px;
        margin-left: -80px;
    }

.hover-done {
    pointer-events: none;
}
/* /////////////// ------------- Other Pages */
.hero-section-2 {
    height: 300px;
    min-height: 50vh;
    background-position: center;
}

    .hero-section-2 h1 {
        color: var(--color-b-2);
        position: relative;
        padding-right: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 21px;
        text-transform: capitalize;
        display: block;
        margin-left: 11px;
        white-space: nowrap;
    }

        .hero-section-2 h1:before {
            content: '';
            position: absolute;
            height: 100%;
            width: 100%;
            background: white;
            top: 0;
            left: 25px;
            z-index: -1;
            clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
        }

        .hero-section-2 h1 i {
            font-size: 20px;
            margin-right: 25px;
            position: relative;
            padding: 15px;
            height: 50px;
            width: 50px;
        }

            .hero-section-2 h1 i:after {
                content: '';
                position: absolute;
                height: 100%;
                width: 100%;
                background: white;
                left: 0;
                top: 0;
                transform: rotate(45deg);
                z-index: -1;
                box-shadow: inset 0 0 0 4px white,inset 0 0 0 5px var(--color-g), 2px 0 var(--color-b-4),0 -2px var(--color-b-4);
            }

    .hero-section-2:before {
        background: linear-gradient(to top, #00000094,#ffffff47);
    }

.breadcrumb {
    padding: 10px 20px !important;
    position: relative;
    bottom: -2px;
    margin-right: 23px !important;
}

    .breadcrumb a:hover {
        color: var(--color-g);
    }

    .breadcrumb:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background: white;
        z-index: -1;
        top: 0;
        left: 0;
        transform: skew(-20deg);
    }

    .breadcrumb:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 30px;
        background: var(--color-b-4);
        right: -15px;
        top: 0;
        transform: skew(20deg);
        z-index: -1;
    }

    .breadcrumb li:not(:last-child):after {
        content: '/';
        padding: 0 5px;
        color: var(--color-b-3);
    }

    .breadcrumb li:not(:first-child) a {
        font-weight: 500;
        color: var(--color-b-3);
        pointer-events: none;
    }

.btn-2 {
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 15px);
}

.btn-3 {
    clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 100% 100%, 0 100%, 0 0);
}

.s-btn.anim-1:after {
    box-shadow: inset 0 0 0 4px var(--color-b-2), inset 0 0 0 5px #0000FF61;
    background: var(--color-b-2);
}

.s-2 {
    margin-top: -20px;
    position: relative;
    z-index: 9;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 20px);
    padding-top: 80px !important;
    padding-bottom: 30px !important;
    box-shadow: inset 0 25px white;
}

.body-content {
    margin-top: -113px;
    min-height: calc(100vh - 387px);
}

.profile-box > div:not(.profile-des) {
    position: absolute;
    bottom: 0;
    background: #ffffffd9;
    left: 0;
    right: 0;
    padding: 15px;
    margin: 15px;
}

.border-d-1:before,
.border-d-1:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: linear-gradient(to left, transparent,var(--color-g),transparent);
    top: 0;
    left: 0;
}

.border-d-1:after {
    bottom: 0;
    top: unset;
}



.col-2-d-2 > div:first-child > div,
.col-2-d-3 > div:last-child > div {
    background-color: var(--color-b-4);
    padding: 25px 30px;
    min-width: 120%;
    z-index: 9;
    position: relative;
}

.col-2-d-3 > div:last-child > div {
    left: -20%;
}

.review-box svg {
    height: 95px;
    width: 95px;
}

    .review-box svg [style="fill:#FFCA28;"],
    .review-box svg [fill="#ffca28"],
    .review-box svg [style="fill:#ffca28;"],
    .review-box svg [style="fill:#F4C534;"] {
        fill: var(--color-g) !important;
    }




.review-box > * {
    background: white;
    padding: 25px 0 15px 0;
    transition: 0.2s;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 3px;
}

.review-box ~ .feedback-form {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.b-selected ~ .feedback-form {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
}

.review-box .selected {
    border: 2px solid #0000FF;
    box-shadow: 0 0 0 1px rgba(56,60,67,.07),0 8px 14px 1px rgba(56,60,67,.15);
}

.review-box > *:hover {
    box-shadow: 0 0 0 1px rgba(56,60,67,.07),0 8px 14px 1px rgba(56,60,67,.15);
}

.b-selected > *:not(.selected) svg [style="fill:#FFCA28;"],
.b-selected > *:not(.selected) svg [fill="#ffca28"],
.b-selected > *:not(.selected) svg [style="fill:#ffca28;"],
.b-selected > *:not(.selected) svg [style="fill:#F4C534;"] {
    fill: #d6d6d6 !important;
}


input, textarea, .input {
    border: 2px solid #ffffff;
    border-radius: 3px;
    padding: 12px 12px;
    color: #44474e;
    font-size: 14px;
    transition: border-color .15s ease-in-out;
    background: var(--color-b-4);
    box-shadow: 0 0 0 1px var(--color-b-4);
    position: relative;
    transition: 0.3s;
    resize: none;
    width: 100%;
}

    input.d-2,
    textarea.d-2 {
        background: white;
        border-color: var(--color-b-4);
        box-shadow: 0 0 0 1px white;
    }

textarea {
    position: relative;
    bottom: -4px;
}



    input:hover, textarea:hover,
    input:focus, textarea:focus,
    .input:hover,
    .input:focus {
        box-shadow: 0 5px 15px #00000029;
        transform: translateY(-2px);
        caret-color: var(--color-g);
    }

.contact-p-box svg {
    width: 50px;
    height: 50px;
}

.projects-box > div {
    padding-top: 10px;
    display: flex;
}

    .projects-box > div > div {
        background: white;
        padding: 25px 50px;
        position: relative;
        bottom: -2px;
    }

    .projects-box > div ul:not(.no-style) li {
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid var(--color-border-2);
        padding-bottom: 15px;
    }

        .projects-box > div ul:not(.no-style) li:first-child {
            border-top: 1px solid var(--color-border-2);
            padding-top: 15px;
        }

    .projects-box > div ul:not(.no-style) i {
        padding-right: 10px;
    }

    .projects-box > div ul:not(.no-style) b {
        min-width: 180px;
        display: inline-block;
        font-weight: 500;
        color: var(--color-b-2);
        font-size: 13px;
    }

    .projects-box > div ul:not(.no-style) span {
        max-width: 170px;
        color: var(--color-b-3);
        text-align: end;
    }

.parallax-window {
    background: transparent !important;
}

.parallax-mirror {
    z-index: unset !important;
}

.p-feature img {
    max-width: 50px;
}

.p-feature > div {
    margin: 15px 0 0;
    padding: 25px 5px 5px;
}

.p-feature {
    padding-top: 15px;
}

.input-box:before {
    content: '';
    position: absolute;
    height: 2px;
    background: var(--color-g);
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 2;
    transition: 0.3s;
    transform: scaleX(0);
}

.focus:before {
    transform: scaleX(1);
}

.address-box ul img {
    height: 30px;
    width: 30px;
    margin-top: 10px;
    opacity: 0.5;
}

.address-box ul li {
    padding-top: 10px;
    border-bottom: 1px solid var(--color-border-2);
    padding-bottom: 10px;
    display: flex;
    position: relative;
    transition: 0.3s;
    padding-left: 15px;
    padding-right: 15px;
}


    .address-box ul li:hover {
        background: var(--color-b-4);
    }

    .address-box ul li a:nth-last-child(2) {
        padding-bottom: 47px;
    }

    .address-box ul li a:first-child + a {
        position: absolute;
        bottom: 5px;
        transform: scale(0.8);
        right: -0px;
    }

    .address-box ul li:last-child {
        border: none;
    }

    .address-box ul li div {
        display: flex;
        flex-flow: column;
        padding-left: 15px;
    }



.address-box h2 {
    font-size: 23px;
    margin-bottom: 0;
    color: var(--color-b-1);
}

.address-box b {
    font-weight: 400;
    color: var(--color-g);
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 12px;
}


.parallax-mirror {
    left: -8px !important;
}

/* Booking Section  */
.booking-section {
    background: var(--color-b-1);
    background-attachment: fixed;
    background-size: cover;
}

    .booking-section > .container {
        height: 100%;
        position: relative;
        z-index: 1;
        padding-top: 30px;
        padding-bottom: 50px;
    }



@keyframes confetti-slow {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(25px, 200vh, 0) rotateX(360deg) rotateY(180deg);
    }
}

@keyframes confetti-medium {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(100px, 200vh, 0) rotateX(100deg) rotateY(360deg);
    }
}

@keyframes confetti-fast {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(-50px, 200vh, 0) rotateX(10deg) rotateY(250deg);
    }
}


.confetti-container {
    perspective: 700px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.confetti {
    position: absolute;
    z-index: 1;
    top: -10px;
    border-radius: 0%;
}

.confetti--animation-slow {
    animation: confetti-slow 3.25s linear 1 forwards;
}

.confetti--animation-medium {
    animation: confetti-medium 2.75s linear 1 forwards;
}

.confetti--animation-fast {
    animation: confetti-fast 2.25s linear 1 forwards;
}

.js-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.booking-section u {
    padding-bottom: 5px;
    margin: 10px;
    font-weight: 700;
    border-bottom: 1px solid var(--color-g);
    color: #4CAF50;
    white-space: nowrap;
    line-height: 40px;
}

.booking-section:before {
  background-color: #000000;
background-image: url("https://www.transparenttextures.com/patterns/dotnoise-light-grey.png");
}

.booking-section .col-2 > div {
    border-radius: 5px;
    min-height: 300px;
}

.box-style-1 > img {
    min-height: 284px;
    object-fit: contain;
}

.features .feature-box {
    position: relative;
}

.feature-box .dot:before,
.feature-box .dot:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background: #0201f4;
    border-radius: 50%;
    left: -2px;
    top: -4px;
}

.feature-box .dot:after {
    left: unset;
    right: -2px;
}

.feature-box .owl-nav button.owl-prev, .feature-box .owl-nav button.owl-next, .social-share-box .owl-nav button.owl-next, .social-share-box .owl-nav button.owl-prev {
    padding: 7px 10px !important;
    color: white;
    background: #ffffff4d !important;
    clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
}


.social-share-box .owl-nav button.owl-next, .social-share-box .owl-nav button.owl-prev {
    background: var(--color-border) !important;
    color: var(--color-b-1);
}

.social-share-box .owl-nav button.owl-prev {
    left: -44px;
}

.feature-box .owl-nav button.owl-prev {
    left: -45px;
}

.feature-box .owl-nav button[type="button"]:hover,
.social-share-box .owl-nav button[type="button"]:hover,
.feature-box .owl-nav button[type="button"]:active,
.social-share-box .owl-nav button[type="button"]:active,
.feature-box .owl-nav button[type="button"]:focus,
.social-share-box .owl-nav button[type="button"]:focus {
    background: var(--color-g) !important;
}

.feature-box .owl-nav button.owl-next {
    right: -45px;
}

.feature-box .owl-nav button {
    top: calc(50% + 19px) !important;
}

.social-share-box .owl-nav button.owl-next {
    right: -44px;
}

.features .feature-box:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #336b54;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.features .item {
    background: white;
    padding: 15px 15px 0;
    position: relative;
    border-top: 2px solid #336b54;
    min-height: 140px;
    margin-top: 38px;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    transition: 0.3s;
}

    .features .item:hover {
        background: var(--color-g);
    }

    .features .item p,
    .features .item ul {
        max-height: 10px;
        margin-bottom: 0;
        overflow: hidden;
        transition: 0.3s;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: calc(100% - 24px);
    }


    .features .item:hover p,
    .features .item:hover ul {
        max-height: unset;
        background: #f0f1f5;
        top: 15px;
        padding-top: 10px;
    }

        .features .item:hover p:before,
        .features .item:hover ul:before {
            display: none;
        }

    .features .item ul {
        text-align: left;
        max-height: 40px;
        padding-left: 30px;
        top: 84px;
    }


        .features .item p:before,
        .features .item ul:before {
            content: '';
            position: absolute;
            height: 10px;
            width: 100%;
            bottom: 0;
            left: 0;
            background: linear-gradient(to top,#0000FFa6,transparent);
        }

    .features .item:before {
        content: '';
        position: absolute;
        height: 40px;
        width: 2px;
        background: #336b54;
        bottom: 100%;
        left: calc(50% - 1px);
    }

    .features .item:after {
        content: '';
        position: absolute;
        height: 10px;
        width: 10px;
        background: white;
        border-radius: 50%;
        top: -3px;
        left: calc(50% - 5px;
        );
    }

.features .feature-box img {
    width: 60px;
}

.features h3 {
    white-space: nowrap;
    margin-bottom: 0;
}

.border-2:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    background: #ffffff40;
    height: 7px;
    z-index: -1;
}

.plot-box .before {
    background: white;
    animation: pulse-animation-2 2s infinite;
}

    .plot-box .before:after {
        background: linear-gradient(to left,white,transparent);
    }

@keyframes pulse-animation-2 {
    0% {
        box-shadow: 0 0 0 0px rgb(255 255 255);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.blog-box > a {
    min-height: 350px;
    background-size: cover;
    padding: 15px;
    align-items: flex-start;
    box-shadow: inset 0 2px 5px #0000005e;
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
    border: 1px solid var(--color-g);
    margin-bottom: 15px;
}

    .blog-box > a:before {
        background: linear-gradient(to bottom, transparent, #000000);
    }

.blog-box h2 {
    font-size: 19px;
    color: white;
    text-transform: capitalize;
}

.blog-box label {
    background: var(--color-g);
    display: inline-block;
    padding: 10px;
    transform: skew(-10deg);
    color: white;
}

    .blog-box label span {
        transform: skew(10deg);
        display: inline-block;
    }

.blog-box a > span {
    color: var(--color-b-3);
    font-size: 13px;
}

/* Tabs */
.tabs-header {
    z-index: 1;
    position: relative;
    border-bottom: 1px solid var(--color-border);
}

    .tabs-header button {
        background: transparent;
        font-weight: 500;
        padding: 25px;
        font-size: 14px;
        cursor: pointer;
        border: 1px solid transparent;
        position: relative;
        bottom: -1px;
    }

        .tabs-header button:not(.active):before {
            position: absolute;
            content: '';
            background: var(--color-b-4);
            transform: scale(0.7);
            transition: 0.3s;
            z-index: -1;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            opacity: 0;
        }

        .tabs-header button:hover:before {
            transform: scale(1);
            opacity: 1;
        }

        .tabs-header button.active {
            border-color: var(--color-border) var(--color-border) transparent var(--color-border);
            background: var(--color-b-4);
        }

            .tabs-header button.active:before {
                content:;
                position: absolute;
                bottom: 0;
                height: 5px;
                width: 100%;
                background: red;
                left: 0;
            }

.p-1 {
    padding-bottom: 70px;
    border-bottom: 1px dashed #bfbfbf;
    margin-bottom: 70px;
}

.tabs-content > .container > div:not(.active) {
    display: none;
}

.categories > a:before {
    background: #0000006b;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid white;
    box-shadow: 0 0 0 10px #ffffff;
}

.categories > a {
    background-size: cover;
    margin-bottom: 15px;
    color: black;
    box-shadow: 0 2px 5px #0000002b;
}

    .categories > a span {
        background-image: linear-gradient(to left,transparent,#ffffff,transparent);
        width: 100%;
        display: block;
        padding: 10px;
        color: var(--color-b-2);
    }

aside {
    min-width: 300px;
    margin-left: 15px;
}

img.profile {
    height: 100px;
    width: 100px;
    margin: 15px auto;
    border-radius: 50%;
}

.text-uppercase {
    text-transform: uppercase;
}

.ripple-box {
    overflow: hidden;
    z-index: 1;
    box-shadow: inset -1px -1px 0px 2px #0201f45e;
}

.t-h-2 small {
    position: absolute;
    left: 0;
    white-space: nowrap;
    bottom: 10px;
    right: 0;
    text-align: center;
}

.t-h-2 {
    min-width: 150px;
}



.active.s-tab {
    border-color: var(--color-g) var(--color-g) transparent !important;
}

.product-img .owl-nav button {
    padding: 8px !important;
    background: white !important;
    border: 1px solid white;
    box-shadow: inset 0 0 0 3px white;
}

.product-img img {
    height: 200px;
    width: 100%;
}

.product-box {
    box-shadow: 0 2px 15px #00000029;
    border-radius: 5px;
}

    .product-box .profile-img {
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

.alert {
    font-size: 12px;
    font-weight: 500;
    background: #ff980061;
    padding: 7px 20px;
    border-radius: 50px;
    color: white;
    display: inline-block;
    color: #FF9800;
    opacity: 0.8;
}

    .alert.available {
        background: #8bc34a4f;
        color: #8BC34A;
    }

    .alert.full {
        background: #0000FF3b;
        color: #0000FF;
    }

.pricing button {
    padding: 25px 50px;
}

.box-style-heading i {
    width: 0px;
    display: inline-block;
    transition: 0.3s;
    opacity: 0;
}

.box-style-1:hover .box-style-heading i {
    opacity: 1;
    width: 30px;
}

.review-slider,
.video-slider {
    margin-top: -33px;
    padding-top: 36px;
}

    .video-slider iframe {
        border: 10px solid var(--color-b-4);
    }

.cursor-pointer {
    cursor: pointer;
}

/* Popup Container */
.popup {
    display: none;
}

.popup-show {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000b0;
    z-index: 9999;
}

.popup-container {
    background: white;
    width: calc(100% - 45px);
    max-width: 600px;
    padding: 25px;
    box-shadow: 0 0 55px #ffffff8a;
    border-radius: 10px;
    animation: popup 0.9s 0.5s ease-out forwards;
    opacity: 0;
    max-height: calc(100% - 45px);
}

.popup-content {
    max-height: calc(100vh - 125px);
}

.overflow-auto {
    overflow: auto;
}

@keyframes popup {
    0% {
        transform: scale(5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.social-share-box i.btn-1:not(.fa-long-arrow-left):not(.fa-long-arrow-right) {
    height: 83px;
    line-height: 83px;
    text-align: center;
    font-size: 25px;
    color: white;
    background: var(--color-b-1);
    box-shadow: inset 0 0 0 4px var(--color-b-1), inset 0 0 0 5px #0000FF47 !important;
}

.social-share-box .disabled {
    display: none;
}

.social-share-box a {
    text-align: center;
    white-space: nowrap;
    display: flex;
    position: relative;
    flex-flow: column;
}

.social-share-box i.btn-1:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    background: #0000FF2e;
    z-index: -5;
    transform: skew(-45deg);
    transition: 0.4s;
    transform-origin: center;
    width: 200%;
    left: -300%;
}

.social-share-box a:hover i.btn-1:after {
    left: -50%;
}

.popup-heading i {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    transition: 0.4s;
}

    .popup-heading i:hover {
        background: var(--color-b-4);
    }

div.close-popup {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.anim-1 {
    background: transparent !important;
    overflow: unset;
    white-space: nowrap;
}

.s-btn .i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
}

    .s-btn .i:after {
        content: '';
        position: absolute;
        height: 25px;
        width: 25px;
        top: -15px;
        left: -15px;
        transform: rotate(45deg);
        transition: 0.3s;
        box-shadow: 0 0 15px var(--color-g);
    }

.anim-1:before,
.anim-1:after {
    background: #336b54;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    z-index: -1;
    transition: 0.3s;
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
}

.anim-1:hover:before {
    top: 3px;
    left: 3px;
    background: white;
}

.anim-1-b:hover:before {
    background: var(--color-b-2);
}

.btn-1.anim-1:hover:before {
    background: var(--color-g);
}

.anim-1-c {
    padding-right: 3px !important;
    padding-bottom: 3px !important;
    z-index: 1;
    position: relative;
}

.ripple:not(.ripple-2) .ripple-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
}

.cta-1 {
    background-size: cover;
    background-attachment: fixed;
}

    .cta-1 .fa-home {
        color: var(--color-g);
    }

    .cta-1:before {
        background: linear-gradient(to left,#0000FFb3,white);
        opacity: 0.9;
    }

.border-d-2:after {
    content: '';
    position: absolute;
    height: 10px;
    background: var(--color-g);
    bottom: 2px;
    left: -5px;
    right: -5px;
    z-index: -1;
    clip-path: polygon(4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%, 0 4px);
}

.cta-1-btn:before {
    background: #ffffff59;
    transform: scale(1.009,1.019);
}

.cta-1 small {
    font-size: 12px;
    opacity: 0.8;
}

.cta-1 .pulse:before {
    left: 0;
    right: unset;
    background: white;
    animation: pulse-animation-2 2s infinite;
}

.cta-1 .pulse {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

    .cta-1 .pulse:after {
        content: '';
        position: absolute;
        height: 20px;
        width: 2px;
        background: var(--color-b-1);
        left: 4px;
        bottom: 100%;
        box-shadow: 0 0 3px 1px white;
        z-index: -5;
    }

    .cta-1 .pulse span {
        background: var(--color-b-1);
        padding: 10px 20px;
        border-radius: 2px;
        color: white;
        position: absolute;
        top: -86px;
        white-space: nowrap;
        right: 22px;
        box-shadow: 0 0 5px 1px white;
        pointer-events: none;
    }

        .cta-1 .pulse span:before {
            content: '';
            position: absolute;
            height: 30px;
            width: 2px;
            background: var(--color-b-1);
            top: calc(100% - 5px);
            right: -11px;
            transform: skew(45deg);
            z-index: -1;
            box-shadow: 0 2px var(--color-b-1), 0 0 1px 1px white;
        }

.cta-1-icon {
    font-size: 40px !important;
}

.cta-1 img {
    max-width: 50px;
}

#share-box .btn-1 {
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
}

#share-box .s-btn {
    box-shadow: inset 0 0 0 4px var(--color-b-1), inset 0 0 0 5px #0000FF47;
    position: relative;
}

    #share-box .s-btn:hover {
        box-shadow: inset 0 0 0 4px var(--color-b-2), inset 0 0 0 5px #0000FF47;
    }


#share-box .btn-1:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    top: -15px;
    left: -15px;
    transform: rotate(45deg);
    box-shadow: 0 0 15px var(--color-g);
}

.profile-box {
    z-index: 1;
}

.profile-des {
    display: none;
}

.p-1 .profile-box img {
    height: 100%;
    max-height: 480px;
    z-index: -1;
    object-position: top;
}

.profile-box h3,
.profile-box h3 + div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-2 .profile-box img {
    height: 100%;
    max-height: 360px;
    min-height: 340px;
}

.text-no-wrap {
    white-space: nowrap;
}

.tabs-content .p-1 {
    justify-content: center;
}

    .tabs-content .p-1 > div {
        width: calc(33.33% - 30px);
        margin: 15px;
        border: 1px solid var(--color-border-2);
    }

/* Article */
article.s-2 {
    padding-top: 50px !important;
}

article .box {
    background: var(--color-b-4);
    padding: 55px 15px 20px;
    display: inline-block;
    font-weight: 500;
    position: relative;
    font-size: 15px;
    border: 1px solid #0000001c;
    border-radius: 7px;
    margin-top: 30px;
    display: block;
}

article h2 {
    margin-top: 60px;
}

aside {
    border: 1px solid #0000001c;
    border-radius: 7px;
    position: sticky !important;
    top: 65px;
}

article .width-50,
article .width-75,
article .width-100,
article .width-25 {
    box-shadow: 0 2px 5px #00000017;
    border: 8px solid white;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

article .width-100 {
    width: 100%;
}

article .width-75 {
    width: 75%;
}

article .width-25 {
    width: 25%;
}

/* List */
.list {
    margin-top: 40px !important;
}

    .list > *:before {
        display: none;
    }

    .list img {
        position: relative;
        min-width: 40px;
        min-height: 40px;
        display: flex;
        max-width: 100px;
        max-height: 100px;
        padding: 5px;
        pointer-events: none;
    }

    .list img {
        background: #ffffff;
        border-radius: 5px;
        box-shadow: 0 2px 5px #0000001f;
    }

    .list > * {
        display: flex;
        align-items: center;
        padding: 10px 15px;
    }

        .list > *:nth-child(odd) {
            background: #f8f9fa;
        }

        .list > * div {
            display: flex;
            flex-flow: column;
            padding-left: 15px;
        }

        .list > * small {
            font-size: 15px;
            opacity: 0.6;
        }

        .list > * strong {
            font-size: 15px;
            margin-top: 4px;
            font-weight: 500;
        }

    .list strong img {
        max-width: 10px;
        max-height: 10px;
        min-width: 40px;
        min-height: 40px;
        box-sizing: border-box;
        padding: 0;
        margin-top: 5px;
        display: inline-block;
        margin-right: 5px;
    }

    .list strong img {
        transform: scale(0.6);
    }

@media(max-width:1300px) {
    .feature-box .owl-nav button.owl-prev {
        left: -10px;
        background: var(--color-b-2) !important;
    }

    .feature-box .owl-nav button.owl-next {
        right: -10px;
        background: var(--color-b-2) !important;
    }
}

@media(min-width:1024px) {
    .g-ls-d-none {
        display: none;
    }
}

@media(max-width:1024px) {
    .ls-col-3 > * {
        width: calc(33.33% - 10px);
    }

    .ls-d-none {
        display: none;
    }

    .ls-column-reverse {
        flex-flow: column-reverse;
    }

    .ls-col-1 > * {
        width: 100%;
    }

    .ls-col-2 > * {
        width: calc(50% - 7.5px);
        margin-bottom: 15px;
    }

    .ls-col-2-c > *:last-child {
        margin-left: auto;
        margin-right: auto;
    }

    .ls-height-400 {
        max-height: 400px;
    }

    .ls-mb-100 {
        margin-bottom: 100px;
    }

    .ls-mb-15 {
        margin-bottom: 15px;
    }

    .ls-m-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .about-img > span {
        bottom: 46px;
        top: unset;
        left: unset;
        right: calc(50% - 5px);
        transform: rotate(215deg);
    }

        .about-img > span > span {
            display: none;
        }

        .about-img > span:after {
            background: linear-gradient(to top,var(--color-g),transparent);
        }

    .mobile-nav {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        left: 0;
        right: 0;
        display: flex;
        align-items: stretch;
        background: #fff;
        justify-content: space-between;
        box-shadow: -4px 5px 15px 2px #000000, 2px 0px 15px 2px #000000;
        border-top: 1px solid #00000024;
    }

        .mobile-nav i, #menu i {
            font-size: 18px !important;
        }

    #menu i {
        font-size: 15px;
    }

    body {
        margin-bottom: 49px;
    }

    .mobile-nav > * {
        padding: 10px 13px;
        width: 100%;
        white-space: nowrap;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section {
        min-height: calc(100vh - 105px);
        height: 400px;
    }

    .mobile-nav > *:not(.m-btn) {
        background: var(--color-b-4);
        clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
        margin: 5px;
    }

    .ml-btn:after {
        background: transparent;
    }

    .m-btn {
        max-width: 50px;
    }

    #menu a {
        padding: 10px;
        border-bottom: 1px solid var(--color-border-2);
        font-weight: 500;
    }

        #menu a i {
            padding-right: 15px;
        }

        #menu a:last-child {
            border-bottom: none;
        }

    #menu .ripple-content.run {
        transition: all 1s ease-out;
        width: 1200px;
        height: 1200px;
        margin-top: -600px;
        margin-left: -600px;
    }
}

@media(max-width:991px) {
    .lxs-col-2 > * {
        width: calc(50% - 7.5px);
    }

    .lxs-mb-15-a > * {
        margin-bottom: 15px;
    }

    .lxs-l-m-auto > *:last-child {
        margin: auto;
    }
}

@media(max-width:768px) {
    .t-w-100 {
        width: 100%;
    }

    .t-d-none {
        display: none;
    }

    .t-d-block {
        display: block;
    }

    .t-col-1 > * {
        width: 100%;
    }

    .t-col-2 > * {
        width: calc(50% - 7.5px);
    }

    .t-mb-75 {
        margin-bottom: 75px;
    }

    .t-mb-100 {
        margin-bottom: 100px;
    }

    .t-mb-15 {
        margin-bottom: 15px;
    }

    .t-mb-25 {
        margin-bottom: 25px;
    }

    .hero-content > div:first-child > div {
        margin-left: unset;
    }

    .hero-content h1 {
        font-size: 25px;
    }

    .t-column-reverse {
        flex-flow: column-reverse;
    }

    .hero-content > div:first-child {
        margin-top: 100px;
    }

    .t-center-a > * {
        justify-content: center;
        text-align: center;
    }

    .cta-1 .pulse span, .cta-2 .pulse span {
        pointer-events: unset;
    }

    .cta-1 a, .cta-2 a {
        padding-top: 80px;
    }

    .cta-1, .cta-2 {
        background-position: center;
    }

    .col-2-d-2 > *, .col-2-d-3 > * {
        width: 100% !important;
    }

    .col-2-d-2 > div:first-child > div, .col-2-d-3 > div:last-child > div {
        min-width: unset;
        left: unset;
        padding-top: 0;
    }

    .col-2-d-2 > div:last-child, .col-2-d-3 > div:first-child {
        background: var(--color-b-4);
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .col-2-d-2 > div img, .col-2-d-3 > div img {
        max-height: fit-content;
        object-fit: cover;
        display: block;
        margin: auto;
        border: 1px solid #ffffff;
        max-width: calc(100% - 30px);
        box-shadow: 0 2px 5px #0000FF3b;
    }

    .col-2-d-2 {
        flex-flow: column-reverse;
    }

    .breadcrumb {
        position: absolute;
        right: 0;
        bottom: 20px;
    }

    .h-2:before, .h-2:after {
        display: none;
    }

    .team-tabs .tabs-header > div {
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: unset;
    }

        .team-tabs .tabs-header > div::-webkit-scrollbar {
            width: 0;
            height: 0px;
        }

    .team-tabs .tabs-header button {
        border: unset;
    }

        .team-tabs .tabs-header button.active {
            background: unset;
            border: unset;
            box-shadow: inset 0 -3px var(--color-g);
        }

    .team-tabs .tabs-header {
        box-shadow: 0 3px 5px #0000001f,0 -5px white;
        border: navajowhite;
    }

    .review-box {
        overflow: auto;
        flex-wrap: nowrap;
    }

        .review-box > * {
            min-width: 180px;
            margin-right: 15px;
        }
}

@media(max-width:550px) {
    .ml-d-none {
        display: none;
    }

    .ml-d-block {
        display: block;
    }

    .ml-col-1 > * {
        width: 100%;
    }

    .ml-col-2 > * {
        width: calc(50% - 7.5px);
    }

    .ml-mb-25-a > * {
        margin-bottom: 25px;
    }

    .ml-mb-75 {
        margin-bottom: 75px;
    }

    .ml-p-15 {
        padding: 15px !important;
    }

    .ml-bg-white {
        background: white !important;
    }

    .popup-heading h2 {
        font-size: 20px;
    }

    #dishExp h4 {
        font-size: 13px;
    }

    .mobile-nav > .ml-btn {
        background: unset;
        clip-path: unset;
        margin: unset;
        max-width: 50px;
    }

    .mobile-nav .d-none-i {
        display: flex !important;
    }

    .ml-btn:after {
        background: var(--color-b-3);
    }

    .pricing button {
        padding: 25px;
        white-space: nowrap;
    }

    .heading-d-1.no-res:after {
        display: none;
    }

    .cta-1 .pulse {
        left: unset;
        right: 25px;
        transform: unset;
    }

    .projects-box {
        background: inherit;
    }

        .projects-box > div {
            padding-top: 0;
        }

            .projects-box > div > div {
                width: 100%;
                bottom: unset;
                padding: 0;
                clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
            }

            .projects-box > div ul:not(.no-style) li:last-child {
                border: none !important;
                margin: unset;
                padding-bottom: 10px;
            }
}

@media(max-width:425px) {
    .m-w-100 {
        width: 100%;
    }

    .heading-d-2 {
        background: linear-gradient(to left,transparent,var(--color-g),transparent);
        padding: 10px 0px;
        display: block;
        width: 100%;
    }

        .heading-d-2:before, .heading-d-2:after {
            width: 15px;
            display: none;
        }
}

@media(max-width:374px) {
    .mobile-nav > .ml-btn {
        display: none;
    }

    .border-2:before {
        display: none;
    }
}


@media(min-width:250px) and (max-width:900px) {


    .hero-section {
    min-height: calc(56vh - 94px)!important;
    height: 348px!important;
    background: #ffca28;
}

    .hero-container, .hero-section-2 {
    background-size: contain!important;
    background-attachment: fixed!important;
    background-position: left top!important;
    width: 100%!important;
    height: auto!important;
    background-repeat: no-repeat!important;
}


    .s-padding {
    padding-top: 20px;
    padding-bottom: 150px;
   
    background-image: url(https://www.transparenttextures.com/patterns/climpek.png);
}

}
#whatsapp {
    position: fixed;
    left: 20px;
    top: 88%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 1;
    z-index: 99990;
}

    #whatsapp #whatsappMain {
        -moz-border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: rgba(255, 255, 255, 0);
        width: 70px;
        height: 70px;
        color: #40c351;
        z-index: 9;
        -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
        -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
        animation: zcwmini2 1.5s 0s ease-out infinite;
    }

        #whatsapp #whatsappMain:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 9;
            background-image: url('../image/whatsapp.png');
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-animation: zcwphone2 1.5s linear infinite;
            -moz-animation: zcwphone2 1.5s linear infinite;
            animation: zcwphone2 1.5s linear infinite;
        }

@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-moz-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-moz-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}
#call {
    position: fixed;
    left: 20px;
    top: 65%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 1;
    z-index: 99990;
}

    #call #callMain {
        -moz-border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        border-radius: 50% !important;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: rgba(255, 255, 255, 0);
        width: 70px;
        height: 70px;
        color: #40c351;
        z-index: 9;
        -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
        -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
        animation: zcwmini2 1.5s 0s ease-out infinite;
    }

        #call #callMain:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 9;
            background-image: url('../image/call.png');
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-animation: zcwphone2 1.5s linear infinite;
            -moz-animation: zcwphone2 1.5s linear infinite;
            animation: zcwphone2 1.5s linear infinite;
        }

@-webkit-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes zcwphone2 {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    50% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }

    100% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-moz-keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@keyframes zcwmini {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-webkit-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@-moz-keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}

@keyframes zcwmini2 {
    0% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);
    }

    10% {
        box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px;
    }

    100% {
        box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);
    }
}
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    right:0;
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 5px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        .icon-bar a:hover {
            background-color: #000;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: white;
}