@charset "UTF-8";
@import "fonts.css";

:Root {
    --color1: #00397e;
    --color2: #88b31b;
    --color3: #e8e677;
    --color4: #fff;
    --color5: #efefef;
    --color6: #71c4ff;
    --color7: #f36e21;
    --color7: #903421;
    --textcolor: #5e5e5e;
    --borderRadius: 6px;
    --thumbBG: #c81b21;
    --scrollbarBG: #f7f7f7;
}

body {
    opacity: 1;
    font-family: IRANSans !important;
    background-color: #fff;
}

.slide.active,
html {
    -webkit-backface-visibility: hidden
}

ul.menunav a {
    color: #fff;
    font-size: 16px;
}

a:hover {
    color: var(--color1);
}

* {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

*::-webkit-scrollbar {
    width: 6px;
    max-height: 6px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

*::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

*::-webkit-scrollbar-thumb {
    border-radius: 20px;
    transform: translateX(-10px);
    background-color: var(--scrollbarBG);
    border: 3px solid var(--thumbBG);
}

.scrollDraging::-webkit-scrollbar,
.tabsButtonsTestStudy::-webkit-scrollbar {
    width: 5px;
    max-height: 5px;
}

.scrollDraging,
.tabsButtonsTestStudy {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG);
}

.scrollDraging::-webkit-scrollbar-thumb,
.tabsButtonsTestStudy::-webkit-scrollbar-thumb {
    background-color: var(--scrollbarBG);
    border: 3px solid var(--thumbBG);
}

input,
button,
select,
textarea {
    font-family: 'IRANSans';
    font-size: 14px;
    user-select: none;
    outline: none !important;
}

*,
.dialog li,
:focus,
a {
    text-decoration: none;
    box-sizing: border-box !important;
}

.container .wrap,
form.center input,
form.center textarea {
    text-align: center
}

.containerMain {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: auto;
    color: #6d6d6d;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    /* color: var(--color3); */
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: var(--color1);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.dot,
.dot:after,
.social-circles li,
img {
    display: inline-block
}

li,
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

.dot:after,
.grid:after,
.hr:after,
.quoteBubble:after,
.videoThumbnail:after {
    content: ""
}

img[data-hrbsrc],
.hrb_imgloader,
*[data-hrbsrc] {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNhN2E3YTciPg0KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiIHN0cm9rZS13aWR0aD0iMiI+DQogICAgICAgICAgICA8Y2lyY2xlIHN0cm9rZS1vcGFjaXR5PSIuMyIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4Ii8+DQogICAgICAgICAgICA8cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPg0KICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtDQogICAgICAgICAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSINCiAgICAgICAgICAgICAgICAgICAgdHlwZT0icm90YXRlIg0KICAgICAgICAgICAgICAgICAgICBmcm9tPSIwIDE4IDE4Ig0KICAgICAgICAgICAgICAgICAgICB0bz0iMzYwIDE4IDE4Ig0KICAgICAgICAgICAgICAgICAgICBkdXI9IjFzIg0KICAgICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPg0KICAgICAgICAgICAgPC9wYXRoPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    background-color: rgb(215 215 215 / 0%) !important;
}

*[data-hrbsrc].okloadbg {
    background-color: transparent !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

b,
strong {
    font-weight: 600
}

body,
html {
    direction: rtl;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1340px;
    margin: auto;
    padding: 0 10px;
}

main.MainPage {
    position: relative;
    width: 100%;
    transition: all 0.2s;
    padding-top: 90px;
    /* background-color: #c81b21; */
}

.brn-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--color1);
    z-index: 100000000;
    filter: drop-shadow(0px 7px 11px rgba(0, 0, 0, 0.4));
}

.brn-navbar .container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
}

.brn-nav-right {
    position: relative;
    width: calc(50% - 85px);
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.brn-nav-left {
    position: relative;
    width: calc(50% - 85px);
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
}

.brn-nav-center {
    position: relative;
    min-width: 170px;
    width: 153px;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.brn-nav-center:before {
    position: absolute;
    top: calc(100% - 1px);
    width: 100%;
    display: flex;
    height: 38px;
    background: url(../img/navbar-obj.png) no-repeat center top / 100%;
    content: '';
}

.brn-nav-right ul.menunav {
    position: relative;
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-evenly;
}

.brn-nav-left ul.menunav {
    position: relative;
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-evenly;
}

ul.menunav a {
    color: var(--color4);
    font-size: 16px;
}

ul.menunav a.active,
ul.menunav a:hover {
    color: var(--color3);
    font-size: 16px;
}

a.logoheader {
    position: relative;
    top: 12px;
    animation: logoAnim 6s 0.5s infinite linear;
    width: 90px;
}

a.logoheader img {
    width: 100%;
}

@keyframes logoAnim {

    0%,
    95% {
        transform: perspective(1000px) rotateY(0deg);
    }

    100% {
        transform: perspective(1000px) rotateY(360deg);
    }
}

.header-icons button.header-icon {
    position: relative;
    width: 40px;
    height: 40px;
    background: transparent !important;
    border: none !important;
    color: #fff;
    font-size: 16px;
    color: var(--color4);
    cursor: pointer;
}

.header-icons button.header-icon:hover {
    color: var(--color3);
}

.header-icons {
    display: flex;
    align-items: center;
}

/* Language */
.languages {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.languages span {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--color4);
    font-weight: 100;
}

.languages {
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
}

.languages * {
    font-family: IRANSans, Arial, Tahoma !important;
    font-weight: bold;
}

.languages label {
    pointer-events: none;
}

.languages span:before {
    background: ;
}

.languages.en span:before {
    content: "en";
}

.languages.fa span:before {
    content: "fa";
}

.languages.fr span:before {
    content: "fr";
}

.languages.ar span:before {
    content: "ar";
}

.languages .showLang {
    position: absolute;
    width: 50px;
    top: 100%;
    background: var(--color4);
    box-shadow: 0px 0px 15px -9px;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    left: 0;
    box-sizing: border-box;
    transform-origin: bottom center;
    transform: translateX(-500px);
    transition: all 0.5s cubic-bezier(0.74, 0.51, 0, 1.19);
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}

.languages:hover .showLang {
    pointer-events: auto;
    transform: translateX(0px);
    opacity: 1;
}

.languages:hover .showLang * {
    pointer-events: auto !important;
}

.showLang .itemLang {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 0px;
    color: var(--color1);
    pointer-events: none;
}

.showLang .itemLang:hover {
    background: var(--color1) !important;
    color: var(--color3) !important;
}

.languages.fr .itemLang.fr:before,
.languages.ar .itemLang.ar:before,
.languages.fa .itemLang.fa:before,
.languages.en .itemLang.en:before {
    /*-webkit-background-clip: none !important;*/
    /*-webkit-text-fill-color: #fff;*/
}

.showLang .itemLang:before {
    font-family: IRANSans, Arial, Tahoma !important;
    font-weight: bold;
}

.itemLang.en:before {
    content: 'en'
}

.itemLang.fa:before {
    content: 'fa'
}

.itemLang.fr:before {
    content: 'fr'
}

.itemLang.ar:before {
    content: 'ar'
}

/* Language */
.searchPopup {
    position: fixed;
    top: 90px;
    width: 100%;
    height: calc(100% - 90px);
    background: #fff;
    z-index: 1000000;
    padding: 30px 0;
    pointer-events: none;
    transition: all 0.4s;
    transform: translateY(100vh);
    opacity: 0;
}

.openSearch .searchPopup {
    pointer-events: auto;
    transform: translateY(0vh);
    opacity: 1;
}

.searchPopup .searchBox {
    position: relative;
    width: 100%;
}

.searchPopup .searchBox input {
    position: relative;
    width: 100%;
    height: 90px;
    border: 1px solid #bbb;
    background: transparent !important;
    padding: 0 20px 0 80px;
    font-size: 18px;
}

.searchPopup .searchBox .btnSearch {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    border: none !important;
    background: transparent !important;
    font-size: 34px;
    color: #a5a5a5;
    cursor: pointer;
}

.searchPopup .searchBox .btnSearch:hover {
    color: var(--color1);
}

i.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.searchPopup .close {
    position: absolute;
    right: -60px;
    height: 100%;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 100;
    cursor: pointer;
}

.searchPopup .close:hover {
    color: var(--color1);
}

section.sec1home {
    position: relative;
    overflow: hidden;
}

.itemSlideHome {
    position: relative;
    width: 100%;
    display: flex;
}

.itemSlideHome .rightSlide,
.itemSlideHome .leftSlide {
    position: relative;
    display: flex;
    width: 50%;
}

.itemSlideHome>.container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: auto;
    right: 0;
    height: 100%;
}

.itemSlideHome>.pic img {
    height: auto !important;
    width: 100% !important;
}

.itemSlideHome .leftSlide {
    background: var(--bg1);
    overflow: hidden;
}

.itemSlideHome .leftSlide i.light1,
.itemSlideHome .leftSlide i.light2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.itemSlideHome .leftSlide i.light1:before {
    position: absolute;
    right: -180px;
    top: -14vw;
    bottom: 0;
    margin: auto;
    width: 36vw;
    background: var(--bg2);
    content: '';
    height: 36vw;
    border-radius: 100%;
    filter: blur(120px);
}

.itemSlideHome .leftSlide i.light2:before {
    position: absolute;
    left: -20vw;
    top: -20vw;
    bottom: auto;
    margin: auto;
    width: 30vw;
    background: var(--bg2);
    content: '';
    height: 30vw;
    border-radius: 100%;
    filter: blur(70px);
}

.itemSlideHome .leftSlide i.light2:after {
    position: absolute;
    left: -240px;
    bottom: -23vw;
    margin: auto;
    width: 30vw;
    background: var(--bg2);
    content: '';
    height: 30vw;
    border-radius: 100%;
    filter: blur(120px);
}

.itemSlideHome>.pic {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    width: 410px;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    transition: all 0.5s cubic-bezier(1, 1.06, 0, 1.13);
    transform: translateY(-100vh);
    pointer-events: none;
}

.swiper-slide-active .itemSlideHome>.pic {
    transition-delay: 0.5s;
    transform: translateY(0vh);
}

.itemSlideHome .rightSlide img.picreal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemSlideHome .rightSlide:before {
    position: relative;
    width: 100%;
    display: block;
    content: '';
    padding-top: 81%;
}

.itemSlideHome>.container>span,
.itemSlideHome>.container>.contentSliderOne {
    width: 50% !important;
    position: relative;
    display: flex;
    height: 100% !important;
}

.itemSlideHome>.container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: auto;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.itemSlideHome>.container>.contentSliderOne {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 170px 0 20px;
    align-items: center;
    text-align: center;
}

.itemSlideHome>.container>.contentSliderOne img.logoslide {
    width: 100%;
    max-width: 260px;
}

.sec1home {
    position: relative;
}

.sec1home .container.buttonSlider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    margin: auto;
    pointer-events: none;
}

section.sec1home .swiper-wrapper {
    height: auto !important;
}

.contentSliderOne .rowBtns {
    margin-top: 20px;
}

.rowBtns {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.rowBtns.left {
    justify-content: flex-end;
}

.rowBtns.center {
    justify-content: center;
}

.customLink {
    position: relative;
    height: 50px;
    color: var(--color1);
    font-size: 16px;
    padding: 0 40px;
    border: 1px solid var(--color1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

.customLink.slidertop {
    color: var(--color4);
    border: 1px solid var(--color4);
}

.customLink.fill {
    position: relative;
    height: 50px;
    color: var(--color1);
    font-size: 16px;
    padding: 0 40px;
    background-color: #fff;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

.customLink:hover {
    position: relative;
    height: 50px;
    color: #fff;
    font-size: 16px;
    padding: 0 40px;
    background-color: var(--color1);
    border: 1px solid var(--color1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.itemSlideHome .titleSlide1 {
    position: relative;
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    margin-top: 0;
    font-family: IRANYekan;
}
.itemSlideHome .subtitleSlide1 {
    position: relative;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}
.sec1home .container.buttonSlider .NextPrevSlider {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    width: calc(100vw - 80px);
    left: calc(-1 * var(--contoffsetleft) + 40px);
    margin: auto;
    outline: unset;
}
.sec1home .container.buttonSlider .NextPrevSlider .swiper-button-next:after, .sec1home .container.buttonSlider .NextPrevSlider .swiper-button-prev:after {
    color: #fff !important;
}
.sec1home .container.buttonSlider .NextPrevSlider .swiper-button-next, .sec1home .container.buttonSlider .NextPrevSlider .swiper-button-prev {
    background: rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 60px;
    top: -20px;
}
.swiper-button-next,
.swiper-button-prev {
    pointer-events: all !important;
}

.itemSlideHome .logo {
    position: relative;
}

.itemSlideHome .logo img.light {
    position: absolute;
    bottom: -135%;
    right: -114%;
    mix-blend-mode: screen;
    width: 400%;
    height: auto;
    transform-origin: 56% 41%;
    transform: rotate(30deg) scale(2);
    opacity: 0;
    transition: all 1s;
}

.swiper-slide-active .itemSlideHome .logo img.light {
    transform-origin: 56% 41%;
    transform: rotate(0deg) scale(1);
    opacity: 1;
    transition-delay: 1s;
}

.svg {
    position: absolute;
    width: 0;
    height: 0;
}

.sec2Burger {
    position: relative;
    width: 100%;
    padding: 100px 0;
    /* overflow: hidden; */
}

.sec2Burger .row2col .col2 .videoBox {
    position: relative;
    width: calc(100% + var(--contoffsetleft) + 40px);
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row2col :is(.col1, .col2) {
    width: calc(50% - 10px);
    position: relative;
}

.productSection .row2col :is(.col1, .col2) {
    min-height: 600px;
}

.row2col {
    position: relative;
    display: flex;
    gap: 20px;
}

.sec2Burger i.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sec2Burger i.bg:before {
    position: absolute;
    left: -25vw;
    bottom: -8vw;
    background: var(--bg1);
    content: '';
    width: 40vw;
    height: 100%;
    -webkit-clip-path: url(#bgwave1);
    clip-path: url(#bgwave1);
    transition: all 1s;
    transform: translateX(-50vw);
}

.sec2Burger.selected i.bg:before {
    position: absolute;
    left: -20vw;
    bottom: -8vw;
    background: var(--bg2);
    content: '';
    width: 40vw;
    height: 100%;
    -webkit-clip-path: url(#bgwave1);
    clip-path: url(#bgwave1);
    transition: all 1s;
    animation: tx1 5s infinite linear;
}

.sec2Burger i.bg:after {
    position: absolute;
    right: -5vw;
    bottom: 0;
    top: 0;
    background: var(--bg2);
    content: '';
    width: 50vw;
    height: 50vw;
    -webkit-clip-path: url(#bgwave1);
    clip-path: url(#bgwave1);
    transform: scale(-1);
    margin: auto;
    animation: tx2 5s infinite linear;
}

@keyframes tx1 {

    0%,
    100% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(-10px);
    }
}

@keyframes tx2 {

    0%,
    100% {
        transform: scale(-1) translateX(-10px);
    }

    50% {
        transform: scale(-1) translateX(10px);
    }
}

.sec2Burger .row2col .col1 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 600px;
    padding-left: 120px;
}

.burgerOpenLayer {
    position: relative;
    width: 394px;
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15% !important;
}

.burgerOpenLayer>span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0s;
    transform: translateY(-100vh);
    opacity: 0;
}

.selected .burgerOpenLayer>span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all calc(0.2s + var(--delay));
    transform: translateY(0vh);
    opacity: 1;
}

.burgerOpenLayer>span>img:last-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    mix-blend-mode: overlay;
    opacity: 57%;
}

.burgerOpenLayer span.Layer2 {
    margin-bottom: -6%;
    z-index: 2;
}

.burgerOpenLayer span.Layer3 {
    margin-bottom: -12%;
    z-index: 2;
}

.burgerOpenLayer span.Layer4 {
    margin-bottom: -12%;
    z-index: 2;
}

.burgerOpenLayer span.Layer5 {
    margin-bottom: -10%;
    z-index: 3;
}

.burgerOpenLayer span.Layer6 {
    margin-bottom: -3%;
    z-index: 2;
}

.burgerOpenLayer span.Layer7 {
    margin-bottom: -18%;
    z-index: 3;
}

.burgerOpenLayer span.Layer8 {
    margin-bottom: -10%;
    z-index: 5;
}

.objectKetchap {
    position: absolute;
    left: 0;
    right: -67%;
    margin: auto;
    z-index: 10;
    --width: 320px;
    width: var(--width);
    bottom: 4%;
    transition: all 2s;
    transform: translateX(20vw) scale(1.2);
    overflow: hidden;
}

.sec2Burger .ketchap {
    position: relative;
    width: var(--width);
    display: flex;
    direction: ltr;
    flex-wrap: nowrap;
}

.sec2Burger .ketchap:before {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 190%;
    content: '';
}

.sec2Burger .ketchap img {
    position: relative;
    width: var(--width) !important;
    min-width: var(--width) !important;
    flex-shrink: 0;
    /* جلوگیری از تغییر اندازه تصاویر */
    height: auto !important;
}

.sec2Burger .ketchap>img {
    width: 100%;
    z-index: attr(data-item);
}

.sec2Burger.ok3d .objectKetchap {
    transform: translateX(0px) scale(1);
    opacity: 1;
    /* transition-delay: 0.5s; */
}

.sec2Burger .row2col .col2 {
    position: relative;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.smallLargTitle {
    position: relative;
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.smallLargTitle .topTitle {
    position: relative;
    font-size: 34px;
    font-family: 'IRANYekan';
    font-weight: 300;
    color: #000000;
}

.smallLargTitle .title {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    text-wrap: nowrap;
}

.description {
    padding: 10px 0;
    line-height: 2;
    font-size: 14px;
    color: var(--textcolor);
    text-align: justify;
}

section.sec3home {
    position: relative;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}

.titleMore {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titleMore .smallLargTitle {
    line-height: 1;
}

.titleMore .smallLargTitle .subTitle {
    font-size: 20px;
    font-family: 'IRANSans';
    font-weight: 200;
    line-height: 2;
}

.customLink.morebtn {
    background: #fafafa;
    height: 50px;
    border-color: #fafafa;
    border-bottom-color: var(--color1);
}

.customLink.morebtn:hover {
    background: var(--color1);
    border-bottom-color: var(--color1);
}

.itemProductCard {
    position: relative;
    display: flex;
    flex-direction: column;
}

.itemProductCard .pic {
    position: relative;
    width: 100%;
    background: #f4f4f4;
}

.itemProductCard .pic:before {
    position: relative;
    width: 100%;
    display: block;
    content: '';
    padding-top: 100%;
}

.itemProductCard .pic .contentPic {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 2px solid transparent;
    transition: all 0.5s;
}

.itemProductCard:hover .pic .contentPic {
    border: 2px solid var(--color1);
}

.itemProductCard .pic .hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    color: var(--color1);
    transition: all 0.5s;
    opacity: 0;
    font-size: 36px;
}

.itemProductCard:hover .pic .hover {
    opacity: 1;
}

.itemProductCard .contentItemProductCard {
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.itemProductCard .titleItemProd {
    position: relative;
    font-size: 22px;
    color: #6e6e6e;
    font-weight: 500;
}

.itemProductCard .subtitleItemProd {
    color: var(--color1);
    font-size: 16px;
    font-weight: 300;
}
.hoverlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.contentCarousel {
    position: relative;
    padding: 0 0 50px;
}

.productCarousel .swiper-wrapper {
    position: relative;
    padding: 50px 0;
}

.contentCarousel .buttonSlider {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 0px;
    width: 100%;
    height: 50px;
}

.contentCarousel .buttonSlider:before {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% + var(--contoffsetleft) - 10px);
    height: 2px;
    background: #dbdbdb;
    content: '';
}

.contentCarousel .buttonSlider .NextPrevSlider {
    position: relative;
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
}

.contentCarousel .buttonSlider .NextPrevSlider:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #dbdbdb;
    content: '';
}

.contentCarousel .buttonSlider .NextPrevSlider .swiper-button-next {
    position: relative !important;
    width: 40px;
    height: 40px;
    background: var(--color1);
    color: #fff !important;
    font-size: 18px !important;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
    outline: none;
    user-select: none;
    top: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
}

.contentCarousel .buttonSlider .NextPrevSlider .swiper-button-prev {
    position: relative;
    width: 40px;
    height: 40px;
    background: var(--color1);
    color: #fff !important;
    font-size: 18px !important;
    transition: none !important;
    left: 0 !important;
    right: 0 !important;
    position: relative !important;
    outline: none;
    user-select: none;
    top: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
}

.contentCarousel .buttonSlider .NextPrevSlider .swiper-button-next:after,
.contentCarousel .buttonSlider .NextPrevSlider .swiper-button-prev:after {
    font-size: 26px;
}

.contentCarousel .swiper-pagination-progressbar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background: #dbdbdb;
}

.contentCarousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--color2) !important;
}
.contentCarousel .buttonSlider .NextPrevSlider i.brdrbtm {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100px;
    background: #dbdbdb;
    right: 0;
}

.contentCarousel .buttonSlider .NextPrevSlider i.brdrbtm:before {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 15px;
    background: #dbdbdb;
    right: calc(100% + 6px);
    content: '';
}

.contentCarousel .buttonSlider .NextPrevSlider i.brdrbtm:after {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 10px;
    background: #dbdbdb;
    right: calc(100% + 45px);
    content: '';
}

.contentCarousel .swiper-wrapper {
    height: auto !important;
}

span.bgline {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

span.bgline i {
    position: absolute;
    top: 0;
    height: 0%;
    width: 2px;
    content: '';
    background: rgba(0, 0, 0, 0.2);
    content: '';
    right: 30px;
    transition: all 0.2s;
    transform: skewX(-42deg);
    transform-origin: top right;
    opacity: 0;
}

span.bgline i:nth-child(1) {
    right: -10vw;
}

span.bgline i:nth-child(2) {
    right: 10vw;
}

span.bgline i:nth-child(3) {
    right: 30vw;
}

span.bgline i:nth-child(4) {
    right: 50vw;
}

span.bgline i:nth-child(5) {
    right: 70vw;
}

span.bgline i:nth-child(6) {
    right: 90vw;
}

span.bgline i:nth-child(7) {
    right: 110vw;
}

.selected span.bgline i:nth-child(2) {
    transition-delay: 0.3s;
}

.selected span.bgline i:nth-child(3) {
    transition-delay: 0.6s;
}

.selected span.bgline i:nth-child(4) {
    transition-delay: 0.9s;
}

.selected span.bgline i:nth-child(5) {
    transition-delay: 1.2s;
}

.selected span.bgline i:nth-child(6) {
    transition-delay: 1.5s;
}

.selected span.bgline i:nth-child(7) {
    transition-delay: 1.8s;
}

.selected span.bgline i {
    height: 100%;
    opacity: 1;
    transition: all 2s;
}

.sec4home {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
    z-index: 10;
}

.lineSvgLarg {
    position: absolute;
    left: -7%;
    top: -23%;
    z-index: 100;
    width: 110%;
    height: 114%;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.lineSvgLarg svg#Layer_2 {
    position: absolute;
    left: 0;
    top: 0;
    left: 0;
}

.colFull {
    position: absolute;
    left: 0;
    top: 0;
    height: 300px;
    width: calc((100% + var(--contoffsetleft)));
}

.col1 .colFull .videoBgSec {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    width: 90%;
    margin: 100px 0;
    transition: all 0.5s;
    opacity: 0;
    filter: grayscale(1);
    transform: translateX(100%);
}

.selected .col1 .colFull .videoBgSec {
    transform: translateX(0%);
    opacity: 0.4;
}

.col1:hover .colFull .videoBgSec {
    opacity: 1 !important;
    filter: grayscale(0);
}

.col1 .colFull .videoBgSec:before {
    position: relative;
    display: block;
    content: '';
    padding-top: 41%;
}

.col1 .colFull .videoBgSec .videocover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
    transition: all 1s;
}

.col1:hover .colFull .videoBgSec .videocover {
    opacity: 0;
}

.col1 .colFull .videoBgSec video.video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
    opacity: 0;
}

.col1:hover .colFull .videoBgSec video.video {
    opacity: 1;
}

.sec4home .col2 {
    display: flex;
    padding-right: 80px;
    flex-direction: column;
    justify-content: center;
}

.sec4home .colFull img.obj1 {
    position: absolute;
    left: -6%;
    bottom: -80%;
    top: auto;
    width: 45%;
    transition: all .2s;
    transform: translateY(-20vw);
    opacity: 0;
    z-index: 1;
}

.sec4home .colFull img.obj3 {
    position: absolute;
    left: -10%;
    bottom: -80%;
    top: auto;
    width: 30%;
    transition: all .2s;
    transform: translateY(-20vw);
    opacity: 0;
    z-index: 0;
}

.sec4home.selected .colFull .swiper-slide-active img.obj1 {
    transition: all 1s;
    transform: translateY(0vw);
    opacity: 1;
}

.sec4home .colFull img.obj3 {
    position: absolute;
    left: -10%;
    bottom: -53%;
    top: auto;
    width: 24%;
    transition: all .2s;
    transform: translateY(-20vw);
    opacity: 0;
    z-index: 0;
    filter: blur(5px) brightness(1);
}

.sec4home.selected .colFull .swiper-slide-active img.obj3 {
    transition: all 1s;
    transform: translateY(0vw);
    opacity: 0.5;
}

.sec4home .colFull img.obj2 {
    position: absolute;
    left: 13%;
    bottom: -120%;
    top: auto;
    width: 36%;
    transition: all .2s;
    transform: translateX(50vw);
    opacity: 0;
    z-index: 2;
}

.sec4home.selected .colFull .swiper-slide-active img.obj2 {
    position: absolute;
    left: 13%;
    bottom: -120%;
    top: auto;
    width: 36%;
    transition: all 1s;
    transform: translateX(0vw);
    opacity: 1;
}

/* انیمیشن ماسک */
@keyframes reveal {
    from {
        x: 100%;
        /* شروع از سمت راست */
    }

    to {
        x: 0%;
        /* تمام صفحه */
    }
}

.selected .lineeffect1 {
    animation: reveal 3s ease-out forwards;
    /* انیمیشن ماسک */
}

svg circle {
    transition: all 1s;
    opacity: 0;
}

.selected svg circle {
    transition: all 1s;
    transition-delay: 2s;
    opacity: 1;
}

.sec4home i.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bg1);
}

.sec4home .col2 .rowBtns {
    position: relative;
    min-height: 100px;
    align-items: flex-end;
}

.sec4home .col2 .rowBtns .shadow {
    position: absolute;
    overflow: hidden;
    left: -70px;
    width: calc(100% + 140px);
    height: 100%;
    pointer-events: none;
}

.sec4home .col2 .rowBtns .shadow:before {
    position: absolute;
    bottom: -54px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: #040404;
    content: '';
    height: 30px;
    border-radius: 100%;
    filter: blur(21px);
}

.productSection .col2 .rowBtns a.customLink {
    background-color: var(--bgbtn);
    color: #fff;
    border-color: var(--bgbtn);
}

.productSection .col2 .rowBtns a.customLink:hover {
    background-color: var(--bgbtnhover);
    border-color: var(--bgbtnhover);
}

.pathlinesmall {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: var(--bgline);
    /* رنگ نهایی */
}

.circle {
    fill: var(--bgline);
}

/* .selected .svg_linesmall .st0{fill:#ffffff;}.selected .svg_linesmall .st1 {    mask: url(#fillMask_smallLine);    fill: var(--bgline);} */
@keyframes reveal1 {
    0% {
        width: 0;
    }

    100% {
        width: 507px;
        /* به عرض مستطیل خودتان تنظیم کنید */
    }
}

.selected .lineeffect2 {
    animation: reveal1 3s ease-out forwards;
    /* انیمیشن ماسک */
}

.smallLineProd {
    position: absolute;
    top: -6px;
    width: 400px;
    left: -180px;
    pointer-events: none;
    transition: all 0.5s;
    transform: translateX(-20vw);
    opacity: 0;
}

.selected .smallLineProd {
    transition: all 1s;
    transition-delay: .5s;
    transform: translateX(0vw);
    opacity: 1;
}

.smallLineProd svg:last-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.smallLineProd .circle {
    fill: var(--bgline);
}

.selected .smallLineProd .circle {
    fill: var(--bgline);
    transform-origin: center;
    animation: moveCircle 5s linear infinite;
}

@keyframes moveCircle {
    0% {
        offset-distance: 0%;
    }

    100% {
        offset-distance: 100%;
    }
}

.productSection .col1 .sliderProdSec .swiper-pagination {
    pointer-events: none;
    opacity: 0;
}

.typeProdBullet {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    cursor: pointer;
    margin-left: 10px;
}

.typeProdBullet .itemTypeProd {
    filter: grayscale(1) brightness(1.5);
    transition: all 0.5s;
}

.typeProdBullet .itemTypeProd.active {
    filter: grayscale(0) brightness(1);
}

.productSection .col1 .sliderProdSec {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.lineSvgLarg .line2 {
    position: absolute;
    left: 8%;
    top: 13%;
    width: 100%;
    height: 100%;
    background: no-repeat center / 60%;
    transition: all 0s;
    transform: translateY(100px);
    opacity: 0;
}

.selected .lineSvgLarg .line2 {
    transition-delay: 2s;
    transition: all 1s;
    transform: translateY(0px);
    opacity: 1;
}

.sectionProducts {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sectionProducts .productSection:nth-child(even) {
    /* direction: ltr; */
}

.sectionProducts .productSection:nth-child(even) .row2col {
    flex-direction: row-reverse;
}

.sectionProducts .productSection:nth-child(even) .row2col .lineSvgLarg {
    transform: scaleX(-1);
}

.sectionProducts .productSection:nth-child(even) .colFull {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    height: 300px;
    width: calc((100% + var(--contoffsetleft)));
}

.sectionProducts .productSection:nth-child(even) .colFull .videoBgSec {
    transform: translateX(0%);
    opacity: 0.4;
    width: 90% !important;
    margin-right: 10%;
}

.sectionProducts .productSection:nth-child(even) .colFull img.obj1 {
    left: auto;
    right: -6%;
}

.sectionProducts .productSection:nth-child(even) .colFull img.obj2 {
    left: auto;
    right: 6%;
    transform: translateX(-50vw) !important;
}

.sectionProducts .productSection:nth-child(even).selected .colFull .swiper-slide-active img.obj2 {
    left: auto;
    right: 6%;
    transform: translateX(0vw) !important;
}

.sectionProducts .productSection:nth-child(even) .row2col .lineSvgLarg {
    transform: scaleX(-1);
    left: auto;
    right: -9%;
}

.sectionProducts .productSection:nth-child(even) .col2 {
    padding: 0 0 0 80px;
}

.sectionProducts .productSection:nth-child(even) .smallLineProd {
    transform: scale(-1) !important;
    left: auto;
    right: -180px !important;
    top: 15px;
}

.sectionProducts .productSection:nth-child(even) .colFull img.obj3 {
    left: auto;
    right: -11%;
    bottom: -52%;
}

/* */
.sec7home,
.sec6home,
.sec5home {
    position: relative;
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: var(--bg1);
}

.bgline {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: var(--bg1);
}

.darksection .bgline {
    transform: scaleX(-1);
}

.contentCarousel .buttonSlider .NextPrevSlider i.brdrbtm:before,
.contentCarousel .buttonSlider .NextPrevSlider i.brdrbtm:after,
.contentCarousel .buttonSlider .NextPrevSlider i.brdrbtm,
.contentCarousel .buttonSlider .NextPrevSlider:before,
.darksection .contentCarousel .buttonSlider:before {
    background: #05042f !important;
}

.contentCarousel .swiper-pagination-progressbar {
    background: #05042f;
}

.contentCarousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--color2) !important;
}

.darksection .contentCarousel .buttonSlider .NextPrevSlider .swiper-button-next, 
.darksection .contentCarousel .buttonSlider .NextPrevSlider .swiper-button-prev {
    background: var(--color2);
    color: #fff682 !important;
}

/* .darksection .contentCarousel .buttonSlider .NextPrevSlider .swiper-button-next,
.darksection .contentCarousel .buttonSlider .NextPrevSlider .swiper-button-prev {
    background: #71c4ff;
    color: #fff682 !important;
} */

.darksection .customLink.morebtn {
    background: var(--color2);
    color: #fff;
    border-color: var(--color2);
    height: 40px;
    padding: 0px 30px;
    font-size: 14px;
}

.darksection .customLink.morebtn:hover {
    background: #075f9e;
    color: #fff;
    border-color: #71c4ff;
}

.kitchenBehroozslider .swiper-wrapper {
    position: relative;
    width: 100%;
    padding: 40px 0;
}

.itemKitchenblog {
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.2s;
}

.itemKitchenblog:hover {
    transform: scale(1.05);
}

.itemKitchenblog .pic {
    position: relative;
    width: 100%;
    display: flex;
}

.itemKitchenblog .pic:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    display: flex;
    transition: all 0.2s;
    border: 2px solid #fff;
    box-sizing: border-box;
}

.itemKitchenblog .pic:after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    display: flex;
    transition: all 0.2s;
    background-color: var(--color2);
}

.itemKitchenblog:hover .pic:after {
    transform: rotate(5deg);
}

.itemKitchenblog .pic .contentPic {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.2s;
    z-index: 10;
}

.itemKitchenblog:hover .pic .contentPic {
    transform: rotate(-5deg);
}

.itemKitchenblog .pic .contentPic:before {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 87%;
    content: '';
}

.itemKitchenblog .pic .contentPic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemKitchenblog .pic .contentPic .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 100;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff682;
    font-size: 36px;
    opacity: 0;
    transition: all 0.5s;
}

.itemKitchenblog:hover .pic .contentPic .hover {
    opacity: 1;
}

.itemKitchenblog .contentKitchenblog {
    position: relative;
    padding: 20px 0px;
    padding-right: 70px !important;
}

.itemKitchenblog .typefood {
    position: relative;
    font-size: 18px;
    font-weight: 200;
    color: var(--color3);
    transition: all 0.2s;
}

.itemKitchenblog .subtitle {
    position: relative;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    transition: all 0.2s;
}

.itemKitchenblog:hover .typefood {
    color: #fff;
}

.itemKitchenblog:hover .subtitle {
    color: var(--color3);
}

.itemKitchenblog .contentKitchenblog .icon {
    position: absolute;
    top: 14px;
    bottom: auto;
    right: 0;
    width: 40px;
    height: 40px;
    background: no-repeat center / 80%;
    transition: all 0.2s;
}

.itemKitchenblog:hover .contentKitchenblog .icon {
    filter: brightness(100);
}

.kitchenBehroozslider .swiper-slide:nth-child(odd) {
    margin-bottom: 50px;
    animation: moveKitchen2 5s infinite linear;
}

.kitchenBehroozslider .swiper-slide:nth-child(even) {
    margin-top: 50px;
    animation: moveKitchen1 5s infinite linear;
}

.kitchenBehroozslider .swiper-slide:hover {
    animation: none !important;
}

@keyframes moveKitchen1 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }
}

@keyframes moveKitchen2 {

    0%,
    100% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(0);
    }
}

.darksection .contentCarousel .buttonSlider {
    transform: scaleX(-1);
}

.darksection .contentCarousel .buttonSlider .NextPrevSlider {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.darksection .contentCarousel .buttonSlider .NextPrevSlider .swiper-button-prev,
.darksection .contentCarousel .buttonSlider .NextPrevSlider .swiper-button-next {
    transform: scaleX(-1) !important;
}

.specialTitle {
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 540px;
}

.specialTitle .titleEn {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.specialTitle .titleEn {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    left: -50px !important;
}

.specialTitle .titleEn .largEn {
    position: relative;
    font-size: 120px;
    font-family: Poplar;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.4);
    text-stroke: 1px rgba(0, 0, 0, 0.4);
}

.specialTitle .titleEn .largEn .smallEn {
    position: absolute;
    font-size: 55px;
    font-family: 'Poplar';
    color: #ed1b24;
    left: calc(100% - 10px);
    top: 15%;
    -webkit-text-stroke: 0px transparent;
    text-stroke: 0px transparent;
}

.specialTitle .smallLargTitle .title {
    font-size: 60px;
}

.sec7home .customLink.morebtn {
    height: 40px;
    padding: 0px 30px;
    font-size: 14px;
}

.specialTitle .customLink.morebtn {
    background: var(--color1);
    border-color: var(--color1);
    color: #fff;
    border-bottom-color: #fafafa;
    height: 40px;
    padding: 0px 30px;
    font-size: 14px;
    text-wrap: nowrap;
    right: 12px;
}

.specialTitle .customLink.morebtn:hover {
    background: #fff;
    border-color: #fff;
    color: var(--color1);
    border-bottom-color: var(--color1);
}

.SliderSpecial {
    position: relative;
    width: 100%;
    max-width: 740px;
    margin: auto;
    z-index: 20 !important;
    pointer-events: none;
}

.itemSlideSpecial {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.itemSlideSpecial .pic {
    position: relative;
    width: calc(100% - 100px);
    margin: auto;
    transition: all 0.5s;
}

.itemSlideSpecial .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemSlideSpecial .objPic {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24%;
    height: 100%;
    right: 0;
    margin: auto;
    z-index: 10;
    transition: all 0.4s;
    transform: translateY(-200px);
    opacity: 0;
}

.swiper-slide-active .itemSlideSpecial .objPic {
    transition-delay: 0.5s;
    transform: translateY(0px);
    opacity: 1;
}

.itemSlideSpecial .objPic .bgimg.shadow {
    left: 7px;
    bottom: -8px;
    filter: brightness(0);
    opacity: 0.3;
}

.itemSlideSpecial .objPic .bgimg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center bottom / 100%;
}

.itemSlideSpecial .pic:before {
    position: relative;
    width: 100%;
    display: block;
    content: '';
    padding-top: 72%;
}

.itemSlideSpecial .pic>i.border {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -50px;
    height: calc(100% - 100px);
    z-index: 10;
    width: calc(100% + 100px);
    border: 2px solid var(--color3);
    border-top-color: transparent;
    opacity: 0;
    transition: all 0.2s;
}
.itemSlideSpecial .titleSlide {
    position: relative;
    margin: 10px 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    color: var(--color1);
}
.swiper-slide-active {
    pointer-events: auto !important;
}

.swiper-slide-active .itemSlideSpecial .pic>i.border {
    opacity: 1;
}

.itemSlideSpecial .pic>i.border:before {
    position: absolute;
    top: -2px;
    right: -2px;
    height: 2px;
    width: 50px;
    background: var(--color3);
    content: '';
}

.itemSlideSpecial .pic>i.border:after {
    position: absolute;
    top: -2px;
    left: -2px;
    height: 2px;
    width: 50px;
    background: var(--color3);
    content: '';
}

/* .SliderSpecial .swiper-slide {    transition: all 1s cubic-bezier(0.67, 1.14, 0.3, 1.18);}.SliderSpecial .swiper-slide-prev {    transform: rotate(15deg) scale(0.8) translate(-120px, 181px);}.SliderSpecial .swiper-slide-next {    transform: rotate(-15deg) scale(0.8) translate(120px, 181px);} */
.container.articleButtonSlider,
.container.specialButtonSlider {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 0;
    bottom: 0;
}

.articleButtonSlider .NextPrevSlider,
.specialContentSlider .NextPrevSlider {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.articleButtonSlider .swiper-button-next,
.nextSlideBox .swiper-button-next {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -0px !important;
    top: 0;
    bottom: 0;
    margin: auto !important;
    color: #fff !important;
    font-size: 18px !important;
}

.articleButtonSlider .swiper-button-next {
    color: #909090 !important;
}

.articleButtonSlider .nextSlideBox .swiper-button-next:after,
.nextSlideBox .swiper-button-next:after {
    font-size: 28px !important;
    z-index: 25;
    color: #666 !important;
}

.articleButtonSlider .nextSlideBox .swiper-button-next:before,
.nextSlideBox .swiper-button-next:before {
    position: absolute;
    left: -12px;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--color1);
    content: '';
    box-sizing: border-box !important;
    transform: rotate(45deg);
}

.articleButtonSlider .nextSlideBox .swiper-button-next:before {
    border: 2px solid transparent;
    background-color: #e4e4e4;
}

.articleButtonSlider .prevSlideBox .swiper-button-prev,
.prevSlideBox .swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -0px !important;
    top: 0;
    bottom: 0;
    margin: auto !important;
    color: #fff !important;
    font-size: 18px !important;
}

.articleButtonSlider .prevSlideBox .swiper-button-prev {
    color: #909090 !important;
}

.articleButtonSlider .prevSlideBox .swiper-button-prev:after,
.prevSlideBox .swiper-button-prev:after {
    font-size: 28px !important;
    z-index: 25;
    color: #666 !important;
}

.articleButtonSlider .prevSlideBox .swiper-button-prev:before,
.prevSlideBox .swiper-button-prev:before {
    position: absolute;
    right: -12px;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--color1);
    content: '';
    box-sizing: border-box !important;
    transform: rotate(45deg);
}

.articleButtonSlider .prevSlideBox .swiper-button-prev:before {
    border: 2px solid transparent;
    background-color: #e4e4e4;
}

.articleButtonSlider .prevSlideBox,
.articleButtonSlider .nextSlideBox,
.prevSlideBox,
.nextSlideBox {
    position: relative;
    width: 60px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -100px;
    overflow: hidden;
}

.articleButtonSlider .nextSlideBox:before,
.nextSlideBox:before {
    position: absolute;
    top: 0;
    left: -68px;
    bottom: 0;
    width: 40px;
    height: 140px;
    background: #000;
    content: '';
    border-radius: 100%;
    margin: auto;
    filter: blur(21px);
}

.articleButtonSlider .prevSlideBox:before,
.prevSlideBox:before {
    position: absolute;
    top: 0;
    right: -68px;
    bottom: 0;
    width: 40px;
    height: 140px;
    background: #000;
    content: '';
    border-radius: 100%;
    margin: auto;
    filter: blur(21px);
}

.sec7home .contentCarousel {
    position: relative;
    padding: 0 50px 50px;
}

.articleButtonSlider .NextPrevSlider {
    left: auto;
    width: calc(100% + 110px);
    right: -55px;
}

.blogCarousel .swiper-wrapper {
    position: relative;
    padding: 40px 0;
}

.itemBlogCard {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-top: 30px;
}

.itemBlogCard .pic {
    position: relative;
    width: 100%;
}

.itemBlogCard .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemBlogCard .pic .contentPic {
    position: relative;
    width: 100%;
    display: block;
}

.itemBlogCard .pic .contentPic:before {
    position: relative;
    width: 100%;
    padding-top: 83%;
    content: '';
    display: block;
}

.itemBlogCard .pic:before {
    position: absolute;
    left: 20px;
    width: 2px;
    height: 100%;
    background: var(--color2);
    content: '';
    z-index: 10;
}

.itemBlogCard .pic:after {
    position: absolute;
    width: calc(100% - 20px);
    height: 20px;
    border: 2px solid var(--color2);
    content: '';
    top: -20px;
    box-sizing: border-box;
    border-bottom: none !important;
}

.itemBlogCard .contentArticle {
    position: relative;
    padding: 20px;
    border-right: 2px solid var(--color2);
}

.itemBlogCard .title {
    position: relative;
    font-size: 22px;
    color: #5e5e5e;
}

.itemBlogCard .subtitle {
    position: relative;
    font-size: 12px;
    text-align: justify;
    color: #5e5e5e;
}

.blogCarousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.itemBlogCard .pic .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    font-size: 40px;
    color: var(--color3);
    transition: all 0.2s;
    opacity: 0;
}

.itemBlogCard:hover .pic .hover {
    opacity: 1;
}

.newsletter {
    position: relative;
    width: 100%;
    padding: 40px 0;
    background: var(--color6);
    margin-bottom: -60px;
    z-index: 10;
}

.newsletter:before {
    position: absolute;
    top: 0;
    bottom: 0;
    height: calc(100% - 40px);
    right: -20px;
    width: calc(100% + 40px);
    content: '';
    border: 2px solid var(--color3);
    margin: auto;
}

.newsletter .col1 {
    position: relative;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.newsletter .col2 {
    position: relative;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

footer.footer {
    position: relative;
    width: 100%;
}

footer .topFooter {
    position: relative;
    width: 100%;
    background: #1a175b;
    padding: 110px 0 80px;
    line-height: 2;
}

footer .topFooter:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: url(../img/texture-footer.png); */
    content: '';
}

footer .subfooter {
    position: relative;
    width: 100%;
    padding: 0px;
    background: #25216e;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .subfooter a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    padding: 30px 130px;
    border-top: 2px solid red;
    font-size: 18px;
    font-weight: 300;
}

footer .subfooter a:hover {
    color: var(--color3);
}

footer .topFooter .container {
    grid-template-columns: repeat(4, auto);
    position: relative;
    display: grid;
    gap: 20px;
    padding: 0 60px;
}

ul.footerlinks a {
    color: #fff;
}

ul.footerlinks a:hover {
    color: var(--color6);
}

strong.titleFooter {
    position: relative;
    color: var(--color6);
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 4px;
    display: flex;
    width: 140px;
    border-bottom: 1px solid var(--color3);
    margin-bottom: 10px;
}

.addressFootre {
    position: relative;
    font-size: 14px;
    color: #FFF;
    font-size: 14px;
}

.itemcallfooter {
    position: relative;
    width: 100%;
    height: 34px;
    padding-left: 50px;
    align-items: center;
    display: flex;
    direction: ltr;
    color: #fff;
}

.itemcallfooter:hover {
    color: var(--color6);
}

.itemcallfooter:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 34px;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color6);
}

.socialIcons {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.topFooter .socialIcons a.socicon {
    position: relative;
    height: 35px;
    width: 35px;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topFooter .socialIcons a.socicon:hover {
    color: var(--color6);
}

section.sec3home .contentCarousel .swiper-pagination-progressbar-fill {
    background: var(--color1) !important;
}

section.sec3home .contentCarousel .buttonSlider .NextPrevSlider i.brdrbtm:before,
section.sec3home .contentCarousel .buttonSlider .NextPrevSlider i.brdrbtm:after,
section.sec3home .contentCarousel .buttonSlider .NextPrevSlider i.brdrbtm,
section.sec3home .contentCarousel .buttonSlider .NextPrevSlider:before,
section.sec3home .darksection .contentCarousel .buttonSlider:before,
section.sec3home .contentCarousel .swiper-pagination-progressbar,
section.sec3home .contentCarousel .buttonSlider:before {
    background-color: #dbdbdb !important;
}

.specialContentSlider .nextSlideBox .swiper-button-next:after,
.specialContentSlider .nextSlideBox .swiper-button-next:after,
.specialContentSlider .prevSlideBox .swiper-button-prev:after,
.specialContentSlider .prevSlideBox .swiper-button-prev:after {
    color: #fff !important;
}