@charset "UTF-8";

/**************************/
/*RESET*/
/**************************/
*:where( :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

input,
button,
textarea,
select {
    font: inherit;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a,
button {
    cursor: revert;
}

ol,
ul,
menu {
    list-style: none;
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    width: 100%;
}

input,
textarea {
    user-select: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto;
    -moz-user-select: auto;
}

textarea {
    white-space: revert;
}

meter {
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
}

::-webkit-input-placeholder {
    color: unset;
}

::-moz-placeholder {
    color: unset;
}

:-ms-input-placeholder {
    color: unset;
}

::-ms-input-placeholder {
    color: unset;
}

::placeholder {
    color: unset;
}

:where([hidden]) {
    display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
    -ms-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
}

:where([draggable="true"]) {
    -webkit-user-drag: element;
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

/**************************/
/*ROOT*/
/**************************/
:root,
[data-theme="light"] {
    --c-primary: #ED1C24;
    --gray: #636466;
    --bg-img: #F0F4F7;

    --c-danger: #dc3545;
    --bg-danger: #faf2f2;

    --c-success: #28a745;
    --bg-success: #ecf9ee;
    --color1: #E7F2F8;
    --c-info: #72b9ff;
    --bg-info: #e6f1fc;

    --ff-main: Poppins;
    --ff-icon: "WebsimaIcon";

    --header-h: calc(var(--hh)*100 + -1px);

    --bg_light: #fdf9f6;
    --danger: #d53343;
    --bg_danger: #fff5f5;
    --success: #45bf55;
    --bg-success: #ecf9ee;
    --bg_info: #cce5ff4a;
    --info: #004085cc;
    --main_bold: "Poppins-medium";
    --main_font: "Poppins";
    --heading_h1_fontsize: clamp(20px, 4vw, 30px);
}

html {
    font-size: min(2.4vw, 8px);
}



.no-scroll body {
    overflow: hidden !important;
    overscroll-behavior-y: none;
}

.screen-reader-text {
    display: none !important;
}

/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
    display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
    position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: inherit;
    user-select: none;
}


/**************************/
/*Fonts*/
/**************************/
@font-face {
    font-style: normal;
    font-display: block;
    font-family: Poppins;
    src: url("../fonts/Poppins-Regular.woff2") format("woff2");
}

@font-face {
    font-style: normal;
    font-display: block;
    font-family: Poppins-medium;
    src: url("../fonts/Poppins-Medium.woff2") format("woff2");
}

@font-face {
    font-style: normal;
    font-display: block;
    font-weight: bold;
    font-family: Poppins;
    src: url("../fonts/Poppins-Medium.woff2") format("woff2");
}

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

/**************************/
/*Config*/
/**************************/
body {
    position: relative;
    font-family: var(--ff-main), sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    touch-action: manipulation;
}


body.modal-open,
.modal-open body {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

/* Hide content until fonts are loaded to prevent FOUT
html:not(.fonts-loaded) .sec-slider__title,
html:not(.fonts-loaded) .sec-slider__desc {
    visibility: hidden;
} */

[class^="icon-"]::after,
[class*="icon-"]::after,
[class^="icon-"]::before,
[class*="icon-"]::before {
    font-family: "WebsimaIcon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
    background: var(--c-primary);
    color: #fff;
}

::selection {
    background: var(--c-primary);
    color: #fff;
}

*:focus-visible {
    outline: none;
    outline-offset: 4px;
}

[role="button"] {
    cursor: pointer;
}

canvas {
    pointer-events: none;
}

body,
html {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    width: 100%;
}

:target {
    scroll-margin-top: 8rem;
}

i,
svg {
    display: inline-flex;
    line-height: 1;
    vertical-align: middle;
}

input {
    font-family: var(--ff-main), Arial;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

video {
    width: 100%;
    display: block;
    overflow: hidden;
    height: auto;
}

a {
    transition: 0.3s ease;
    color: currentColor;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ins {
    text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

del {
    text-decoration: line-through;
}

@media (width>=1024px) {
    html {
        font-size: 10px;
    }
}

.btn {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .4s ease-out;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    height: 5.6rem;
    padding: 1rem 3rem;
    font-size: 1.6rem;
    font-weight: bold;
    white-space: nowrap;
}

.btn--white {
    background: #fff;
    color: #000;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    z-index: 10;
}

.btn--white:hover {
    background: var(--c-primary);
    color: #fff;
}

.btn--red {
    background: var(--c-primary);
    color: #fff;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    z-index: 10;
}

.btn--red:hover {
    background: #fff;
    color: var(--c-primary);
}

.btn--simple {
    padding: 0;
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}



.arrow--anim i {
    color: var(--c-primary);
}

.icon-arrow-anim {
    font-size: 1.5rem;
    overflow: hidden;
    position: relative;
}

.icon-arrow-anim::after,
.icon-arrow-anim:before {
    content: "\e901";
    font-family: var(--ff-icon);
    color: var(--c-primary);
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
}

.btn--red .icon-arrow-anim:before {
    color: #fff;
}

.btn-red .icon-arrow-anim::after {}

.btn--white .icon-arrow-anim::after {
    color: #fff;
}

.icon-arrow-anim::after {
    position: absolute;
    transform: translateY(0) translateX(-100%);
    top: 0;
}

.arrow--anim:hover .icon-arrow-anim::before {
    transform: translateY(0%) translateX(100%);
}

.arrow--anim:hover .icon-arrow-anim::after {
    transform: translateY(0%) translateX(0%);
}

#menu-mobile {
    display: flex;
    flex-direction: column;
}

#mobile-menu-wrap {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    padding: 2rem;
    max-height: calc(var(--vh, 1vh) * 100);
    font-size: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

#menu-mobile>li {
    border-bottom: 1px solid #eaeaed;
}

#menu-mobile>li:last-child {
    border: unset;
}

#menu-mobile>li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
}

.mm-menu.open::before {
    transform: rotate(45deg);
}

.mm-menu.open::after {
    transform: rotate(-45deg);
}

.mm-menu.open span {
    opacity: 0;
}

/**************************/
/*class*/
/* be carefulllllllllll */
/**************************/
.icon-reply:before {
    content: "\e916";
}

.icon-double-arrow:before {
    content: "\e917";
}

.icon-tag:before {
    content: "\e918";
}

.icon-category:before {
    content: "\e919";
}

.icon-share:before {
    content: "\e91a";
}

.icon-gallery-open:before {
    content: "\e915";
}

.icon-loc:before {
    content: "\e911";
}

.icon-clock:before {
    content: "\e912";
}

.icon-email1:before {
    content: "\e913";
}

.icon-ccall:before {
    content: "\e914";
}

.icon-home:before {
    content: "\e90f";
}

.icon-calling:before {
    content: "\e910";
}

.icon-arrow-left:before {
    content: "\e900";
}

.icon-arrow-right:before {
    content: "\e901";
}

.icon-chevron-down:before {
    content: "\e902";
}

.icon-chevron-up:before {
    content: "\e90c";
}

.icon-chevron-left:before {
    content: "\e90d";
}

.icon-chevron-right:before {
    content: "\e90e";
}

.icon-list:before {
    content: "\e903";
}

.icon-location:before {
    content: "\e904";
}

.icon-email:before {
    content: "\e905";
}

.icon-call:before {
    content: "\e906";
}

.icon-facebook:before {
    content: "\e907";
}

.icon-instagram:before {
    content: "\e908";
}

.icon-youtube:before {
    content: "\e909";
}

.icon-x:before {
    content: "\e90a";
}

.icon-linkedin:before {
    content: "\e90b";
}