@import url(font-ir.css);

:root {
    --heading-color: #000;
    --body-color: #0C0C0C;
    --primary-color: #164074;
    --secondary-color: #ABFB4F;
    --white-color: #ffffff;
    --gray-color: #414141;
    --light-color: #E6E6E6;
    --dark-bg: #000000;
    --blue-bg: #0000FF;
    --light-bg: #FAFAFA;
    --white-bg: #fff
}


*,
::after,
::before {
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

html {
    box-sizing: border-box;
    height: 100%
}

body {
    height: 100% !important;
    color: var(--body-color);
    font-family: Inter, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    overflow-x: hidden;
    background-color: var(--light-bg1);
    counter-reset: my-sec-counter;
    font-size: 21px;
    line-height: 30px
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e7e8;
    padding: 0;
    margin: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.hidden {
    display: none !important
}
.container {
    width:1440px;
    max-width:95%;
    margin:auto;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

::-moz-selection {
    background-color: #989ffd;
    color: #fff
}

::selection {
    background-color: #989ffd;
    color: #fff
}

[type=button]:active,
[type=button]:focus,
[type=button]:hover,
[type=color]:active,
[type=color]:focus,
[type=color]:hover,
[type=color]:invalid,
[type=date]:active,
[type=date]:focus,
[type=date]:hover,
[type=date]:invalid,
[type=datetime-local]:active,
[type=datetime-local]:focus,
[type=datetime-local]:hover,
[type=datetime-local]:invalid,
[type=datetime]:active,
[type=datetime]:focus,
[type=datetime]:hover,
[type=datetime]:invalid,
[type=email]:active,
[type=email]:focus,
[type=email]:hover,
[type=email]:invalid,
[type=month]:active,
[type=month]:focus,
[type=month]:hover,
[type=month]:invalid,
[type=number]:active,
[type=number]:focus,
[type=number]:hover,
[type=number]:invalid,
[type=password]:active,
[type=password]:focus,
[type=password]:hover,
[type=password]:invalid,
[type=reset]:active,
[type=reset]:focus,
[type=reset]:hover,
[type=search]:active,
[type=search]:focus,
[type=search]:hover,
[type=search]:invalid,
[type=submit]:active,
[type=submit]:focus,
[type=submit]:hover,
[type=tel]:active,
[type=tel]:focus,
[type=tel]:hover,
[type=tel]:invalid,
[type=text]:active,
[type=text]:focus,
[type=text]:hover,
[type=text]:invalid,
[type=time]:active,
[type=time]:focus,
[type=time]:hover,
[type=time]:invalid,
[type=url]:active,
[type=url]:focus,
[type=url]:hover,
[type=url]:invalid,
[type=week]:active,
[type=week]:focus,
[type=week]:hover,
[type=week]:invalid,
button:active,
button:focus,
button:hover,
input:not([type]):active,
input:not([type]):focus,
input:not([type]):hover,
input:not([type]):invalid,
textarea:active,
textarea:focus,
textarea:hover,
textarea:invalid {
    outline: 0;
    box-shadow: none
}

[type=button]:active,
[type=button]:focus,
[type=button]:hover,
[type=reset]:active,
[type=reset]:focus,
[type=reset]:hover,
[type=submit]:active,
[type=submit]:focus,
[type=submit]:hover,
button:active,
button:focus,
button:hover {
    cursor: pointer
}

@media print {

    *,
    :after,
    :before {
        background: 100% 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

button {
    padding: 0;
    outline: 0;
    border: none;
    display: inline-block;
    background-color: transparent
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif;
    color: var(--heading-color);
    font-weight: 700;
    margin: 0
}

.h1, h1 {
    z-index: 0;
    font-size: 40px;
    line-height: 1.5em;
    margin-bottom: 24px;
    position: relative;
}

@media (max-width: 1600px) {

    .h1, h1 {
        font-size: 50px;
    }
}

@media (max-width: 1400px) {
    .h1, h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 48px
    }
}

@media (max-width: 479px) {

    .h1,
    h1 {
        font-size: 40px
    }
}

.h2, h2 {
    font-size: 65px;
    line-height: 1.05em;
    letter-spacing: -.1px;
}

@media (max-width: 1400px) {

    .h2,
    h2 {
        font-size: 60px
    }
}

@media (max-width: 767px) {

    .h2,
    h2 {
        font-size: 48px
    }
}

@media (max-width: 479px) {

    .h2,
    h2 {
        font-size: 36px
    }
}

.h3,
h3 {
    font-size: 30px;
    line-height: 1.4em
}

@media (max-width: 767px) {

    .h3,
    h3 {
        line-height: 1.2em
    }
}

@media (max-width: 479px) {

    .h3,
    h3 {
        font-size: 24px
    }
}

.h4,
h4 {
    font-size: 24px;
    line-height: 28px
}

.h5,
h5 {
    font-size: 20px
}

.h6,
h6 {
    font-size: 18px
}

p {
    margin-bottom: 24px
}

@media (max-width: 767px) {
    p {
        margin-bottom: 20px;
        font-size: 20px
    }
}

p:last-child {
    margin-bottom: 0
}

.f-size-10 {
    font-size: 10px !important
}

.f-size-11 {
    font-size: 11px !important
}

.f-size-12 {
    font-size: 12px !important
}

.f-size-13 {
    font-size: 13px !important
}

.f-size-14 {
    font-size: 14px !important
}

.f-size-15 {
    font-size: 15px !important
}

.f-size-16 {
    font-size: 16px !important
}

.f-size-17 {
    font-size: 17px !important
}

.f-size-18 {
    font-size: 18px !important
}

.f-size-19 {
    font-size: 19px !important
}

.f-size-20 {
    font-size: 20px !important
}

.f-size-21 {
    font-size: 21px !important
}

.f-size-22 {
    font-size: 22px !important
}

.f-size-23 {
    font-size: 23px !important
}

.f-size-24 {
    font-size: 24px !important
}

.f-size-25 {
    font-size: 25px !important
}

.f-size-26 {
    font-size: 26px !important
}

.f-size-27 {
    font-size: 27px !important
}

.f-size-28 {
    font-size: 28px !important
}

.f-size-29 {
    font-size: 29px !important
}

.f-size-30 {
    font-size: 30px !important
}

.f-size-31 {
    font-size: 31px !important
}

.f-size-32 {
    font-size: 32px !important
}

.f-size-33 {
    font-size: 33px !important
}

.f-size-34 {
    font-size: 34px !important
}

.f-size-35 {
    font-size: 35px !important
}

.f-size-36 {
    font-size: 36px !important
}

.f-size-37 {
    font-size: 37px !important
}

.f-size-38 {
    font-size: 38px !important
}

.f-size-39 {
    font-size: 39px !important
}

.f-size-40 {
    font-size: 40px !important
}

.line-height-10 {
    line-height: 10px !important
}

.line-height-11 {
    line-height: 11px !important
}

.line-height-12 {
    line-height: 12px !important
}

.line-height-13 {
    line-height: 13px !important
}

.line-height-14 {
    line-height: 14px !important
}

.line-height-15 {
    line-height: 15px !important
}

.line-height-16 {
    line-height: 16px !important
}

.line-height-17 {
    line-height: 17px !important
}

.line-height-18 {
    line-height: 18px !important
}

.line-height-19 {
    line-height: 19px !important
}

.line-height-20 {
    line-height: 20px !important
}

.line-height-21 {
    line-height: 21px !important
}

.line-height-22 {
    line-height: 22px !important
}

.line-height-23 {
    line-height: 23px !important
}

.line-height-24 {
    line-height: 24px !important
}

.line-height-25 {
    line-height: 25px !important
}

.line-height-26 {
    line-height: 26px !important
}

.line-height-27 {
    line-height: 27px !important
}

.line-height-28 {
    line-height: 28px !important
}

.line-height-29 {
    line-height: 29px !important
}

.line-height-30 {
    line-height: 30px !important
}

.line-height-31 {
    line-height: 31px !important
}

.line-height-32 {
    line-height: 32px !important
}

.line-height-33 {
    line-height: 33px !important
}

.line-height-34 {
    line-height: 34px !important
}

.line-height-35 {
    line-height: 35px !important
}

.line-height-36 {
    line-height: 36px !important
}

.line-height-37 {
    line-height: 37px !important
}

.line-height-38 {
    line-height: 38px !important
}

.line-height-39 {
    line-height: 39px !important
}

.line-height-40 {
    line-height: 40px !important
}

.font-bold {
    font-weight: 700
}

.font-black {
    font-weight: 800
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.gray-bg {
    background-color: var(--gray-bg)
}

.yellow-bg {
    background-color: var(--yellow-bg)
}

a {
    text-decoration: none;
    transition: all .24s ease-in-out
}

img {
    max-width: 100%
}

.rt-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.mouse-cursor,
.pointer {
    cursor: pointer
}

blockquote {
    font-weight: 700;
    position: relative;
    font-size: 24px;
    line-height: 30px;
    border-radius: 10px;
    padding: 30px;
    margin: 0 0 24px;
    color: var(--white-smoke);
    font-family: Raleway, sans-serif;
    background-color: var(--dark-bg)
}

.border-transparent {
    border-color: transparent !important
}

.bg-transsparent {
    background-color: transparent !important
}

.hover\:bg-transsparenthover {
    background-color: transparent !important
}

.hover-shadow\:none {
    box-shadow: none !important
}

.bgprefix-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.bgprefix-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.bgprefix-full {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center
}

.position-parent {
    position: relative;
    z-index: 1
}

.position-relative {
    position: relative
}

.body-no-scrolling {
    overflow: hidden
}

.img-fit {
    display: block;
    object-fit: cover;
    transform: translate(50%, -50%);
    right: 50%;
    bottom: 0;
    left: 0;
    top: 50%;
    position: absolute;
    height: 100%;
    width: 100%
}

.rt-mb-15 {
    margin-bottom: 15px
}

.rt-mb-8 {
    margin-bottom: 8px
}

.rt-mb-2 {
    margin-bottom: 2px
}

.rt-mb-4 {
    margin-bottom: 4px
}

.rt-pt-15 {
    padding-top: 15px
}

.rt-mb-12 {
    margin-bottom: 12px
}

.rt-spacer-15 {
    height: 15px
}

.rt-mb-16 {
    margin-bottom: 16px
}

.rt-mb-20 {
    margin-bottom: 20px
}

.rt-mb-25 {
    margin-bottom: 25px
}

.rt-mb-24 {
    margin-bottom: 24px !important
}

.rt-mb-28 {
    margin-bottom: 28px
}

.rt-mb-48 {
    margin-bottom: 48px
}

.rt-mb-32 {
    margin-bottom: 32px
}

.hr-0 {
    margin: 0;
    padding: 0
}

.text-gray {
    color: #7b878c
}

.hover\:border-transparent {
    border-color: transparent !important
}

.rt-mr-0 {
    margin-left: 0 !important
}

.rt-ml-0 {
    margin-right: 0 !important
}

.rt-rounded-0 {
    border-radius: 0 !important
}

.rt-mr-1 {
    margin-left: 1px !important
}

.rt-ml-1 {
    margin-right: 1px !important
}

.rt-rounded-1 {
    border-radius: 1px !important
}

.rt-mr-2 {
    margin-left: 2px !important
}

.rt-ml-2 {
    margin-right: 2px !important
}

.rt-rounded-2 {
    border-radius: 2px !important
}

.rt-mr-3 {
    margin-left: 3px !important
}

.rt-ml-3 {
    margin-right: 3px !important
}

.rt-rounded-3 {
    border-radius: 3px !important
}

.rt-mr-4 {
    margin-left: 4px !important
}

.rt-ml-4 {
    margin-right: 4px !important
}

.rt-rounded-4 {
    border-radius: 4px !important
}

.rt-mr-5 {
    margin-left: 5px !important
}

.rt-ml-5 {
    margin-right: 5px !important
}

.rt-rounded-5 {
    border-radius: 5px !important
}

.rt-mr-6 {
    margin-left: 6px !important
}

.rt-ml-6 {
    margin-right: 6px !important
}

.rt-rounded-6 {
    border-radius: 6px !important
}

.rt-mr-7 {
    margin-left: 7px !important
}

.rt-ml-7 {
    margin-right: 7px !important
}

.rt-rounded-7 {
    border-radius: 7px !important
}

.rt-mr-8 {
    margin-left: 8px !important
}

.rt-ml-8 {
    margin-right: 8px !important
}

.rt-rounded-8 {
    border-radius: 8px !important
}

.rt-mr-9 {
    margin-left: 9px !important
}

.rt-ml-9 {
    margin-right: 9px !important
}

.rt-rounded-9 {
    border-radius: 9px !important
}

.rt-mr-10 {
    margin-left: 10px !important
}

.rt-ml-10 {
    margin-right: 10px !important
}

.rt-rounded-10 {
    border-radius: 10px !important
}

.rt-mr-11 {
    margin-left: 11px !important
}

.rt-ml-11 {
    margin-right: 11px !important
}

.rt-rounded-11 {
    border-radius: 11px !important
}

.rt-mr-12 {
    margin-left: 12px !important
}

.rt-ml-12 {
    margin-right: 12px !important
}

.rt-rounded-12 {
    border-radius: 12px !important
}

.rt-mr-13 {
    margin-left: 13px !important
}

.rt-ml-13 {
    margin-right: 13px !important
}

.rt-rounded-13 {
    border-radius: 13px !important
}

.rt-mr-14 {
    margin-left: 14px !important
}

.rt-ml-14 {
    margin-right: 14px !important
}

.rt-rounded-14 {
    border-radius: 14px !important
}

.rt-mr-15 {
    margin-left: 15px !important
}

.rt-ml-15 {
    margin-right: 15px !important
}

.rt-rounded-15 {
    border-radius: 15px !important
}

.rt-mr-16 {
    margin-left: 16px !important
}

.rt-ml-16 {
    margin-right: 16px !important
}

.rt-rounded-16 {
    border-radius: 16px !important
}

.rt-mr-17 {
    margin-left: 17px !important
}

.rt-ml-17 {
    margin-right: 17px !important
}

.rt-rounded-17 {
    border-radius: 17px !important
}

.rt-mr-18 {
    margin-left: 18px !important
}

.rt-ml-18 {
    margin-right: 18px !important
}

.rt-rounded-18 {
    border-radius: 18px !important
}

.rt-mr-19 {
    margin-left: 19px !important
}

.rt-ml-19 {
    margin-right: 19px !important
}

.rt-rounded-19 {
    border-radius: 19px !important
}

.rt-mr-20 {
    margin-left: 20px !important
}

.rt-ml-20 {
    margin-right: 20px !important
}

.rt-rounded-20 {
    border-radius: 20px !important
}

.rt-mr-21 {
    margin-left: 21px !important
}

.rt-ml-21 {
    margin-right: 21px !important
}

.rt-rounded-21 {
    border-radius: 21px !important
}

.rt-mr-22 {
    margin-left: 22px !important
}

.rt-ml-22 {
    margin-right: 22px !important
}

.rt-rounded-22 {
    border-radius: 22px !important
}

.rt-mr-23 {
    margin-left: 23px !important
}

.rt-ml-23 {
    margin-right: 23px !important
}

.rt-rounded-23 {
    border-radius: 23px !important
}

.rt-mr-24 {
    margin-left: 24px !important
}

.rt-ml-24 {
    margin-right: 24px !important
}

.rt-rounded-24 {
    border-radius: 24px !important
}

.rt-mr-25 {
    margin-left: 25px !important
}

.rt-ml-25 {
    margin-right: 25px !important
}

.rt-rounded-25 {
    border-radius: 25px !important
}

.rt-mr-26 {
    margin-left: 26px !important
}

.rt-ml-26 {
    margin-right: 26px !important
}

.rt-rounded-26 {
    border-radius: 26px !important
}

.rt-mr-27 {
    margin-left: 27px !important
}

.rt-ml-27 {
    margin-right: 27px !important
}

.rt-rounded-27 {
    border-radius: 27px !important
}

.rt-mr-28 {
    margin-left: 28px !important
}

.rt-ml-28 {
    margin-right: 28px !important
}

.rt-rounded-28 {
    border-radius: 28px !important
}

.rt-mr-29 {
    margin-left: 29px !important
}

.rt-ml-29 {
    margin-right: 29px !important
}

.rt-rounded-29 {
    border-radius: 29px !important
}

.rt-mr-30 {
    margin-left: 30px !important
}

.rt-ml-30 {
    margin-right: 30px !important
}

.rt-rounded-30 {
    border-radius: 30px !important
}

.rt-mb-0 {
    margin-bottom: 0
}

.rt-pt-0 {
    padding-top: 0
}

.rt-spacer-0 {
    height: 0
}

.rt-mb-10 {
    margin-bottom: 10px
}

.rt-pt-10 {
    padding-top: 10px
}

.rt-spacer-10 {
    height: 10px
}

.rt-mb-20 {
    margin-bottom: 20px
}

.rt-pt-20 {
    padding-top: 20px
}

.rt-spacer-20 {
    height: 20px
}

.rt-mb-30 {
    margin-bottom: 30px
}

.rt-pt-30 {
    padding-top: 30px
}

.rt-spacer-30 {
    height: 30px
}

.rt-mb-40 {
    margin-bottom: 40px
}

.rt-pt-40 {
    padding-top: 40px
}

.rt-spacer-40 {
    height: 40px
}

.rt-mb-50 {
    margin-bottom: 50px
}

.rt-pt-50 {
    padding-top: 50px
}

.rt-spacer-50 {
    height: 50px
}

.rt-mb-60 {
    margin-bottom: 60px
}

.rt-pt-60 {
    padding-top: 60px
}

.rt-spacer-60 {
    height: 60px
}

.rt-mb-70 {
    margin-bottom: 70px
}

.rt-pt-70 {
    padding-top: 70px
}

.rt-spacer-70 {
    height: 70px
}

.rt-mb-80 {
    margin-bottom: 80px
}

.rt-pt-80 {
    padding-top: 80px
}

.rt-spacer-80 {
    height: 80px
}

.rt-mb-90 {
    margin-bottom: 90px
}

.rt-pt-90 {
    padding-top: 90px
}

.rt-spacer-90 {
    height: 90px
}

.rt-mb-100 {
    margin-bottom: 100px
}

.rt-pt-100 {
    padding-top: 100px
}

.rt-spacer-100 {
    height: 100px
}

@media (max-width: 1199.98px) {
    .rt-mb-lg-0 {
        margin-bottom: 0
    }

    .rt-pt-lg-0 {
        padding-top: 0
    }

    .rt-spacer-lg-0 {
        height: 0
    }

    .rt-mb-lg-10 {
        margin-bottom: 10px
    }

    .rt-pt-lg-10 {
        padding-top: 10px
    }

    .rt-spacer-lg-10 {
        height: 10px
    }

    .rt-mb-lg-20 {
        margin-bottom: 20px
    }

    .rt-pt-lg-20 {
        padding-top: 20px
    }

    .rt-spacer-lg-20 {
        height: 20px
    }

    .rt-mb-lg-30 {
        margin-bottom: 30px
    }

    .rt-pt-lg-30 {
        padding-top: 30px
    }

    .rt-spacer-lg-30 {
        height: 30px
    }

    .rt-mb-lg-40 {
        margin-bottom: 40px
    }

    .rt-pt-lg-40 {
        padding-top: 40px
    }

    .rt-spacer-lg-40 {
        height: 40px
    }

    .rt-mb-lg-50 {
        margin-bottom: 50px
    }

    .rt-pt-lg-50 {
        padding-top: 50px
    }

    .rt-spacer-lg-50 {
        height: 50px
    }

    .rt-mb-lg-60 {
        margin-bottom: 60px
    }

    .rt-pt-lg-60 {
        padding-top: 60px
    }

    .rt-spacer-lg-60 {
        height: 60px
    }

    .rt-mb-lg-70 {
        margin-bottom: 70px
    }

    .rt-pt-lg-70 {
        padding-top: 70px
    }

    .rt-spacer-lg-70 {
        height: 70px
    }

    .rt-mb-lg-80 {
        margin-bottom: 80px
    }

    .rt-pt-lg-80 {
        padding-top: 80px
    }

    .rt-spacer-lg-80 {
        height: 80px
    }

    .rt-mb-lg-90 {
        margin-bottom: 90px
    }

    .rt-pt-lg-90 {
        padding-top: 90px
    }

    .rt-spacer-lg-90 {
        height: 90px
    }

    .rt-mb-lg-100 {
        margin-bottom: 100px
    }

    .rt-pt-lg-100 {
        padding-top: 100px
    }

    .rt-spacer-lg-100 {
        height: 100px
    }
}

@media (max-width: 991.98px) {
    .rt-mb-md-0 {
        margin-bottom: 0
    }

    .rt-pt-md-0 {
        padding-top: 0
    }

    .rt-spacer-md-0 {
        height: 0
    }

    .rt-mb-md-10 {
        margin-bottom: 10px
    }

    .rt-pt-md-10 {
        padding-top: 10px
    }

    .rt-spacer-md-10 {
        height: 10px
    }

    .rt-mb-md-20 {
        margin-bottom: 20px
    }

    .rt-pt-md-20 {
        padding-top: 20px
    }

    .rt-spacer-md-20 {
        height: 20px
    }

    .rt-mb-md-30 {
        margin-bottom: 30px
    }

    .rt-pt-md-30 {
        padding-top: 30px
    }

    .rt-spacer-md-30 {
        height: 30px
    }

    .rt-mb-md-40 {
        margin-bottom: 40px
    }

    .rt-pt-md-40 {
        padding-top: 40px
    }

    .rt-spacer-md-40 {
        height: 40px
    }

    .rt-mb-md-50 {
        margin-bottom: 50px
    }

    .rt-pt-md-50 {
        padding-top: 50px
    }

    .rt-spacer-md-50 {
        height: 50px
    }

    .rt-mb-md-60 {
        margin-bottom: 60px
    }

    .rt-pt-md-60 {
        padding-top: 60px
    }

    .rt-spacer-md-60 {
        height: 60px
    }

    .rt-mb-md-70 {
        margin-bottom: 70px
    }

    .rt-pt-md-70 {
        padding-top: 70px
    }

    .rt-spacer-md-70 {
        height: 70px
    }

    .rt-mb-md-80 {
        margin-bottom: 80px
    }

    .rt-pt-md-80 {
        padding-top: 80px
    }

    .rt-spacer-md-80 {
        height: 80px
    }

    .rt-mb-md-90 {
        margin-bottom: 90px
    }

    .rt-pt-md-90 {
        padding-top: 90px
    }

    .rt-spacer-md-90 {
        height: 90px
    }

    .rt-mb-md-100 {
        margin-bottom: 100px
    }

    .rt-pt-md-100 {
        padding-top: 100px
    }

    .rt-spacer-md-100 {
        height: 100px
    }
}

@media (max-width: 767.98px) {
    .rt-mb-xs-0 {
        margin-bottom: 0
    }

    .rt-pt-xs-0 {
        padding-top: 0
    }

    .rt-spacer-xs-0 {
        height: 0
    }

    .rt-mb-xs-10 {
        margin-bottom: 10px
    }

    .rt-pt-xs-10 {
        padding-top: 10px
    }

    .rt-spacer-xs-10 {
        height: 10px
    }

    .rt-mb-xs-20 {
        margin-bottom: 20px
    }

    .rt-pt-xs-20 {
        padding-top: 20px
    }

    .rt-spacer-xs-20 {
        height: 20px
    }

    .rt-mb-xs-30 {
        margin-bottom: 30px
    }

    .rt-pt-xs-30 {
        padding-top: 30px
    }

    .rt-spacer-xs-30 {
        height: 30px
    }

    .rt-mb-xs-40 {
        margin-bottom: 40px
    }

    .rt-pt-xs-40 {
        padding-top: 40px
    }

    .rt-spacer-xs-40 {
        height: 40px
    }

    .rt-mb-xs-50 {
        margin-bottom: 50px
    }

    .rt-pt-xs-50 {
        padding-top: 50px
    }

    .rt-spacer-xs-50 {
        height: 50px
    }

    .rt-mb-xs-60 {
        margin-bottom: 60px
    }

    .rt-pt-xs-60 {
        padding-top: 60px
    }

    .rt-spacer-xs-60 {
        height: 60px
    }

    .rt-mb-xs-70 {
        margin-bottom: 70px
    }

    .rt-pt-xs-70 {
        padding-top: 70px
    }

    .rt-spacer-xs-70 {
        height: 70px
    }

    .rt-mb-xs-80 {
        margin-bottom: 80px
    }

    .rt-pt-xs-80 {
        padding-top: 80px
    }

    .rt-spacer-xs-80 {
        height: 80px
    }

    .rt-mb-xs-90 {
        margin-bottom: 90px
    }

    .rt-pt-xs-90 {
        padding-top: 90px
    }

    .rt-spacer-xs-90 {
        height: 90px
    }

    .rt-mb-xs-100 {
        margin-bottom: 100px
    }

    .rt-pt-xs-100 {
        padding-top: 100px
    }

    .rt-spacer-xs-100 {
        height: 100px
    }
}

.pointer {
    cursor: pointer
}

.text-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.slick-bullet .slick-dots li button:before {
    display: none !important
}

.slick-bullet .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none
}

.slick-bullet .slick-dots li {
    position: relative;
    z-index: 1;
    width: 10px;
    display: inline-block;
    height: 10px
}

.slick-bullet .slick-dots li button {
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.slick-bullet.deafult_style_dot .slick-dots li button {
    overflow: hidden;
    transition: background .3s ease
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active {
    width: 24px
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active button {
    border-radius: 32px
}

.slick-bullet.dotstyle-fillup .slick-dots li button {
    overflow: hidden;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    transition: background .3s ease
}

.slick-bullet.dotstyle-fillup .slick-dots li button:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px #fff;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    border-radius: 50%
}

.slick-bullet.dotstyle-fillup .slick-dots li.slick-active button::after {
    height: 100%
}

.slick-bullet.dotstyle-scaleup .slick-dots li button {
    overflow: hidden;
    background-color: rgba(255, 255, 255, .3);
    transition: all .3s ease
}

.slick-bullet.dotstyle-scaleup .slick-dots li.slick-active button {
    transform: scale(1.2);
    background-color: #fff
}

.slick-bullet.dotstyle-stroke .slick-dots li button {
    transition: box-shadow .3s ease, background-color .3s ease;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0)
}

.slick-bullet.dotstyle-stroke .slick-dots li.slick-active button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff
}

.slick-bullet.dotstyle-fillin .slick-dots li button {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    transition: box-shadow .3s ease
}

.slick-bullet.dotstyle-fillin .slick-dots li.slick-active button {
    box-shadow: inset 0 0 0 8px #fff
}

.slick-bullet.dotstyle-dotstroke .slick-dots li {
    box-shadow: 0 0 0 2px #fff;
    border-radius: 50%;
    transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke .slick-dots li button {
    transform: scale(.4);
    background-color: #fff;
    transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke .slick-dots li.slick-active button {
    transform: scale(1)
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    border-radius: 50%;
    transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li button {
    background-color: #fff;
    transition: all .3s ease
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active {
    box-shadow: 0 0 0 2px #fff
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active button {
    transform: scale(.4)
}

#scrollUp {
    left: 30px;
    bottom: 30px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 55px;
    text-align: center
}

.modal-header {
    padding: 20px 24px 20px 24px
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
    margin-bottom: 0
}

.modal-content {
    border-radius: 16px
}

.modal-body {
    padding: 24px
}

.white-bg {
    background-color: var(--white-bg)
}

.dark-bg {
    background-color: var(--dark-bg)
}

.blue-bg {
    background-color: var(--blue-bg)
}

.light-bg {
    background-color: var(--light-bg)
}

.blue-bg {
    background-color: var(--blue-bg)
}

.z-index {
    z-index: 0
}

header.zubuz-header-section {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    padding: 15px 0;
    transition: all .4s
}

header.zubuz-header-section.sticky-menu {
    box-shadow: 0 4px 80px rgba(0, 0, 0, .1);
    background-color: var(--white-bg)
}

header.zubuz-header-section.white-menu.sticky-menu {
    background-color: var(--dark-bg)
}

.zubuz-header-btn-wrap {
    display: flex;
    align-items: center
}

.zubuz-login-btn {
    font-size: 16px;
    font-weight: 700;
    color: var(--heading-color);
    transition: all .4s;
    margin-left: 40px
}

@media (max-width: 1199px) {
    .zubuz-login-btn {
        margin-left: 30px
    }
}

@media (max-width: 767px) {
    .zubuz-login-btn {
        margin-left: 15px
    }
}

.zubuz-login-btn:hover {
    color: var(--primary-color)
}

@media (max-width: 767px) {
    .site-header .mobile-menu-trigger {
        margin-right: 25px
    }
}

[dir=rtl] .site-header .mobile-menu-trigger {
    margin-right: 0
}

@media (max-width: 1199px) {
    [dir=rtl] .site-header .mobile-menu-trigger {
        margin-left: 20px
    }
}

@media (max-width: 767px) {
    [dir=rtl] .site-header .mobile-menu-trigger {
        margin-left: 15px
    }
}

[dir=rtl] .zubuz-login-btn {
    margin-left: 0;
    margin-right: 40px
}

[dir=rtl] .brand-logo,
[dir=rtl] .default-logo,
[dir=rtl] .responsive-logo {
    margin-left: 0;
    margin-right: 40px
}

[dir=rtl] .header-btn.header-btn-l1.ms-auto.d-none.d-xs-inline-flex {
    margin-left: auto !important;
    margin-right: inherit !important
}

@media (min-width: 992px) {
    [dir=rtl] .site-menu-main .nav-link-item {
        padding-right: 13px !important;
        padding-left: 13px !important
    }

    [dir=rtl] .site-menu-main i {
        margin-left: 15px
    }
}

.zubuz-footer-section.main-footer {
    border-top: 1px solid var(--light-color)
}

.zubuz-footer-top {
    padding: 130px 0 100px
}

@media (max-width: 991px) {
    .zubuz-footer-top {
        padding: 100px 0
    }
}

@media (max-width: 767px) {
    .zubuz-footer-top {
        padding: 80px 0
    }
}

@media (max-width: 1199px) {
    .zubuz-footer-textarea {
        max-width: 600px
    }
}

.zubuz-footer-textarea img {
    margin-bottom: 15px
}

.zubuz-footer-textarea p {
    margin-bottom: 25px;
    font-size: 16px;
    background: #dddddd2b;
    padding: 10px;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .zubuz-footer-textarea p {
        margin-bottom: 30px
    }
}

.zubuz-footer-textarea.light p {
    color: var(--white-color)
}

.zubuz-footer-title p {
    margin-bottom: 30px;
    font-weight: 400;
    color: var(--heading-color2);
    text-align: right;
}

@media (max-width: 767px) {
    .zubuz-footer-title p {
        margin-bottom: 17px
    }
}

.zubuz-footer-title.light p {
    color: var(--white-color)
}

@media (max-width: 1199px) {
    .zubuz-footer-menu {
        margin-top: 40px
    }
}

.zubuz-footer-menu ul li {
    margin: 14px 0;
    display: flex;
    align-items: center;
}
.zubuz-footer-menu ul li svg {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    float: right;
    background: #ddd6;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #00000029;
    margin-left: 10px;
}


.zubuz-footer-menu ul li:first-child {
    margin-top: 0
}

.zubuz-footer-menu ul li:last-child {
    margin-bottom: 0
}

.zubuz-footer-menu ul li a {
    font-size: 20px;
    transition: all .4s;
    color: var(--body-color)
}

.zubuz-footer-menu ul li a:hover {
    color: var(--primary-color)
}

.zubuz-footer-menu.light ul li a {
    color: var(--white-color)
}

.zubuz-footer-menu.info {
    margin-right: 60px
}

.zubuz-footer-menu.info ul li {
    padding-right: 35px;
    position: relative
}

.zubuz-footer-menu.info ul li img {
    right: 0;
    top: 5px;
    position: absolute
}

.zubuz-footer-menu.extar-margin {
    margin-right: 80px
}
.zubuz-footer-menu.address {
    padding: 15px 20px;
    margin-top: 30px;
    background: #f9f9f9;
    border: 2px dashed #ddd;
    border-radius: 15px;
}

@media (max-width: 1199px) {
    .zubuz-footer-menu.extar-margin {
        margin-right: 0
    }
}

.zubuz-footer-bottom {
    display: flex;
    padding: 33px 0;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--light-color)
}

@media (max-width: 767px) {
    .zubuz-footer-bottom {
        display: block;
        text-align: center
    }
}

.zubuz-footer-bottom.center {
    display: block;
    text-align: center
}

.zubuz-footer-bottom.light {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

@media (max-width: 767px) {
    .zubuz-copywright {
        margin-top: 20px
    }
}

.zubuz-copywright p {
    font-size: 16px
}

.zubuz-copywright.light {
    color: var(--white-color)
}

.zubuz-footer-btn {
    width: 100%;
    text-align: left
}

@media (max-width: 991px) {
    .zubuz-footer-btn {
        text-align: center;
        margin-top: 40px
    }
}

.zubuz-footer-extra-top {
    padding: 90px 0 120px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

@media (max-width: 991px) {
    .zubuz-footer-extra-top {
        padding: 90px 0 100px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .zubuz-footer-extra-top {
        padding: 70px 0 80px
    }
}

.zubuz-footer-extra-title h2 {
    color: var(--white-color)
}

[dir=rtl] .extar-margin {
    margin-right: 0;
    margin-left: 80px
}

@media (max-width: 1199px) {
    [dir=rtl] .extar-margin {
        margin-left: 0
    }
}

[dir=rtl] .zubuz-subscription-btn {
    left: auto;
    right: 5px
}

@media (max-width: 767px) {
    [dir=rtl] .zubuz-footer-bottom {
        text-align: left
    }
}

[dir=rtl] .zubuz-footer-bottom.center {
    text-align: left
}

[dir=rtl] .zubuz-footer-btn {
    text-align: right
}

@media (max-width: 991px) {
    [dir=rtl] .zubuz-footer-btn {
        text-align: left
    }
}

@media (max-width: 991px) {
    [dir=rtl] .zubuz-footer-extra-top {
        text-align: left
    }
}

[dir=rtl] .zubuz-footer-menu.info ul li {
    padding-right: 0;
    padding-left: 35px
}

[dir=rtl] .zubuz-footer-menu.info ul li img {
    right: auto;
    left: 0
}

.zubuz-blog-wrap {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
    background-color: var(--light-bg);
    border: 1px solid var(--heading-color)
}

.zubuz-blog-wrap:hover .zubuz-blog-thumb img {
    transform: scale(1.08)
}

.zubuz-blog-wrap:hover .zubuz-blog-btn path {
    stroke: var(--primary-color)
}

.zubuz-blog-categorie {
    top: 24px;
    left: 24px;
    padding: 10.5px 19px;
    line-height: 1;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    color: var(--heading-color);
    background-color: var(--secondary-color)
}

.zubuz-blog-thumb {
    position: relative;
    overflow: hidden
}

.zubuz-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s
}

.zubuz-blog-data {
    padding: 24px
}

.zubuz-blog-data p {
    margin-bottom: 10px
}

.zubuz-blog-data h3 {
    margin-bottom: 25px
}

.zubuz-blog-btn path {
    transition: all .4s
}

.single-post-item {
    margin-bottom: 24px;
    overflow: hidden;
    transition: .4s;
    padding: 24px;
    border-radius: 20px;
    background-color: var(--light-bg);
    border: 1px solid var(--light-color)
}

.single-post-item:hover {
    box-shadow: 0 4px 80px 0 rgba(0, 0, 0, .08);
    border: 1px solid var(--white-color)
}

.single-post-item.two-column {
    padding: 0;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--heading-color)
}

@media (max-width: 767px) {
    .single-post-item.two-column {
        display: block
    }
}

.two-column .post-thumbnail {
    border-radius: 0;
    height: 100%
}

.two-column .post-thumbnail img {
    border-radius: 0;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1399px) {
    .two-column h3.entry-title {
        font-size: 24px
    }
}

@media (max-width: 1399px) {
    .two-column .post-content p {
        font-size: 20px
    }
}

.post-thumbnail {
    overflow: hidden;
    border-radius: 10px
}

.post-thumbnail img {
    border-radius: 10px;
    transition: all .5s;
    transform: scale(1)
}

.single-post-item:hover .post-thumbnail img {
    transform: scale(1.1)
}

.two-column .post-content {
    padding: 24px
}

.post-content {
    padding-top: 24px
}

.post-meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.post-category a {
    padding: 11px 18px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-left: 24px;
    letter-spacing: .5px;
    transition: all .4s;
    font-weight: 400;
    color: var(--heading-color);
    background-color: var(--secondary-color)
}

.post-date {
    font-size: 14px;
}

h3.entry-title {
    margin-bottom: 15px
}

.post-read-more svg path {
    transition: all .4s
}

.single-post-item:hover .post-read-more svg path {
    stroke: var(--primary-color)
}

@media (max-width: 991px) {
    .right-sidebar {
        margin-top: 50px
    }
}

.widget {
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid var(--light-color)
}

.widget:first-child {
    padding: 0;
    background-color: transparent;
    border: none
}

.widget h3 {
    margin-bottom: 24px
}

.widget ul li {
    padding-bottom: 20px
}

.widget ul li:last-child {
    padding-bottom: 0
}

.widget ul li a {
    color: var(--body-color);
    transition: all .4s
}

.widget ul li a:hover {
    color: var(--primary-color)
}

.widget.zubuz_recent_posts_Widget .post-date {
    margin-bottom: 10px
}

.post-item .post-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--heading-color);
    line-height: 24px;
    font-family: Raleway, sans-serif;
}

.post-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

@media (max-width: 1400px) {
    .post-item {
        display: block
    }
}

@media (max-width: 991px) {
    .post-item {
        display: flex
    }
}

@media (max-width: 400px) {
    .post-item {
        display: block
    }
}

.post-item:last-child {
    margin-bottom: 0
}

.post-thumb {
    width: 155px;
    height: 100px;
    flex-shrink: 0;
    margin-left: 10px
}

.post-thumb img {
    aspect-ratio: 3/2
}

@media (max-width: 1400px) {
    .post-thumb {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
        height: 100%
    }
}

@media (max-width: 991px) {
    .post-thumb {
        width: 155px;
        margin-bottom: 0;
        margin-left: 10px
    }
}

@media (max-width: 400px) {
    .post-thumb {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px
    }
}

.post-thumb img {
    border-radius: 10px
}

.widget .tagcloud a,
.widget .wp-block-tag-cloud a,
.wp-block-tag-cloud a {
    padding: 9px 22px;
    margin-left: 3px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 23px;
    display: inline-block;
    border-radius: 50px;
    letter-spacing: .5px;
    color: var(--heading-color);
    border: 1px solid var(--light-color)
}

.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.right-sidebar .wp-block-search__inside-wrapper {
    position: relative
}

.right-sidebar .wp-block-search__inside-wrapper input {
    font-weight: 400;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    color: var(--heading-color);
    border: 1px solid var(--light-color) !important;
    background-color: var(--light-bg)
}

.right-sidebar .wp-block-search__inside-wrapper input::-webkit-input-placeholder {
    color: var(--heading-color);
    opacity: 1
}

.right-sidebar .wp-block-search__inside-wrapper input:-moz-placeholder {
    color: var(--heading-color);
    opacity: 1
}

.right-sidebar .wp-block-search__inside-wrapper input::-moz-placeholder {
    color: var(--heading-color);
    opacity: 1
}

.right-sidebar .wp-block-search__inside-wrapper input:-ms-input-placeholder {
    color: var(--heading-color);
    opacity: 1
}

.right-sidebar .wp-block-search__inside-wrapper input::-ms-input-placeholder {
    color: var(--heading-color);
    opacity: 1
}

.right-sidebar .wp-block-search__inside-wrapper input::placeholder {
    color: var(--heading-color);
    opacity: 1
}

button#wp-block-search__button {
    position: absolute;
    top: 12px;
    left: 25px
}

.zubuz-blog-contact {
    padding: 24px;
    border-radius: 10px;
    background-color: var(--primary-color)
}

.zubuz-blog-contact h3 {
    color: var(--white-color);
    margin-bottom: 10px
}

.zubuz-blog-contact p {
    font-size: 16px;
    color: var(--white-color)
}

.zubuz-blog-contact a {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
    text-align: center;
    transition: all .4s;
    padding: 14px;
    color: var(--white-color);
    border: 1px solid var(--white-color)
}

.zubuz-blog-contact a:hover {
    color: var(--primary-color);
    background-color: var(--white-bg)
}

.single-post-content-wrap {
    margin-left: 30px
}

@media (max-width: 991px) {
    .single-post-content-wrap {
        margin: 0
    }
}

.post-details-page .post-thumbnail {
    margin-bottom: 20px
}

.entry-content h3 {
    margin-bottom: 15px
}

img.single-thumb {
    border-radius: 10px;
    margin: 24px 0
}

ul.single-list li {
    margin-bottom: 24px;
    padding-right: 18px;
    position: relative
}

ul.single-list li:before {
    content: " ";
    right: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    position: absolute;
    background-color: var(--body-color)
}

.post-tag {
    display: flex;
    align-items: center
}

.post-tag-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    gap: 20px;
    flex-wrap: wrap
}

.post-tag h3 {
    margin: 0;
    margin-left: 24px
}

.post-tag .wp-block-tag-cloud a {
    margin-bottom: 0
}

.post-like-comment ul li {
    margin-left: 24px;
    display: inline-block
}

.post-like-comment ul li:last-child {
    margin-left: 0
}

.post-like-comment ul li a {
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color)
}

.post-like-comment ul li a img {
    margin-left: 6px
}

.post-comment {
    padding-top: 40px
}

.post-comment li {
    margin-bottom: 24px
}

.post-comment h3 {
    margin-bottom: 30px
}

.post-comment-wrap {
    display: flex
}

.post-comment-thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 100%;
    margin-left: 20px
}

.post-comment-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top
}

.post-comment-data {
    position: relative;
    padding-bottom: 24px;
    border-bottom: 1px solid #e6e6e6
}

.post-comment-data strong {
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 5px
}

.post-comment-data span {
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin-bottom: 10px
}

.post-comment .children {
    padding-right: 85px
}

@media (max-width: 767px) {
    .post-comment .children {
        padding-right: 20px
    }
}

.post-comment .children .post-comment-thumb {
    width: 50px;
    height: 50px
}

a.comment-reply {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--body-color)
}

.comment-box {
    margin-top: 50px
}

.comment-box h3 {
    margin-bottom: 30px
}

.comment-box-form {
    padding: 40px;
    border-radius: 10px;
    background-color: var(--light-bg);
    border: 1px solid var(--heading-color)
}

@media (max-width: 991px) {
    .comment-box-form {
        padding: 30px
    }
}

.comment-form input,
.comment-form textarea {
    margin-bottom: 24px !important
}

.comment-form input:focus,
.comment-form textarea:focus {
    border: 1px solid var(--primary-color) !important
}

button#comment-btn {
    margin-top: 26px
}

[dir=rtl] .post-category a {
    margin-left: 0;
    margin-right: 24px
}

[dir=rtl] .post-thumb {
    margin-left: 0;
    margin-right: 10px
}

[dir=rtl] button#wp-block-search__button {
    left: auto;
    right: 25px
}

[dir=rtl] .post-comment-thumb {
    margin-left: 0;
    margin-right: 20px
}

[dir=rtl] a.comment-reply {
    left: auto;
    right: 0
}

[dir=rtl] ul.single-list li {
    padding-right: 0;
    padding-left: 18px
}

[dir=rtl] ul.single-list li::before {
    right: auto;
    left: 0
}

[dir=rtl] .post-tag h3 {
    margin-left: 0;
    margin-right: 24px
}

#comment-btn, #zubuz-account-btn, #zubuz-submit-btn, .zubuz-default-btn {
    font-size: 16px;
    line-height: 24px;
    padding: 18px 40px;
    border-radius: 3px;
    font-weight: 700;
    font-family: Inter, sans-serif;
    color: var(--white-color);
    width: fit-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    text-align: center;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    background-color: #164074;
    position: relative;
    z-index: 0;
    transform-style: preserve-3d;
}

#comment-btn:hover,
#zubuz-account-btn:hover,
#zubuz-submit-btn:hover,
.zubuz-default-btn:hover {
    color: var(--heading-color);
    background-color: var(--secondary-color)
}

#comment-btn span,
#zubuz-account-btn span,
#zubuz-submit-btn span,
.zubuz-default-btn span {
    position: relative;
    z-index: 10;
    display: inline-block
}

#comment-btn.zubuz-header-btn,
#zubuz-account-btn.zubuz-header-btn,
#zubuz-submit-btn.zubuz-header-btn,
.zubuz-default-btn.zubuz-header-btn {
    padding: 13px 29px
}

#comment-btn:after,
#comment-btn:before,
#zubuz-account-btn:after,
#zubuz-account-btn:before,
#zubuz-submit-btn:after,
#zubuz-submit-btn:before,
.zubuz-default-btn:after,
.zubuz-default-btn:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#comment-btn:before,
#zubuz-account-btn:before,
#zubuz-submit-btn:before,
.zubuz-default-btn:before {
    top: -110%;
    right: -10%;
    padding-bottom: 120%;
    width: 120%;
    height: 0;
    border-radius: 50%;
    background: var(--secondary-color);
    content: "";
    -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.1, 0, .3, 1);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1), -webkit-transform .4s cubic-bezier(.1, 0, .3, 1)
}

#comment-btn:hover:before,
#zubuz-account-btn:hover:before,
#zubuz-submit-btn:hover:before,
.zubuz-default-btn:hover:before {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
}

#comment-btn:after,
#zubuz-account-btn:after,
#zubuz-submit-btn:after,
.zubuz-default-btn:after {
    background: var(--secondary-color);
    content: "";
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.1, 0, .3, 1);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1), -webkit-transform .4s cubic-bezier(.1, 0, .3, 1)
}

#comment-btn:hover:after,
#zubuz-account-btn:hover:after,
#zubuz-submit-btn:hover:after,
.zubuz-default-btn:hover:after {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 50ms;
    transition-duration: 50ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#comment-btn:hover span,
#zubuz-account-btn:hover span,
#zubuz-submit-btn:hover span,
.zubuz-default-btn:hover span {
    -webkit-animation: HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards, HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s;
    animation: HaCtvBtn_Exploit_MoveScaleUpInitial .3s forwards, HaCtvBtn_Exploit_MoveScaleUpEnd .3s forwards .3s
}

#comment-btn.disabled,
#comment-btn:disabled,
#zubuz-account-btn.disabled,
#zubuz-account-btn:disabled,
#zubuz-submit-btn.disabled,
#zubuz-submit-btn:disabled,
.zubuz-default-btn.disabled,
.zubuz-default-btn:disabled {
    opacity: 1
}

#comment-btn.d-block,
#zubuz-account-btn.d-block,
#zubuz-submit-btn.d-block,
.zubuz-default-btn.d-block {
    width: 100%
}

#comment-btn.pill,
#zubuz-account-btn.pill,
#zubuz-submit-btn.pill,
.zubuz-default-btn.pill {
    border-radius: 50px
}

#comment-btn.btn-icon,
#zubuz-account-btn.btn-icon,
#zubuz-submit-btn.btn-icon,
.zubuz-default-btn.btn-icon {
    padding: 9px 24px
}

#comment-btn:focus,
#zubuz-account-btn:focus,
#zubuz-submit-btn:focus,
.zubuz-default-btn:focus {
    box-shadow: none
}

.zubuz-btn-wrap {
    margin-top: 45px
}

@media (max-width: 991px) {
    .zubuz-btn-wrap {
        margin-top: 30px;
        text-align: center
    }
}

@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpInitial {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
        transform: translate3d(0, -105%, 0) scale3d(1, 2, 1)
    }
}

@keyframes HaCtvBtn_Exploit_MoveScaleUpInitial {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
        transform: translate3d(0, -105%, 0) scale3d(1, 2, 1)
    }
}

@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpEnd {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
        transform: translate3d(0, 100%, 0) scale3d(1, 2, 1)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes HaCtvBtn_Exploit_MoveScaleUpEnd {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
        transform: translate3d(0, 100%, 0) scale3d(1, 2, 1)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

input,
input[type=date],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea {
    margin: 0;
    height: 60px;
    width: 100%;
    color: var(--body-color);
    font-size: 16px;
    border-radius: 10px;
    background-color: var(--white-bg);
    padding: 15px 15px !important;
    border: none !important;
    transition: all .4s;
    letter-spacing: .5px;
    border: 1px solid var(--light-color) !important
}

input:focus,
textarea:focus {
    border: 1px solid var(--primary-color) !important
}

textarea {
    height: 150px;
    resize: none;
    border-radius: 20px
}

@media (max-width: 767px) {
    textarea {
        height: 100px
    }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--body-color);
    opacity: 1
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: var(--body-color);
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--body-color);
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--body-color);
    opacity: 1
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--body-color);
    opacity: 1
}

input::placeholder,
textarea::placeholder {
    color: var(--body-color);
    opacity: 1
}

.zubuz-subscribe-one {
    position: relative
}

.zubuz-subscribe-one input {
    height: 50px;
    border-radius: 3px;
    color: var(--body-color);
    border: 1px solid #ccc !important
}

.zubuz-subscribe-one input:focus {
    border: 1px solid var(--primary-color) !important
}

.zubuz-subscribe-one input::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-one input:-moz-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-one input::-moz-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-one input:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-one input::-ms-input-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-one input::placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-two {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.zubuz-subscribe-two input {
    height: 60px;
    border-radius: 0 30px 0 30px;
    color: var(--body-color);
    border: none;
    background-color: var(--white-bg);
}

.zubuz-subscribe-two input:focus {
    border: 1px solid var(--primary-color) !important
}

.zubuz-subscribe-two input::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-two input:-moz-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-two input::-moz-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-two input:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-two input::-ms-input-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-two input::placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-three {
    max-width: 500px;
    margin: 0 auto;
    position: relative
}

.zubuz-subscribe-three input {
    height: 60px;
    border-radius: 50px;
    color: var(--body-color);
    padding-right: 55px !important;
    border: 1px solid #ccc !important
}

.zubuz-subscribe-three input:focus {
    border: 1px solid var(--primary-color) !important
}

.zubuz-subscribe-three input::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-three input:-moz-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-three input::-moz-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-three input:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-three input::-ms-input-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-subscribe-three input::placeholder {
    color: #666;
    opacity: 1
}

.zubuz-input-email {
    position: absolute;
    top: 14px;
    right: 24px
}

.zubuz-subscription-btn {
    top: 5px;
    left: 5px;
    position: absolute
}

.zubuz-subscription-btn.one {
    font-size: 14px;
    padding: 8px 15px
}

.zubuz-subscription-btn.three, .zubuz-subscription-btn.two {
    border-radius: 0 30px 0 30px;
    font-size: 16px;
    padding: 13px 31px;
}

@media (max-width: 479px) {

    .zubuz-subscription-btn.three,
    .zubuz-subscription-btn.two {
        position: static;
        margin-top: 20px;
        width: 100%;
    }

    .zubuz-subscription-btn.three:hover,
    .zubuz-subscription-btn.two:hover {
        color: var(--heading-color)
    }
}

@media (max-width: 479px) {
    .zubuz-subscription-btn.three {
        color: var(--white-color);
        background-color: var(--primary-color)
    }
}

.zubuz-breadcrumb {
    text-align: center;
    padding: 195px 0 130px;
    background-color: #0d6efd;
}

@media (max-width: 991px) {
    .zubuz-breadcrumb {
        padding: 170px 0 100px
    }
}

@media (max-width: 767px) {
    .zubuz-breadcrumb {
        padding: 170px 0 80px
    }
}

@media (max-width: 575px) {
    .zubuz-breadcrumb {
        padding: 130px 0 80px
    }
}

.zubuz-breadcrumb.breadcrumb-light {
    background-color: var(--white-bg);
    border-bottom: 1px solid var(--light-color)
}

h1.post__title {
    margin-bottom: 50px;
    color: var(--white-color)
}

@media (max-width: 1400px) {
    h1.post__title {
        margin-bottom: 30px
    }
}

.breadcrumb-light h1.post__title {
    color: var(--heading-color)
}

.breadcrumbs ul li {
    font-weight: 700;
    line-height: 1;
    z-index: 0;
    padding: 0 10px;
    position: relative;
    display: inline-block;
    color: var(--primary-color)
}

@media (max-width: 767px) {
    .breadcrumbs ul li {
        font-size: 18px
    }
}

.breadcrumbs ul li:first-child {
    padding-right: 0
}

.breadcrumbs ul li:last-child {
    padding-left: 0
}

.breadcrumbs ul li:before {
    content: "";
    left: -10px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background-size: 9px;
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url(../images/blog/backspece.svg)
}

.breadcrumbs ul li:last-child:before {
    content: none
}

.breadcrumbs ul li a {
    font-weight: 400;
    color: var(--white-color)
}

.breadcrumb-light .breadcrumbs ul li::before {
    background-image: url(../images/blog/backspece2.svg)
}

.breadcrumb-light .breadcrumbs ul li a {
    color: var(--heading-color)
}

[dir=rtl] .zubuz-breadcrumb {
    text-align: left
}

[dir=rtl] .breadcrumbs ul li {
    padding: 0 10px
}

[dir=rtl] .breadcrumbs ul li:first-child {
    padding-left: 0
}

[dir=rtl] .breadcrumbs ul li:last-child {
    padding-right: 0
}

[dir=rtl] .breadcrumbs ul li:before {
    content: ""
}

[dir=rtl] .breadcrumbs ul li:first-child:before {
    content: none
}

.zubuz-navigation {
    margin-top: 80px;
    text-align: center
}

@media (max-width: 991px) {
    .zubuz-navigation {
        margin-top: 60px
    }
}

.zubuz-navigation .pagination {
    justify-content: center
}

.page-links .current,
.zubuz-navigation span.current {
    cursor: not-allowed;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color)
}

.page-links a,
.page-links span,
.zubuz-navigation a,
.zubuz-navigation span {
    display: inline-block;
    margin: 0 5px;
    color: var(--body-color);
    border-radius: 3px;
    padding: 9px 18px;
    width: 50px;
    text-transform: capitalize;
    border: 1px solid var(--heading-color)
}

.zubuz-navigation a.next {
    width: auto
}

.page-links a:hover,
.zubuz-navigation a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color)
}

.zubuz-hero-section {
    padding-top: 195px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center bottom
}

@media (max-width: 991px) {
    .zubuz-hero-section {
        padding-top: 160px
    }
}

@media (max-width: 479px) {
    .zubuz-hero-section {
        padding-top: 120px
    }
}

.zubuz-hero-content.center {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 80px
}

@media (max-width: 1400px) {
    .zubuz-hero-content.center {
        max-width: 800px
    }
}

.zubuz-hero-content.center p {
    max-width: 950px;
    margin: 0 auto 50px
}

@media (max-width: 991px) {
    .zubuz-hero-content.center p {
        margin: 0 auto 30px
    }
}

@media (max-width: 991px) {
    .zubuz-hero-content {
        text-align: center
    }
}

.zubuz-hero-content p {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .zubuz-hero-content p {
        margin-bottom: 30px
    }
}

.zubuz-hero-bottom {
    position: relative;
    text-align: center
}

.zubuz-hero-card {
    position: absolute;
    z-index: 0
}

@media (max-width: 767px) {
    .zubuz-hero-card {
        display: none
    }
}

.zubuz-hero-card.card1 {
    top: 5%;
    right: 13%
}

@media (max-width: 1299px) {
    .zubuz-hero-card.card1 {
        right: 0
    }
}

@media (max-width: 991px) {
    .zubuz-hero-card.card1 {
        width: 140px
    }
}

.zubuz-hero-card.card2 {
    bottom: 16%;
    right: 0
}

@media (max-width: 1299px) {
    .zubuz-hero-card.card2 {
        width: 200px
    }
}

@media (max-width: 991px) {
    .zubuz-hero-card.card2 {
        width: 140px
    }
}

.zubuz-hero-card.card3 {
    top: -18%;
    left: -5%
}

@media (max-width: 1299px) {
    .zubuz-hero-card.card3 {
        width: 230px;
        left: 0
    }
}

@media (max-width: 991px) {
    .zubuz-hero-card.card3 {
        width: 150px;
        top: -5%
    }
}

.zubuz-hero-card.card4 {
    bottom: 16%;
    left: 3%
}

@media (max-width: 1299px) {
    .zubuz-hero-card.card4 {
        width: 250px;
        left: 0
    }
}

@media (max-width: 991px) {
    .zubuz-hero-card.card4 {
        width: 150px
    }
}

.zubuz-hero-btn-wrap {
    display: flex;
    align-items: center;
    column-gap: 24px
}

.zubuz-hero-btn-wrap.center {
    justify-content: center
}

@media (max-width: 991px) {
    .zubuz-hero-btn-wrap {
        justify-content: center
    }
}

@media (max-width: 479px) {
    .zubuz-hero-btn-wrap {
        flex-direction: column;
        row-gap: 20px
    }
}

.zubuz-hero-video {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 13px 22px;
    border-radius: 3px;
    color: var(--primary-color);
    border: 2px solid var(--primary-color)
}

.zubuz-hero-video img {
    margin-left: 10px
}

.zubuz-hero-shape {
    position: absolute;
    bottom: 7%;
    right: -10%;
    animation: float-left-right 6s ease-in-out infinite
}

@media (max-width: 1399px) {
    .zubuz-hero-shape {
        width: 200px;
        right: 2%
    }
}

@media (max-width: 991px) {
    .zubuz-hero-shape {
        display: none
    }
}

@keyframes float-left-right {
    0% {
        transform: translatex(0)
    }

    50% {
        transform: translatex(40px)
    }

    100% {
        transform: translatex(0)
    }
}

.zubuz_screenfix_right {
    margin-left: calc((-100vw + 100%) / 2);
    max-width: 1400px;
}
@media (max-width: 991px) {
    .zubuz_screenfix_right {
        max-width: 100%;
        margin: 0 auto
    }
}

.zubuz-hero-section2 {
    position: relative;
    padding: 170px 0 0;
}

@media (max-width: 991px) {
    .zubuz-hero-section2 {
        padding: 160px 0 20px
    }
}

@media (max-width: 767px) {
    .zubuz-hero-section2 {
        padding: 160px 0 20px
    }
}

@media (max-width: 479px) {
    .zubuz-hero-section2 {
        padding: 120px 0 20px
    }
}

.zubuz-hero-rating {
    margin-bottom: 20px
}

.zubuz-hero-rating ul {
    display: flex;
    align-items: center
}

@media (max-width: 991px) {
    .zubuz-hero-rating ul {
        justify-content: center
    }
}

.zubuz-hero-rating ul li {
    font-size: 16px;
    margin-left: 15px
}

.zubuz-hero-rating ul li:last-child {
    margin-left: 0
}

.zubuz-hero-thumb2 {
    right: 15px;
    z-index: 0;
    position: relative;
    margin-right: 65px
}

@media (max-width: 991px) {
    .zubuz-hero-thumb2 {
        right: 0;
        margin-right: 0;
        margin-top: 40px
    }
}

.zubuz-hero-shape2 {
    top: -15%;
    left: 0;
    z-index: -1;
    position: absolute
}

@media (max-width: 1250px) {
    .zubuz-hero-shape2 img {
        width: 300px
    }
}

@media (max-width: 991px) {
    .zubuz-hero-shape2 {
        display: none
    }
}

.zubuz-hero-shape3 {
    position: absolute;
    bottom: -10%;
    right: -15%;
    z-index: -1
}

@media (max-width: 767px) {
    .zubuz-hero-shape3 {
        display: none
    }
}

span.zubuz-title-shape {
    top: 0;
    left: -8%;
    z-index: -1;
    position: absolute
}

@media (max-width: 1500px) {
    span.zubuz-title-shape {
        width: 50%;
        left: 0
    }
}

@media (max-width: 767px) {
    span.zubuz-title-shape {
        display: none
    }
}

.zubuz-hero-thumb3 {
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.zubuz-hero-thumb-card1 {
    position: absolute;
    bottom: 24px;
    right: 147px;
    animation: float-top-bottom 6s ease-in-out infinite
}

@media (max-width: 1300px) {
    .zubuz-hero-thumb-card1 {
        right: 50px
    }
}

@media (max-width: 991px) {
    .zubuz-hero-thumb-card1 {
        display: none
    }
}

.zubuz-hero-thumb-card2 {
    position: absolute;
    bottom: 64px;
    left: 291px;
    animation: float-left-right 6s ease-in-out infinite
}

@media (max-width: 991px) {
    .zubuz-hero-thumb-card2 {
        display: none
    }
}

.zubuz-hero-thumb-card3 {
    position: absolute;
    bottom: 164px;
    left: 146px;
    animation: float-top-bottom 6s ease-in-out infinite
}

@media (max-width: 991px) {
    .zubuz-hero-thumb-card3 {
        display: none
    }
}

.zubuz-border-btoom {
    padding-bottom: 130px;
    border-bottom: 1px solid var(--light-color)
}

@media (max-width: 991px) {
    .zubuz-border-btoom {
        padding-bottom: 100px
    }
}

@media (max-width: 767px) {
    .zubuz-border-btoom {
        padding-bottom: 80px
    }
}

[dir=rtl] .zubuz-hero-content.center {
    margin-left: 0;
    text-align: left;
    padding-bottom: 130px
}

[dir=rtl] .zubuz-hero-content.center p {
    margin-left: 0
}

[dir=rtl] .zubuz-hero-content {
    text-align: left
}

[dir=rtl] .zubuz-hero-btn-wrap.center {
    justify-content: inherit
}

[dir=rtl] .zubuz-hero-section2 {
    overflow: hidden
}

[dir=rtl] .zubuz_screenfix_right {
    direction: rtl
}

[dir=rtl] .zubuz-hero-rating ul {
    justify-content: flex-end
}

[dir=rtl] .zubuz-hero-btn-wrap.center {
    align-items: flex-start
}

[dir=rtl] .zubuz-hero-btn-wrap {
    align-items: flex-end
}

[dir=rtl] .zubuz-subscribe-three {
    margin-left: 0
}

[dir=rtl] .zubuz-subscribe-three input {
    padding-left: 65px !important
}

[dir=rtl] .zubuz-input-email {
    right: auto;
    left: 24px
}

.zubuz-counter-wrap {
    display: flex;
    gap: 100px
}

@media (max-width: 991px) {
    .zubuz-counter-wrap {
        justify-content: center;
        gap: 50px
    }
}

@media (max-width: 479px) {
    .zubuz-counter-wrap {
        gap: 10px
    }
}

.zubuz-counter-data h2 {
    margin-bottom: 5px !important
}

@media (max-width: 479px) {
    .zubuz-counter-data h2 {
        font-size: 48px
    }
}

.zubuz-counter-data p {
    font-size: 18px
}

.zubuz-counter-data.light h2,
.zubuz-counter-data.light p {
    color: var(--white-color)
}

.zubuz-counter-data em {
    font-style: normal;
    color: var(--secondary-color)
}

.zubuz-counter-data.primary-color em {
    color: var(--primary-color)
}

.zubuz-counter-wrap2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width: 991px) {
    .zubuz-counter-wrap2 {
        justify-content: center
    }
}

@media (max-width: 575px) {
    .zubuz-counter-wrap2 {
        display: block
    }
}

@media (max-width: 991px) {
    .zubuz-counter-wrap2 .zubuz-counter-data {
        flex: 0 0 50%;
        text-align: center
    }

    .zubuz-counter-wrap2 .zubuz-counter-data:nth-child(1) {
        margin-bottom: 30px
    }

    .zubuz-counter-wrap2 .zubuz-counter-data:nth-child(2) {
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .zubuz-counter-wrap2 .zubuz-counter-data:nth-child(3) {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    [dir=rtl] .zubuz-counter-wrap {
        justify-content: flex-start
    }
}

@media (max-width: 991px) {
    [dir=rtl] .zubuz-counter-wrap2 .zubuz-counter-data {
        text-align: left
    }
}

.zubuz-team-wrap {
    margin-bottom: 24px
}

.zubuz-team-thumb {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.zubuz-team-data {
    right: 20px;
    bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    width: calc(100% - 40px);
    position: absolute;
    background-color: var(--white-bg)
}

.zubuz-team-data h4 {
    margin-bottom: 10px
}

.zubuz-team-data p {
    margin: 0;
    font-size: 18px
}

.zubuz-social-icon.social-box.small-box.position {
    position: absolute;
    bottom: 20px;
    left: 20px
}

.zubuz-team-details-thumb {
    border-radius: 10px;
    overflow: hidden
}

@media (max-width: 991px) {
    .zubuz-team-details-thumb {
        margin-bottom: 40px
    }
}

.zubuz-team-skill-wrap {
    display: grid;
    column-gap: 24px;
    row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr
}

@media (max-width: 991px) {
    .zubuz-team-skill-wrap {
        row-gap: 40px;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 767px) {
    .zubuz-team-skill-wrap {
        row-gap: 24px;
        grid-template-columns: 1fr
    }
}

.zubuz-team-skill h3 {
    margin-bottom: 15px
}

.zubuz-team-skill p {
    font-size: 20px
}

.zubuz-team-skill ul li {
    font-size: 20px;
    margin-bottom: 12px;
    position: relative;
    padding-right: 20px
}

.zubuz-team-skill ul li:last-child {
    margin-bottom: 0
}

.zubuz-team-skill ul li::before {
    content: "";
    right: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    position: absolute;
    background-color: var(--dark-bg)
}

[dir=rtl] .zubuz-social-icon.social-box.small-box.position {
    left: auto;
    right: 20px
}

[dir=rtl] .zubuz-team-skill ul li {
    padding-right: 0;
    padding-left: 20px
}

[dir=rtl] .zubuz-team-skill ul li:before {
    right: auto;
    left: 0
}

.zubuz-iconbox-wrap-left {
    display: flex;
    max-width: 590px;
    margin-bottom: 24px;
    text-align: right
}

.zubuz-iconbox-wrap-left:last-child {
    margin-bottom: 0
}

.zubuz-iconbox-wrap-left .zubuz-iconbox-icon {
    margin-left: 24px
}

.zubuz-iconbox-wrap-left.iconbox-left-border {
    padding: 28px;
    border-radius: 20px;
    border: 1px solid #ccc;
    max-width: 100%;
    transition: all .4s;
    margin-bottom: 24px !important
}

.zubuz-iconbox-wrap-left.iconbox-left-border:hover {
    border: 1px solid var(--white-color);
    box-shadow: 0 4px 80px 0 rgba(0, 0, 0, .08)
}

.zubuz-iconbox-wrap-left:hover .zubuz-iconbox-number {
    color: var(--heading-color);
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color)
}

.zubuz-iconbox-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.zubuz-iconbox-header-data h4 {
    margin-bottom: 3px
}

.zubuz-iconbox-header-data p {
    font-size: 16px
}

.zubuz-iconbox-header .zubuz-iconbox-icon {
    width: 80px;
    height: 80px;
    border: 1px solid var(--light-color);
    background-color: transparent;
    margin-bottom: 0
}

.zubuz-iconbox-icon {
    width: 60px;
    height: 60px;
    display: flex;
    flex-shrink: 0;
    margin-bottom: 30px;
    border-radius: 100px;
    align-items: center;
    padding: 10px;
    justify-content: center;
    background-color: var(--secondary-color);
}

.zubuz-iconbox-icon.none-bg {
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 0;
    background-color: transparent
}

.zubuz-iconbox-data span {
    display: block;
    margin-bottom: 10px
}

.zubuz-iconbox-data h3 {
    margin-bottom: 15px
}

.zubuz-iconbox-data.data-small p {
    font-size: 18px
}

.zubuz-iconbox-data.light h3,
.zubuz-iconbox-data.light p,
.zubuz-iconbox-data.light span {
    color: var(--white-color)
}

.zubuz-iconbox-number {
    width: 60px;
    height: 60px;
    display: flex;
    flex-shrink: 0;
    font-size: 24px;
    font-weight: 400;
    border-radius: 100px;
    align-items: center;
    margin-left: 24px;
    transition: all .4s;
    justify-content: center;
    color: var(--white-color);
    border: 1px solid var(--white-color)
}

.zubuz-iconbox-thumb {
    margin-top: 24px
}

.zubuz-iconbox-thumb img {
    width: 100%;
    box-shadow: 0 4px 80px 0 rgba(0, 0, 0, .08);
    border-radius: 15px 15px 0 0;
}

.zubuz-iconbox-btn {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--heading-color) !important;
    position: relative;
    transition: all .4s
}

.zubuz-iconbox-btn span {
    margin: 0;
    line-height: 1;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: all .4s;
    background-color: var(--white-bg)
}

.zubuz-iconbox-btn img {
    transition: all .5s;
    position: absolute
}

.zubuz-iconbox-btn:hover img {
    transform: translateX(-90px)
}

.zubuz-iconbox-btn:hover span {
    opacity: 1;
    visibility: visible
}

.zubuz-iconbox-wrap {
    padding: 30px;
    margin-bottom: 24px;
    border-radius: 10px;
    transition: all .4s;
    background-color: var(--white-bg);
    border: 1px solid var(--light-color)
}

.zubuz-iconbox-wrap.center {
    text-align: center
}

.zubuz-iconbox-wrap.center .zubuz-iconbox-icon {
    margin: 0 auto 30px
}

.zubuz-iconbox-wrap:hover {
    border: 1px solid var(--heading-color)
}

.zubuz-iconbox-wrap2 {
    border-radius: 10px;
    padding: 40px 40px 0;
    margin-bottom: 24px;
    background-color: var(--light-bg)
}

[dir=rtl] .zubuz-iconbox-wrap-left .zubuz-iconbox-icon {
    margin-left: 0;
    margin-right: 24px
}

[dir=rtl] .zubuz-iconbox-wrap-left,
[dir=rtl] .zubuz-iconbox-wrap.center {
    text-align: left
}

[dir=rtl] .zubuz-iconbox-wrap.center .zubuz-iconbox-icon {
    margin-left: 0;
    text-align: left
}

[dir=rtl] .zubuz-iconbox-btn:hover img {
    transform: translateX(90px)
}

[dir=rtl] .zubuz-iconbox-number {
    margin-left: 0;
    margin-right: 24px
}

.zubuz-accordion-wrap {
    margin-left: 65px
}

@media (max-width: 1199px) {
    .zubuz-accordion-wrap {
        margin-left: 20px
    }
}

@media (max-width: 991px) {
    .zubuz-accordion-wrap {
        margin-top: 40px;
        margin-left: 0
    }
}

.zubuz-accordion-item {
    padding: 23px 24px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 20px;
    transition: all .4s;
    border: 1px solid var(--light-color);
    background-color: var(--light-bg)
}

.zubuz-accordion-item:last-child {
    margin-bottom: 0
}

.zubuz-accordion-item.open .zubuz-active-icon {
    transform: rotate(-180deg)
}

.zubuz-accordion-item.open .zubuz-active-icon svg path {
    stroke: var(--secondary-color)
}

.zubuz-accordion-item.open {
    background-color: var(--dark-bg)
}

.zubuz-accordion-item.open .zubuz-accordion-body {
    display: block;
    color: var(--white-color)
}

.zubuz-accordion-item.open .zubuz-accordion-header h3 {
    color: var(--secondary-color)
}

.zubuz-accordion-header {
    cursor: pointer;
    position: relative
}

@media (max-width: 767px) {
    .zubuz-accordion-header h3 {
        font-size: 24px;
        padding-left: 25px
    }
}

.zubuz-accordion-body {
    display: none;
    padding-top: 15px
}

.zubuz-accordion-body.default {
    display: block
}

@media (max-width: 991px) {
    .zubuz-accordion-body {
        padding: 24px 0 0
    }
}

.zubuz-accordion-wrap2 {
    margin: 0
}

.zubuz-accordion-wrap2 .zubuz-accordion-item {
    background-color: transparent
}

.zubuz-accordion-wrap2 .zubuz-accordion-item.open .zubuz-active-icon {
    transform: rotate(0);
    opacity: 0
}

.zubuz-accordion-wrap2 .zubuz-accordion-item.open .zubuz-inactive-icon {
    opacity: 1
}

.zubuz-accordion-wrap2 .zubuz-accordion-header {
    padding-left: 20px
}

.zubuz-accordion-wrap2 .zubuz-accordion-header p {
    font-weight: 400;
    margin: 0
}

.zubuz-accordion-wrap2 .zubuz-accordion-body {
    padding-left: 70px
}

@media (max-width: 991px) {
    .zubuz-accordion-wrap2 .zubuz-accordion-body {
        padding-left: 0
    }
}

.zubuz-accordion-wrap2 .zubuz-accordion-body p {
    font-size: 18px;
    color: var(--body-color) !important
}

.zubuz-accordion-wrap2 .zubuz-accordion-item.open {
    background-color: transparent
}

.zubuz-accordion-wrap2 .zubuz-active-icon,
.zubuz-accordion-wrap2 .zubuz-inactive-icon {
    top: 0
}

.zubuz-accordion-wrap2 .zubuz-inactive-icon {
    opacity: 0
}

.zubuz-active-icon,
.zubuz-inactive-icon {
    position: absolute;
    top: 5px;
    left: 0;
    transition: all .4s
}

.zubuz-active-icon svg path,
.zubuz-inactive-icon svg path {
    transition: all .4s
}

[dir=rtl] .zubuz-accordion-wrap {
    margin-left: 0;
    margin-right: 65px
}

@media (max-width: 1199px) {
    [dir=rtl] .zubuz-accordion-wrap {
        margin-right: 20px
    }
}

@media (max-width: 991px) {
    [dir=rtl] .zubuz-accordion-wrap {
        margin-right: 0
    }
}

[dir=rtl] .zubuz-active-icon,
[dir=rtl] .zubuz-inactive-icon {
    left: auto;
    right: 0
}

.waves {
    position: absolute;
    width: 185px;
    height: 185px;
    opacity: 0;
    border-radius: 100%;
    right: -52px;
    top: -52px;
    z-index: 0;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    background-color: var(--dark-bg);
    z-index: -1
}

.waves.waves-2 {
    width: 200px;
    height: 200px;
    right: -40px;
    top: -40px;
    background-color: var(--white-bg)
}

@media (max-width: 991px) {
    .waves.waves-2 {
        right: -62px;
        top: -62px
    }
}

.waves.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.waves.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.waves.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@keyframes waves {
    0% {
        -webkit-transform: scale(.2, .2);
        transform: scale(.2, .2);
        opacity: 0
    }

    50% {
        opacity: .9
    }

    100% {
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9);
        opacity: 0
    }
}

.zubuz-video-column {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--light-color);
    background-color: var(--white-bg)
}

@media (max-width: 479px) {
    .zubuz-video-column {
        padding: 20px;
        border-radius: 10px
    }
}

.zubuz-video-wrap {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-left: 20px
}

@media (max-width: 991px) {
    .zubuz-video-wrap {
        margin-left: 0;
        margin-bottom: 30px
    }
}

.zubuz-review-video {
    top: 50%;
    right: 50%;
    position: absolute;
    transform: translate(50%, -50%)
}

@media (max-width: 991px) {
    img.video-sevice {
        width: 75px
    }
}

[dir=rtl] .zubuz-hero-video img {
    margin-left: 0;
    margin-right: 10px
}

.zubuz-testimonial-wrap {
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 10px;
    border: 2px solid var(--heading-color);
    background-color: var(--light-bg)
}

.zubuz-testimonial-rating {
    margin-bottom: 25px
}

.zubuz-testimonial-rating ul li {
    display: inline-block
}

.zubuz-testimonial-data h3 {
    margin-bottom: 15px
}

.zubuz-testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.zubuz-testimonial-author-thumb {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-left: 15px;
    border-radius: 100%;
    overflow: hidden
}

.zubuz-testimonial-author-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.zubuz-testimonial-author-data span {
    font-size: 18px;
    font-weight: 600
}

.zubuz-testimonial-author-data p {
    font-size: 16px;
    color: #666
}

.zubuz-testimonial-btn {
    display: flex;
    justify-content: center;
    padding-top: 56px
}

@media (max-width: 767px) {
    .zubuz-testimonial-btn {
        padding-top: 36px
    }
}

.zubuz-testimonial-slider {
    max-width: 1085px;
    margin: 0 auto
}

.zubuz-testimonial-slider-section {
    background-size: cover;
    background-position: center
}

.zubuz-testimonial-slider-item {
    text-align: center
}

.zubuz-testimonial-slider-rating {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .zubuz-testimonial-slider-rating {
        margin-bottom: 30px
    }
}

.zubuz-testimonial-slider-rating ul li {
    display: inline-block
}

.zubuz-testimonial-slider-data h3 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.2em;
    color: var(--white-color)
}

@media (max-width: 991px) {
    .zubuz-testimonial-slider-data h3 {
        font-size: 30px
    }
}

.zubuz-testimonial-slider-data p {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.2em;
    letter-spacing: -1px;
    color: var(--white-color)
}

@media (max-width: 991px) {
    .zubuz-testimonial-slider-data p {
        font-size: 24px;
        line-height: 1.4em
    }
}

@media (max-width: 767px) {
    .zubuz-testimonial-slider-data p {
        font-size: 20px;
        line-height: 1.4em
    }
}

.zubuz-testimonial-slider-author {
    margin-top: 50px
}

@media (max-width: 991px) {
    .zubuz-testimonial-slider-author {
        margin-top: 35px
    }
}

.zubuz-testimonial-slider-author-thumb {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 25px
}

.zubuz-testimonial-slider-author-thumb img {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.zubuz-testimonial-slider-author-data span {
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    color: var(--white-color)
}

.zubuz-testimonial-slider-author-data p {
    color: var(--white-color)
}

.zubuz-testimonial-content ul {
    margin-bottom: 50px
}

@media (max-width: 1199px) {
    .zubuz-testimonial-content ul {
        margin-bottom: 35px
    }
}

@media (max-width: 767px) {
    .zubuz-testimonial-content ul {
        margin-bottom: 20px
    }
}

.zubuz-testimonial-content ul li {
    display: inline-block
}

.zubuz-testimonial-content p {
    font-weight: 400;
    margin-bottom: 45px
}

@media (max-width: 1199px) {
    .zubuz-testimonial-content p {
        margin-bottom: 35px
    }
}

.zubuz-testimonial-authors-wraps {
    display: flex;
    gap: 60px
}

@media (max-width: 767px) {
    .zubuz-testimonial-authors-wraps {
        gap: 24px
    }
}

.zubuz-testimonial-authors p {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 24px
}

.zubuz-testimonial-authors span {
    color: #666;
    font-size: 16px;
    letter-spacing: -.5px
}

[dir=rtl] .zubuz-testimonial-author-thumb {
    margin-left: 0;
    margin-right: 15px
}

[dir=rtl] .zubuz-testimonial-btn {
    justify-content: inherit
}

[dir=rtl] .zubuz-testimonial-slider {
    direction: rtl
}

[dir=rtl] .zubuz-testimonial-slider-author-thumb {
    margin-left: 0
}

[dir=rtl] .zubuz-testimonial-slider-author,
[dir=rtl] .zubuz-testimonial-slider-data {
    text-align: left
}

.zubuz-cta-section {
    padding-top: 100px
}

@media (max-width: 991px) {
    .zubuz-cta-section {
        padding-top: 80px
    }
}

@media (max-width: 991px) {
    .zubuz-cta-thumb {
        text-align: center;
        margin-top: 40px
    }
}

.zubuz-app-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative
}

@media (max-width: 991px) {
    .zubuz-app-wrap {
        justify-content: center
    }
}

.zubuz-app {
    transition: all .4s
}

.zubuz-app:hover {
    transform: translateY(-3px)
}

.zubuz-cta-shape {
    left: 0;
    position: absolute;
    animation: float-left-right 6s ease-in-out infinite
}

@media (max-width: 991px) {
    .zubuz-cta-shape {
        display: none
    }
}

.zubuz-cta-wrap {
    padding: 100px 20px;
    background-size: cover;
    background-position: center;
    text-align: center;
    border-radius: 40px
}

@media (max-width: 991px) {
    .zubuz-cta-wrap {
        padding: 80px 20px
    }
}

@media (max-width: 767px) {
    .zubuz-cta-wrap {
        padding: 60px 20px
    }
}

.zubuz-cta-content {
    max-width: 100%;
    margin: 0 auto;
}

.zubuz-cta-content h2 {
    margin-bottom: 50px;
    color: var(--white-color)
}

@media (max-width: 991px) {
    .zubuz-cta-content h2 {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    [dir=rtl] .zubuz-app-wrap {
        justify-content: inherit
    }
}

[dir=rtl] .zubuz-cta-shape {
    left: auto;
    right: 0
}

[dir=rtl] .zubuz-cta-content {
    text-align: left
}


.zubuz-social-icon ul li {
    margin: 0 10px;
    display: inline-block
}

.zubuz-social-icon ul li:first-child {
    margin-right: 0
}

.zubuz-social-icon ul li:last-child {
    margin-left: 0
}

.zubuz-social-icon ul li a {
    font-size: 20px;
    color: var(--body-color);
    transition: all .4s
}

.zubuz-social-icon ul li a:hover {
    color: var(--primary-color)
}

.zubuz-social-icon.social-box ul li {
    margin: 0 5px
}

.zubuz-social-icon.social-box ul li:first-child {
    margin-right: 0
}

.zubuz-social-icon.social-box ul li:last-child {
    margin-left: 0
}

.zubuz-social-icon.social-box ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid var(--heading-color)
}

.zubuz-social-icon.social-box ul li a:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.zubuz-social-icon.social-box.social-box-white ul li a {
    background-color: var(--white-bg)
}

.zubuz-social-icon.social-box.social-box-white ul li a:hover {
    background-color: var(--primary-color)
}

.zubuz-social-icon.social-box.small-box ul li a {
    width: 30px;
    height: 30px;
    font-size: 15px
}

.zubuz-brand-logo-content {
    margin-left: 30px
}

@media (max-width: 991px) {
    .zubuz-brand-logo-content {
        margin: 0 0 30px;
        text-align: center
    }
}

.zubuz-brand-logo-content h3 {
    font-weight: 400;
    color: var(--white-color)
}

.zubuz-brand-item {
    padding: 0 20px
}
.zubuz-brand-item img {
    transition: all .3s ease;
}
.zubuz-brand-item:hover {
    filter: grayscale(0) !important;
}
.zubuz-brand-item svg {
    margin: auto;
    right: 0;
    left: 0;
    position: absolute;
    height: 50px;
    border-radius: 10px !important;
    background: #ffffffad;
    width: fit-content;
    padding: 10px;
    color: blue;
    backdrop-filter: blur(5px);
    border: 1px solid #0000ff;
    font-family: 'Inter';
    top: 35%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.zubuz-brand-item:hover svg {
    top: 25%;
    opacity: 1;
    visibility: visible;
}
.zubuz-brand-item:hover img {
    opacity: 1 !important;
}

.zubuz-brand-slider2 {
    direction: ltr;
    margin-top: 30px
}


.zubuz-brand-logo-wrap p {
    margin-bottom: 50px;
    text-align: center
}


[dir=rtl] .zubuz-brand-slider,
[dir=rtl] .zubuz-brand-slider3 {
    direction: rtl
}

[dir=rtl] .zubuz-brand-logo-wrap p {
    text-align: left
}

.zubuz-icon-list {
    margin-top: 24px
}

.zubuz-icon-list ul li {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    padding-right: 30px;
    text-align: right;
    display: inline-block;
    margin-left: 20px
}

.zubuz-icon-list ul li img {
    position: absolute;
    right: 0;
    top: 4px
}

.zubuz-icon-list ul li:last-child {
    margin-left: 0
}

.pricing-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px
}

@media (max-width: 991px) {
    .pricing-btn {
        margin-bottom: 60px
    }
}

@media (max-width: 767px) {
    .pricing-btn {
        margin-bottom: 40px
    }
}

.pricing-btn label {
    font-weight: 700;
    margin: 0 20px;
    font-size: 18px
}

@media (max-width: 767px) {
    .pricing-btn label {
        margin: 0 10px;
        font-size: 16px
    }
}

[data-pricing-dynamic][data-value-active=yearly] .dynamic-value:before {
    display: inline-block;
    content: attr(data-yearly)
}

[data-pricing-dynamic][data-value-active=yearly] [data-pricing-trigger] {
    background: #ff5722
}

[data-pricing-dynamic][data-value-active=yearly] [data-pricing-trigger] span {
    right: calc(100% - 33px)
}

[data-pricing-dynamic][data-value-active=monthly] .dynamic-value:before {
    display: inline-block;
    content: attr(data-monthly)
}

.dynamic-value:before {
    display: inline-block;
    content: attr(data-active)
}

.static-value:before {
    display: inline-block;
    content: attr(data-active)
}

.pricing-btn .btn-toggle {
    position: relative;
    width: 70px !important;
    height: 35px;
    border-radius: 50px;
    border: none;
    margin: 0;
    padding: 0 !important;
    cursor: pointer;
    background-size: 25px;
    background-position: center left 5px;
    background-color: var(--blue-bg) !important;
    background-image: url(../images/v2/circle.png)
}

.pricing-btn .btn-toggle:focus {
    outline: 0;
    box-shadow: none;
    background-image: url(../images/v2/circle.png)
}

.pricing-btn .btn-toggle:checked {
    background-position: center right 5px;
    background-image: url(../images/v2/circle.png)
}

.zubuz-pricing-wrap {
    border-radius: 10px;
    margin-bottom: 24px;
    padding: 40px;
    border: 1px solid #ccc;
    background-color: var(--white-bg);
    transition: all .4s
}

.zubuz-pricing-wrap:hover {
    border: 1px solid var(--white-color);
    box-shadow: 0 4px 80px 0 rgba(0, 0, 0, .08)
}

.zubuz-pricing-wrap.active {
    border: 1px solid var(--white-color);
    box-shadow: 0 4px 80px 0 rgba(0, 0, 0, .08)
}

.zubuz-pricing-header {
    margin-bottom: 20px
}

.zubuz-pricing-price {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.zubuz-pricing-price p {
    margin: 0;
    margin-top: 30px;
    margin-right: 10px;
    font-size: 16px;
    color: #414141
}

.zubuz-pricing-price .zubuz-price {
    font-weight: 700;
    font-size: 85px;
    line-height: 1.05em;
    letter-spacing: -.1px;
    color: var(--heading-color);
    font-family: Raleway, sans-serif
}

@media (max-width: 1400px) {
    .zubuz-pricing-price .zubuz-price {
        font-size: 60px
    }
}

@media (max-width: 767px) {
    .zubuz-pricing-price .zubuz-price {
        font-size: 48px
    }
}

@media (max-width: 479px) {
    .zubuz-pricing-price .zubuz-price {
        font-size: 36px
    }
}

.zubuz-pricing-description {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--light-color)
}

.zubuz-pricing-description p {
    font-size: 18px;
    color: #414141;
    margin: 0
}

.zubuz-pricing-body {
    margin-bottom: 40px
}

.zubuz-pricing-body ul li {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    padding-right: 30px;
    margin-bottom: 14px
}

.zubuz-pricing-body ul li:last-child {
    margin-bottom: 0
}

.zubuz-pricing-body ul li img {
    right: 0;
    top: 9px;
    position: absolute
}

.zubuz-pricing-btn {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all .4s;
    color: var(--heading-color) !important;
    border: 1px solid var(--heading-color)
}

.zubuz-pricing-btn:hover {
    color: var(--white-color) !important;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.zubuz-pricing-btn.active {
    color: var(--white-color) !important;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.zubuz-pricing-shape {
    position: absolute;
    top: 70px;
    left: 0
}

@media (max-width: 991px) {
    .zubuz-pricing-shape {
        display: none
    }
}

.zubuz-pricing-four-column .zubuz-pricing-wrap {
    border-radius: 20px;
    margin-bottom: 24px;
    padding: 30px;
    border: 1px solid #ccc;
    background-color: var(--white-bg);
    transition: all .4s
}

.zubuz-pricing-four-column .zubuz-pricing-wrap.active {
    background-color: var(--dark-bg)
}

.zubuz-pricing-four-column .zubuz-pricing-wrap.active .zubuz-price,
.zubuz-pricing-four-column .zubuz-pricing-wrap.active .zubuz-pricing-body p,
.zubuz-pricing-four-column .zubuz-pricing-wrap.active .zubuz-pricing-body ul li,
.zubuz-pricing-four-column .zubuz-pricing-wrap.active .zubuz-pricing-description p,
.zubuz-pricing-four-column .zubuz-pricing-wrap.active .zubuz-pricing-header h5,
.zubuz-pricing-four-column .zubuz-pricing-wrap.active .zubuz-pricing-price h2,
.zubuz-pricing-four-column .zubuz-pricing-wrap.active .zubuz-pricing-price p {
    color: var(--white-color)
}

.zubuz-pricing-four-column .zubuz-pricing-wrap.active .zubuz-pricing-description {
    border-bottom: 1px solid #333
}

.zubuz-pricing-four-column .zubuz-pricing-header {
    margin-bottom: 13px
}

.zubuz-pricing-four-column .zubuz-pricing-price p {
    margin-right: 6px;
    font-size: 18px
}

.zubuz-pricing-four-column .zubuz-pricing-description p {
    font-size: 17px
}

.zubuz-pricing-four-column .zubuz-pricing-body {
    margin-bottom: 30px
}

.zubuz-pricing-four-column .zubuz-pricing-body p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px
}

.zubuz-pricing-four-column .zubuz-pricing-body ul li {
    font-weight: 400
}

.zubuz-pricing-four-column .zubuz-pricing-body ul li img {
    top: 4px
}

[dir=rtl] .pricing-btn {
    justify-content: flex-start
}

[dir=rtl] .zubuz-pricing-price p {
    margin-left: 10px;
    margin-right: 0
}

[dir=rtl] .zubuz-pricing-body ul li {
    padding-right: 0;
    padding-left: 30px
}

[dir=rtl] .zubuz-pricing-body ul li img {
    right: auto;
    left: 0
}

[dir=rtl] .zubuz-title-btn {
    text-align: right
}

@media (max-width: 991px) {
    [dir=rtl] .zubuz-title-btn {
        text-align: left
    }
}

.zubuz-portfolio-menu ul li.active {
    color: #fff;
    position: relative;
    transition: all .4s;
    background-color: #092c4c
}

.zubuz-portfolio-menu {
    text-align: center;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .zubuz-portfolio-menu {
        margin-bottom: 40px
    }
}

.zubuz-portfolio-menu ul li {
    font-size: 16px;
    font-weight: 700;
    padding: 20px 24px;
    margin: 0 3px;
    line-height: 1;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    transition: all .4s;
    display: inline-block;
    border: 1px solid var(--heading-color)
}

@media (max-width: 479px) {
    .zubuz-portfolio-menu ul li {
        font-size: 15px;
        padding: 14px 12px
    }
}

.zubuz-portfolio-menu ul li::first-child {
    margin-right: 0
}

.zubuz-portfolio-menu ul li:last-child {
    margin-left: 0
}

.zubuz-portfolio-menu ul li.active {
    color: #fff;
    background-color: var(--blue-bg);
    border: 1px solid var(--primary-color)
}

.zubuz-portfolio-column {
    margin-right: -24px
}

.zubuz-portfolio-wrap:hover .zubuz-portfolio-data {
    opacity: 1;
    bottom: 40px;
    visibility: visible
}

.zubuz-portfolio-wrap:hover .zubuz-portfolio-thumb:before {
    opacity: 1;
    visibility: visible
}

.zubuz-portfolio-thumb {
    margin-right: 24px;
    margin-bottom: 24px;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.zubuz-portfolio-thumb:before {
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    position: absolute;
    transition: all .4s;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 50.52%, #000 89.06%);
    mix-blend-mode: multiply
}

.zubuz-portfolio-data {
    bottom: 0;
    right: 40px;
    opacity: 0;
    visibility: hidden;
    width: calc(100% - 80px);
    position: absolute;
    transition: all .4s
}

@media (max-width: 1199px) {
    .zubuz-portfolio-data {
        right: 30px;
        width: calc(100% - 60px)
    }
}

.zubuz-portfolio-data h3 {
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--white-color)
}

@media (max-width: 1199px) {
    .zubuz-portfolio-data h3 {
        font-size: 30px
    }
}

.zubuz-portfolio-data p {
    margin: 0;
    color: var(--white-color)
}

.zubuz-portfolio-icon {
    top: 30px;
    left: 0;
    position: absolute
}

.zubuz-portfolio-wrap2:hover .zubuz-portfolio-thumb2:before {
    opacity: 1;
    visibility: visible
}

.zubuz-portfolio-thumb2 {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.zubuz-portfolio-thumb2 img {
    width: 100%;
    height: 100%;
    aspect-ratio: 8.5/4;
    object-fit: cover;
    object-position: top center
}

.zubuz-portfolio-thumb2:before {
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    position: absolute;
    transition: all .4s;
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 50.52%, #000 89.06%);
    mix-blend-mode: multiply
}

.zubuz-portfolio-data2 {
    position: relative;
    padding: 24px 0 40px
}

@media (max-width: 991px) {
    .zubuz-portfolio-data2 {
        padding: 24px 0
    }
}

.zubuz-portfolio-data2 h3 {
    font-size: 40px;
    margin-bottom: 15px
}

@media (max-width: 1199px) {
    .zubuz-portfolio-data2 h3 {
        font-size: 30px
    }
}

.zubuz-portfolio-data2 p {
    margin: 0
}

.zubuz-portfolio-icon2 {
    left: 0;
    top: 60px;
    position: absolute
}

@media (max-width: 991px) {
    .zubuz-portfolio-icon2 svg {
        width: 30px
    }
}

.zubuz-portfolio-icon2 svg path {
    transition: all .4s;
    stroke: var(--heading-color)
}

.zubuz-portfolio-icon2 svg path:hover {
    stroke: var(--primary-color)
}

.zubuz-portfolio-details-thumb {
    margin-bottom: 40px
}

.zubuz-portfolio-details-thumb img {
    border-radius: 10px;
    aspect-ratio: 8/5
}

.zubuz-portfolio-info {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    margin-bottom: 70px;
    justify-content: space-between
}

@media (max-width: 991px) {
    .zubuz-portfolio-info {
        justify-content: center
    }
}

.zubuz-portfolio-info-item p {
    font-weight: 400;
    margin-bottom: 15px;
    color: #7f8995
}

@media (max-width: 991px) {
    .zubuz-portfolio-info-item p {
        margin-bottom: 10px
    }
}

@media (max-width: 991px) {
    .zubuz-portfolio-info-item {
        flex: 0 0 50%;
        text-align: center
    }
}

.zubuz-portfolio-details-content {
    margin-bottom: 80px
}

.zubuz-portfolio-details-content-wrap {
    margin-left: 80px
}

@media (max-width: 991px) {
    .zubuz-portfolio-details-content-wrap {
        margin-left: 0;
        margin-bottom: 35px
    }
}

.zubuz-portfolio-details-content:last-child {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .zubuz-portfolio-details-content {
        margin-bottom: 40px;
        text-align: center
    }
}

.zubuz-portfolio-details-content h2 {
    margin-bottom: 24px
}

.zubuz-portfolio-details-content h4 {
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .zubuz-portfolio-details-content ul {
        text-align: right
    }
}

.zubuz-portfolio-details-content ul li {
    position: relative;
    padding-right: 20px
}

.zubuz-portfolio-details-content ul li:before {
    content: "";
    right: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    position: absolute;
    background-color: var(--body-color)
}

.zubuz-portfolio-details-thumb-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.zubuz-portfolio-details-thumb-item {
    border-radius: 10px;
    overflow: hidden
}

[dir=rtl] .zubuz-portfolio-menu {
    text-align: left
}

[dir=rtl] .zubuz-portfolio-icon,
[dir=rtl] .zubuz-portfolio-icon2 {
    left: auto;
    right: 0
}

[dir=rtl] .zubuz-portfolio-details-content ul li {
    padding-right: 0;
    padding-left: 20px
}

[dir=rtl] .zubuz-portfolio-details-content ul li:before {
    right: auto;
    left: 0
}

@media (max-width: 1199px) {
    .zubuz-table-wrap {
        overflow-x: scroll
    }
}

.zubuz-table-wrap table {
    width: 100%;
    white-space: nowrap
}

.zubuz-table-wrap table thead tr {
    border-radius: 10px;
    background-color: var(--dark-bg)
}

.zubuz-table-wrap table thead tr th {
    padding: 30px;
    font-weight: 400;
    text-align: center;
    color: var(--white-color)
}

@media (max-width: 1199px) {
    .zubuz-table-wrap table thead tr th {
        padding: 24px
    }
}

.zubuz-table-wrap table thead tr th:first-child {
    text-align: right
}

.zubuz-table-wrap table tbody tr {
    border-bottom: 1px solid var(--light-color)
}

.zubuz-table-wrap table tbody tr:last-child {
    border: none
}

.zubuz-table-wrap table tbody tr td {
    padding: 30px;
    font-weight: 400;
    text-align: center;
    color: var(--heading-color)
}

@media (max-width: 1199px) {
    .zubuz-table-wrap table tbody tr td {
        padding: 24px
    }
}

.zubuz-table-wrap table tbody tr td:first-child {
    text-align: right
}

[dir=rtl] .zubuz-table-wrap table tbody tr td,
[dir=rtl] .zubuz-table-wrap table thead tr th {
    text-align: left
}

.zubuz-extra-section {
    padding: 200px 0 130px
}

@media (max-width: 991px) {
    .zubuz-extra-section {
        padding: 160px 0 100px
    }
}

@media (max-width: 767px) {
    .zubuz-extra-section {
        padding: 160px 0 100px
    }
}

@media (max-width: 479px) {
    .zubuz-extra-section {
        padding: 130px 0 100px
    }
}

.zubuz-account-checkbox-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

a.forgot-password {
    font-size: 16px;
    color: var(--heading-color)
}

.zubuz-account-wrap {
    padding: 40px;
    max-width: 650px;
    border-radius: 10px;
    margin: 0 auto;
    border: 1px solid var(--light-color);
}

@media (max-width: 991px) {
    .zubuz-account-wrap {
        padding: 30px
    }
}

.zubuz-account-field {
    margin-bottom: 24px
}

.zubuz-account-field label {
    font-weight: 700;
    display: block;
    font-size: 18px;
    margin-bottom: 10px
}

.zubuz-account-field input {
    font-weight: 400;
}

.zubuz-account-field input:focus {
    border: 1px solid var(--primary-color) !important
}

.zubuz-account-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.zubuz-account-checkbox label {
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center
}

.zubuz-account-checkbox label a {
    color: var(--body-color);
    font-weight: 400;
    margin: 0 4px
}

.zubuz-account-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1.5px solid #7f8995;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 3px
}

.zubuz-account-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    right: 6px;
    width: 5px;
    height: 9px;
    border: solid var(--dark-bg);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

button#zubuz-account-btn {
    width: 100%;
    margin: 10px 0;
}

.zubuz-or {
    z-index: 0;
    line-height: 1;
    position: relative;
    text-align: center;
    margin-bottom: 40px
}

.zubuz-or p {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0 12px;
    display: inline-block;
    text-align: center;
    background-color: var(--white-bg)
}

.zubuz-or::before {
    content: "";
    right: 0;
    top: 9px;
    width: 100%;
    height: 1px;
    z-index: -1;
    position: absolute;
    background-color: #e6e6e6
}

a.zubuz-connect-login {
    height: 60px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    line-height: 60px;
    display: flex;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
    border: 1px solid var(--dark-bg)
}

a.zubuz-connect-login img {
    margin-left: 15px
}

.zubuz-account-bottom {
    margin-top: 40px;
    text-align: center
}

.zubuz-account-bottom p {
    font-size: 16px
}

.zubuz-account-bottom a {
    font-weight: 400;
    color: var(--body-color)
}

.zubuz-errors-wrap {
    text-align: center;
    max-width: 900px;
    margin: 0 auto
}

.zubuz-errors-thumb {
    margin-bottom: 80px
}

@media (max-width: 991px) {
    .zubuz-errors-thumb {
        margin-bottom: 60px
    }
    .ten_section .ten_section_content2-1 img.desktop_images {
        right: 17%;
        top: 10px;
        transform: rotate(90deg);
    }
}

@media (max-width: 767px) {
    .zubuz-errors-thumb {
        margin-bottom: 40px
    }
}

[dir=rtl] .zubuz-errors-wrap {
    text-align: left
}

[dir=rtl] .zubuz-account-wrap,
[dir=rtl] .zubuz-coming-newsletter,
[dir=rtl] .zubuz-countdown-wrap {
    margin-left: 0
}

[dir=rtl] button#zubuz-notified-btn {
    left: auto;
    right: 5px
}

[dir=rtl] a.zubuz-connect-login img {
    margin-left: 0;
    margin-right: 15px
}

[dir=rtl] .zubuz-account-checkbox label:before {
    margin-left: 0;
    margin-right: 10px
}

.zubuz-thumb {
    position: relative
}

@media (max-width: 991px) {
    .zubuz-thumb {
        margin-bottom: 35px
    }
}

.zubuz-thumb.thumb-pr {
    padding-left: 100px
}

@media (max-width: 991px) {
    .zubuz-thumb.thumb-pr {
        padding-left: 0
    }
    .zubuz-account-field input {
        padding: 15px 10px !important;
    }
}

.zubuz-thumb.thumb-pl {
    padding-right: 100px
}

@media (max-width: 1300px) {
    .zubuz-thumb.thumb-pl {
        padding-right: 50px
    }
}

@media (max-width: 991px) {
    .zubuz-thumb.thumb-pl {
        padding-right: 0
    }
}

.zubuz-thumb-card {
    position: absolute;
    bottom: 60px;
    left: 15px;
    animation: float-top-bottom 6s ease-in-out infinite
}

@media (max-width: 1199px) {
    .zubuz-thumb-card {
        width: 230px
    }
}

.zubuz-thumb-card2 {
    position: absolute;
    bottom: 60px;
    left: -18%;
    animation: float-top-bottom 6s ease-in-out infinite
}

@media (max-width: 1300px) {
    .zubuz-thumb-card2 {
        width: 230px;
        left: 0
    }
}

@keyframes float-top-bottom {
    0% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-40px)
    }

    100% {
        transform: translatey(0)
    }
}

.zubuz-v2-thumb {
    position: relative;
    z-index: 0
}

.zubuz-v2-thumb.thumb-mr {
    margin-left: 65px
}

@media (max-width: 1199px) {
    .zubuz-v2-thumb.thumb-mr {
        margin-left: 15px
    }
}

@media (max-width: 991px) {
    .zubuz-v2-thumb.thumb-mr {
        margin-left: 0
    }
}

.zubuz-v2-thumb.thumb-ml {
    margin-right: 65px
}

@media (max-width: 1199px) {
    .zubuz-v2-thumb.thumb-ml {
        margin-right: 15px
    }
}

@media (max-width: 991px) {
    .zubuz-v2-thumb.thumb-ml {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .zubuz-v2-thumb {
        margin-bottom: 40px
    }
}

.zubuz-v2-thumb img {
    border-radius: 10px
}

.zubuz-v2-thumb-shape {
    position: absolute;
    right: -30%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

@media (max-width: 991px) {
    .zubuz-v2-thumb-shape {
        display: none
    }
}

.zubuz-v3-thumb {
    margin-left: 27px;
    position: relative
}

.zubuz-v3-thumb img {
    border-radius: 20px
}

@media (max-width: 991px) {
    .zubuz-v3-thumb {
        margin-left: 0;
        margin-bottom: 40px
    }
}

.zubuz-v3-card {
    bottom: 40px;
    right: -100px;
    width: 65%;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, .12);
    animation: float-top-bottom 6s ease-in-out infinite
}

.zubuz-v3-card img {
    border-radius: 10px
}

@media (max-width: 1299px) {
    .zubuz-v3-card {
        right: -20px
    }
}

@media (max-width: 767px) {
    .zubuz-v3-card {
        display: none
    }
}

.zubuz-v3-thumb2 {
    margin-right: 30px;
    position: relative
}

.zubuz-v3-thumb2 img {
    border-radius: 20px
}

@media (max-width: 991px) {
    .zubuz-v3-thumb2 {
        margin-right: 0;
        margin-bottom: 40px
    }
}

.zubuz-v3-card2 {
    bottom: 55px;
    right: -20px;
    width: 65%;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 2.534px 38.004px 0 rgba(0, 0, 0, .12);
    animation: float-top-bottom 6s ease-in-out infinite
}

.zubuz-v3-card2 img {
    border-radius: 10px
}

@media (max-width: 1299px) {
    .zubuz-v3-card2 {
        right: -20px
    }
}

@media (max-width: 767px) {
    .zubuz-v3-card2 {
        display: none
    }
}

.zubuz-career-thumb {
    border-radius: 20px;
    overflow: hidden;
    margin-left: 20px
}

@media (max-width: 991px) {
    .zubuz-career-thumb {
        margin-left: 0;
        margin-bottom: 40px
    }
}

[dir=rtl] .zubuz-thumb.thumb-pr {
    padding-right: 100px;
    padding-left: 0
}

@media (max-width: 991px) {
    [dir=rtl] .zubuz-thumb.thumb-pr {
        padding: 0
    }
}

[dir=rtl] .zubuz-thumb.thumb-pl {
    padding-left: 100px;
    padding-right: 0
}

@media (max-width: 991px) {
    [dir=rtl] .zubuz-thumb.thumb-pl {
        padding: 0
    }
}

[dir=rtl] .zubuz-v2-thumb.thumb-mr {
    margin-left: 0;
    margin-right: 65px
}

@media (max-width: 1199px) {
    [dir=rtl] .zubuz-v2-thumb.thumb-mr {
        margin-left: 0;
        margin-right: 15px
    }
}

@media (max-width: 991px) {
    [dir=rtl] .zubuz-v2-thumb.thumb-mr {
        margin-left: 0;
        margin-right: 0
    }
}

[dir=rtl] .zubuz-v2-thumb.thumb-ml {
    margin-right: 0;
    margin-left: 65px
}

@media (max-width: 1199px) {
    [dir=rtl] .zubuz-v2-thumb.thumb-ml {
        margin-right: 0;
        margin-left: 15px
    }
}

@media (max-width: 991px) {
    [dir=rtl] .zubuz-v2-thumb.thumb-ml {
        margin-left: 0;
        margin-right: 0
    }
}

[dir=rtl] .zubuz-v3-thumb {
    margin-left: 0;
    margin-right: 27px
}

@media (max-width: 991px) {
    [dir=rtl] .zubuz-v3-thumb {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 1299px) {

    [dir=rtl] .zubuz-v3-card,
    [dir=rtl] .zubuz-v3-card2 {
        right: auto
    }
}

.zubuz-sidemenu-wraper {
    position: relative
}

.zubuz-sidemenu-column {
    width: 250px;
    display: block;
    position: fixed;
    z-index: 111;
    padding: 30px;
    margin-left: -250px;
    transition: .5s;
    left: 0;
    top: 300px;
    direction: rtl;
    background-color: var(--dark-bg)
}

.zubuz-sidemenu-column.active {
    margin-left: 0;
    z-index: 9999
}

.zubuz-sidemenu-item p {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: var(--white-color)
}

.value-change-btn {
    display: flex;
    gap: 10px
}

.value-change-btn span {
    width: 90px;
    font-size: 15px;
    line-height: 1;
    padding: 8px;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: var(--light-bg)
}

.value-change-btn span:first-child {
    margin-right: 0
}

.value-change-btn span:last-child {
    margin-right: 0
}

.active-bg.active span {
    background-color: var(--secondary-color)
}

.zubuz-sidemenu-item {
    margin-bottom: 24px
}

.zubuz-sidemenu-item:last-child {
    margin-bottom: 0
}

.zubuz-cursor-btn {
    display: flex;
    gap: 10px
}

.zubuz-cursor-btn .value-change-btn span {
    text-transform: capitalize
}

.zubuz-sidemenu-close {
    position: absolute;
    opacity: 0;
    line-height: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.active .zubuz-sidemenu-close {
    opacity: 1;
    visibility: visible
}

.zubuz-open-close-btn {
    width: 45px;
    height: 45px;
    left: 250px;
    top: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: var(--dark-bg);
    transform: translateY(-50%)
}

.zubuz-open-close-btn svg {
    width: 24px
}

.zubuz-open-close-btn path {
    stroke: var(--white-color)
}

.zubuz-rtl-open {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.active .zubuz-rtl-open {
    opacity: 0
}

.cursor.active {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid var(--dark-bg);
    transition: all .2s ease-out;
    position: fixed;
    pointer-events: none;
    right: 0;
    top: 0;
    z-index: 99999;
    transform: translate(calc(-1 * (-50% + 15px)), -50%)
}

.cursor2.active {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #000;
    opacity: .3;
    position: fixed;
    z-index: 99999;
    transform: translate(50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s
}

.zubuz-section-padding {
    padding: 125px 0 130px
}

@media (max-width: 991px) {
    .zubuz-section-padding {
        padding: 100px 0
    }
}

@media (max-width: 767px) {
    .zubuz-section-padding {
        padding: 80px 0
    }
}

.zubuz-section-padding2 {
    padding: 130px 0
}

@media (max-width: 991px) {
    .zubuz-section-padding2 {
        padding: 100px 0
    }
}

@media (max-width: 767px) {
    .zubuz-section-padding2 {
        padding: 80px 0
    }
}

.zubuz-section-padding3 {
    padding: 125px 0 106px
}

@media (max-width: 991px) {
    .zubuz-section-padding3 {
        padding: 100px 0 76px
    }
}

@media (max-width: 767px) {
    .zubuz-section-padding3 {
        padding: 80px 0 56px
    }
}

.zubuz-section-padding4 {
    padding: 100px 0
}

@media (max-width: 767px) {
    .zubuz-section-padding4 {
        padding: 80px 0
    }
}

.zubuz-section-padding5 {
    padding: 0 0 130px
}

@media (max-width: 991px) {
    .zubuz-section-padding5 {
        padding: 0 0 100px
    }
}

@media (max-width: 767px) {
    .zubuz-section-padding5 {
        padding: 0 0 80px
    }
}

.zubuz-section-padding6 {
    padding: 80px 0 56px
}

.zubuz-section-title {
    padding-bottom: 50px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .zubuz-section-title {
        padding-bottom: 60px
    }
}

.zubuz-section-title.center {
    margin: 0 auto;
    text-align: center;
    max-width: 830px
}

.zubuz-section-title.center.w-large {
    max-width: 850px
}

@media (max-width: 991px) {
    .zubuz-section-title {
        padding-bottom: 60px;
        text-align: center
    }
}

@media (max-width: 767px) {
    .zubuz-section-title {
        padding-bottom: 40px
    }
}

.zubuz-section-title.light h2 {
    color: var(--white-color)
}

@media (max-width: 991px) {
    .zubuz-section-title.zubuz-two-column-title h2 {
        margin-bottom: 20px
    }
}

.zubuz-title-btn {
    width: 100%;
    text-align: left
}

@media (max-width: 991px) {
    .zubuz-title-btn {
        text-align: center
    }
}

.zubuz-default-content h2 {
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .zubuz-default-content h2 {
        margin-bottom: 15px
    }
}

@media (max-width: 991px) {
    .zubuz-default-content {
        text-align: center
    }
}

.zubuz-default-content.light h2,
.zubuz-default-content.light p {
    color: var(--white-color)
}

.zubuz-default-content.m-left {
    margin-right: 70px
}

@media (max-width: 1399px) {
    .zubuz-default-content.m-left {
        margin-right: 0
    }
}

.zubuz-default-content.m-right {
    margin-left: 65px
}

@media (max-width: 1399px) {
    .zubuz-default-content.m-right {
        margin-left: 0
    }
}

.zubuz-default-content.m-right-50 {
    margin-left: 50px
}

@media (max-width: 1399px) {
    .zubuz-default-content.m-right-50 {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .zubuz-default-content.m-right-50 {
        margin-bottom: 40px
    }
}

.zubuz-default-content.m-left-85 {
    margin-right: 85px
}

@media (max-width: 1399px) {
    .zubuz-default-content.m-left-85 {
        margin-right: 0
    }
}

.zubuz-default-content.cta h2 {
    margin: 0
}

@media (max-width: 991px) {
    .zubuz-default-content.cta h2 {
        margin-bottom: 30px
    }
}

.zubuz-extara-mt {
    margin-top: 45px
}

@media (max-width: 991px) {
    .zubuz-extara-mt {
        margin-top: 30px
    }
}

.zubuz-extara-mt p {
    margin-bottom: 24px
}

.zubuz-extara-mt p:last-child {
    margin-bottom: 0
}

[dir=rtl] .zubuz-section-title.center {
    margin-left: 0;
    text-align: left
}

[dir=rtl] .zubuz-section-title {
    text-align: left
}

[dir=rtl] .zubuz-default-content {
    text-align: left
}

[dir=rtl] .zubuz-default-content.m-right {
    margin-left: 0;
    margin-right: 65px
}

@media (max-width: 1399px) {
    [dir=rtl] .zubuz-default-content.m-right {
        margin-right: 0
    }
}

[dir=rtl] .zubuz-default-content.m-left {
    margin-right: 0;
    margin-left: 70px
}

@media (max-width: 1399px) {
    [dir=rtl] .zubuz-default-content.m-left {
        margin-right: 0;
        margin-left: 0
    }
}

[dir=rtl] .zubuz-default-content.m-left-85 {
    margin-right: 0;
    margin-left: 85px
}

@media (max-width: 1399px) {
    [dir=rtl] .zubuz-default-content.m-left-85 {
        margin: 0
    }
}

.zubuz-tools-wrap {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}

@media (max-width: 1199px) {
    .zubuz-tools-wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media (max-width: 991px) {
    .zubuz-tools-wrap {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (max-width: 767px) {
    .zubuz-tools-wrap {
        grid-template-columns: 1fr 1fr
    }
}

.zubuz-tools-item {
    width: 100%;
    display: flex;
    height: 200px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--light-color);
}

.zubuz-about-thumb {
    margin-bottom: 24px
}

.zubuz-about-thumb img {
    border-radius: 10px
}

.zubuz-divider {
    height: 1px;
    border-top: 1px solid var(--light-color)
}

.zubuz-jobs-item {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-bottom: 24px;
    border-radius: 20px;
    border: 1px solid #ccc;
    transition: all .4s;
    display: grid;
    grid-template-columns: 50% 30% 20%
}

@media (max-width: 991px) {
    .zubuz-jobs-item {
        row-gap: 24px;
        grid-template-columns: 100%
    }
}

.zubuz-jobs-item:hover {
    border: 1px solid var(--white-color);
    box-shadow: 0 4px 80px 0 rgba(0, 0, 0, .08)
}

.zubuz-jobs-item-content {
    padding-left: 15%
}

@media (max-width: 1199px) {
    .zubuz-jobs-item-content {
        padding-left: 8%
    }
}

@media (max-width: 991px) {
    .zubuz-jobs-item-content {
        padding-left: 0
    }
}

.zubuz-jobs-item-content:last-child {
    padding-left: 0
}

.zubuz-jobs-item-content h3 {
    margin-bottom: 15px
}

.zubuz-jobs-item-content span {
    display: block;
    font-weight: 400;
    margin-bottom: 10px
}

.zubuz-jobs-item-content span:last-child {
    margin-bottom: 0
}

.zubuz-jobs-apply-btn {
    text-align: left
}

@media (max-width: 991px) {
    .zubuz-jobs-apply-btn {
        text-align: right
    }
}

.zubuz-career-details-content h2 {
    margin-bottom: 20px
}

.zubuz-career-details-content h3 {
    margin-bottom: 15px
}

.zubuz-career-details-content img {
    margin-bottom: 20px;
    border-radius: 10px
}

.zubuz-position-requirement-item {
    margin-top: 30px;
    margin-bottom: 25px
}

.zubuz-position-requirement-item:last-child {
    margin-bottom: 0
}

.zubuz-position-requirement-item span {
    font-weight: 600
}

.zubuz-position-requirement-item p {
    padding-right: 35px;
    position: relative;
    margin: 0
}

.zubuz-position-requirement-item p::before {
    content: "";
    right: 20px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    position: absolute;
    background-color: var(--dark-bg)
}

.zubuz-job-role {
    padding: 24px;
    border-radius: 10px;
    background-color: var(--blue-bg)
}

@media (max-width: 991px) {
    .zubuz-job-role {
        margin-top: 35px
    }
}

.zubuz-job-role h3 {
    margin-bottom: 20px;
    color: var(--white-color)
}

.zubuz-job-role ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--white-color);
    position: relative;
    padding-right: 30px
}

.zubuz-job-role ul li:last-child {
    margin-bottom: 0
}

.zubuz-job-role ul li img {
    position: absolute;
    right: 0;
    top: 4px
}

.zubuz-job-role a.zubuz-default-btn {
    width: 100%;
    text-align: center;
    margin-top: 24px;
    color: var(--primary-color);
    background-color: var(--white-bg)
}

[dir=rtl] .zubuz-jobs-apply-btn {
    text-align: right
}

@media (max-width: 991px) {
    [dir=rtl] .zubuz-jobs-apply-btn {
        text-align: left
    }
}

[dir=rtl] .zubuz-jobs-item-content {
    padding-left: 0;
    padding-right: 15%
}

@media (max-width: 1199px) {
    [dir=rtl] .zubuz-jobs-item-content {
        padding-right: 8%
    }
}

@media (max-width: 991px) {
    [dir=rtl] .zubuz-jobs-item-content {
        padding-right: 0
    }
}

[dir=rtl] .zubuz-position-requirement-item p {
    padding-right: 0;
    padding-left: 35px
}

[dir=rtl] .zubuz-position-requirement-item p::before {
    right: auto;
    left: 20px
}

[dir=rtl] .zubuz-job-role ul li {
    padding-right: 0;
    padding-left: 30px
}

[dir=rtl] .zubuz-job-role ul li img {
    right: auto;
    left: 0
}

.zubuz-main-form {
    margin-bottom: 24px
}

.zubuz-form-wrap {
    padding: 40px;
    border-radius: 10px;
    background-color: var(--light-bg);
    border: 1px solid var(--heading-color)
}

@media (max-width: 991px) {
    .zubuz-form-wrap {
        padding: 30px;
        margin-top: 40px
    }
}

.zubuz-form-wrap h3 {
    margin-bottom: 30px
}

.zubuz-loading-dots {
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-bg)
}

.zubuz-loading-dots--dot {
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: var(--primary-bg);
    border-radius: 10px;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 7px
}

.zubuz-loading-dots--dot:nth-child(2) {
    animation-delay: .5s
}

.zubuz-loading-dots--dot:nth-child(3) {
    animation-delay: 1s
}

@keyframes dot-keyframes {
    0% {
        opacity: .4;
        transform: scale(1, 1)
    }

    50% {
        opacity: 1;
        transform: scale(1.2, 1.2)
    }

    100% {
        opacity: .4;
        transform: scale(1, 1)
    }
}

.zubuz-preloader-wrap {
    position: fixed;
    z-index: 1222;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--white-bg);
    display: flex;
    justify-content: center;
    align-items: center
}


.zubuz-preloader {
    display: inline-block;
    position: relative;
    width: 74px;
    height: 100px;
    align-items: center;
    justify-content: center
}

.zubuz-preloader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--secondary-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.zubuz-preloader div:nth-child(1) {
    right: 8px;
    animation: zubuz-preloader1 .6s infinite
}

.zubuz-preloader div:nth-child(2) {
    right: 8px;
    animation: zubuz-preloader2 .6s infinite
}

.zubuz-preloader div:nth-child(3) {
    right: 32px;
    animation: zubuz-preloader2 .6s infinite
}

.zubuz-preloader div:nth-child(4) {
    right: 56px;
    animation: zubuz-preloader3 .6s infinite
}

@keyframes zubuz-preloader1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes zubuz-preloader3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes zubuz-preloader2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-24px, 0)
    }
}

.zubuz-countdown-wrap {
    max-width: 856px;
    margin: 0 auto;
    display: grid;
    gap: 24px;
    margin-bottom: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media (max-width: 991px) {
    .zubuz-countdown-wrap {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 767px) {
    .zubuz-countdown-wrap {
        margin-bottom: 30px
    }
}

.zubuz-countdown-item {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-direction: column;
    background-color: var(--dark-bg)
}

@media (max-width: 767px) {
    .zubuz-countdown-item {
        height: 150px
    }
}

.zubuz-countdown-item p {
    font-weight: 400;
    margin-top: 7px;
    color: var(--secondary-color)
}

@media (max-width: 991px) {
    .zubuz-countdown-item p {
        font-size: 20px
    }
}

.number {
    color: var(--white-color);
    font-size: 85px;
    font-weight: 700;
    line-height: 1.05em;
    letter-spacing: -.1px;
    font-family: Raleway, sans-serif
}

@media (max-width: 1400px) {
    .number {
        font-size: 60px
    }
}

@media (max-width: 767px) {
    .number {
        font-size: 48px
    }
}

@media (max-width: 479px) {
    .number {
        font-size: 36px
    }
}

.zubuz-coming-newsletter {
    max-width: 500px;
    margin: 0 auto;
    position: relative
}

.zubuz-coming-newsletter input {
    color: #666;
    padding-left: 158px !important;
    margin-bottom: 12px;
    border: 1px solid #ccc !important
}

@media (max-width: 767px) {
    .zubuz-coming-newsletter input {
        padding-left: 24px !important
    }
}

.zubuz-coming-newsletter input:focus {
    border: 1px solid var(--primary-color) !important
}

.zubuz-coming-newsletter input::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-coming-newsletter input:-moz-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-coming-newsletter input::-moz-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-coming-newsletter input:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-coming-newsletter input::-ms-input-placeholder {
    color: #666;
    opacity: 1
}

.zubuz-coming-newsletter input::placeholder {
    color: #666;
    opacity: 1
}

.zubuz-coming-newsletter p {
    color: #666;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px
}

button#zubuz-notified-btn {
    border-radius: 3px;
    width: 150px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all .4s;
    color: var(--white-color);
    background-color: var(--blue-bg)
}

button#zubuz-notified-btn:hover {
    color: var(--heading-color);
    background-color: var(--secondary-color)
}

@media (max-width: 767px) {
    button#zubuz-notified-btn {
        position: static;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px
    }
}

/*custom style brand fade animate*/

.creative-brand-display {
    padding: 0 0 30px;
    position: relative;
    overflow: hidden;
}
.brand-showcase-page .brand-display-zone {
    height: 350px !important;
}
.brand-stage {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

/* Brand Display Zone */
.brand-display-zone {
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-showcase {
    position: absolute;
    width: 400px;
    height: 200px;
    opacity: 0;
    transition: all 0.2s ease;
    text-decoration: none;
}

.brand-showcase.active {
    opacity: 1;
    z-index: 2;
}

.brand-showcase.entering {
    animation: brandFadeIn 0.2s ease;
}


@keyframes brandFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



/* Brand Content */
.brand-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.brand-image-wrapper {
    position: relative;
    z-index: 10;
}

.brand-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: 300px;
    height: auto;
    object-fit: contain;
    transition: all 0.4s ease;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}

.brand-showcase:hover .brand-image-wrapper img {
    transform: scale(1.1) rotateZ(2deg);
    filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.3));
}

/* Brand Name Display */
.brand-name-display {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.4s ease;
}

.brand-showcase:hover .brand-name-display {
    opacity: 1;
    bottom: -35px;
}

.brand-name {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
    white-space: nowrap;
}

/* Navigation Buttons */
.brand-nav-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.nav-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    color: #3131ff;
    font-size: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.nav-btn:active {
    transform: scale(0.95);
}

.nav-btn-left {
    left: 0;
}


/* Responsive Design */
@media (max-width: 768px) {
    .brand-showcase {
        width: 250px;
        height: 200px;
    }

    .brand-image-wrapper img {
        max-height: 200px;
    }

    .nav-btn-left {
        left: -20px;
    }

    .nav-btn-right {
        right: -20px;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .creative-brand-display {
        padding: 30px 0;
    }

    .brand-stage {
        min-height: 250px;
    }

    .brand-showcase {
        width: 250px;
        height: 200px;
    }

    .brand-image-wrapper img {
        max-height: 200px;
    }

    .nav-btn-left {
        left: 0;
    }

    .nav-btn-right {
        right: 0;
    }

    .nav-btn {
        width: 35px;
        height: 35px;
        font-size: 40px;
    }
}


.learn_verify_serial {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 13px;
    color: blue;
}
.learn_verify_serial svg {
    width: 30px;
    height: 30px;
}
/*model popup css*/
/* Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Modal Container */
.modal-container {
    background: white;
    border-radius: 16px;
    max-width: 90%;
    max-height: 90%;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: scale(0.7) translateY(50px);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.modal-overlay.active .modal-container {
    transform: scale(1) translateY(0);
}

/* Modal Header */
.modal-header {
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fafafa;
}

.modal-title {
    font-size: 20px;
    color: #333;
    margin: 0;
}

.modal-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: #666;
}

.modal-close:hover {
    background: #f0f0f0;
    color: #333;
    transform: rotate(90deg);
}

.modal-close svg {
    width: 24px;
    height: 24px;
}

/* Modal Body */
.modal-body {
    padding: 25px;
    max-height: 60vh;
    overflow-y: auto;
}

.modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* Video Container */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Modal Footer */
.modal-footer {
    padding: 20px 25px;
    border-top: 1px solid #eee;
    background: #fafafa;
}

.modal-understand-btn {
    width: 100%;
    padding: 15px;
    background: blue;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    /* font-weight: 600; */
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.modal-understand-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.modal-understand-btn:active {
    transform: translateY(0);
}

/* Content styles */
.content-text {
    line-height: 1.8;
    color: #555;
    font-size: 16px;
}

.content-text p {
    margin-bottom: 15px;
}

.content-list {
    list-style: none;
    padding-right: 20px;
}

.content-list li {
    margin-bottom: 10px;
    position: relative;
}

.content-list li::before {
    content: "•";
    color: #667eea;
    font-weight: bold;
    position: absolute;
    right: -15px;
}

/* Animation classes */
.fadeIn {
    animation: fadeIn 0.3s ease forwards;
}

.fadeOut {
    animation: fadeOut 0.3s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(30px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
    to {
        opacity: 0;
        transform: scale(0.8) translateY(30px);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .modal-container {
        max-width: 95%;
        margin: 20px;
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 15px 20px;
    }

    .modal-title {
        font-size: 18px;
    }

    .video-container {
        border-radius: 8px;
    }
}
/* ========================================
   Variables and Base Styles
======================================== */
:root {
    --primary-color: #164074;
    --secondary-color: #FAB803;
    --text-color: #333;
    --white: #fff;
    --transition: all 0.3s ease;
}

* {
    box-sizing: border-box;
}

/* ========================================
   Header Styles
======================================== */
.main_header {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100px;
    z-index: 3;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.main_header .brand-logo {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-initialized .slick-slide {
    max-height: 100%;
}
.main_header .brand-logo a {
    text-align: center;
}
.main_header .brand-logo img {
    width: 300px;
    height: auto;
    padding: 60px;
    max-width: 90%;
}
.main_header ul {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.main_header ul li {
    list-style: none;
}

.main_header ul li a {
    text-decoration: none;
    color: var(--primary-color);
    position: relative;
    display: grid;
    justify-items: center;
    width: 150px;
    text-align: center;
    transition: var(--transition);
}

.main_header ul li a:hover {
    transform: translateY(-2px);
}

.main_header ul li a .vector_bottom_line {
    width: 130px;
    height: auto;
    position: absolute;
    bottom: -10px;
}

/* ========================================
   Hero Section
======================================== */
.hero_section {
    width: 100%;
    display: grid;
    justify-items: center;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.hero_section .video_back_hero {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    bottom: 0;
}

.hero_section .video_back_hero .back_video_hero {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
}

.hero_section .video_back_hero .video-overlay {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.13);
    transition: background 1s ease-in-out;
}

.hero_section .text_botton_hero {
    z-index: 2;
    position: absolute;
    bottom: 7%;
    margin: auto;
    width:95%;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
    transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, bottom;
}

.hero_section .text_botton_hero h1 {
    font-weight: 400;
    color: #fff;
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
    opacity: 0.8;
    line-height: 1;
    font-size:25px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}



@keyframes pulse {
    0% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
    50% { box-shadow: 0 10px 40px rgba(250, 184, 3, 0.5); }
    100% { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
}

/* Video freeze overlay styles */
.video-freeze-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.video-freeze-overlay.active {
    z-index: 0;
    background-image: var(--last-frame);
    background-size: cover;
    background-position: bottom;
    opacity: 1;
}

/* ========================================
   Section Two
======================================== */
.two_section {
    display: grid;
    width: 100%;
    position: relative;
}

.two_section .vector_top_line {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: auto;
}

.two_section .two_section_content {
    padding: 50px 0;
    position: relative;
}

.two_section .two_section_content .two_section_content1 {
    display: grid;
    gap: 15px;
    text-align: justify;
    line-height: 2;
    width: 100%;
    padding: 0 15px;
}

.two_section .two_section_content .two_section_content1 h2 {
    font-weight: 900;
    color: var(--primary-color);
    text-align: center;
    padding-bottom: 25px;
    font-size: clamp(24px, 5vw, 40px);
}

.two_section .two_section_content .vector_bottom_line {
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 200px;
}

.two_section .two_section_images {
    display: grid;
    width: 100%;
    z-index: 1;
    position: relative;
}

.two_section .two_section_images .two_section_images3 {
    display: flex;
    justify-content: center;
    padding: 50px 15px;
    width: 100%;
}

.two_section .two_section_images .two_section_images3 h2 {
    background: var(--secondary-color);
    color: var(--primary-color);
    padding: 20px 30px;
    font-weight: 900;
    border-radius: 0 25px 0 25px;
    font-size: clamp(18px, 4vw, 28px);
}

.two_section .two_section_images .two_section_images4 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 0 15px;
}

.two_section .two_section_images .two_section_images4 h3 {
    font-weight: 700;
    font-size: clamp(16px, 3vw, 24px);
}

.two_section .two_section_images .two_section_images4 .two_section_images4_item_1,
.two_section .two_section_images .two_section_images4 .two_section_images4_item_3 {
    width: 25%;
    display: grid;
    justify-items: start;
    height: 500px;
}

.two_section .two_section_images .two_section_images4 .two_section_images4_item_2 {
    width: 50%;
    display: flex;
    justify-content: center;
    height: 500px;
    position: relative;
}

.two_section .two_section_images .two_section_images4 .two_section_images4_item_2 img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.two_section .two_section_images .two_section_images4 .two_section_images4_item_1 .two_section_images4_item_1_1 .line_mouse_item {
    position: absolute;
    right: 65%;
    width: 120%;
    top: 45px;
    transform: rotate(-5deg);
}
.two_section .two_section_images .two_section_images4 .two_section_images4_item_1 .two_section_images4_item_1_2 .line_mouse_item {
    position: absolute;
    right: 50%;
    top: 80px;
    width: 400px;
    transform: rotate(0);
}
.two_section .two_section_images .two_section_images4 .two_section_images4_item_3 .two_section_images4_item_3_1 .line_mouse_item {
    width: 85%;
    position: absolute;
    left: 108%;
    transform: rotate(10deg);
}
.two_section .two_section_images .two_section_images4 .two_section_images4_item_3 .two_section_images4_item_3_2 .line_mouse_item {
    width: 83%;
    position: absolute;
    left: 104%;
    top: 20%;
    transform: rotate(13deg);
}
.two_section .two_section_images .two_section_images4 .two_section_images4_item_1 .two_section_images4_item_1_1 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.two_section .two_section_images .two_section_images4 .two_section_images4_item_1 .two_section_images4_item_1_2  {
    position: relative;
    width: 100%;
}
.two_section .two_section_images .two_section_images4 .two_section_images4_item_3 .two_section_images4_item_3_1  {
    position: relative;
    width: 100%;
}
.two_section .two_section_images .two_section_images4 .two_section_images4_item_3 .two_section_images4_item_3_2  {
    position: relative;
    width: 100%;
}

/* ========================================
   Section Three
======================================== */
.there_section {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #0F2D51;
    height: 400px;
    margin: 50px 0 0;
}

.there_section .there_section_1 {
    width: 25%;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: end;
    height: 100%;
    align-content: center;
    transition: var(--transition);
}

.there_section .there_section_3 {
    width: 25%;
    display: grid;
    align-items: center;
    justify-items: start;
    justify-content: center;
    height: 100%;
    align-content: center;
    transition: var(--transition);
}

.there_section .there_section_1:hover,
.there_section .there_section_3:hover {
    transform: scale(1.05);
}

.there_section .there_section_2 {
    width: 50%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.there_section .main_image {
    max-width: 100%;
    height: auto;
}

.there_section .back_video_hero {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

/* ========================================
   Section Four - Brand Slider
======================================== */
.fore_section {
    padding: 50px 0;
}

.zubuz-brand-item {
    position: relative;
    display: block;
    transition: var(--transition);
}

.zubuz-brand-item:hover {
    transform: translateY(-5px);
}

.zubuz-brand-item svg {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    opacity: 0;
    transition: var(--transition);
}

.zubuz-brand-item:hover svg {
    opacity: 1;
}

/* ========================================
   Section Five & Nine
======================================== */
.five_section,
.nine_section {
    background: var(--primary-color);
    height: 700px;
    display: grid;
    align-items: center;
    align-content: center;
    position: relative;
}

.video_seeder {
    width: min(1100px, 90%);
    height: min(600px, 80vh);
    /* background: #ddd; */
    margin: auto;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); */
}

.five_section img.image_right_logo {
    position: absolute;
    right: 10px;
    top: 40px;
    height: auto;
}

.nine_section img.image_right_logo {
    position: absolute;
    top: 40px;
    height: auto;
}

.nine_section img.image_left_logo {
    position: absolute;
    left: 0;
    top: -23%;
    width: clamp(100px, 15vw, 200px);
}

/* ========================================
   Section Six & Seven
======================================== */
.six_section,
.seven_section {
    width: 100%;
    height: 600px;
    position: relative;
}

.background_six_section {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}

.six_section .sham_six_section {
    position: absolute;
    left: 0;
    bottom: 70%;
    width: clamp(150px, 20vw, 300px);
}

.six_section h2 {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 35px 15px;
    color: var(--white);
    font-size: clamp(28px, 6vw, 50px);
}

.content_sex_section {
    position: absolute;
    top: 30%;
    width: 55%;
    display: grid;
    gap: 20px;
    color: var(--white);
    padding: 0 20px;
}

.six_section .content_sex_section {
    left: 5%;
}


.content_sex_section h4 {
    font-size: clamp(20px, 4vw, 30px);
    color: var(--white);
}

.content_sex_section p {
    line-height: 2;
    font-size: clamp(14px, 2vw, 18px);
}

/* ========================================
   Section Eight
======================================== */
.eight_section {
    background: var(--secondary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
    width: 100%;
    overflow: hidden;
    padding: 20px 0 0;
}

.eight_section .eight_section1,
.eight_section .eight_section3 {
    width: 25%;
    position: relative;
    display: grid;
    padding: 0 20px;
}

.eight_section .eight_section1 {
    justify-items: end;
    justify-content: end;
}

.eight_section .eight_section3 {
    justify-content: start;
    justify-items: start;
}

.eight_section img {
    position: absolute;
    bottom: -15px;
    height: 100%;
}

.eight_section .eight_section1 img {
    left: -25px;
}

.eight_section .eight_section3 img {
    right: -25px;
}

.customer_count {
    width: 100%;
    height: 100%;
    display: grid;
    line-height: 1.2;
    z-index: 1;
    position: relative;
}

.customer_count .count {
    font-size: 50px;
    font-weight: 900;
}

.eight_section1 .customer_count .text {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 900;
    text-align: left;
}
.eight_section3 .customer_count .text {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 900;
    text-align: right;
}

.eight_section .eight_section2 {
    width: 45%;
    background: var(--primary-color);
    height: auto;
    margin-top: 30px;
    line-height: 2;
    padding: 15px 20px 30px;
    color: var(--white);
    border-radius: 50px 50px 0 0;
}

.eight_section .eight_section2 h3 {
    color: var(--white);
    line-height: 2.5;
    font-size: clamp(18px, 3vw, 28px);
}

.eight_section .eight_section2 p {
    text-align: justify;
    font-size: clamp(14px, 2vw, 16px);
}

/* ========================================
   Section Ten
======================================== */
.ten_section {
    display: grid;
    width: 100%;
    position: relative;
    padding-bottom: 150px;
}

.ten_section .ten_section_content {
    padding: 50px 0;
    position: relative;
}

.ten_section .ten_section_content1 {
    display: grid;
    gap: 15px;
    text-align: justify;
    line-height: 2;
    width: 100%;
    padding: 0 15px;
}

.ten_section .ten_section_content1 h2 {
    font-weight: 900;
    color: var(--primary-color);
    text-align: center;
    padding-bottom: 25px;
    font-size: clamp(24px, 5vw, 40px);
}

.ten_section .ten_section_content2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
    padding: 0 15px;
}

.ten_section .ten_section_content2-1,
.ten_section .ten_section_content2-2 {
    width: 48%;
    display: grid;
    gap: 15px;
    line-height: 2;
}

.ten_section .ten_section_content2-1 {
    position: relative;
}

.ten_section .ten_section_content2-1 img.desktop_images {
    position: absolute;
    left: -5%;
    top: 0;
}

.ten_section h4 {
    font-weight: 700;
    font-size: clamp(18px, 3vw, 24px);
}

/* ========================================
   Section Eleven
======================================== */
.eleven_section {
    background: var(--secondary-color);
    width: 100%;
    padding: 50px 0;
}

/* ========================================
   Footer
======================================== */
footer.main_footer {
    padding: 30px 15px;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.item_footer_one,
.item_footer_two {
    width: calc(25% - 22.5px);
}
.item_footer_there {
    width: calc(30% - 22.5px);
}
.item_footer_fore {
    width: calc(20% - 22.5px);
}

.item_footer_one {
    padding: 30px 0;
}

.item_footer_one a img {
    max-width: 100%;
    height: auto;
}

.item_footer_two a {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    display: flex;
    justify-content: flex-start;
}

.item_footer_two a img {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: -10px;
}

.item_footer_there {
    display: grid;
    gap: 20px;
}

.header_footer_item {
    width: 100%;
    padding-bottom: 20px;
}

.header_footer_item h3 {
    font-size: clamp(18px, 3vw, 20px);
    font-weight: 400;
}

.item-address {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    font-weight: 400;
}

.item-address img {
    width: 20px;
    height: auto;
    flex-shrink: 0;
}

.item-address p {
    font-weight: 400;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.6;
}

.item-call {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    gap: 20px;
    flex-wrap: wrap;
}

.item-call div {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
}

.item-call div img {
    width: 20px;
    height: auto;
    flex-shrink: 0;
}

.item-call div p {
    font-size: clamp(14px, 2vw, 17px);
    margin: 0;
}

/* ========================================
   Responsive Design
======================================== */


/* Medium Desktops (1200px - 1399px) */


/* Small Desktops (992px - 1199px) */
@media (max-width: 1199px) {

    .hero_section {
        height: 550px;
    }

    .video_seeder {
        width: min(899px, 90%);
        height: 500px;
    }

    .five_section, .nine_section {
        height: 650px;
    }
}

/* Tablets (768px - 991px) */
@media (max-width: 991px) {
    /* Header adjustments */
    .main_header {
        height: 80px;
        padding: 0 20px;
    }



    /* Hero section */
    .hero_section {
        height: 500px;
    }

    .hero_section .text_botton_hero.active {
        bottom: 10%;
    }

    .hero_section .text_botton_hero.active h1 {
        font-size: 20px;
        padding: 12px 24px;
    }

    /* Section Two adjustments */


    .two_section .two_section_images .two_section_images4 .two_section_images4_item_1 {
        width: 100%;
        max-width: 500px;
        height: auto;
        background: #f3f3f35e;
        border-radius: 10px;
        padding: 0 15px;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_2 {
        width: 100%;
        max-width: 500px;
        height: auto;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_3 {
        width: 100%;
        max-width: 500px;
        height: auto;
        background: #f3f3f35e;
        border-radius: 10px;
        padding: 30px 15px;
    }

    .line_mouse_item {
        display: none;
    }

    /* Section Three */
    .there_section {
        flex-direction: column;
        height: auto;
        padding: 40px 20px;
        gap: 30px;
    }

    .there_section .there_section_1,
    .there_section .there_section_2,
    .there_section .there_section_3 {
        width: 100%;
        height: auto;
    }

    /* Sections Five & Nine */
    .five_section,
    .nine_section {
        height: 500px;
    }

    .video_seeder {
        height: 400px;
        top: 20px;
    }

    /* Section Six & Seven */
    .six_section,
    .seven_section {
        height: auto;
        min-height: 500px;
    }

    .content_sex_section {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        padding: 40px 20px;
        background: rgba(0, 0, 0, 0.7);
        margin-top: 200px;
    }

    .six_section h2 {
        position: relative;
        top: 20px;
    }

    .six_section .sham_six_section {
        bottom: auto !important;
        top: -35%;
    }

    /* Section Eight */
    .eight_section {
        flex-direction: column;
        padding: 40px 20px;
        gap: 30px;
    }

    .eight_section .eight_section1,
    .eight_section .eight_section2,
    .eight_section .eight_section3 {
        width: 100%;
        max-width: 600px;
    }



    .eight_section .eight_section2 {
        margin-top: 0;
        border-radius: 30px;
    }

    /* Section Ten */
    .ten_section .ten_section_content2 {
        flex-direction: column;
    }

    .ten_section .ten_section_content2-1,
    .ten_section .ten_section_content2-2 {
        width: 100%;
    }

    /* Footer */
    .footer-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .item_footer_one,
    .item_footer_two,
    .item_footer_there,
    .item_footer_fore {
        width: 100%;
        max-width: 500px;
    }

    .item-address,
    .item-call {
        justify-content: center;
    }
}

/* Mobile Devices (576px - 767px) */
@media (max-width: 767px) {
    /* General adjustments */
    body {
        overflow-x: hidden;
    }

    /* Header */
    .main_header {
        height: 70px;
        padding: 0 15px;
    }


    /* Hero section */
    .hero_section {
        height: 400px;
    }

    .hero_section .text_botton_hero h1 {
        font-size: 16px;
        line-height: 2;
    }

    .hero_section .text_botton_hero.active h1 {
        font-size: 18px;
        padding: 10px 20px;
    }

    /* Section content */
    .two_section .two_section_content .two_section_content1 h2,
    .ten_section .ten_section_content1 h2 {
        font-size: 24px;
    }

    .two_section .two_section_content .two_section_content1 p, .ten_section .ten_section_content1 p {
        font-size: 17px;
        line-height: 1.8;
    }

    /* Brand items section */
    .fore_section {
        padding: 30px 0;
    }

    /* Section Five & Nine */
    .five_section,
    .nine_section {
        height: 400px;
    }

    .video_seeder {
        height: 300px;
    }

    .five_section img.image_right_logo,
    .nine_section img.image_right_logo,
    .nine_section img.image_left_logo {
        width: 100px;
    }

    /* Section Six & Seven */
    .six_section h2 {
        font-size: 28px;
        padding: 20px 10px;
    }

    .content_sex_section {
        margin-top: 150px;
    }

    .content_sex_section h4 {
        font-size: 20px;
    }

    .content_sex_section p {
        font-size: 14px;
        line-height: 1.8;
    }

    /* Section Eight */
    .customer_count .count {
        font-size: 48px;
    }

    .customer_count .text {
        font-size: 18px;
    }

    .eight_section .eight_section2 h3 {
        font-size: 20px;
    }

    .eight_section .eight_section2 p {
        font-size: 14px;
    }

    /* Form section */
    .zubuz-cta-wrap {
        padding: 0 15px;
    }

    .zubuz-subscribe-two form {
        flex-direction: column;
        gap: 15px;
    }

    .zubuz-subscribe-two input {
        width: 100%;
    }

    .zubuz-subscription-btn {
        width: auto;
    }
    .zubuz-cta-content h2 {
        line-height: 1.5;
    }
}

/* Small Mobile Devices (up to 575px) */
@media (max-width: 575px) {
    /* Header */
    .main_header {
        height: 60px;
        width: 95%;
        margin: auto;
        position: fixed;
        right: 0;
        top: 10px;
        left: 0;
        border-radius: 10px;
    }
    .main_header .brand-logo img {
        width: 100px;
    }


    /* Hero section */
    .hero_section {
        height: 350px;
    }

    .hero_section .text_botton_hero h1 {
        font-size: 14px;
    }

    .hero_section .text_botton_hero.active h1 {
        font-size: 16px;
        padding: 8px 16px;
        border-radius: 20px 0 20px 0;
    }

    /* Section adjustments */
    .two_section .two_section_images .two_section_images3 h2 {
        font-size: 18px;
        padding: 15px 20px;
    }

    .there_section {
        padding: 30px 15px;
    }

    /* Small screens optimizations */
    .five_section,
    .nine_section {
        height: 350px;
    }

    .video_seeder {
        height: 250px;
        width: 98%;
    }

    /* Footer */
    .header_footer_item h3 {
        font-size: 18px;
    }

    .item-address p,
    .item-call div p {
        font-size: 14px;
    }
}

/* Ultra Small Devices (up to 400px) */
@media (max-width: 400px) {


    .hero_section {
        height: 300px;
    }

    .hero_section .text_botton_hero.active {
        bottom: 10%;
    }

    .hero_section .text_botton_hero h1,
    .hero_section .text_botton_hero.active h1 {
        font-size: 14px;
    }

    /* Content text */
    p {
        font-size: 13px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }
}

/* Landscape orientation adjustments */
@media (max-height: 600px) and (orientation: landscape) {
    .hero_section {
        height: 90vh;
    }

    .hero_section .text_botton_hero.active {
        bottom: 10%;
    }

    .five_section,
    .nine_section {
        height: 80vh;
    }

    .video_seeder {
        height: 70vh;
    }
}

@media screen and (max-width:1360px) {
    .five_section img.image_right_logo {
        width: 10%;
    }
    .eight_section .eight_section1 img {
        left: 0;
    }
    .eight_section .eight_section3 img {
        right: 0;
    }
}

@media screen and (max-width:1250px) {
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_3 .two_section_images4_item_3_1 .line_mouse_item {
        width: 95%;
        left: 101%;
        transform: rotate(17deg);
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_3 .two_section_images4_item_3_2 .line_mouse_item {
        width: 80%;
        left: 104%;
        top: 25%;
        transform: rotate(13deg);
    }
    .there_section .back_video_hero {
        width: 100%;
    }
    .video_seeder {
        width: min(950px, 90%);
        height: min(550px, 80vh);
    }
    .six_section, .seven_section {
        height: 500px;
    }
    .content_sex_section p {
        line-height: 3;
    }
    .customer_count .text {
        font-size: clamp(16px, 2vw, 20px);
    }
    .ten_section .ten_section_content2-1 img.desktop_images {
        left: -3%;
    }

}
@media screen and (max-width:1200px) {
    .hero_section .text_botton_hero h1 {
        font-size: 25px;
    }
    .hero_section {
        height: 480px;
    }
    .video_seeder {
        width: min(900px, 90%);
        height: min(550px, 80vh);
    }
    .six_section h2 {
        font-size: clamp(28px, 6vw, 40px);
    }
    .nine_section img.image_left_logo {
        top: -25%;
    }
    .ten_section .ten_section_content2-1 img.desktop_images {
        left: -5%;
    }
}
@media screen and (max-width:1150px) {
    .video_seeder {
        width: min(849px, 90%);
        height: min(500px, 80vh);
    }
    .five_section {
        height: 600px;
    }
    .six_section .sham_six_section {
        bottom: 75%;
        width: clamp(150px, 17vw, 300px);
    }
    .nine_section {
        height: 600px;
    }
    .nine_section img.image_right_logo {
        height: 85%;
    }
}
@media screen and (max-width:1100px) {
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_1 .two_section_images4_item_1_2 .line_mouse_item {
        right: 58%;
        top: 85px;
        width: 350px;
        transform: rotate(0);
    }
    .fore_section {
        padding: 20px 0;
    }
    .video_seeder {
        width: min(800px, 90%);
        height: min(490px, 80vh);
    }
    .eight_section1 .customer_count .text {
        font-size: clamp(16px, 2vw, 18px);
    }
    .eight_section3 .customer_count .text {
        font-size: clamp(16px, 2vw, 18px);
    }
}
@media screen and (max-width:1050px) {
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_3 .two_section_images4_item_3_1 .line_mouse_item {
        left: 101%;
        top: 50%;
        transform: rotate(20deg);
    }
    .there_section {
        height: 270px;
    }
    .there_section .there_section_2 {
        height: 80%;
    }
    .ten_section .ten_section_content2-1 p , .ten_section .ten_section_content2-2 p {
        font-size: 18px;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_3 .two_section_images4_item_3_2 .line_mouse_item {
        left: 103%;
        top: 28%;
        transform: rotate(18deg);
    }
}
@media screen and (max-width:1000px) {
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_1 .two_section_images4_item_1_2 .line_mouse_item {
        top: 114px;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_1 .two_section_images4_item_1_2 p {
        font-size: 16px;
        padding-top: 10px;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_3 .two_section_images4_item_3_1 p {
        font-size: 16px;
        padding-top: 10px;
    }
    .video_seeder {
        width: min(750px, 90%);
        height: min(470px, 80vh);
    }
    .content_sex_section p {
        line-height: 2.5;
    }
    .eight_section .eight_section2 h3 {
        font-size: clamp(18px, 3vw, 24px);
    }
    .eight_section1 .customer_count .text {
        font-size: clamp(16px, 2vw, 15px);
    }
    .eight_section3 .customer_count .text {
        font-size: clamp(16px, 2vw, 15px);
    }

}
@media screen and (max-width:991px) {
    .hero_section .text_botton_hero h1 {
        font-size: 20px;
    }
    .footer-wrapper {
        flex-wrap: wrap;
    }
    .hero_section {
        height: 350px;
    }
    .two_section .two_section_content .two_section_content1 h2 {
        font-size: clamp(24px, 5vw, 30px);
        line-height: 2;
    }
    .two_section .two_section_images .two_section_images4 {
        justify-content: center;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_1 .two_section_images4_item_1_1 {
        justify-content: flex-start;
        padding: 25px 0;
        align-items: center;
        padding-right: 40px;
    }

    .two_section .two_section_images .two_section_images4 .two_section_images4_item_1 .two_section_images4_item_1_1 span, .two_section .two_section_images .two_section_images4 .two_section_images4_item_1 .two_section_images4_item_1_2 span, .two_section .two_section_images .two_section_images4 .two_section_images4_item_3 .two_section_images4_item_3_1 span, .two_section .two_section_images .two_section_images4 .two_section_images4_item_3 .two_section_images4_item_3_2 span {
        display: flex !important;
        background: #ffc107;
        width: 30px;
        position: absolute;
        right: 0;
        border-radius: 50%;
        height: 30px;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #fff;
        line-height: 1;
        font-weight: 400;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_2 .right_number_image {
        display: block !important;
        position: relative;
        width: 100%;
        position: absolute;
        height: 100%;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_2 .right_number_image1 {
        position: absolute;
        top: 48px;
        width: 30px;
        text-align: center;
        right: 0;
        left: 0;
        /* margin: auto; */
        border-radius: 50%;
        display: flex;
        height: 30px;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #fff;
        line-height: 1;
        opacity: .5;
        font-weight: 400;
        background: #ffc107;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_2 .right_number_image1:before {
        content: " ";
        position: absolute;
        width: 100px;
        background: #ffe083;
        height: 1px;
        right: 100%;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_2 .right_number_image2 {
        position: absolute;
        top: 235px;
        width: 30px;
        text-align: center;
        /* right: 0; */
        left: 0;
        margin: auto;
        border-radius: 50%;
        display: flex;
        height: 30px;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #fff;
        line-height: 1;
        opacity: .5;
        font-weight: 400;
        background: #ffc107;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_2 .right_number_image2:before {
        content: " ";
        position: absolute;
        width: 100px;
        background: #ffe083;
        height: 1px;
        left: 100%;
    }

    .two_section .two_section_images .two_section_images4 .two_section_images4_item_2 .right_number_image3 {
        position: absolute;
        top: 175px;
        width: 30px;
        text-align: center;
        right: 0;
        /* left: 0; */
        margin: auto;
        border-radius: 50%;
        display: flex;
        height: 30px;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #fff;
        line-height: 1;
        opacity: .5;
        font-weight: 400;
        background: #ffc107;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_2 .right_number_image3:before {
        content: " ";
        position: absolute;
        width: 100px;
        background: #ffe083;
        height: 1px;
        right: 100%;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_2 .right_number_image4 {
        position: absolute;
        top: 330px;
        width: 30px;
        text-align: center;
        left: 0;
        margin: auto;
        border-radius: 50%;
        display: flex;
        height: 30px;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #fff;
        line-height: 1;
        opacity: .5;
        font-weight: 400;
        background: #ffc107;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_2 .right_number_image4:before {
        content: " ";
        position: absolute;
        width: 100px;
        background: #ffe083;
        height: 1px;
        left: 100%;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_1 .two_section_images4_item_1_2 {
        position: relative;
        width: 100%;
        padding-right: 40px;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_3 .two_section_images4_item_3_1 {
        padding-right: 40px;
    }
    .two_section .two_section_images .two_section_images4 .two_section_images4_item_3 .two_section_images4_item_3_2 {
        padding-right: 40px;
    }
    .two_section .two_section_images .two_section_images4 {
        flex-wrap: wrap;
    }
    .five_section {
        height: 500px;
    }
    .five_section img.image_right_logo {
        width: 9%;
    }
    .video_seeder {
        width: min(700px, 90%);
        height: min(450px, 80vh);
    }
    .six_section .content_sex_section {
        left: 0;
        width: 95%;
        margin: 0;
        top: 0;
    }
    .content_sex_section {
        background: none;
    }
    .seven_section .content_sex_section {
        margin: 0;
        top: 5%;
        width: 95%;
        right: 0;
    }
    .there_section {
        height: auto;
    }
    .background_six_section {
        display: none;
    }

    .background_six_section2 {
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        display: block !important;
        height: 100%;
        object-fit: cover;
    }
    .zubuz-footer-menu ul li {
        width: fit-content;
    }
    .zubuz-footer-menu ul li a {
        text-align: right;
    }
    .item_footer_two a img {
        width: 150px;
        position: absolute;
        right: 35px;
        bottom: -10px;
    }
    .zubuz-footer-title p {
        text-align: center;
    }
    .zubuz-footer-menu ul li {
        align-items: center;
        text-align: center;
        margin: 14px auto;
        justify-content: center;
    }
    .item_footer_two a img {
        width: 150px;
        position: absolute;
        right: 0;
        left: 0;
        bottom: -10px;
    }
    .zubuz-footer-title p {
        margin-bottom: 35px;
        font-size: 18px;
        font-weight: unset;
        background: #dddddd57;
        padding: 10px;
        border-radius: 5px;
    }
    .header_footer_item h3 {
        font-size: 18px;
        font-weight: unset;
        background: #dddddd57;
        padding: 10px;
        border-radius: 5px;
    }
    .item_footer_one {
        padding: 0 0;
    }
    .main_header .brand-logo img {
        width: 150px;
        padding: unset;
    }
}
@media screen and (max-width:900px) {
    .video_seeder {
        width: min(600px, 89%);
        height: min(425px, 80vh);
    }
    .five_section {
        height: 480px;
    }
    .nine_section {
        height: 480px;
    }
    .nine_section img.image_right_logo {
        height: 80%;
    }

    .two_section .two_section_images .two_section_images4 .two_section_images4_item_2 img {
        z-index: 1;
    }
}
@media screen and (max-width:768px) {
    .main_header .brand-logo {
        justify-content: flex-start;
    }
    .main_header .brand-logo img {
        width: 200px;
        padding: 10px;
    }
    .main_header {
        justify-content: space-between;
    }
    .there_section {
        height: 600px;
        width: 90%;
        margin: 50px auto 0;
        border-radius: 15px;
    }
    .there_section .there_section_3 {
        justify-items: center;
    }
    .there_section .there_section_1 {
        justify-items: center;
        order: 1;
    }
    .there_section .there_section_2 {
       height: auto !important;
    }
    .zubuz-brand-logo-wrap {
        padding-bottom: 0;
    }
}
@media screen and (max-width:1000px) {
    .ten_section .ten_section_content2-1 img.desktop_images {
        display:none !important;
    }
    .ten_section .ten_section_content2-1 img.mobile_images {
        display: block !important;
        position: absolute;
        right: 0%;
        bottom: -5%;
    }
    .two_section .two_section_content .two_section_content1 h2, .ten_section .ten_section_content1 h2 {
        line-height: 2;
    }
}
@media screen and (max-width:500px) {
    .zubuz-default-btn span {
        position: relative;
        z-index: 10;
        display: inline-block;
        font-size: 13px;
    }
}
@media screen and (max-width:750px) {
    .main_header .brand-logo img {
        width: 100px;
        padding: unset;
    }
    .video_seeder {
        width: min(550px, 89%);
        height: min(400px, 80vh);
    }
    .five_section {
        height: 450px;
    }
    .nine_section {
        height: 450px;
    }
    .nine_section img.image_right_logo {
        max-height: 100%;
        height: auto;
        width: 20%;
    }
}
@media screen and (max-width:650px) {
    .video_seeder {
        width: min(485px, 89%);
        height: min(360px, 80vh);
    }
    .five_section {
        height: 420px;
    }
    .nine_section {
        height: 420px;
    }
}
@media screen and (max-width:600px) {
    .video_seeder {
        width: min(400px, 89%);
        height: min(300px, 80vh);
    }
    .five_section img.image_right_logo {
        width: 11%;
        right: 2px;
    }
    .six_section .sham_six_section {
        width: clamp(120px, 17vw, 300px);
    }
    .five_section {
        height: 370px;
    }
    .nine_section {
        height: 370px;
    }
}
@media screen and (max-width:500px) {
    .video_seeder {
        width: min(350px, 89%);
        height: min(250px, 80vh);
    }
    .five_section {
        height: 300px;
    }
    .nine_section {
        height: 300px;
    }
    .six_section .sham_six_section {
        bottom: auto !important;
        top: -25%;
        width: clamp(100px, 17vw, 300px);
    }
}
@media screen and (max-width:470px) {
    .video_seeder {
        width: min(320px, 89%);
        height: min(230px, 80vh);
    }
    .five_section {
        height: 280px;
    }
    .nine_section {
        height: 280px;
    }
    .nine_section img.image_left_logo {
        top: -45%;
    }

}
@media screen and (max-width:450px) {
    .video_seeder {
        width: min(290px, 89%);
        height: min(200px, 80vh);
    }
    .five_section {
        height: 260px;
    }
    .nine_section {
        height: 260px;
    }
}

