/******************************
INDEX:
    00 - General
    01 - Typography
    02 - Text Color & Background Color
    03 - Background Position & Size
    04 - Helper class
    05 - Social icons
    06 - Header
    07 - Bootstrap Overwrite 
    08 - Swiper 
    09 - Scroll To Top 
    10 - Search Box
******************************/

@import url('../../css2');
@import url('../../css2-1');
@import url('../../css2-2');

:root {
    /*--pbmit-global-color: #075f41;*/
    /*--pbmit-global-color: #31af36;*/
    --pbmit-global-color: #006904;
    --pbmit-global-color-rgb: 254, 163, 65;
    --pbmit-secondary-color: #14436f;
    --pbmit-secondary-color-rgb: 20, 67, 111;
    --pbmit-light-color: #f2f6fa;
    --pbmit-light-color-rgb: 242, 246, 250;
    --pbmit-white-color: #ffffff;
    --pbmit-white-color-rgb: 255, 255, 255;
    --pbmit-blackish-color: #09243c;
    --pbmit-blackish-color-rgb: 9, 36, 60;
    --pbmit-body-color: #f2f6fa;
    --pbmit-link-color-normal: #09243c;
    --pbmit-link-color-hover: #fea341;
    --pbmit-responsive-breakpoint: 1200px;

    --pbmit-body-typography-font-family: "Vazirmatn", sans-serif;
    --pbmit-body-typography-variant: 500;
    --pbmit-body-typography-font-size: 17px;
    --pbmit-body-typography-line-height: 1.5;
    --pbmit-body-typography-color: #666666;
    --pbmit-body-bg-color: var(--pbmit-white-color);

    --pbmit-heading-typography-font-family: "Vazirmatn";
    --pbmit-heading-color: #09243c;
    --pbmit-heading-font-variant: 600;

    --pbmit-btn-typography-font-family: "Vazirmatn", sans-serif;
    --pbmit-btn-typography-variant: 600;
    --pbmit-btn-typography-font-size: 15px;
    --pbmit-btn-typography-line-height: 24px;

    --scale: 1;
}

/*----------------------------------------*/
/* 00 - General 
/*----------------------------------------*/
html {
    font-family: iransansdn;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x:hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
}

p {
    margin: 0 0 25px;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, select, textarea {
    max-width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
#logo_color{
    display:none;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    padding: 0.875em;
}

fieldset > :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, .form-control:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.form-select {
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px 0 30px;
    height: 60px;
    border-radius: 50px;
    cursor: pointer;
    color: #666;
    background-color: var(--pbmit-blackish-color);
    background-image: url(../images/bg/down-arrow.png);
    background-size: 11px 13px;
}

.form-select:focus {
    outline: none;
    box-shadow: none;
}

/*----------------------------------------*/
/* 01 - Typography 
/*----------------------------------------*/
body {
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: var(--pbmit-body-typography-variant);
    color: var(--pbmit-body-typography-color);
    font-size: var(--pbmit-body-typography-font-size);
    line-height: var(--pbmit-body-typography-line-height);
    color: var(--pbmit-body-typography-color);
    text-transform: none;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: var(--pbmit-heading-font-variant);
    color: var(--pbmit-heading-color);
}

h1 {
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 0px;
}

h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0px;
}

h3 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0px;
}

h4 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
}

h5 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
}

h6 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: var(--pbmit-link-color-normal);
    text-decoration: none;
}

a:focus {
    text-decoration: none !important;
}

a:focus, a:hover {
    color: var(--pbmit-link-color-hover);
    text-decoration: none !important;
}

a.link-btn, .link-btn a {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

a.link-btn i, .link-btn a i {
    padding-left: 10px;
}

.pbmit-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
    font-family: var(--pbmit-btn-typography-font-family);
    font-size: var(--pbmit-btn-typography-font-size);
    font-weight: var(--pbmit-btn-typography-variant);
    line-height: var(--pbmit-btn-typography-line-height);
    letter-spacing: 0px;
    text-transform: capitalize;
    font-style: normal;
    padding: 14px 35px 12px 35px;
    border: none;
    transition: all .25s ease-in-out;
    z-index: 1;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    border-radius: 30px;
    cursor: pointer;
}

.pbmit-btn .pbmit-button-content-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.pbmit-btn .pbmit-button-icon {
    position: relative;
    margin-left: 3px;
    display: inline-flex;
    overflow: hidden;
    top: 0;
    right: 0;
    align-items: center;
}

.pbmit-btn .pbmit-button-icon:before {
    content: "\e82a";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 21px;
    font-weight: 400;
    width: 1em;
    height: auto;
    transform: scale(.26) translate(-45px, 50px);
    transition: transform 0.4s ease-in-out;
}

.pbmit-btn .pbmit-button-icon svg {
    width: 1.4em;
    height: auto;
    transition: all 0.4s ease-in-out;
    margin-left: -4px;
    margin-top: 2px;
}

.pbmit-btn .pbmit-button-icon svg path {
    fill: var(--pbmit-white-color);
}

.pbmit-btn:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.pbmit-btn:hover .pbmit-button-icon:before {
    transform: scale(1) translate(0, 0);
}

.pbmit-btn:hover .pbmit-button-icon svg {
    transform: scale(.26) translate(45px, -50px);
}

.pbmit-btn:focus {
    color: var(--pbmit-white-color);
}

.pbmit-btn.blackish {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.pbmit-btn.blackish:hover {
    background-color: var(--pbmit-global-color);
}

.pbmit-btn.white {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-btn-hover-white:hover {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.pbmit-btn.white .pbmit-button-icon svg path {
    fill: var(--pbmit-blackish-color);
}

.pbmit-btn.white:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.pbmit-btn-style-text {
    font-family: var(--pbmit-btn-typography-font-family);
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-style: normal;
    display: inline-block;
    color: var(--pbmit-global-color);
}

.pbmit-btn-style-text .pbmit-button-content-wrapper {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.pbmit-btn-style-text .pbmit-button-icon {
    position: relative;
    overflow: hidden;
    margin-left: 3px;
    display: inline-flex;
}

.pbmit-btn-style-text .pbmit-button-icon:before {
    content: "\e82a";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 21px;
    font-weight: 400;
    width: 1em;
    height: auto;
    transform: scale(.26) translate(-45px, 50px);
    transition: transform 0.4s ease-in-out;
}

.pbmit-btn-style-text .pbmit-button-icon svg {
    width: 1.4em;
    transition: all 0.4s ease-in-out;
    margin-left: -4px;
}

.pbmit-btn-style-text .pbmit-button-icon svg path {
    fill: var(--pbmit-global-color);
}

.pbmit-btn-style-text .pbmit-button-text {
    position: relative;
}

.pbmit-btn-style-text .pbmit-button-text:before,
.pbmit-btn-style-text .pbmit-button-text:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--pbmit-global-color-rgb), .5);
    transition: all .3s ease-in;
}

.pbmit-btn-style-text .pbmit-button-text:before {
    width: 0;
    z-index: 1;
    background-color: var(--pbmit-global-color);
}

.pbmit-btn-style-text:hover {
    color: var(--pbmit-blackish-color);
}

.pbmit-btn-style-text:hover .pbmit-button-text:before {
    width: 100%;
    background-color: var(--pbmit-blackish-color);
}

.pbmit-btn-style-text:hover .pbmit-button-icon:before {
    transform: scale(1) translate(0, 0);
}

.pbmit-btn-style-text:hover .pbmit-button-icon svg {
    transform: scale(.26) translate(45px, -50px);
}

.pbmit-btn-style-text:hover .pbmit-button-text:before {
    width: 100%;
}

.pbmit-bg-color-blackish .pbmit-btn-style-text:hover {
    color: var(--pbmit-white-color);
}

.pbmit-bg-color-blackish .pbmit-btn-style-text .pbmit-button-text:before {
    background-color: var(--pbmit-white-color);
}

.pbmit-btn .form-btn-loader svg {
    width: 50px;
}

/** Divider **/
.sep-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

/*----------------------------------------*/
/* 02 - Text Color & Background Color 
/*----------------------------------------*/
body .pbmit-bg-color-global {
    background-color: var(--pbmit-global-color);
}

body .pbmit-bg-color-secondary {
    background-color: var(--pbmit-secondary-color);
}

body .pbmit-bg-color-blackish {
    background-color: var(--pbmit-global-color);
}

body .pbmit-bg-color-white {
    background-color: var(--pbmit-white-color);
}

body .pbmit-bg-color-light {
    background-color: var(--pbmit-light-color);
}

body .pbmit-global-color {
    color: var(--pbmit-global-color);
}

body .pbmit-blackish-color {
    color: var(--pbmit-blackish-color);
}

/*----------------------------------------*/
/* 03 - Background Position & Size 
/*----------------------------------------*/
.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}

/*----------------------------------------*/
/* 04 - Helper Class 
/*----------------------------------------*/
.section-xxl {
    padding-top: 130px;
    padding-bottom: 130px;
}

.section-xl {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-lgt {
    padding-top: 130px;
}

.section-lgb {
    padding-bottom: 120px;
}

.section-mdb {
    padding-bottom: 100px;
}

.section-mdt {
    padding-top: 100px;
}

/*----------------------------------------*/
/* 05 - Social icons 
/*----------------------------------------*/
ul.pbmit-social-links,
ul.pbmit-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pbmit-social-links li,
.pbmit-contact-info li {
    display: inline-block;
    vertical-align: top;
}

/*----------------------------------------*/
/* 06 - Header 
/*----------------------------------------*/
.navbar-brand .navbar-brand-item {
    height: 60px;
    display: block;
    width: auto;
}

.site-header {
    position: relative;
    z-index: 999;
}

.site-header .site-branding img {
    max-width: 100%;
    height: auto;
    max-height: 44px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-left: 50px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}

.site-navigation ul.navigation > li > a {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: block;
    text-transform: capitalize;
    letter-spacing: -.25px;
    color: var(--pbmit-blackish-color);
}

.site-navigation ul.navigation > li > a:hover:after {
    color: rgba(255, 255, 255, .8);
}

.main-menu .navigation > li > ul a {
    position: relative;
    display: table-cell;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-style: normal;
    color: var(--pbmit-blackish-color);
}

.main-menu .navigation > li > ul a:after {
    display: none;
}

.site-navigation ul.navigation a {
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: normal;
    font-size: 16px;
    font-style: normal;
}

.main-menu .navigation > li > ul > li > ul {
    left: 100%;
    top: 0;
}

.main-menu .navigation > li.dropdown:hover > ul, .main-menu .navigation > li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, -5px);
    z-index: 999;
}

.header-button .pbmit-btn {
    padding: 15px 24px;
}

.header-button .pbmit-btn i {
    font-size: 20px;
}

.site-header .search-btn {
    margin-right: 15px;
    font-size: 17px;
}

.site-header .social-icons li > a {
    height: 50px;
    line-height: 50px;
}

.ipad-view-search {
    display: none;
}

.pbmit-link li {
    margin: 0 10px;
}

.closepanel, .pbmit-mobile-menu-bg, .site-header .righticon, .sub-menu-toggle {
    display: none;
}

.bar-content-mobile{
    display:none;
}

/** sticky-header **/
.sticky-header {
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    margin: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
    transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.site-header-menu.sticky-header .logo-img.stickylogo {
    display: inline-block;
}

/* Pre Header */
.pbmit-pre-header-wrapper {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.list-unstyled i {
    font-size: 14px;
    color: #666;
}

/*----------------------------------------*/
/* 07 - Bootstrap Overwrite 
/*----------------------------------------*/
.g-lg-4, .gy-lg-4, .g-4, .gy-4 {
    --bs-gutter-y: 2rem;
}

.g-lg-4, .gx-lg-4, .g-4, .gx-4 {
    --bs-gutter-x: 2rem;
}

.row > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

/*----------------------------------------*/
/* 08 - Swiper 
/*----------------------------------------*/
.swiper-slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-pagination-bullet {
    position: relative;
    outline: none;
    height: 12px;
    width: 12px;
    top: 0px;
    left: 0px;
    opacity: 1;
    vertical-align: middle;
    border-radius: 50%;
    margin: 7px 0px !important;
    display: block;
    background: #dfdfdf;
}

.swiper-pagination-bullet-active {
    background-color: var(--pbmit-global-color);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    margin-top: 15px;
}

.swiper-slider[data-dots="true"] {
    padding-bottom: 50px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: '\e82f';
    font-family: "pbminfotech-base-icons";
    font-size: 15px;
    line-height: normal;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    transform: rotate(180deg);
    /* background-color: var(--pbmit-secondary-color); */
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    transition: all 500ms ease;
    border: 1px solid var(--pbmit-blackish-color);
}

.swiper-button-next {
    margin-left: 10px;
}

.swiper-button-prev {
    left: auto;
}

.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    color: var(--pbmit-global-color);
    border-color: var(--pbmit-global-color);
}

.pbmit-bg-color-blackish .swiper-button-next,
.pbmit-bg-color-blackish .swiper-button-prev {
    background-color: transparent;
    border-color: var(--pbmit-white-color);
    color: var(--pbmit-white-color);
}

.pbmit-bg-color-blackish .swiper-button-next:hover,
.pbmit-bg-color-blackish .swiper-button-prev:hover {
    background-color: var(--pbmit-global-color);
    border-color: var(--pbmit-global-color);
}

.swiper-slider.marquee .swiper-slide {
    display: flex;
    width: auto !important;
}

.swiper-slider.marquee .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/*----------------------------------------*/
/* 09 - Scroll To Top 
/*----------------------------------------*/
.pbmit-backtotop {
    position: fixed;
    bottom: -50px;
    right: 35px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50px;
    text-align: center;
    opacity: 0;
    overflow: hidden;
    z-index: 9999999;
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
    border: 2px solid var(--pbmit-white-color);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pbmit-backtotop.active {
    bottom: 15px;
    opacity: 1;
}

.pbmit-backtotop > div {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pbmit-backtotop > div.pbmit-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}

.pbmit-backtotop > div.pbmit-hover-arrow {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    margin-top: 1px;
}

.pbmit-backtotop:hover {
    transform: scale(1.1);
    bottom: 20px;
    cursor: pointer;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.pbmit-backtotop:hover > div.pbmit-arrow {
    transform: translateY(-150%) translateX(-50%);
    opacity: 0;
}

.pbmit-backtotop:hover > div.pbmit-hover-arrow {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
}

.pbmit-backtotop i {
    display: inline-block;
    transform: rotate(-90deg);
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/*----------------------------------------*/
/*  10 - Search Box
/*----------------------------------------*/
.pbmit-header-search-form-wrapper {
    position: fixed;
    top: -500px;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    transition: .4s;
}

.pbmit-header-search-form-wrapper.open {
    opacity: 1;
    top: 0;
}

.pbmit-header-search-form-wrapper .search-form {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pbmit-header-search-form-wrapper .search-form::after {
    font-family: "pbminfotech-base-icons";
    content: '\e80d';
    position: absolute;
    right: 10px;
    top: 15px;
    color: var(--pbmit-white-color);
    font-size: 25px;
    line-height: normal;
}

.pbmit-header-search-form-wrapper .search-form input[type="search"] {
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    color: var(--pbmit-white-color);
    border: none;
    border-bottom: 1px solid #ffffff54;
    padding-left: 0;
    padding-right: 50px;
    border-radius: 0;
    margin-bottom: 0;
}

@keyframes fadeInMove {
    0% {
        opacity: 0;
        transform: scale3d(0, 1, 1);
    }
    10% {
        opacity: 1;
        transform: scale3d(0.1, 1, 1);
    }
    100% {
        opacity: 0.14;
        transform: scale3d(1, 1, 1);
    }
}

.pbmit-header-search-form-wrapper .search-form::before {
    position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--pbmit-white-color);
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    animation-delay: 0.8s;
}

.pbmit-header-search-form-wrapper.open .search-form::before {
    -webkit-animation-name: fadeInMove;
    animation-name: fadeInMove;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}

.pbmit-header-search-form-wrapper .search-form button::before {
    display: none;
}

.pbmit-header-search-form-wrapper .search-form input[type="search"]::placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.pbmit-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder {
    color: #a4a4a4;
}

.pbmit-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
    color: #a4a4a4;
}

.pbmit-header-search-form-wrapper .search-form [type=submit] {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 1;
}

.pbmit-header-search-form-wrapper .pbmit-search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    border-color: var(--pbmit-white-color);
    color: var(--pbmit-white-color);
    opacity: 0.8;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    text-align: center;
    cursor: pointer;
}

.pbmit-header-search-form-wrapper .pbmit-search-close:hover {
    opacity: 1;
}

@keyframes pbmit-closer-line-draw {
    0%, 100% {
        clip-path: inset(-1px 0 -1px 0);
        -webkit-clip-path: inset(-1px 0 -1px 0);
    }
    55% {
        clip-path: inset(-1px 0 -1px 100%);
        -webkit-clip-path: inset(-1px 0 -1px 100%);
    }
    56% {
        clip-path: inset(-1px 100% -1px 0);
        -webkit-clip-path: inset(-1px 100% -1px 0);
    }
}

.pbmit-navbar > div .closepanel:hover svg rect,
.pbmit-header-search-form-wrapper .pbmit-search-close:hover svg rect {
    animation: pbmit-closer-line-draw .6s;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pbmit-closer-line-draw;
}

.pbmit-navbar > div .closepanel:hover svg rect:nth-of-type(2),
.pbmit-header-search-form-wrapper .pbmit-search-close:hover svg rect:nth-of-type(2) {
    animation-delay: .17s;
}

.pbmit-navbar > div .closepanel svg rect,
.pbmit-header-search-form-wrapper .pbmit-search-close svg rect {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pbmit-header-search-form-wrapper .pbmit-search-close svg {
    fill: var(--pbmit-white-color);
}

.pbmit-navbar > div .closepanel svg {
    fill: var(--pbmit-blackish-color);
}


.card-product-1 {
    position: relative;
    width: 320px;
    height: 480px;
    background: #f5f5f5;
    /*background: #ffffff;*/
    border-radius: 20px;
    overflow: hidden;
    /*box-shadow:0px 10px 5px rgba(0,0,0,0.2)*/
    /*border:2px solid rgba(0,0,0,0.2);*/
    border: 1px solid #f1f1f1;
}

.card-product-1:hover {
    /*background: #2bc58a;*/
}

.card-product-1::before {
    content: "";
    position: absolute;
    top: -50%;
    width: 100%;
    height: 100%;
    /*background: var(--pbmit-global-color);*/
    background: var(--pbmit-global-color);
    /*background: #ffffff;*/
    transform: skewY(345deg);
    transition: all 0.3s;
}

.card-product-1:hover::before {
    top: -70%;
    transform: skewY(390deg);
    /*background: #075F41;*/
}

/*.card-product-1::after {*/
/*	content: "CORSAIR";*/
/*	position: absolute;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*	font-weight: 600;*/
/*	font-size: 6em;*/
/*	color: rgba(0, 0, 0, 0.1);*/
/*}*/

.card-product-1 .imgBox {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    z-index: 1;
}

/*
.card-product-1 .imgBox img {
    max-width: 100%;
    
    transition: .5s;
}

.card-product-1:hover .imgBox img {
    max-width: 50%;
      
}
*/
.card-product-1 .contentBox {
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
}

.card-product-1 .contentBox h3 {
    font-size: 22px;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.2s ease 0s;
    color: black;
    font-family: var(--pbmit-body-typography-font-family);
}

.card-product-1 .contentBox .price {
    font-size: 24px;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
}

.card-product-1 .contentBox .buy {
    position: relative;
    top: 100px;
    opacity: 0;
    padding: 10px 30px;
    margin-top: 15px;
    color: #000000;
    text-decoration: none;
    background: var(--pbmit-global-color);
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s;
}

.card-product-1:hover .contentBox .buy {
    top: 0;
    opacity: 1;
    display: none;
}

.mouse {
    height: 300px;
    width: auto;
    transition: all 0.2s ease 0s;
}


.card-product-1:hover .mouse {
    transform: scale(1.2);
    margin-top: 80px;
    filter: drop-shadow(13px 29px 25px rgba(0, 0, 0, 0.5));
}


.card-product-1:hover h3 {
    /*display:none;*/
    opacity: 0;

}


.card-product-1::after {
    position: absolute;
    z-index: 99999;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
            120deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0) 60%
    );
    pointer-events: none;
    transform: rotate(12deg);
    animation: shineMove 2s linear;
}

@keyframes shineMove {
    0% {
        transform: translateX(-100%) rotate(12deg);
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: translateX(100%) rotate(12deg);
        opacity: 0.1;
    }
}

.card-product-1:hover .shine {
    display: block;
}

.card-product-1 .shine {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    transform: skew(30deg);
    animation: shine 0.75s linear 1;
}


@keyframes shine {
    0% {
        left: -50%;
        opacity: 0;
    }
    50% {
        left: 25%;
        opacity: .5;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

.swiper-button-prev.swiper-button-prev-1 {
    left: 60px;
    right: auto;
}

.page-content {
    padding-top: 50px;
    padding-bottom: 30px;
}

.bar-content-2 {
    position: relative;
    overflow: hidden;
    height: 450px;
}

.bar-content-2 video {
    height: 100%;
    width: 100dvw;
    object-fit: cover;
}

.bar-content-2 .bar-text {
    position: absolute;
    width: 100dvw;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 40%);
}

.bar-content-2 .bar-text h1 {
    color: white;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
    padding: 0px 100px;
    text-align: center;
    line-height: 77px;
}


/*@media(max-width:800px){*/
/*    .bar-content-2 {*/

/*        background-color: green;*/

/*        width: 100dvw;*/

/*        height: 95px;*/
/*    }*/

/*    .bar-content-2 video {*/

/*        display: none;*/
/*    }*/

/*    .bar-content-2 .bar-text {*/

/*        font-size: 15px;*/
/*    }*/

/*    .bar-content-2 .bar-text h1 {*/

/*        font-size: 15px;*/
/*    }*/

/*}*/

.hana_product {
    text-align: center;
    border: 1px solid #e5e5e5;
    margin-bottom: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.2s ease 0s;
}

@media (min-width: 700px) {

    .hana_product:hover {
        border-color: white;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .hana_product:hover img {
        width: 100%;
        height: 250px;
        transform: translateY(35px);
    }

    .hana_product:hover h3 {
        position: absolute;
        color: #12a912;
        text-shadow: 0px 0px 10px #85ff89;
        transform: translateY(50px);
    }

    .hana_product:hover summary {
        opacity: 0;
        height: 0px;
        overflow: hidden;
    }


    .hana_product:hover .detail {
        opacity: 0;
        height: 0px;
        overflow: hidden;
    }

}


.hana_product img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(8px 12px 11px rgba(0, 0, 0, 0.2));
    transition: all 0.4s ease 0s;
}

.hana_product > a {

    flex: 1;

    align-items: center;

    vertical-align: middle;

    justify-content: center;

    display: flex;
}

.hana_product h3 {
    font-size: 20px;
    padding: 0px 21px;
    line-height: 31px;
    transition: all 0.2s ease 0s;
    font-family: var(--pbmit-body-typography-font-family);
}

.hana_product summary {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    font-size: 15px;
    transition: all 0.2s ease 0s;
}

.hana_product a.detail {
    background-color: var(--pbmit-global-color);
    color: white;
    font-weight: 100;
    margin-top: 25px;
    height: 51px;
    display: flex;
    flex: none;
    vertical-align: middle;
    transition: all 0.2s ease 0s;
    visibility: visible;
}


.mobile-slide {
    display: none;
}

.mobile-slide img {
    height: 100dvh;
    width: 100dvw;
}


.mobile-slide .swiper-buttons {
}

.mobile-slide .swiper-buttons div {
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgb(255 255 255 / 24%);
    color: #00000075;
}

.mobile-slide .swiper-buttons div:after {
}

.mobile-slide .swiper-buttons div.swiper-button-prev-2:after {
    content: '\e82f';
    transform: rotate(180deg);
}

.mobile-slide .swiper-buttons div.swiper-button-next-2:after {
    content: '\e82f';
}


.hana_product_detail {
    text-align: center;
}

.hana_product_detail img {
    max-width: 40dvw;
    aspect-ratio: 1 / 0.9;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(12px 19px 18px rgba(0, 0, 0, 0.3));
}

.hana_product_detail h1 {
    font-size: 38px;
}

@media (max-width: 700px) {
    .hana_product_detail img {

        max-width: 85dvw;
    }

    .hana_product_detail h1 {
        font-size: 24px;
    }
}

.product-detail {
    width: 80dvw;
    margin: 0px auto;
    display: flex;
    position: relative;
}

.product-detail .pd-right {
    background-color: #f7f7f7;
    padding: 100px;
    width: 35dvw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    right: 0;
    height: 90dvh;
}

.product-detail .pd-right img {
    width: 380px;
    filter: drop-shadow(13px 17px 21px rgba(0, 0, 0, 0.3));
    max-width: 100%;
}

.product-detail .pd-left {
    padding: 50px;
    flex: 1;
}

.product-detail .pd-left h1 {
    margin-bottom: 41px;
}

.product-detail .pd-left summary {
    background-color: #f1f1f1;
    padding: 12px;
    border-radius: 22px;
}

.product-detail .pd-left p {
}

.product-detail .pd-left h4 {
    background-color: #d4e7d4;
    display: inline;
    margin-bottom: 20px;
    float: right;
    padding: 3px 20px;
    font-size: 20px;
    border-radius: 45px;
    transition: all 0.2s ease 0s;
}

.product-detail .pd-left h4:hover {
    background-color: white;
    /*font-size:26px;*/
    border: 1px solid black;
}

.product-detail .pd-left .pd-text {
    margin-top: 29px;
}

.product-detail .pd-left .pd-text table {
    border: none;
    /* border-radius: 19px; */
    background-color: #f9f9f9;
}

.product-detail .pd-left table tr td {
    transition: all 0.2s ease 0s;
}

.product-detail .pd-left table tr:hover td {
    background-color: #f3fff3;
    transform: scale(1.1);
}

.product-detail .pd-left .pd-text table tr {
}

.product-detail .pd-left .pd-text table tr td {
    border: 1px solid #c3c3c3;
    padding: 10px;
}

.product-detail .pd-left .pd-text h4 {
    margin-top: 30px;
}

.product-detail .pd-left .pd-text p {
    padding-bottom: 0;
    margin-bottom: 0;
}

/*.product-detail .pd-left .pd-text p:empty{*/
/*    display:none;*/
/*}*/
.product-detail .pd-left .table-product-analysis-title {
}

.product-detail .pd-left .table-product-analysis {
    width: 100%;
    background-color: #fbfbfb;
}

.product-detail .pd-left .table-product-analysis tr {
}

.product-detail .pd-left .table-product-analysis tr td {
    border: 1px solid #b7b7b7;
    width: 50%;
    text-align: center;
    padding: 11px;
}

.product-detail .pd-left .table-product-analysis tr:nth-child(2n+1) {
}

.product-detail .pd-left .table-product-analysis tr:nth-child(2n+1) td {
}

.product-detail .pd-left .table-product-analysis tr td:nth-child(2n+1) {
    text-align: right;
}


.neon-text {
    /*font-size: 4rem;*/
    /*color: black;*/
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}


.hana-loading {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    z-index: 999999999;
    /*display: block;*/
    background-color: #fcfcff;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.hana-loading img {
    width: 150px;
}

.team-link {
    border: 1px solid black;
    padding: 5px 25px;
    margin-top: 30px;
    display: flex;
    margin: 0px auto;
    margin-top: 27px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: max-content;
    column-gap: 10px;
}

.team-link span {
}

.team-link i {
    font-weight: 300;
}


.packages-carousel {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 100dvw;
    margin-top: 100px;
    margin-bottom: 100px;
}

.packages-carousel .slides {
    position: relative;
    top: -4em;
    left: 10em;
    margin-left: 243px;
}

.packages-carousel .slides img {
    position: absolute;
    width: 450px;
    height: 450px;
    opacity: 0;
    z-index: 99;
    object-fit: contain;
}

.packages-carousel .slides img.active {
    opacity: 1;
}

.packages-carousel .overlays {
    position: relative;
    width: 36em;
    height: 18em;
    flex: 1;
}

.packages-carousel .overlays .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bar-color);
    transform-origin: left;
    overflow: auto;
    /* padding: 30px 30px 30px 130px; */
    min-height: 0;
}

.packages-carousel .overlays .bar .bar-text {

    width: 100%;

    height: 100%;

    display: block;

    align-items: center;

    justify-content: center;

    text-align: right;

    /* padding: 30px 30px 30px 130px; */

    color: black;

    font-size: 19px;

    line-height: 32px;

    /* overflow: auto; */

    padding: 30px 50px 30px 130px;

    /* padding: 90px; */

    vertical-align: middle;

    align-items: center;
}

.packages-carousel .nav-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    padding: 0 0 0 6em;
    list-style-type: none;
    margin-right: 109px;
}

.packages-carousel .nav-links .nav-link {
    font-size: 1.4rem;
    /* font-family: Lora, serif; */
    line-height: 2;
    text-decoration: none;
    color: #7f8c8d;
    transition: 0.3s;
}

.packages-carousel .nav-links .nav-link:hover {
    color: #1c1e1f;
}

.packages-carousel .nav-links .nav-link.active {
    color: black;
    pointer-events: none;
    border-bottom: 1px solid black;
}


.single_post {
}

.single_post .blog_img {
}

.single_post .blog_img img {
    max-width: 40dvw;
    max-height: 60dvh;
}

.single_post .blog_content {
}

.single_post .blog_content blockquote {
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 20px 31px;
    line-height: 35px;
    margin-bottom: 55px;
}

.single_post .blog_content .blog_text {
    text-align: right;
    direction: rtl;

}

.single_post .blog_content .blog_text * {
    text-align: right;
    color: #373737;
    font-family: var(--pbmit-body-typography-font-family)
}

.single_post .blog_content .blog_text h1 {
    font-size: 26px;
}

.single_post .blog_content .blog_text h2 {
    font-size: 24px;
}

.single_post .blog_content .blog_text h3 {
    font-size: 22px;
}

.single_post .blog_content .blog_text h4 {
    font-size: 20px;
}

.single_post .blog_content .blog_text h5 {
    font-size: 18px;
}

.single_post .blog_content .blog_text h6 {
    font-size: 16px;
}


.u-section-1 {
    background-image: none;
}

.u-section-1 .u-sheet-1 {
    min-height: 653px;
}

.u-section-1 .u-layout-wrap-1 {
    pointer-events: auto;
    margin-top: 60px;
    margin-bottom: -46px;
}

.u-section-1 .u-layout-cell-1 {
    min-height: 533px;
    pointer-events: auto;
}

.u-section-1 .u-container-layout-1 {
    padding: 30px 90px 30px 30px;
}

.u-section-1 .u-text-1 {
    text-align: left;
    font-weight: 700;
    font-size: 2.25rem;
    margin: 0;
}

.u-section-1 .u-text-2 {
    line-height: 1.8;
    font-size: 1.125rem;
    font-style: normal;
    margin: 30px 0 0;
}

.u-section-1 .u-text-3 {
    text-align: left;
    margin: 30px 0 0;
}

.u-section-1 .u-btn-1 {
    padding: 0;
}

.u-section-1 .u-btn-2 {
    letter-spacing: 1px;
    transition-duration: 0.5s;
    text-transform: none;
    font-weight: 600;
    background-image: none;
    margin: 20px auto 0 0;
    padding: 18px 57px 19px;
}

.u-section-1 .u-image-1 {
    min-height: 533px;
    pointer-events: auto;
    background-image: url("//images01.nicepagecdn.com/a1389d7bc73adea1e1c1fb7e/3214bca800f55da6913852cb/6627088_974.jpg");
    background-position: 0% 50%;
}

.u-section-1 .u-container-layout-2 {
    padding: 0;
}

.u-section-1 .u-image-2 {
    width: 319px;
    height: 319px;
    background-image: url("//images01.nicepagecdn.com/a1389d7bc73adea1e1c1fb7e/20cebe00b3975420afb850e2/business-sucessful-businessman-working-with-laptop-using-computer-smiling-standing.jpg");
    background-position: 50% 50%;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.15);
    margin: 107px auto 0;
}

.u-section-1 .u-image-3 {
    width: 294px;
    height: 376px;
    margin: -269px 0 0 auto;
}

@media (max-width: 1199px) {
    .u-section-1 .u-layout-wrap-1 {
        margin-bottom: 48px;
    }

    .u-section-1 .u-layout-cell-1 {
        min-height: 439px;
    }

    .u-section-1 .u-image-1 {
        min-height: 439px;
    }
}

@media (max-width: 991px) {
    .u-section-1 .u-sheet-1 {
        min-height: 562px;
    }

    .u-section-1 .u-layout-wrap-1 {
        margin-bottom: 60px;
    }

    .u-section-1 .u-layout-cell-1 {
        min-height: 100px;
    }

    .u-section-1 .u-container-layout-1 {
        padding-right: 30px;
    }

    .u-section-1 .u-image-1 {
        min-height: 336px;
    }
}

@media (max-width: 767px) {
    .u-section-1 .u-sheet-1 {
        min-height: 830px;
    }

    .u-section-1 .u-container-layout-1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-1 .u-image-1 {
        min-height: 504px;
    }
}

@media (max-width: 575px) {
    .u-section-1 .u-sheet-1 {
        min-height: 643px;
    }

    .u-section-1 .u-text-1 {
        font-size: 1.875rem;
    }

    .u-section-1 .u-image-1 {
        min-height: 533px;
    }

    .u-section-1 .u-image-3 {
        width: 239px;
        height: 317px;
        margin-top: -210px;
    }
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #d5d5d5;
    max-width: 90dvw;
    margin: 0px auto;
}


.catalog {
    /* background-image: url('/image/green.jpg'); */
    position: relative;
    /* margin: 130px 0px; */
    height: 100dvh;
    /* backdrop-filter: blur(2px); */
    background-color: rgb(255 255 255 / 61%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100dvw;
}

.catalog video {
    height: 408px;
    width: 100%;
    object-fit: cover;
    display: none;
}

.catalog .catalog-right {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 100px 50px; */
    flex: 10;
    /* margin-left: 57px; */
}

.catalog .catalog-title {

    text-align: center;

    font-size: 34px;

    margin: 0;

    color: #000000;
}


.catalog .catalog-text {
    text-align: center;
    margin: 47px 0px;
    color: #000000;
}

.catalog .catalog-button {
    background-color: #73c973;
    color: #000000;
    border-radius: 70px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.2);
    font-weight: 900;
}

.catalog .catalog-main {

    /* margin: 0px 100px; */

    display: flex;

    flex-direction: row;

    /* position: absolute; */

    width: 80dvw;

    top: 0;

    /* padding: 0px 100px; */

    height: 70dvh;

    /* background-color: #005500bf; */

    /* backdrop-filter: blur(2px); */

    flex-direction: column;

    align-items: center;

    justify-content: center;

    flex-direction: row;
}

.catalog .catalog-left {
    /* transform: scale(1.2); */
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.2);
    background-color: white;
    border-radius: 15px;
    flex: 6;
    overflow: hidden;
}

.catalog .catalog-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
    overflow: hidden;


}

.catalog .catalog-left .arrow-right {
    right: 10px;
}

.catalog .catalog-left .arrow-right i {
}

.catalog .catalog-left .arrow-left {
    left: 10px;
}

.catalog .catalog-left .arrow-left i {
}

.catalog .catalog-left .arrow-left, .catalog .catalog-left .arrow-right {
    position: absolute;
    top: 49%;
    background-color: #ffffff5e;
    border: 1px solid #0000003d;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 100px;
    cursor: pointer;
}

.catalog .catalog-left div i {
    font-size: 13px;
    color: black;
}

.catalog #catalog_loading {
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: 0;*/
    /*left:0;*/
    /*background-color:rgba(255,255,255,0.5);*/
    /*display:none;*/

    /*content: "";*/
    display:none;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    animation: shimmerMove 2s linear infinite;

}

@keyframes shimmerMove {
    0% {
        top: -100%;
    }
    100% {
        top: 100%;
    }
}

#catalog_page {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    bottom: -17px;
    left: calc(50% - 35px);
    background-color: #f8cd1e;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.2);
    padding-top: 2px;
    font-weight: bold;
    z-index: 9999999;
}

#catalog_page.animate {
    transform: scale(1.2);
    animation: pageAnimate 0.3s linear infinite;
}

@keyframes pageAnimate {
    0% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }

}


/* Ø§Ø¬Ø²Ø§ÛŒÛŒ Ú©Ù‡ Ø§Ø² Ú†Ù¾ Ùˆ Ø±Ø§Ø³Øª ÙˆØ§Ø±Ø¯ Ù…ÛŒØ´Ù† */
.part {
    /*flex: 1;*/
    opacity: 0;
    transform: translateX(0) scale(var(--scale));
    transition: transform 700ms cubic-bezier(.2, .9, .2, 1), opacity 1500ms ease;
}

.part.from-left {
    transform: translateX(-60px) scale(var(--scale));
}

.part.from-right {
    transform: translateX(60px) scale(var(--scale));
}

.part.from-down {
    transform: translateY(60px) scale(var(--scale));
}

.part.from-up {
    transform: translateY(-60px) scale(var(--scale));
}

/* Ú©Ù„Ø§Ø³ ÙØ¹Ø§Ù„ ÙˆÙ‚ØªÛŒ Ø§Ù„Ù…Ø§Ù† Ø¯ÛŒØ¯Ù‡ Ø´Ø¯ */
.section-animation.visible .part {
    opacity: 1;
    transform: translateX(0) scale(var(--scale));
}


/* Ø§Ú¯Ø± Ø®ÙˆØ§Ø³ØªÛŒ Ù‡Ø± Ù‚Ø³Ù…Øª Ø¨Ø§ ØªØ§Ø®ÛŒØ± Ø¬Ø¯Ø§ Ø¨ÛŒØ§Ø¯ */
.section-animation.visible .part.delay-1 {
    transition-delay: 0.06s;
}

.section-animation.visible .part.delay-2 {
    transition-delay: 0.12s;
}

.section-animation.visible .part.delay-3 {
    transition-delay: 0.18s;
}

.section-animation.visible .part.delay-4 {
    transition-delay: 0.25s;
}

.section-animation.visible .part.delay-5 {
    transition-delay: 0.30s;
}

.section-animation.visible .part.delay-6 {
    transition-delay: 0.30s;
}

.section-animation.visible .part.delay-7 {
    transition-delay: 0.30s;
}

.section-animation.visible .part.delay-8 {
    transition-delay: 0.30s;
}

.section-animation.visible .part.delay-9 {
    transition-delay: 0.30s;
}


/* ====================================
Navigation 
==================================== */

.overlay-navigation {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 0%, 0.8);
    transform: translateY(-100%);
}

.overlay-slide-down {
    transition: all .4s ease-in-out;
    transform: translateY(0)
}

.overlay-slide-up {
    transition: all .8s ease-in-out;
    transform: translateY(-100%)
}

nav,
nav ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    flex-basis: 20%;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    transform: translateY(-100%);
}

nav li a {
    position: relative;
    top: 46%;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Work sans', sans-serif;
    font-weight: 300;
    letter-spacing: 4px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 0.9rem;
}

nav li a:before {
    content: '';
    width: 70px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    opacity: 0;
    transition: all .2s linear;
}

nav li a:after {
    content: attr(data-content);
    font-size: 0.7rem;
    transition: all .2s linear;
    opacity: 0;
    position: absolute;
    z-index: 100;
    color: #fff;
    display: block;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    bottom: -50px;
    text-transform: none;
    font-family: 'Open sans', serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0;
}

nav li a:hover:before {
    transform: translateX(0);
    opacity: 1;
}

nav li a:hover:after {
    transform: translateY(15px);
    opacity: 1;
}

nav li:nth-of-type(1) {
    background-color: #29363B
}

nav li:nth-of-type(2) {
    background-color: #EA495F
}

nav li:nth-of-type(3) {
    background-color: #F4837D
}

nav li:nth-of-type(4) {
    background-color: #FDCEA9
}

nav li:nth-of-type(5) {
    background-color: #99B998
}

.slide-in-nav-item {
    animation: slide-in-nav-item 0.4s linear 1 .2s both;
}

.slide-in-nav-item-delay-1 {
    animation: slide-in-nav-item 0.4s linear 1 .4s both;
}

.slide-in-nav-item-delay-2 {
    animation: slide-in-nav-item 0.4s linear 1 .6s both;
}

.slide-in-nav-item-delay-3 {
    animation: slide-in-nav-item 0.4s linear 1 .8s both;
}

.slide-in-nav-item-delay-4 {
    animation: slide-in-nav-item 0.4s linear 1 1s both;
}

.slide-in-nav-item-reverse {
    animation: slide-in-nav-item-reverse .3s linear 1 .5s both;
}

.slide-in-nav-item-delay-1-reverse {
    animation: slide-in-nav-item-reverse .3s linear 1 .4s both;
}

.slide-in-nav-item-delay-2-reverse {
    animation: slide-in-nav-item-reverse .3s linear 1 .3s both;
}

.slide-in-nav-item-delay-3-reverse {
    animation: slide-in-nav-item-reverse .3s linear 1 .2s both;
}

.slide-in-nav-item-delay-4-reverse {
    animation: slide-in-nav-item-reverse .3s linear 1 both;
}


/* ====================================
Burger king
==================================== */

/*.open-overlay {*/
/*    position: absolute;*/
/*    right: 5rem;*/
/*    top: 3.2rem;*/
/*    z-index: 100;*/
/*    width: 34px;*/
/*    display: block;*/
/*    cursor: pointer;*/
/*}*/

/*.open-overlay span {*/
/*    display: block;*/
/*    height: 1px;*/
/*    background-color: #fff;*/
/*    cursor: pointer;*/
/*    margin-top: 8px;*/
/*}*/

/*.animate-top-bar {*/
/*    animation: animate-top-bar .6s linear 1 both*/
/*}*/

/*.animate-bottom-bar {*/
/*    animation: animate-bottom-bar .6s linear 1 both*/
/*}*/

/*.animate-middle-bar {*/
/*    animation: animate-middle-bar .6s linear 1 both*/
/*}*/

/*.animate-out-top-bar {*/
/*    animation: animate-out-top-bar .6s linear 1 both*/
/*}*/

/*.animate-out-bottom-bar {*/
/*    animation: animate-out-bottom-bar .6s linear 1 both*/
/*}*/

/*.animate-out-middle-bar {*/
/*    animation: animate-out-middle-bar .6s linear 1 both*/
/*}*/


/*!* ====================================*/
/*Animation keyframes*/
/*==================================== *!*/

/*@keyframes slide-in-nav-item {*/
/*    from {*/
/*        -webkit-transform: translateY(-100%);*/
/*        transform: translateY(-100%)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0)*/
/*    }*/
/*}*/

/*@keyframes slide-in-nav-item-reverse {*/
/*    from {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0)*/
/*    }*/
/*    to {*/
/*        -webkit-transform: translateY(-100%);*/
/*        transform: translateY(-100%)*/
/*    }*/
/*}*/

/*@keyframes animate-top-bar {*/
/*    0% {*/
/*        background-color: #fff;*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: translateY(9px);*/
/*        transform: translateY(9px)*/
/*    }*/
/*    80% {*/
/*        -webkit-transform: translateY(5px);*/
/*        transform: translateY(5px);*/
/*        background-color: #fff*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0);*/
/*        background-color: #29363B;*/
/*    }*/
/*}*/

/*@keyframes animate-bottom-bar {*/
/*    0% {*/
/*        background-color: #fff;*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: translateY(-9px);*/
/*        transform: translateY(-9px)*/
/*    }*/
/*    80% {*/
/*        -webkit-transform: translateY(-5px);*/
/*        transform: translateY(-5px);*/
/*        background-color: #fff;*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0);*/
/*        background-color: #29363B;*/
/*    }*/
/*}*/

/*@keyframes animate-middle-bar {*/
/*    0% {*/
/*        background-color: #fff;*/
/*    }*/
/*    80% {*/
/*        background-color: #fff;*/
/*    }*/
/*    100% {*/
/*        background-color: #29363B;*/
/*    }*/
/*}*/

/*@keyframes animate-out-top-bar {*/
/*    0% {*/
/*        background-color: #29363B*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: translateY(9px);*/
/*        transform: translateY(9px)*/
/*    }*/
/*    80% {*/
/*        -webkit-transform: translateY(5px);*/
/*        transform: translateY(5px);*/
/*        background-color: #29363B*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0);*/
/*        background-color: #FFF;*/
/*    }*/
/*}*/

/*@keyframes animate-out-bottom-bar {*/
/*    0% {*/
/*        background-color: #29363B*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: translateY(-9px);*/
/*        transform: translateY(-9px)*/
/*    }*/
/*    80% {*/
/*        -webkit-transform: translateY(-5px);*/
/*        transform: translateY(-5px);*/
/*        background-color: #29363B;*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0);*/
/*        background-color: #FFF;*/
/*    }*/
/*}*/

/*@keyframes animate-out-middle-bar {*/
/*    0% {*/
/*        background-color: #29363B*/
/*    }*/
/*    80% {*/
/*        background-color: #29363B;*/
/*    }*/
/*    100% {*/
/*        background-color: #fff;*/
/*    }*/
/*}*/
/*.home a{*/
/*    font-family: "Work Sans", sans-serif;*/
/*    color: #fff;*/
/*    font-weight: 300;*/
/*    font-size: 12px;*/
/*    text-transform: uppercase;*/
/*    text-decoration: none;*/
/*    position: absolute;*/
/*    z-index: 10;*/
/*    top:50px;*/
/*    left:50px;*/
/*    padding-bottom: 3px;*/
/*    border-bottom: 1px solid #fff;*/
/*}*/
/*@media (max-width: 640px) {*/
/*    nav ul li a {*/
/*        font-size: 11px;*/
/*    }*/
/*    nav li a:after {*/
/*        font-size: 0.6rem;*/
/*    }*/
/*    .open-overlay {*/
/*        right: 1rem;*/
/*    }*/
/*    nav li a:before {*/
/*        width: 15px;*/
/*    }*/
/*}*/


/*Menu3*/


.navigation__checkbox {
    display: none;
}

.navigation__button {
    background-color: #fff;
    height: 7rem;
    width: 7rem;
    position: fixed;
    top: 6rem;
    right: 6rem;
    border-radius: 50%;
    z-index: 2000;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;
}

.navigation__background {
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    position: fixed;
    top: 6.5rem;
    right: 6.5rem;
    background-image: radial-gradient(#03A9F4, #03A9F4);
    z-index: 1000;
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.navigation__nav {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    visibility: hidden;
    opacity: 0;
    width: 0;
    /*transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);*/
    /*transition: all 0.8s 0.2s;*/
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    flex-direction: row;
}

.navigation__list {
    /* position: absolute; */
    /* top: 31%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    list-style: none;
    text-align: center;
    /* width: 100%; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* position: absolute; */
    /* right: 0; */
    height: 100dvh;
    width: 301px;
    box-shadow: 0px 2px 41px rgba(0, 0, 0, 0.5);
    border-left: 1px solid #ffffff2e;
}

.navigation__item {
    /* margin: 1rem; */
    position: relative;
    flex: 1;
    align-items: center;
    display: flex;
    background-color: #ffffff0a;
    width: 100%;
    /* backdrop-filter: blur(29px); */
    border-bottom: 1px solid #ffffff1f;
    justify-content: center;
    column-gap: 22px;
}

.navigation__item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    column-gap: 22px;
}

.navigation__item span {
    color: white;
    font-size: 26px;
    font-weight: 100;
}

.navigation__item i {

    color: white;

    font-size: 31px;

    margin-right: 25px;
}

.navigation__item:hover ul {
    display: block;
}

.navigation__item ul {
    display: none;
    position: absolute;
    width: 122%;
    right: 28px;
    background-color: #ffffff69;
    padding: 19px;
    border-radius: 11px;
    box-shadow: 0px 0px 62px rgba(0, 0, 0, 0.7);
    top: 80px;
}

.navigation__item ul li {
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navigation__item ul li a {
    display: block;
    padding: 7px 0px;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 400;
    transistion: all 0.2s ease 0s;
}

.navigation__item > a:hover {
    background-color: #0000003d;
}

.navigation__link:link, .navigation__link:visited {
    display: block;
    font-size: 2rem;
    font-weight: 300;
    /* padding: 1rem 2rem; */
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-image: linear-gradient(
            89deg, transparent 0%, transparent 50%, #fff 50%);
    background-size: 220%;
    transition: all 0.4s;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 500;
    border-radius: 96px;
    /* width: 100%; */
    flex: 1;
    text-align: right;
}

.navigation__link:link span, .navigation__link:visited span {
    margin-right: 1.5rem;
    display: inline-block;
}

.navigation__link:hover, .navigation__link:active {
    /* background-position: 100%; */
    /* color: #1b7412; */
    /* transform: translateX(1rem); */
}

.navigation__checkbox:checked ~ .navigation__background {
    transform: scale(80);
}

.navigation__checkbox:checked ~ .navigation__nav {
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.navigation__nav.active {
    opacity: 1;
    width: 100%;
    visibility: visible;
    background-color: #0b5700cc;
    backdrop-filter: blur(14px);
}

.navigation__icon {
    position: relative;
    margin-top: 3.5rem;
}

.navigation__icon, .navigation__icon::before, .navigation__icon::after {
    width: 3rem;
    height: 2px;
    background-color: #B0BEC5;
    display: inline-block;
}

.navigation__icon::before, .navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.2s;
}

.navigation__icon::before {
    top: -0.8rem;
}

.navigation__icon::after {
    top: 0.8rem;
}

.navigation__button:hover .navigation__icon::before {
    top: -1rem;
}

.navigation__button:hover .navigation__icon::after {
    top: 1rem;
}

.navigation__checkbox:checked + .navigation__button .navigation__icon {
    background-color: transparent;
}

.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
    top: 0;
    transform: rotate(135deg);
}

.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
    top: 0;
    transform: rotate(-135deg);
}

.close-menu {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0000002e;
    border-radius: 100px;
    position: absolute;
    left: 50px;
    top: 50px;
    cursor: pointer;
    color: white;
}

.close-menu i {
    font-size: 48px;
    color: #e6e6e6;
}

.open-menu {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #075f41ba; */
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer;
}

.open-menu i {
    font-size: 34px;
    color: white;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.8);
}

.site-branding {
    display: flex;
    align-items: center;
    column-gap: 33px;
}

.navigation__children {
    flex: 1;
    align-items: center;
    justify-content: center;
    display: none;
}

.navigation__children ul {
    display: flex;
    flex-wrap: wrap;
    width: 930px;
    column-gap: 35px;
    row-gap: 35px;
    align-items: center;
    justify-content: center;
}

.navigation__children   .close{
    display:none;
}

.navigation__children ul li {
    background-color: #ffffff24;
    width: 280px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease 0s
}

.navigation__children ul li a {
    color: white;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.navigation__children ul li a:hover {
}

.navigation__children ul {
    display: none;
}

.navigation__children ul li:hover {
    background-color: rgba(255, 255, 255, 0.36);
    transform: scale(1.1);
}


.footer-2 {
    background-image: url('/image/background/24.jpg');
    width: 100dvw;
    height: 100dvh;
    background-size: 100%;
    background-position: center;
    position: relative;
}

.footer-2 .footer-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #003d0278;
    /* background: linear-gradient(90deg, rgb(0 40 0 / 88%) 0%, rgb(0 70 28 / 60%) 25%, rgba(87, 199, 133, 0) 50%, rgb(0 70 28 / 60%) 75%, rgb(0 40 0 / 88%) 100%); */
    z-index: 99;
    backdrop-filter: blur(6px);
}

.footer-2 .footer-main {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    /* padding: 59px 50px; */
    z-index: 9999;
}

.footer-2 .footer-main .footer-content {
    display: flex;
    /* padding: 100px; */
    box-sizing: border-box;
    height: 100%;
    /* align-items: center; */
    overflow: auto;
    column-gap: 70px;
}

.footer-2 .footer-main .footer-content div h3 {
    color: #252525;
    font-weight: 500;
    font-size: 27px;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 900;
    margin-top: 14px;
}

.footer-2 video {

    width: 100dvw;

    height: 100dvh;

    object-fit: cover;

    position: absolute;
}

.footer-2 .footer-main .footer-content > div > img {
    width: 130px;
    margin: 0px auto;
    display: block;
    /* margin-bottom: 31px; */
    margin-top: 119px;
}

.footer-2 .footer-main .footer-content > div p {
    color: white;
    font-size: 17px;
    line-height: 40px; /* padding: 20px 56px; */
    text-align: justify;
}

.footer-2 .footer-main .footer-content div ul {
}

.footer-2 .footer-main .footer-content div ul li {
}

.footer-2 .footer-main .footer-content div ul li a {
}

.footer-2 .footer-main .footer-content .footer-right {
    flex: 6;
    /* padding-left: 100px; */
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    padding: 63px 125px;
    padding-left: 85px;
    justify-content: center;
}

.footer-right .footer-right-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #ffffff14; */
    backdrop-filter: blur(10px);
    padding: 16px 34px;
    border-radius: 10px;
    border: 2px solid white;
}

.footer-right .footer-right-top .frt-right {
    color: white;
}

.footer-right .footer-right-top .frt-right h4 {
    color: white;
}

.footer-right .footer-right-top .frt-right h5 {
    color: white;
    margin: 0;
    font-size: 21px;
}

.footer-right .footer-right-top .frt-left {
    font-size: 38px;
    color: white;
    font-weight: 900;
    padding-top: 8px;
}

@media (max-width: 1600px) {
    .footer-right .footer-right-top .frt-left {
        font-size: 28px;
    }

    .footer-right .footer-right-top .frt-right h5 {
        font-size: 17px;
    }

    .footer-right .footer-right-top .frt-right h4 {
        font-size: 22px;
    }
}

.footer-right .footer-right-bottom {
}

.footer-center {
    flex: 2;
    display: flex;
    align-items: center;
}

.footer-center ul {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.footer-center ul li {
}

.footer-center ul li a {
    color: white;
    font-size: 23px;
}

.footer-2 .footer-main .footer-content .footer-left {
    flex: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
}

.footer-left img {}

.footer-left h2 {
    text-align: center;
    color: white;
    display: none;
}

.footer-left h3 {
    text-align: center;
    font-size: 25px !important;
    margin-bottom: 53px;
}

.footer-left .instagram-btn {
    background: linear-gradient(45deg, #802fb5, #324bcd);
    border: none;
    padding: 17px 38px;
    margin-bottom: 44px;
    display: flex;
    align-items: center;
    column-gap: 26px;
    border-radius: 15px;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 29%);
    width: 350px;
}

.footer-left .instagram-btn i {
    color: white;
    font-size: 36px;
}

.footer-left .instagram-btn span {
    color: white;
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 19px;
}

.footer-left .catalog-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    column-gap: 15px;
    padding: 7px;
    width: 350px;
    border-radius: 20px;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 18%);
}

.footer-left .catalog-btn img {
    width: 76px;
    border-radius: 52px;
}

.footer-left .catalog-btn i {
    margin-top: -19px;
    display: none;
}

.footer-left .catalog-btn span {
    /* margin-top: 14px; */
    color: #0a0a0a;
    font-size: 19px;
    font-weight: 900;
    font-family: var(--pbmit-heading-typography-font-family);
}

.footer-brands {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 38px;
}

.footer-brands div {
    width: 100px;
    background-color: #fffffff7;
    width: 150px;
    height: 77px;
    border-radius: 13px;
    /* object-fit: contain; */
    filter: grayscale(1);
    /* object-fit: contain; */
    background-position: center;
    background-size: 72%;
    background-repeat: no-repeat;
    transition: all 0.8s ease 0s;
}

.footer-brands div:hover {
    filter: grayscale(0);
}


.video-about {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    height: 700px;
}

.video-about video {
}

.video-about .video-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.play-btn {
    /* position: absolute; */
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    background-color: white;
    border-radius: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 9px;
    background-color: #ffffff;
    animation: ripple 1.5s infinite ease-out;
    cursor: pointer;
}

.play-btn i {
    font-size: 43px;
    font-weight: 900;
    text-align: center;
    color: #37dc3e;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.text-summary {
    position: relative;
    /*width: 320px;*/
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Ù†Ù…Ø§ÛŒØ´ ÙÙ‚Ø· Ø³Ù‡ Ø®Ø· */
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.text-summary.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.show-more-text {
    color: #0078ff;
    cursor: pointer;
    display: inline-block;
    margin-top: 4px;
    font-weight: bold;
}


/*.slider-feedback .buttons {*/
/*    z-index: 1;*/
/*    right: 50%;*/
/*    top: 261px;*/
/*    width: 80px;*/
/*    height: 40px;*/
/*    position: absolute;*/
/*    border-radius: 50px;*/
/*    transform: translateX(50%);*/
/*    background-color: #FFFFFF;*/
/*}*/
/*.slider-feedback .buttons .previous,*/
/*.slider-feedback .buttons .next {*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    cursor: pointer;*/
/*}*/
/*.slider-feedback .buttons .previous {*/
/*    left: 0;*/
/*    background-image: url("https://alcs-slider.netlify.app/images/icon-prev.svg");*/
/*}*/
/*.slider-feedback .buttons .previous:hover {*/
/*    transform: scale(1.25);*/
/*}*/
/*.slider-feedback .buttons .next {*/
/*    right: 0;*/
/*    background-image: url("https://alcs-slider.netlify.app/images/icon-next.svg");*/
/*}*/
/*.slider-feedback .buttons .next:hover {*/
/*    transform: scale(1.25);*/
/*}*/
/*.slider-feedback .slide {*/
/*    display: flex;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-direction: column-reverse;*/
/*    padding-left: 52px;*/
/*}*/
/*.slider-feedback .slide .testimonial {*/
/*    padding: 32px 51px;*/
/*    background-size: 60px;*/
/*    background-position: top;*/
/*    background-repeat: no-repeat;*/
/*    background-image: url(https://alcs-slider.netlify.app/images/pattern-quotes.svg);*/
/*}*/
/*.slider-feedback .slide .testimonial blockquote {*/
/*    font-size: 18px;*/
/*    font-weight: 300;*/
/*    line-height: 24px;*/
/*    margin-bottom: 36px;*/
/*}*/
/*.slider-feedback .slide .testimonial .author {*/
/*    font-size: 15px;*/
/*    font-weight: 700;*/
/*}*/
/*.slider-feedback .slide .testimonial .author span {*/
/*    display: block;*/
/*    color: #babacf;*/
/*    font-weight: 500;*/
/*}*/
/*.slider-feedback .slide .slider-img {*/
/*    !* width: 100%; *!*/
/*    padding: 100px;*/
/*    display: flex;*/
/*    margin-bottom: 40px;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background-size: contain;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-image: url(../images/pattern-bg.png);*/
/*    !* width: 700px; *!*/
/*    !* height: 500px; *!*/
/*    padding-left: 0;*/
/*}*/
/*.slider-feedback .slide .slider-img img {*/
/*    width: 240px;*/
/*    display: block;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0px 16px 40px 0px rgb(24 108 26 / 40%);*/
/*    float: left;*/
/*}*/
/*.slider-feedback .slide .active {*/
/*    opacity: 1;*/
/*    transform: translateX(0) scale(1);*/
/*    transition-delay: 0.4s;*/
/*}*/

/*@media screen and (min-width: 600px) {*/
/*{*/
/*    max-width: 800px;*/
/*}*/
/*    .slider-feedback .buttons {*/
/*        top: 280px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 900px) { {*/
/*    width: 100%;*/
/*    max-width: 1054px;*/
/*    padding: 64px 64px 64px 0;*/
/*}*/
/*    .slider-feedback .buttons {*/
/*        right: 43%;*/
/*        top: 500px;*/
/*    }*/

/*    .slider-feedback .slide {*/
/*        position: relative;*/
/*        !* text-align: left; *!*/
/*        display: flex;*/
/*        flex-direction: row;*/
/*    }*/

/*    .slider-feedback .slide .testimonial {*/
/*        padding: 35px 100px 0 100px;*/
/*        background-size: 80px;*/
/*        background-position: 19% -7%;*/
/*        !* transform: translateX(100px); *!*/
/*    }*/

/*    .slider-feedback .slide .testimonial blockquote {*/
/*        font-size: 24px;*/
/*        line-height: 30px;*/
/*    }*/

/*    .slider-feedback .slide .testimonial .author span {*/
/*        display: contents;*/
/*    }*/

/*    .slider-feedback .slide .slider-img {*/
/*        !* padding: 55px; *!*/
/*    }*/

/*    .slider-feedback .slide .slider-img img {*/
/*        width: 336px;*/
/*    }*/
/*}*/

/*.arrows{*/
/*    display:none;*/
/*}*/

/*@media(min-width:1100px){*/
/*    */

/*body.body-slide-scroll,html.homepage {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    overflow: hidden !important; !* Ø¬Ù„ÙˆÚ¯ÛŒØ±ÛŒ Ø§Ø² Ø§Ø³Ú©Ø±ÙˆÙ„ Ù¾ÛŒØ´â€ŒÙØ±Ø¶ *!*/
/*    height: 100%;*/
/*}*/


/*#page_slide {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    transition: transform 0.5s ease; !* Ø§Ù†ÛŒÙ…ÛŒØ´Ù† Ù†Ø±Ù… Ø¨ÛŒÙ† Ø³Ú©Ø´Ù†â€ŒÙ‡Ø§ *!*/
/*}*/

@media (min-width: 1000px) {

    #page_slide .page-section {
        height: 100dvh;
        color: white;
        padding: 0px !important;
        margin: 0px !important;
    }

    #page_slide .page-section.center {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    #page_slide .page-section.center-row {
        flex-direction: row !important;
        display: flex;
        align-items: center;
    }

    #page_slide .page-section > div {
        /* padding:0px !important; */
        /* margin:0px !important; */
        /* width: 100%; */
    }


    #section-1, #section-2, #section-3, #section-4, #section-5, #section-6, .section-bg {
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    #page_slide #section-1 {


    }

    /*#page_slide #section-1:after{*/
    /*    content: ' ';*/
    /*    width:100%;*/
    /*    height:100%;*/
    /*    position: absolute;*/
    /*    top:0;*/
    /*    left:0;*/
    /*    background-color:rgba(0,0,0,0.7)*/
    /*}*/

}

/*.arrows {*/
/*    position: fixed;*/
/*    right: 20px;*/
/*    bottom: 40px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 10px;*/
/*    z-index: 9999;*/
/*}*/

/*.arrow-btn {*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    border-radius: 50%;*/
/*    background: rgba(0,0,0,0.4);*/
/*    color: white;*/
/*    font-size: 22px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    transition: background 0.3s, transform 0.2s;*/
/*    user-select: none;*/
/*}*/

/*.arrow-btn:hover {*/
/*    background: rgba(0,0,0,0.7);*/
/*    transform: scale(1.1);*/
/*}*/

/*}*/


/*Ø§Ø³Ù„Ø§ÛŒØ¯ Ú©Ø¬*/


.carousel {
    position: relative;
    z-index: 1;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    z-index: 9999999999999;
    width: 100dvw;
}

.carousel-item {
    --items: 10;
    --width: clamp(150px, 30vw, 300px);
    --height: clamp(200px, 40vw, 400px);
    --x: calc(var(--active) * 800%);
    --y: calc(var(--active) * 200%);
    --rot: calc(var(--active) * 120deg);
    --opacity: calc(var(--zIndex) / var(--items) * 3 - 2);
    overflow: hidden;
    position: absolute;
    z-index: var(--zIndex);
    width: var(--width);
    height: var(--height);
    margin: calc(var(--height) * -0.5) 0 0 calc(var(--width) * -0.5);
    border-radius: 10px;
    top: 50%;
    left: 50%;
    user-select: none;
    transform-origin: 0% 100%;
    box-shadow: 0 10px 50px 10px rgba(0, 0, 0, .5);
    background: black;
    pointer-events: all;
    transform: translate(var(--x), var(--y)) rotate(var(--rot));
    transition: transform .8s cubic-bezier(0, 0.02, 0, 1);
    z-index: 9999999999;
    display: unset;


    .carousel-box {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity .8s cubic-bezier(0, 0.02, 0, 1);
        opacity: var(--opacity);
        font-family: 'Orelo-sw-db', serif;
        z-index: 999999999;


        &:before {
            content: '';
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5));
        }
    }

    .title {
        position: absolute;
        z-index: 1;
        color: #fff;
        bottom: 20px;
        left: 20px;
        transition: opacity .8s cubic-bezier(0, 0.02, 0, 1);
        font-size: clamp(20px, 3vw, 30px);
        text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    }

    .num {
        position: absolute;
        z-index: 1;
        color: #fff;
        top: 10px;
        left: 20px;
        transition: opacity .8s cubic-bezier(0, 0.02, 0, 1);
        font-size: clamp(20px, 10vw, 80px);
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
    }
}

.layout {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;

    &:before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 90px;
        width: 10px;
        height: 100%;
        border: 1px solid #fff;
        border-top: none;
        border-bottom: none;
        opacity: .15;
    }

    .box {
        position: absolute;
        bottom: 0;
        left: 30px;
        color: #fff;
        transform-origin: 0% 10%;
        transform: rotate(-90deg);
        font-size: 9px;
        line-height: 1.4;
        text-transform: uppercase;
        opacity: .4;
    }
}

.logo {
    position: absolute;
    z-index: 2;
    top: 28px;
    right: 28px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Orelo-sw-db', serif;
    pointer-events: all;
    color: black;
    text-decoration: none;
    font-size: 20px;
    overflow: hidden;
    padding-bottom: .1em;
}

.social {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    right: 25px;
    color: #fff;
    opacity: .4;

    a {
        display: inline-block;
        margin-left: 3px;
    }

    svg {
        --fill: #fff;
        width: 35px;
        height: 35px;
    }
}

.cursor {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    --size: 40px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    margin: calc(var(--size) * -0.5) 0 0 calc(var(--size) * -0.5);
    transition: transform .85s cubic-bezier(0, 0.02, 0, 1);
    display: none;
    pointer-events: none;

    @media (pointer: fine) {
        display: block;
    }
}

.cursor2 {
    --size: 2px;
    transition-duration: .7s;
}


.review {
    width: 50dvw;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.review .review-content {
    width: 100%;
}

.review .review-top {
    margin-bottom: 30px;
    color: green;
}

.review .review-top h2 {
    color: var(--pbmit-global-color);
    font-size: 22px;
    font-weight: 300;
}

.review .review-box {
}

.review .review-box h2 {
    text-align: center;
    margin-bottom: 42px;
}

.review .review-box p {
    text-align: center;
    color: black;
}


.namayeshgah-video {
    position: relative;
}

.namayeshgah-video .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    background-color: rgb(0 0 0 / 70%);
    z-index: 99;
    padding: 23dvh 17dvw;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.namayeshgah-video video {
}

.namayeshgah-video .video-right {
    flex: 2;
    font-size: 21px;
    line-height: 43px;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.9);
}

.namayeshgah-video .video-left {
    flex: 1;
    direction: ltr;
}

.namayeshgah-video .play-btn {
}

.teams {
    width: 66dvw;
    height: 68dvh;
    margin-top:20px;
    padding: 27px;


}

.team-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


.team-container .team-box {
    width: 47%;
    height: 38%;
    background-color: #ffffff;
    margin-bottom: 61px;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.5);
}

.team-container .team-box .team-right {
    width: 250px;
}

.team-container .team-box .team-right img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.team-container .team-box .team-left {
    flex: 1;
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
}

.team-container .team-box .team-left h2 {
    font-size: 23px;
}

.team-container .team-box .team-left p {
    flex: 1;
}

.team-container .team-box .team-left .team-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.team-container .team-box .team-left .team-buttons a {
    flex: 1;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.team-container .team-box .team-left .team-buttons a.team-buttons-1 { /* border: 1px solid #107414; */
    padding: 7px 9px;
    border-radius: 7px;
    background-color: var(--pbmit-global-color);
    color: white;
    font-weight: 900;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.team-container .team-box .team-left .team-buttons a.team-buttons-2 {
    color: var(--pbmit-global-color);
    font-weight: 900;
}

.teams {

}

.teams>h2 {
    text-align: center;
    color:white;
    font-size:35px;
    margin-bottom:60px;
}


.page-center{
    padding: 75px 0px;
}

#fp-nav{
    display:none !important;
}

.fp-watermark{
    display:none;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
    margin: 20px 0px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.gallery a {
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 35px;
}

.gallery img {
    width: 241px;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
    object-position: center;
    border-radius: 29px;
    max-width: 95%;
}