@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@font-face {
    font-family: 'onza';
    src:  url('../fonts/onza.eot?ggke5m');
    src:  url('../fonts/onza.eot?ggke5m#iefix') format('embedded-opentype'),
    url('../fonts/onza.ttf?ggke5m') format('truetype'),
    url('../fonts/onza.woff?ggke5m') format('woff'),
    url('../fonts/onza.svg?ggke5m#onza') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i.onza {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'onza' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.onza-tick:before {
    content: "\e917";
}
.onza-sort-down:before {
    content: "\e914";
}
.onza-sort-up:before {
    content: "\e915";
}
.onza-sort:before {
    content: "\e916";
}
.onza-airplay:before {
    content: "\e901";
}
.onza-airplayvideo:before {
    content: "\e900";
}
.onza-amazon:before {
    content: "\e902";
    color: #f90;
}
.onza-amazonaws:before {
    content: "\e903";
}
.onza-amd:before {
    content: "\e904";
    color: #ed1c24;
}
.onza-americanexpress:before {
    content: "\e905";
    color: #2e77bc;
}
.onza-android:before {
    content: "\e906";
    color: #3ddc84;
}
.onza-angular:before {
    content: "\e907";
    color: #dd0031;
}
.onza-apple:before {
    content: "\e908";
    color: #999;
}
.onza-applepay:before {
    content: "\e909";
}
.onza-discord:before {
    content: "\e90a";
    color: #7289da;
}
.onza-facebook:before {
    content: "\e90b";
    color: #1877f2;
}
.onza-instagram:before {
    content: "\e90c";
    color: #e4405f;
}
.onza-linkedin:before {
    content: "\e90d";
    color: #0077b5;
}
.onza-microsoftword:before {
    content: "\e90e";
    color: #2b579a;
}
.onza-pinterest:before {
    content: "\e90f";
    color: #bd081c;
}
.onza-tiktok:before {
    content: "\e910";
}
.onza-x:before {
    content: "\e911";
}
.onza-wordpress:before {
    content: "\e912";
    color: #21759b;
}
.onza-youtube:before {
    content: "\e913";
    color: #f00;
}
.onza-plus:before {
    content: "\f067";
}
.onza-minus:before {
    content: "\f068";
}


@font-face {
    font-family: 'paralaks';
    src:  url('../fonts/paralaks.eot?u6fqgy');
    src:  url('../fonts/paralaks.eot?u6fqgy#iefix') format('embedded-opentype'),
    url('../fonts/paralaks.ttf?u6fqgy') format('truetype'),
    url('../fonts/paralaks.woff?u6fqgy') format('woff'),
    url('../fonts/paralaks.svg?u6fqgy#paralaks') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i.paralaks {
    font-family: 'paralaks' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.paralaks-youtube:before {
    content: "\e917";
}
.paralaks-linkedin:before {
    content: "\e918";
}
.paralaks-instagram:before {
    content: "\e919";
}
.paralaks-twitter:before {
    content: "\e91a";
}
.paralaks-facebook:before {
    content: "\e91b";
}
.paralaks-categories:before {
    content: "\e900";
}
.paralaks-check:before {
    content: "\e901";
}
.paralaks-circle:before {
    content: "\e902";
}
.paralaks-close:before {
    content: "\e903";
}
.paralaks-down-arrow:before {
    content: "\e904";
}
.paralaks-edit:before {
    content: "\e905";
}
.paralaks-fav:before {
    content: "\e906";
}
.paralaks-faved:before, .paralaks-fav.active:before, .paralaks-fav:hover:before {
    content: "\e916";
}
.paralaks-filter:before {
    content: "\e907";
}
.paralaks-home:before {
    content: "\e908";
}
.paralaks-left-arrow:before {
    content: "\e909";
}
.paralaks-list:before {
    content: "\e90a";
}
.paralaks-location:before {
    content: "\e90b";
}
.paralaks-minus:before {
    content: "\e90c";
}
.paralaks-notification:before {
    content: "\e90d";
}
.paralaks-plus:before {
    content: "\e90e";
}
.paralaks-profile:before {
    content: "\e90f";
}
.paralaks-right-arrow:before {
    content: "\e910";
}
.paralaks-search:before {
    content: "\e911";
}
.paralaks-settings:before {
    content: "\e912";
}
.paralaks-shopping-cart:before {
    content: "\e913";
}
.paralaks-trash:before {
    content: "\e914";
}
.paralaks-up-arrow:before, .paralaks-down-arrow.active:before {
    content: "\e915";
}

/** ScrollBar **/

::-webkit-scrollbar {
    width: 0.5vw;
    height: 0.5vw;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: var(--bg-5);
    border: 0px none var(--bg-1);
}
::-webkit-scrollbar-thumb:hover {
    background: var(--bg-5);
}
::-webkit-scrollbar-thumb:active {
    background: var(--bg-5);
}
::-webkit-scrollbar-track {
    background: var(--bg-1);
    border: 0px none var(--bg-1);
}
::-webkit-scrollbar-track:hover {
    background: var(--bg-1);
}
::-webkit-scrollbar-track:active {
    background: var(--bg-1);
}
::-webkit-scrollbar-corner {
    background: transparent;
}

.scrollhide::-webkit-scrollbar {
    width: 0vw;
    height: 0vw;
}
.scrollhide::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
.scrollhide::-webkit-scrollbar-thumb {
    background: var(--bg-5);
    border: 0px none var(--bg-1);
}
.scrollhide::-webkit-scrollbar-thumb:hover {
    background: var(--bg-5);
}
.scrollhide::-webkit-scrollbar-thumb:active {
    background: var(--bg-5);
}
.scrollhide::-webkit-scrollbar-track {
    background: var(--bg-1);
    border: 0px none var(--bg-1);
}
.scrollhide::-webkit-scrollbar-track:hover {
    background: var(--bg-1);
}
.scrollhide::-webkit-scrollbar-track:active {
    background: var(--bg-1);
}
.scrollhide::-webkit-scrollbar-corner {
    background: transparent;
}

.scrolllight::-webkit-scrollbar {
    width: 0.1vw;
    height: 0.1vw;
}
.scrolllight::-webkit-scrollbar-button {
    width: 0.1vw;
    height: 0.1vw;
}
.scrolllight::-webkit-scrollbar-thumb {
    background: var(--light);
    border: 0px none var(--light);
}
.scrolllight::-webkit-scrollbar-thumb:hover {
    background: var(--light);
}
.scrolllight::-webkit-scrollbar-thumb:active {
    background: var(--light);
}
.scrolllight::-webkit-scrollbar-track {
    background: var(--white);
    border: 0px none var(--white);
}
.scrolllight::-webkit-scrollbar-track:hover {
    background: var(--white);
}
.scrolllight::-webkit-scrollbar-track:active {
    background: var(--white);
}
.scrolllight::-webkit-scrollbar-corner {
    background: transparent;
}


[data-placeholder], body, html {
    box-sizing:border-box;
    padding:0;
    margin:0;
    position:relative;
    font-family: 'DM Sans', sans-serif!important;
}

input, textarea, button, .gm-style {
    font-family: 'DM Sans', sans-serif!important;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

[data-tooltip]:after {
    content: "";
    display: inline-block;
    border: 0.5vw solid transparent;
    border-top-color: var(--bg-1);
    position: absolute;
    top: 100%;
    left: calc(50% - 0.5vw);
    transition:all 0.25s ease;
}

[data-tooltip]:hover:after {
    border: 0.5vw solid transparent;
    border-top-color: var(--bg-1-hover);
    transition:all 0.25s ease;
}

html.fancybox-lock {
    overflow: visible !important;
}

.paralaks-slider-wrapper .paralaks-slider-pagination {
    bottom:2.5vw!important;
}

.paralaks-slider-wrapper .paralaks-slider-pagination span, .paralaks-slider-pagination span {
    height: 0.4vw;
    width: 1vw;
    display: block;
    border-radius: 1vw;
    margin: 0.1vw;
    float:left;
    cursor:pointer;
    transition:0.2s ease;
}

.paralaks-slider-wrapper .paralaks-slider-pagination span:not(.active):hover, .paralaks-slider-pagination span:not(.active):hover {
    background: var(--soft-blue)!important;
    transition:0.2s ease;
}

.paralaks-slider-wrapper .paralaks-slider-pagination span.active, .paralaks-slider-pagination span.active {
    background: var(--soft-blue)!important;
    width: 2vw;
    transition:0.2s ease;
}

.paralaks-slider-group .paralaks-slider-item {
    transform:scale(0);
    transition:transform 0.3s ease;
}

.paralaks-slider-group.active .paralaks-slider-item {
    transform:scale(1);
    transition:transform 0.3s ease 0.3s;
}

.paralaks-element.scale {
    transform:scale(0);
    transition:transform 0.3s ease;
}

.paralaks-element.scale.active {
    transform:scale(1);
    transition:transform 0.3s ease 0.3s;
}

.paralaks-slider-item i:before {
    position:relative;
    z-index:1;
}

.paralaks-slider-item i:after {
    content: '';
    position: absolute;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background: var(--background);
    left: 20%;
    top: -20%;
    z-index: 0;
}

#slider {
    top:-14vh;
}

.form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}

.ui-widget.ui-widget-content {
    height: 3px!important;
    border: unset!important;
    background: var(--bg-3)!important;
    position:relative;
    cursor:pointer;
}

.ui-slider .ui-slider-range {
    background: var(--bg-5);
    position: absolute;
    height: 100%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border-radius: 50%!important;
    border: unset!important;
    background: var(--bg-5)!important;
}

.ui-slider .ui-slider-handle {
    width: 10px !important;
    height: 10px !important;
    top: -4px !important;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -3px;
}

.rotate-menu {
    transition: transform 1s ease;
}

.clip-svg-1 {
    clip-path: url(#myClip1);
}

.clip-svg-2 {
    clip-path: url(#myClip2);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.clip-svg-3 {
    clip-path: url(#myClip1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.clip-svg-4 {
    clip-path: url(#myClip2);
    -webkit-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
}

.clip-svg-5 {
    clip-path: url(#myClipMenu1);
    transform: scaleY(-1.002);
}

.clip-svg-6 {
    clip-path: url(#myClipMenu2);
    -webkit-transform: scale(-1.002);
    transform: scale(-1.002);
}

.linear-1 {
    background: linear-gradient(270.18deg, rgba(115, 162, 153, 0) -17.97%, rgba(18, 102, 86, 0.4) 73.87%);
}

.linear-2 {
    background: linear-gradient(177.33deg, rgba(241, 241, 241, 0) 50%, #F1F1F1 97.77%);
}

.linear-3 {
    background: linear-gradient(200.38deg, rgba(115, 162, 153, 0) 12.45%, rgba(18, 102, 86, 0.4) 75.15%);
}

.linear-4 {
    background: linear-gradient(36.79deg, #E88251 2.79%, #3BB0BA 83.23%);
}

.tx-linear-1 {
    background: linear-gradient(311.76deg, #E88251 36.46%, #3BB0BA 62.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.box {
    width: auto;
    height: 5vw;
    border: 0.4vw solid #fff;
    text-align: center;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.box:before {
    border-top-right-radius:0.5vw;
    position: absolute;
    width: calc(50% + 0.8vw);
    height: 100%;
    content: '';
    border-top: 0.4vw solid #2eadff;
    top: -0.4vw;
    right: -0.4vw;
    clip-path: polygon(0% 12%, 0% 12%, 0% 0, 0% 0);
}
.box:after {
    border-radius:0.5vw;
    position: absolute;
    width: 100%;
    height: calc(100% + 0.8vw);
    content: '';
    border-right: 0.4vw solid #2eadff;
    top: -0.4vw;
    right: -0.4vw;
    clip-path: polygon(88% 0, 100% 0, 100% 0%, 88% 0%);
}
.box-inner:after {
    border-radius:0.5vw;
    position: absolute;
    width: calc(100% + 0.8vw);
    height: 100%;
    content: '';
    border-bottom: 0.4vw solid #2eadff;
    bottom: -0.4vw;
    right: -0.4vw;
    clip-path: polygon(100% 88%, 100% 100%, 100% 100%, 100% 88%);
}
.box-inner:before {
    border-radius:0.5vw;
    position: absolute;
    width: 100%;
    height: calc(100% + 0.8vw);
    content: '';
    border-left: 0.4vw solid #2eadff;
    bottom: -0.4vw;
    left: -0.4vw;
    clip-path: polygon(12% 100%, 0 100%, 0 100%, 12% 100%);
}
.box-top-half:before {
    border-top-left-radius:0.5vw;
    position: absolute;
    width: calc(50% + 0.8vw);
    height: 100%;
    content: '';
    border-top: 0.4vw solid #2eadff;
    top: -0.4vw;
    left: -0.4vw;
    clip-path: polygon(0 0, 0% 0, 0% 12%, 0 12%);
}
.box.border-loop {
    border-color: transparent;
    background: #FFFFFF;
}
.box.border-loop:before {
    clip-path: polygon(0% 12%, 100% 12%, 100% 0, 0% 0);
    transition: 750ms clip-path linear 0ms;
    -web-kit-transition: 750ms clip-path linear 0ms;
}
.box.border-loop:after {
    clip-path: polygon(88% 0, 100% 0, 100% 100%, 88% 100%);
    transition: 1000ms clip-path linear 750ms;
    -web-kit-transition: 1000ms clip-path linear 750ms;
}
.box.border-loop .box-inner:after {
    clip-path: polygon(100% 88%, 100% 100%, 0% 100%, 0% 88%);
    transition: 1500ms clip-path linear 1750ms;
    -web-kit-transition: 1500ms clip-path linear 1750ms;
}
.box.border-loop .box-inner:before {
    clip-path: polygon(12% 100%, 0 100%, 0 0, 12% 0);
    transition: 1000ms clip-path linear 3250ms;
    -web-kit-transition: 1000ms clip-path linear 3250ms;
}
.box.border-loop .box-top-half:before {
    clip-path: polygon(0 0, 100% 0, 100% 12%, 0 12%);
    transition: 750ms clip-path linear 4250ms;
    -web-kit-transition: 750ms clip-path linear 4250ms;
}
.slide-shadows:before{
    content:'';
    position:absolute;
    width:5%;
    height:100%;
    left:0;
    top:0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 63.5%);
    z-index:2;
}
.slide-shadows:after{
    content:'';
    position:absolute;
    width:5%;
    height:100%;
    right:0;
    top:0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 63.5%);
    z-index:2;
    transform: rotate(180deg);
}

body.loading {
    width:100%;
    height:100%;
    position:relative;
    overflow: hidden;
}
body.loading:before{
    content:'';
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index: 9999;
}
.system-font {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important;
}

[data-placeholder]:before{
    content:attr(data-placeholder);
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:1;
    left:1vw;
    font-size:100%;
    line-height:100%;
    transition:.2s
}

[data-placeholder].active:before{
    content:attr(data-placeholder);
    top:0;
    z-index:3;
    background:var(--white);
    padding-left:5px;
    padding-right:5px;
    font-size:90%;
    transition:.2s
}

.blog-animation .animation-element{
    transform: scale(1);
    transition: 0.3s ease;
    min-height:100%;
}

.blog-animation:hover .animation-element{
    transform: scale(1.05);
    transition: 0.3s ease;
}

.blog-animation:nth-child(1) .animation-parent {
    transform: skewy(-8deg);
    transform-origin: right top;
    transition: 0.3s ease;
}

.blog-animation:nth-child(1) .animation-element {
    transform: skewy(8deg) translateY(-50%) scale(1);
    top: 45%;
    right: -25%;
    width: 150%;
    position: absolute;
    transition: 0.3s ease;
}

.blog-animation:nth-child(3) .animation-parent {
    transform: skewy(8deg);
    transform-origin: left top;
    transition: 0.3s ease;
}

.blog-animation:nth-child(3) .animation-element {
    transform: skewy(-8deg) translateY(-50%) scale(1);
    top: 45%;
    left: -25%;
    width: 150%;
    position: absolute;
    transition: 0.3s ease;
}

.blog-animation:nth-child(1):hover .animation-element {
    transform: skewy(8deg) translateY(-50%) scale(1.05);
}

.blog-animation:nth-child(3):hover .animation-element {
    transform: skewy(-8deg) translateY(-50%) scale(1.05);
}

.stroke-text:after {
    content: attr(data-text);
    -webkit-text-stroke: 0.2vw var(--dark);
    color: var(--tx-1);
    position: absolute;
    left: 0;
    z-index: -1;
    top:0;
    text-align:center;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #slider {
        top:unset;
    }
    .box {
        height: 10vw!important;
    }
}

@media (max-width: 767px) {
    #slider {
        top:unset;
    }
    .box {
        height: 15vw!important;
    }
    .box:before {
        border-top-right-radius:1vw;
        width: calc(50% + 1.6vw);
        content: '';
        border-top: 0.8vw solid #2eadff;
        top: -0.8vw;
        right: -0.8vw;
    }
    .box:after {
        border-radius:1vw;
        height: calc(100% + 1.6vw);
        border-right: 0.8vw solid #2eadff;
        top: -0.8vw;
        right: -0.8vw;
    }
    .box-inner:after {
        border-radius:1vw;
        width: calc(100% + 1.6vw);
        border-bottom: 0.8vw solid #2eadff;
        bottom: -0.8vw;
        right: -0.8vw;
    }
    .box-inner:before {
        border-radius:1vw;
        height: calc(100% + 1.6vw);
        border-left: 0.8vw solid #2eadff;
        bottom: -0.8vw;
        left: -0.8vw;
    }
    .box-top-half:before {
        border-top-left-radius:1vw;
        width: calc(50% + 1.6vw);
        border-top: 0.8vw solid #2eadff;
        top: -0.8vw;
        left: -0.8vw;
    }
}

#whatsapp {
    position: relative;
    z-index: 2147483648;
}

.__jivoMobileButton {
    z-index: 214748364!important;
}

.wp-wrapper {
    background: #f0f0f0;
    width: 0;
    position: fixed;
    left: 2vw;
    z-index: -1;
    bottom: 5vw;
    opacity:0;
    transition:opacity 0.5s ease, bottom 0.5s ease;
    border-radius: 1vw;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.75vw 1.5vw 0px;
}

.wp-wrapper.active {
    width: 25vw;
    z-index: 9999999999;
    bottom: 7vw;
    opacity:1;
    transition:opacity 0.5s ease, bottom 0.5s ease;
}

.wp-detail {
    background: rgb(9, 94, 84);
    color: rgb(17, 17, 17);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 1.5vw 1vw;
    color: #fff;
}

.miliminternational-img {
    width: 4vw;
    height: 4vw;
    margin-right: 0.75vw;
}

.user-img {
    background: url(../img/pp.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user-name {
    font-weight: 500;
    font-size: 1.2vw;
}

.user-name small {
    width: 100%;
    display: block;
    font-weight: 300;
    font-size: 0.9vw;
    margin-top: 0.25vw;
}

.wp-content {
    padding: 2vw 1vw 2vw 0.75vw;
    background-color: rgb(230, 221, 212);
    position: relative;
    overflow: auto;
}

.wp-content:before {
    content:'';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url('../img/whatsapp.png');
    background-size: cover;
    background-position: center;
}

.wp-message-content {
    margin-left: 0.5vw;
    padding: 1vw 0.5vw 1vw 1vw;
    background-color: rgb(255, 255, 255);
    border-radius: 0 0.5vw 0.5vw;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 1;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0 0.1vw 0.2vw;
    max-width: 80%;
}

.wp-message-content:before {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.message-user {
    font-size: 0.9vw;
    font-weight: 700;
    line-height: 1.1vw;
    color: rgba(0, 0, 0, 0.4);
}

.wp-message {
    font-size: 1vw;
    line-height: 1.2vw;
    margin-top: 0.25vw;
    color: rgb(17, 17, 17);
}

.wp-text {
    padding: 1vw;
    display: flex;
    width: 100%;
    background: #f0f0f0;
    align-items: center;
    justify-content: space-between;
}

.wp-text input {
    border: none;
    padding: 1vw;
    width: 88%;
    font-size: 0.9vw;
    border-radius: 2vw;
}

.wp-send {
    line-height: 0;
}

.wp-send svg {
    width: 2vw;
    height: 2vw;
    color: #919191;
}

.wp-close {
    position: absolute;
    top: 1vw;
    right: 1vw;
    width: 1vw;
    height: 1vw;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    outline: transparent;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.wp-close:hover {
    opacity:0.8;
    transition: all 0.3s ease 0s;
}

.wp-close::before, .wp-close::after {content: "";
    position: absolute;
    width: 1vw;
    height: 0.15vw;
    background-color: rgb(255, 255, 255);
    display: block;
    border-radius: 10vw;
}

.wp-close::before {
    transform: rotate(45deg);
}

.wp-close::after {
    transform: rotate(-45deg);
}

.wp-button {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0.2vw 0.5vw;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: fixed;
    outline: transparent;
    background-color: rgb(255, 255, 255);
    width: 4.5vw;
    height: 4.5vw;
    left: 1vw;
    bottom: 1vw;
}

.wp-button svg {
    width: 2.5vw;
    height: 2.25vw;
}

.wp-button::before, .wp-button::after {
    content: "";
    position: absolute;
    border: 0.1vw solid rgb(79, 206, 93);
    left: -0.2vw;
    right: -0.2vw;
    top: -0.2vw;
    bottom: -0.2vw;
    border-radius: 50%;
    opacity: 0;
    z-index: 0;
}

.wp-button::before {
    animation: wpbutton 4s infinite;
}

.wp-button::after {
    animation: wpbutton 4s 2s infinite;
}

@keyframes wpbutton {
    0%   {opacity: 0;left: -0.2vw;right: -0.2vw;top: -0.2vw;bottom: -0.2vw;}
    50%   {opacity: 1;left: -0.4vw;right: -0.4vw;top: -0.4vw;bottom: -0.4vw;}
    100%  {opacity: 0;left: -0.9vw;right: -0.9vw;top: -0.9vw;bottom: -0.9vw;}
}

@media (max-width: 768px) {
    .wp-button {
        width: 15vw;
        height: 15vw;
        left: 5vw;
        bottom: 25vw;
    }

    .wp-button svg {
        width: 7.5vw;
        height: 6.5vw;
    }

    .wp-wrapper {
        width: 100%;
        height: 50%;
        right: 0;
        bottom: -80%;
        box-shadow: rgba(0, 0, 0, 0.3) 0vw 0.75vw 5vw 2vw;
    }

    .wp-wrapper.active {
        z-index: 9999999999;
        opacity: 1;
        transition: 0.5s ease;
        width: 100%;
        right: 0;
        bottom: 0;
        height: 50%;
        border-radius: 0;
        border-top-left-radius: 5vw;
        border-top-right-radius: 5vw;
    }

    .wp-close {
        position: absolute;
        top: 3vw;
        right: 3vw;
        width: 6vw;
        height: 6vw;
        opacity: 0.4;
        cursor: pointer;
        transition: all 0.3s ease 0s;
        outline: transparent;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .wp-close::before, .wp-close::after {
        content: "";
        position: absolute;
        width: 6vw;
        height: 0.75vw;
        background-color: rgb(255, 255, 255);
        display: block;
        border-radius: 10vw;
    }

    .wp-detail {
        background: rgb(9, 94, 84);
        color: rgb(17, 17, 17);
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding: 3.5vw 3vw;
        color: #fff;
        height: 20%;
    }

    .miliminternational-img {
        width: 14vw;
        height: 14vw;
        margin-right: 4vw;
    }

    .user-img {
        background: url(../img/pp.webp);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .user-name {
        font-weight: 500;
        font-size: 4vw;
    }

    .user-name small {
        width: 100%;
        display: block;
        font-weight: 300;
        font-size: 3.25vw;
        margin-top: 0.75vw;
    }

    .wp-content {
        padding: 2vw 1vw 2vw 0.75vw;
        background-color: rgb(230, 221, 212);
        position: relative;
        overflow: auto;
        height: 65%;
    }

    .wp-message-content {
        margin-left: 3.5vw;
        padding: 3vw 2.5vw 4vw 3vw;
        background-color: rgb(255, 255, 255);
        border-radius: 0 2.5vw 2.5vw;
        position: relative;
        transition: all 0.3s ease 0s;
        opacity: 1;
        transform-origin: center top;
        z-index: 2;
        box-shadow: rgba(0, 0, 0, 0.13) 0 0.5vw 0.7vw;
        max-width: 80%;
    }

    .message-user {
        font-size: 3.75vw;
        font-weight: 700;
        line-height: 5vw;
        color: rgba(0, 0, 0, 0.4);
    }

    .wp-message {
        font-size: 3.5vw;
        line-height: 3.5vw;
        margin-top: 2vw;
        color: rgb(17, 17, 17);
    }

    .wp-text {
        padding: 1vw 4vw;
        display: flex;
        width: 100%;
        background: #f0f0f0;
        align-items: center;
        justify-content: space-between;
        height: 15%;
    }

    .wp-text input {
        border: none;
        padding: 2.5vw 3vw;
        width: 88%;
        font-size: 3.5vw;
        border-radius: 5vw;
    }

    .wp-send svg {
        width: 7vw;
        height: 7vw;
        color: #919191;
    }

    @keyframes wpbutton {
        0%   {opacity: 0;left: -0.2vw;right: -0.2vw;top: -0.2vw;bottom: -0.2vw;}
        50%   {opacity: 1;left: -2vw;right: -2vw;top: -2vw;bottom: -2vw;}
        100%  {opacity: 0;left: -3vw;right: -3vw;top: -3vw;bottom: -3vw;}
    }
}