*, html, body, div, input, textarea, select, span, a, button, table, tr, td, th, ul, ol, li, button {
    outline: none;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    outline-offset: initial;
    font-family: "europa", sans-serif;
    margin: 0;
    padding: 0;
}

a, a:focus, a:hover, a:active, a:visited {
    text-decoration: none;
    transition: 0.2s ease-out;
}

ul, ol, li {
    list-style: none;
    list-style-type: none;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: 0.5;
}

.placeholder.btn::before {
    display: inline-block;
    content: "";
}

.placeholder-xs {
    min-height: 0.6em;
}

.placeholder-sm {
    min-height: 0.8em;
}

.placeholder-lg {
    min-height: 1.2em;
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}

body {
    font-family: "europa", sans-serif;
    overflow-x: hidden;
    background: #19201d;
    overscroll-behavior: none;
}

body.body-hidden {
    overflow: hidden;
    height: 100vh;
}

body.page-load-old * {
    -webkit-transition: 0s !important;
    transition: 0s !important;
}

body.page-load-old *:before, body.page-load-old *:after {
    -webkit-transition: 0s !important;
    transition: 0s !important;
}

@-webkit-keyframes logopath1 {
    0% {
        fill: #ffffff;
    }

    30% {
        fill: #ffffff;
    }

    50% {
        fill: #6cc72b;
    }

    60% {
        fill: #ffffff;
    }

    100% {
        fill: #ffffff;
    }
}

@keyframes logopath1 {
    0% {
        fill: #ffffff;
    }

    30% {
        fill: #ffffff;
    }

    50% {
        fill: #6cc72b;
    }

    60% {
        fill: #ffffff;
    }

    100% {
        fill: #ffffff;
    }
}

@-webkit-keyframes logopath2 {
    0% {
        fill: #6cc72b;
    }

    40% {
        fill: #6cc72b;
    }

    50% {
        fill: #ffffff;
    }

    60% {
        fill: #6cc72b;
    }

    100% {
        fill: #6cc72b;
    }
}

@keyframes logopath2 {
    0% {
        fill: #6cc72b;
    }

    40% {
        fill: #6cc72b;
    }

    50% {
        fill: #ffffff;
    }

    60% {
        fill: #6cc72b;
    }

    100% {
        fill: #6cc72b;
    }
}

.logo-path-1 {
    -webkit-animation-name: logopath1;
    animation-name: logopath1;
    -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 8000ms;
    animation-duration: 8000ms;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.logo-path-2 {
    -webkit-animation-name: logopath1;
    animation-name: logopath1;
    -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 8000ms;
    animation-duration: 8000ms;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.logo-path-3 {
    -webkit-animation-name: logopath1;
    animation-name: logopath1;
    -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 8000ms;
    animation-duration: 8000ms;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.logo-path-4 {
    -webkit-animation-name: logopath1;
    animation-name: logopath1;
    -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 8000ms;
    animation-duration: 8000ms;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.logo-path-5 {
    -webkit-animation-name: logopath1;
    animation-name: logopath1;
    -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 8000ms;
    animation-duration: 8000ms;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.logo-path-6 {
    -webkit-animation-name: logopath2;
    animation-name: logopath2;
    -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 8000ms;
    animation-duration: 8000ms;
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.logo-path-7 {
    -webkit-animation-name: logopath2;
    animation-name: logopath2;
    -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 8000ms;
    animation-duration: 8000ms;
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.logo-path-8 {
    -webkit-animation-name: logopath2;
    animation-name: logopath2;
    -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 8000ms;
    animation-duration: 8000ms;
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 53;
}

.header .rower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .logo a {
    display: block;
    padding: 20px 10px;
}

.header .logo a svg, .header .logo a img {
    display: block;
    max-width: 100%;
}

.header .nav-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header .nav-bar .menu {
    padding: 0 30px;
}

.header .nav-bar .menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.header .nav-bar .menu > ul > li {
    position: relative;
}

.header .nav-bar .menu > ul > li > a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: block;
    position: relative;
    font-size: 18px;
    color: #959595;
    padding: 40px 15px;
    line-height: 20px;
}

.header .nav-bar .menu > ul > li .sub-menu {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(50px) translateX(0);
    transform: translateY(50px) translateX(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    pointer-events: none;
    width: 250px;
}

.header .nav-bar .menu > ul > li .sub-menu:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -15px;
    right: 0;
    bottom: 0;
    background: url(../img/sub-menu-bg.png) no-repeat;
    z-index: -1;
}

.header .nav-bar .menu > ul > li .sub-menu:after {
    content: "";
    position: absolute;
    left: 0px;
    top: -2px;
    bottom: 0;
    right: 0;
    bottom: 0;
    background: #f7faf5;
    z-index: -2;
}

.header .nav-bar .menu > ul > li .sub-menu ul {
    padding: 0;
    margin: 0;
    background: #f7faf5;
    padding: 15px 0;
}

.header .nav-bar .menu > ul > li .sub-menu ul li a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #959595;
    padding: 15px 75px 15px 33px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #29312e;
}

.header .nav-bar .menu > ul > li .sub-menu ul li a:hover {
    color: #6cc72b;
}

.header .nav-bar .menu > ul > li .sub-menu ul li.active a {
    color: #6cc72b;
}

.header .nav-bar .menu > ul > li:hover > a {
    color: #6cc72b;
}

.header .nav-bar .menu > ul > li:hover .sub-menu {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    pointer-events: all;
}

.header .nav-bar .menu > ul > li:hover > a, .header .nav-bar .menu > ul > li.active > a {
    color: #6cc72b;
}

.header .nav-bar .menu > ul > li:hover > a:before, .header .nav-bar .menu > ul > li.active > a:before {
    top: 100%;
    opacity: 1;
}

.header .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .language a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6cc72b;
    font-size: 15px;
}

.header .language a span {
    padding: 3px;
}

.header .language a span svg {
    display: block;
    color: #6cc72b;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.header .language a:hover span svg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.header-white {
    background: rgba(25, 32, 29, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.header-fixed {
    position: fixed;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.header-hidden {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
}

@-webkit-keyframes color-change-5x {
    0% {
        background: #000;
    }

    25% {
        background: #000;
    }

    50% {
        background: #6cc72b;
    }

    75% {
        background: #000;
    }

    100% {
        background: #000;
    }
}

@keyframes color-change-5x {
    0% {
        background: #000;
    }

    25% {
        background: #000;
    }

    50% {
        background: #6cc72b;
    }

    75% {
        background: #000;
    }

    100% {
        background: #000;
    }
}

@-webkit-keyframes hamburger-bar-animate {
    0% {
        left: 0;
        right: 100%;
    }

    35% {
        left: 0;
        right: 100%;
    }

    50% {
        left: 0;
        right: 0;
    }

    65% {
        left: 100%;
        right: 0;
    }

    100% {
        left: 100%;
        right: 0;
    }
}

@keyframes hamburger-bar-animate {
    0% {
        left: 0;
        right: 100%;
    }

    35% {
        left: 0;
        right: 100%;
    }

    50% {
        left: 0;
        right: 0;
    }

    65% {
        left: 100%;
        right: 0;
    }

    100% {
        left: 100%;
        right: 0;
    }
}

@-webkit-keyframes menuAnimateIn {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes menuAnimateIn {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes menuAnimateOut {
    0% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0;
    }
}

@keyframes menuAnimateOut {
    0% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0;
    }
}

.hamburger {
    display: none;
    position: absolute;
    top: 14px;
    right: 10px;
    cursor: pointer;
    padding: 8px;
    z-index: 371;
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    background: #2b2b2b;
    border-radius: 8px;
    -webkit-animation: color-change-5x 8s linear infinite alternate both;
    animation: color-change-5x 8s linear infinite alternate both;
}

.hamburger .hamburger-bar {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 3px;
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #efefef;
    -webkit-box-shadow: 0 0 3px #312f90;
    box-shadow: 0 0 3px #312f90;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.hamburger .hamburger-bar:nth-child(3) {
    margin-bottom: 0;
}

.hamburger .hamburger-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 100%;
    background: #6cc72b;
}

.hamburger .hamburger-bar:nth-child(1):before {
    -webkit-animation: hamburger-bar-animate 8s linear infinite;
    animation: hamburger-bar-animate 8s linear infinite;
}

.hamburger .hamburger-bar:nth-child(2):before {
    -webkit-animation: hamburger-bar-animate 8s linear infinite 0.25s;
    animation: hamburger-bar-animate 8s linear infinite 0.25s;
}

.hamburger .hamburger-bar:nth-child(3):before {
    -webkit-animation: hamburger-bar-animate 8s linear infinite 0.5s;
    animation: hamburger-bar-animate 8s linear infinite 0.5s;
}

@media only screen and (min-width: 992px) {
    .hamburger:hover .hamburger-bar:nth-child(1) {
        -webkit-transform: rotate(-5deg) translateY(1px) translateX(-1px);
        transform: rotate(-5deg) translateY(1px) translateX(-1px);
    }

    .hamburger:hover .hamburger-bar:nth-child(2) {
        opacity: 0.8;
    }

    .hamburger:hover .hamburger-bar:nth-child(3) {
        -webkit-transform: rotate(5deg) translateY(-1px) translateX(-1px);
        transform: rotate(5deg) translateY(-1px) translateX(-1px);
    }
}

.hamburger.open .hamburger-bar:nth-child(1) {
    -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px);
    transform: rotate(-45deg) translateY(5px) translateX(-5px);
}

.hamburger.open .hamburger-bar:nth-child(2) {
    opacity: 0;
}

.hamburger.open .hamburger-bar:nth-child(3) {
    -webkit-transform: rotate(45deg) translateY(-6px) translateX(-6px);
    transform: rotate(45deg) translateY(-6px) translateX(-6px);
}

@media only screen and (min-width: 992px) {
    .hamburger.open:hover .hamburger-bar:nth-child(1) {
        -webkit-transform: rotate(-40deg) translateY(4px) translateX(-4px);
        transform: rotate(-40deg) translateY(4px) translateX(-4px);
    }

    .hamburger.open:hover .hamburger-bar:nth-child(2) {
        opacity: 0.2;
    }

    .hamburger.open:hover .hamburger-bar:nth-child(3) {
        -webkit-transform: rotate(40deg) translateY(-5px) translateX(-5px);
        transform: rotate(40deg) translateY(-5px) translateX(-5px);
    }
}

@media only screen and (max-width: 991px) {
    .hamburger {
        display: block;
    }

    .hamburger.open ~ .header {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        pointer-events: all;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        transition-property: transform, -webkit-transform;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0.25, 1);
        transition-timing-function: cubic-bezier(1, 0, 0.25, 1);
    }

    .hamburger.open ~ .header .menu-animate-1 {
        -webkit-animation-name: menuAnimateIn;
        animation-name: menuAnimateIn;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-delay: 700ms;
        animation-delay: 700ms;
    }

    .hamburger.open ~ .header .menu-animate-2 {
        -webkit-animation-name: menuAnimateIn;
        animation-name: menuAnimateIn;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-delay: 800ms;
        animation-delay: 800ms;
    }

    .hamburger.open ~ .header .menu-animate-3 {
        -webkit-animation-name: menuAnimateIn;
        animation-name: menuAnimateIn;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-delay: 900ms;
        animation-delay: 900ms;
    }

    .hamburger.open ~ .header .menu-animate-4 {
        -webkit-animation-name: menuAnimateIn;
        animation-name: menuAnimateIn;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-delay: 1000ms;
        animation-delay: 1000ms;
    }

    .hamburger.open ~ .header .menu-animate-5 {
        -webkit-animation-name: menuAnimateIn;
        animation-name: menuAnimateIn;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-delay: 1100ms;
        animation-delay: 1100ms;
    }

    .hamburger.open ~ .header .menu-animate-6 {
        -webkit-animation-name: menuAnimateIn;
        animation-name: menuAnimateIn;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-delay: 1200ms;
        animation-delay: 1200ms;
    }

    .hamburger.open ~ .header .menu-animate-7 {
        -webkit-animation-name: menuAnimateIn;
        animation-name: menuAnimateIn;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-delay: 1300ms;
        animation-delay: 1300ms;
    }

    .hamburger.open ~ .header .menu-animate-8 {
        -webkit-animation-name: menuAnimateIn;
        animation-name: menuAnimateIn;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-delay: 1400ms;
        animation-delay: 1400ms;
    }

    .hamburger.open ~ .header .menu-animate-9 {
        -webkit-animation-name: menuAnimateIn;
        animation-name: menuAnimateIn;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-delay: 1500ms;
        animation-delay: 1500ms;
    }

    .hamburger.open ~ .header .menu-animate-10 {
        -webkit-animation-name: menuAnimateIn;
        animation-name: menuAnimateIn;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-delay: 1600ms;
        animation-delay: 1600ms;
    }

    .hamburger.open ~ .header .menu-animate-11 {
        -webkit-animation-name: menuAnimateIn;
        animation-name: menuAnimateIn;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-delay: 1700ms;
        animation-delay: 1700ms;
    }

    .hamburger.open ~ .header .menu-animate-12 {
        -webkit-animation-name: menuAnimateIn;
        animation-name: menuAnimateIn;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-delay: 1800ms;
        animation-delay: 1800ms;
    }

    .hamburger.open ~ .header .menu-animate-13 {
        -webkit-animation-name: menuAnimateIn;
        animation-name: menuAnimateIn;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-delay: 1900ms;
        animation-delay: 1900ms;
    }

    .hamburger.open ~ .header .menu-animate-14 {
        -webkit-animation-name: menuAnimateIn;
        animation-name: menuAnimateIn;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-delay: 2000ms;
        animation-delay: 2000ms;
    }

    .hamburger.open ~ .menu-overlay {
        pointer-events: all;
        opacity: 1;
    }
}

.hamburger-fixed {
    position: fixed;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.hamburger-hidden {
    -webkit-transform: translateY(-110px);
    transform: translateY(-110px);
}

.menu-overlay {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 51;
    background: rgba(0, 0, 0, 0.5);
}

.menu-overlay.open {
    pointer-events: all;
    opacity: 1;
}

.mobil-logo {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-left: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 368;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #000;
}

.mobil-logo a {
    display: block;
    padding: 10px;
    width: 230px;
    position: relative;
    color: #ec4899;
}

.mobil-logo a img, .mobil-logo a svg {
    display: block;
    max-width: 100%;
}

@media only screen and (max-width: 991px) {
    .mobil-logo {
        display: block;
    }
}

.mobil-logo-fixed {
    position: fixed;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mobil-logo-hidden {
    -webkit-transform: translateY(-110px);
    transform: translateY(-110px);
}

@media only screen and (max-width: 991px) {
    .header {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        pointer-events: none;
        position: fixed;
        width: 100%;
        top: 0;
        max-width: 500px;
        right: 0;
        left: auto;
        overflow-x: hidden;
        overflow-y: auto;
        height: 100vh;
        background: #fff;
        z-index: 280;
        background: #000;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: cubic-bezier(1, 0, 0.25, 1);
        transition-timing-function: cubic-bezier(1, 0, 0.25, 1);
    }

    .header .container {
        min-width: 280px;
        padding: 90px 10px 0;
    }

    .header .container .rower {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header .logo {
        opacity: 0;
        pointer-events: none;
        margin-bottom: 10px;
    }

    .header .logo a {
        min-width: 280px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 10px;
    }

    .header .logo a svg, .header .logo a img {
        margin: 0 auto;
        width: 55px;
    }

    .header .logo a .asil {
        opacity: 0;
    }

    .header .logo a .hover {
        opacity: 1;
    }

    .header .nav-bar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header .nav-bar .menu {
        min-width: 280px;
        padding: 0;
        width: 100%;
    }

    .header .nav-bar .menu > ul > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .header .nav-bar .menu > ul > li > a {
        padding: 16px 15px;
        font-size: 22px;
    }

    .header .nav-bar .menu > ul > li > a:before {
        display: none;
        left: 0;
        -webkit-transform: translate(-25%, -50%);
        transform: translate(-25%, -50%);
    }

    .header .nav-bar .menu > ul > li .sub-menu {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: rgba(236, 72, 153, 0.1);
        margin: 0 auto;
    }

    .header .nav-bar .menu > ul > li .sub-menu ul {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        padding: 0;
    }

    .header .nav-bar .menu > ul > li .sub-menu li {
        overflow: hidden;
        height: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header .nav-bar .menu > ul > li .sub-menu li a {
        padding: 5px 10px;
        font-size: 18px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header .nav-bar .menu > ul > li:hover .sub-menu ul {
        padding: 15px 0;
    }

    .header .nav-bar .menu > ul > li:hover .sub-menu li {
        height: 50px;
    }

    .header .menu-animate-1 {
        -webkit-animation-name: menuAnimateOut;
        animation-name: menuAnimateOut;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-delay: 1500ms;
        animation-delay: 1500ms;
    }

    .header .menu-animate-2 {
        -webkit-animation-name: menuAnimateOut;
        animation-name: menuAnimateOut;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-delay: 1400ms;
        animation-delay: 1400ms;
    }

    .header .menu-animate-3 {
        -webkit-animation-name: menuAnimateOut;
        animation-name: menuAnimateOut;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-delay: 1300ms;
        animation-delay: 1300ms;
    }

    .header .menu-animate-4 {
        -webkit-animation-name: menuAnimateOut;
        animation-name: menuAnimateOut;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-delay: 1200ms;
        animation-delay: 1200ms;
    }

    .header .menu-animate-5 {
        -webkit-animation-name: menuAnimateOut;
        animation-name: menuAnimateOut;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-delay: 1100ms;
        animation-delay: 1100ms;
    }

    .header .menu-animate-6 {
        -webkit-animation-name: menuAnimateOut;
        animation-name: menuAnimateOut;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-delay: 1000ms;
        animation-delay: 1000ms;
    }

    .header .menu-animate-7 {
        -webkit-animation-name: menuAnimateOut;
        animation-name: menuAnimateOut;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-delay: 900ms;
        animation-delay: 900ms;
    }

    .header .menu-animate-8 {
        -webkit-animation-name: menuAnimateOut;
        animation-name: menuAnimateOut;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-delay: 800ms;
        animation-delay: 800ms;
    }

    .header .menu-animate-9 {
        -webkit-animation-name: menuAnimateOut;
        animation-name: menuAnimateOut;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-delay: 700ms;
        animation-delay: 700ms;
    }

    .header .menu-animate-10 {
        -webkit-animation-name: menuAnimateOut;
        animation-name: menuAnimateOut;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-delay: 600ms;
        animation-delay: 600ms;
    }

    .header .menu-animate-11 {
        -webkit-animation-name: menuAnimateOut;
        animation-name: menuAnimateOut;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-delay: 500ms;
        animation-delay: 500ms;
    }

    .header .menu-animate-12 {
        -webkit-animation-name: menuAnimateOut;
        animation-name: menuAnimateOut;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-delay: 400ms;
        animation-delay: 400ms;
    }

    .header .menu-animate-13 {
        -webkit-animation-name: menuAnimateOut;
        animation-name: menuAnimateOut;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-delay: 300ms;
        animation-delay: 300ms;
    }

    .header .menu-animate-14 {
        -webkit-animation-name: menuAnimateOut;
        animation-name: menuAnimateOut;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        animation-timing-function: cubic-bezier(0.68, 0, 0.265, 1);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 400ms;
        animation-duration: 400ms;
        -webkit-animation-delay: 200ms;
        animation-delay: 200ms;
    }

    .header.header-hidden {
        overflow-y: hidden;
    }

    .header.mobile-settings {
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }
}

.main-slider {
    height: 100vh;
    max-height: 1080px;
    min-height: 980px;
    position: relative;
}

.main-slider .main-swiper-bg {
    pointer-events: none;
    position: absolute;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 100%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.main-slider .main-swiper-bg .swiper-wrapper {
    padding-bottom: 100%;
}

.main-slider .main-swiper-bg .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-slider .main-swiper-bg .swiper-slide .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.main-slider .main-swiper-bg .swiper-slide .text .shape {
    position: absolute;
    right: 0;
}

.main-slider .main-swiper-bg .swiper-slide .text .shape img {
    display: block;
    max-height: 100%;
}

.main-slider .main-swiper-bg .swiper-slide .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-slider .main-swiper-bg .swiper-slide .img .clip-path {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 72%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 72%, 0% 100%);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-slider .main-swiper-bg .swiper-slide .img .clip-path:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 38, 35, 0.95);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1;
}

.main-slider .main-swiper-bg .swiper-slide .img img {
    display: block;
    max-height: 100%;
}

@media (min-width: 1600px) {
    .main-slider .main-swiper-bg .swiper-slide .img {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.main-slider .main-swiper {
    padding-top: 150px;
    height: 100%;
}

.main-slider .main-swiper .swiper-slide .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-slider .main-swiper .swiper-slide .text-animate {
    max-width: 100%;
}

.main-slider .main-swiper .swiper-slide .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
    height: 100%;
}

.main-slider .main-swiper .swiper-slide .text h1, .main-slider .main-swiper .swiper-slide .text .h1 {
    width: 600px;
    max-width: 100%;
    font-family: "obvia-expanded", sans-serif;
    font-size: 60px;
    line-height: 1.25;
    font-weight: bold;
    color: #6cc72b;
    letter-spacing: 0.1px;
    margin-bottom: 35px;
}

.main-slider .main-swiper .swiper-slide .text p {
    font-size: 20px;
    line-height: 22px;
    color: #95a08d;
    width: 566px;
    max-width: 100%;
    margin-bottom: 50px;
}

.main-slider .main-swiper .swiper-slide .text .slider-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-slider .main-swiper .swiper-slide .text .slider-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 17px 35px;
    font-family: "obvia-expanded", sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #19201d;
    font-weight: 600;
    background: #6cc72b;
    border-radius: 11px;
    position: relative;
    overflow: hidden;
}

.main-slider .main-swiper .swiper-slide .text .slider-btn a:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 1%;
    background: #6cc72b;
    -webkit-transition: 1s;
    transition: 1s;
    mix-blend-mode: difference;
    border-radius: 11px;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
}

.main-slider .main-swiper .swiper-slide .text .slider-btn a span {
    display: block;
}

.main-slider .main-swiper .swiper-slide .text .slider-btn a:hover:before {
    width: calc(100% - 56px);
    height: calc(100% - 26px);
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.main-slider .main-swiper .swiper-slide .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
}

.main-slider .main-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}

.main-slider .swiper-pagination-container {
    width: 56%;
}

.main-slider .swiper-pagination {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 100px;
}

.main-slider .swiper-pagination .current-box {
    font-family: "obvia-expanded", sans-serif;
    font-size: 15px;
    color: #bfcab7;
    padding: 3px;
}

@-webkit-keyframes lineBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes lineBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.main-slider .swiper-pagination .swiper-pagination-line {
    visibility: hidden;
    height: 1px;
    width: 270px;
    max-width: 100%;
    background: #5f726b;
    position: relative;
}

.main-slider .swiper-pagination .swiper-pagination-line .swiper-pagination-line-bar {
    position: absolute;
    height: 100%;
    width: 0;
    background: #6cc72b;
    left: 0;
}

.main-slider .swiper-pagination .total-box {
    font-family: "obvia-expanded", sans-serif;
    font-size: 15px;
    color: #bfcab7;
    padding: 3px;
}

.main-slider .swiper-progress-bar {
    margin-right: 130px;
    margin-left: auto;
    position: relative;
    width: 260px;
    display: block;
    height: 1px;
}

.main-slider .swiper-progress-bar .slide_progress-bar {
    position: absolute;
    height: 1px;
    background: #5f726b;
    width: auto;
    clear: both;
    opacity: 1;
    bottom: 33px;
    left: 0;
    right: 0;
}

.main-slider .swiper-progress-bar .slide_progress-bar:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #6cc72b;
    height: 100%;
    width: 0;
    content: "";
    -webkit-transition: 0.1s width linear;
    transition: 0.1s width linear;
}

.main-slider .swiper-progress-bar.animate .slide_progress-bar:after {
    -webkit-transition: width linear;
    transition: width linear;
    -webkit-transition-delay: unset;
    transition-delay: unset;
    width: 100%;
    -webkit-transition-duration: 5s;
    transition-duration: 5s;
}

.main-slider .container-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.main-slider .container-bottom .container {
    position: relative;
}

.main-slider .social-area {
    position: absolute;
    left: 0;
    bottom: 0;
}

.main-slider .social-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-slider .social-area ul li {
    margin-right: 16px;
}

.main-slider .social-area ul li a {
    color: #5f726b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.main-slider .social-area ul li a svg {
    display: block;
}

.main-slider .social-area ul li a:hover {
    color: #6cc72b;
}

.main-slider .down-scroll {
    position: absolute;
    right: 100px;
    bottom: 0;
}

.main-slider .down-scroll a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 4px;
    color: #526c3e;
    font-family: "obvia-expanded", sans-serif;
    font-weight: 900;
}

.main-slider .down-scroll a span {
    display: block;
    padding: 10px 16px;
    text-transform: uppercase;
}

.main-slider .down-scroll a span svg {
    display: block;
}

.impactex-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.impactex-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 17px 35px;
    font-family: "obvia-expanded", sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #19201d;
    font-weight: 600;
    background: #6cc72b;
    border-radius: 11px;
    position: relative;
    overflow: hidden;
}

.impactex-btn a:before {
    content: "";
    position: absolute;
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    background: #6cc72b;
    -webkit-transition: 1s;
    transition: 1s;
    mix-blend-mode: difference;
    border-radius: 11px;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}

.impactex-btn a span {
    display: block;
}

.impactex-btn a:hover:before {
    width: calc(100% - 50px);
    height: calc(100% - 20px);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.impactex2-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.impactex2-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 17px 35px;
    font-family: "obvia-expanded", sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #19201d;
    font-weight: 600;
    background: #6cc72b;
    border-radius: 11px;
    position: relative;
    overflow: hidden;
}

.impactex2-btn a:before {
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #6cc72b;
    -webkit-transition: 1s;
    transition: 1s;
    mix-blend-mode: difference;
    border-radius: 11px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.impactex2-btn a span {
    display: block;
}

.impactex2-btn a:hover:before {
    width: calc(100% - 42px);
    height: calc(100% - 12px);
    opacity: 0;
    -webkit-transform: translateY(calc(100% + 12px));
    transform: translateY(calc(100% + 12px));
}

.main-about {
    padding-top: 180px;
    position: relative;
    padding-bottom: 100px;
}

.main-about .img img {
    display: block;
    max-width: 100%;
}

.main-about .main-about-text {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    width: 800px;
    max-width: 100%;
}

.main-about .main-about-text .sub {
    font-family: "obvia-expanded", sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #526c3e;
    margin-bottom: 18px;
}

.main-about .main-about-text h2, .main-about .main-about-text .h2 {
    font-family: "obvia-expanded", sans-serif;
    font-size: 37px;
    line-height: 1.1;
    color: #c2e4a9;
    letter-spacing: 1px;
    margin-bottom: 28px;
    width: 100%;
}

.main-about .main-about-text h2 div, .main-about .main-about-text .h2 div, .main-about .main-about-text h2 span, .main-about .main-about-text .h2 span {
    font-family: "obvia-expanded", sans-serif;
    font-size: 37px;
    line-height: 1.1;
    color: #c2e4a9;
    letter-spacing: 1px;
}

.main-about .main-about-text p {
    font-size: 21px;
    font-weight: 300;
    color: #95a08d;
    line-height: 1.25;
    width: 690px;
    max-width: 100%;
    margin: 0 auto 50px;
}

.main-about .main-about-text p div, .main-about .main-about-text p span {
    font-size: 21px;
    font-weight: 300;
    color: #95a08d;
    line-height: 1.25;
}

.main-about .main-about-text .impactex-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-tech {
    padding-bottom: 100px;
    position: relative;
}

.main-tech .img {
    width: 100%;
    height: 720px;
}

.main-tech .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.main-tech .text {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 800px;
    max-width: 100%;
}

.main-tech .text h2, .main-tech .text .h2 {
    font-family: "obvia-expanded", sans-serif;
    font-weight: 300;
    font-size: 37px;
    line-height: 1.1;
    color: #c2e4a9;
    letter-spacing: 1px;
    margin-bottom: 68px;
}

.main-tech .text h2 div, .main-tech .text .h2 div, .main-tech .text h2 span, .main-tech .text .h2 span {
    font-family: "obvia-expanded", sans-serif;
    font-weight: 300;
    font-size: 37px;
    line-height: 1.1;
    color: #c2e4a9;
    letter-spacing: 1px;
}

.main-tech .text .tech-btn a {
    display: block;
    font-size: 16px;
    color: #526c3e;
    letter-spacing: 4px;
    font-family: "obvia-expanded", sans-serif;
    font-weight: 300;
    padding: 5px;
}

.main-tech .text .tech-btn a span {
    display: block;
    text-transform: uppercase;
}

.main-tech .text .tech-btn a span svg {
    display: block;
    margin: 24px auto 0;
}

.main-tech-slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 200px;
    padding-top: 100px;
}

.main-tech-slider .tech-text-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-tech-slider .tech-slider-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
    max-width: 62%;
    position: relative;
    padding-left: 80px;
}

.main-tech-slider .text {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.main-tech-slider .text h3, .main-tech-slider .text .h3 {
    font-family: "obvia-expanded", sans-serif;
    color: #6cc72b;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 32px;
}

.main-tech-slider .text h3 div, .main-tech-slider .text .h3 div, .main-tech-slider .text h3 span, .main-tech-slider .text .h3 span {
    font-family: "obvia-expanded", sans-serif;
    color: #6cc72b;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1px;
}

.main-tech-slider .text p {
    font-size: 22px;
    color: #95a08d;
    line-height: 1.1;
    margin-bottom: 63px;
}

.main-tech-slider .text p div {
    font-size: 22px;
    color: #95a08d;
    line-height: 1.1;
}

.main-tech-slider .tech-swiper {
    padding-top: 100px;
    padding-bottom: 100px;
    left: 80px;
    position: absolute;
    width: calc(((100% + 100px) + (100vw - 1500px) / 2));
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
}

.main-tech-slider .tech-swiper .swiper-slide {
    width: 380px;
    padding-bottom: 100px;
}

.main-tech-slider .tech-swiper .swiper-slide .item {
    display: block;
    position: relative;
}

.main-tech-slider .tech-swiper .swiper-slide .item .img-effect {
    height: 350px;
    width: 100%;
    -webkit-clip-path: polygon(13% 13%, 100% 0, 87% 87%, 0% 100%);
    clip-path: polygon(13% 13%, 100% 0, 87% 87%, 0% 100%);
    position: relative;
    z-index: 5;
}

.main-tech-slider .tech-swiper .swiper-slide .item .img-effect img {
    display: block;
    width: 100%;
    height: 150%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-tech-slider .tech-swiper .swiper-slide .item .text-animate {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.main-tech-slider .tech-swiper .swiper-slide .item .text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 40%;
    -webkit-clip-path: polygon(12% 30%, 100% 0, 91% 74%, 2% 98%);
    clip-path: polygon(12% 30%, 100% 0, 91% 74%, 2% 98%);
    -webkit-transform: translate(-7px, 90px);
    transform: translate(-7px, 90px);
}

.main-tech-slider .tech-swiper .swiper-slide .item .text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(38, 44, 42, 0.9);
}

.main-tech-slider .tech-swiper .swiper-slide .item .text span {
    position: absolute;
    left: 50px;
    bottom: 50px;
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    display: block;
    color: #c2e4a9;
    font-family: "obvia-expanded", sans-serif;
    font-size: 23px;
    line-height: 1.1;
    letter-spacing: 1px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-tech-slider .tech-swiper .swiper-slide .item:hover .text span {
    color: #6cc72b;
}

.main-tech-slider .tech-swiper .swiper-slide .item:hover .text span {
    bottom: 60px;
}

.main-tech-slider .navigation-set {
    position: absolute;
    left: 45px;
    top: 0;
}

.main-tech-slider .swiper-button-next, .main-tech-slider .swiper-button-prev {
    position: absolute;
    top: 0;
    margin-top: 0;
    color: #6cc72b;
    width: 42px;
    height: 42px;
    left: 0;
    right: initial;
}

.main-tech-slider .swiper-button-next:before, .main-tech-slider .swiper-button-next:after, .main-tech-slider .swiper-button-prev:before, .main-tech-slider .swiper-button-prev:after {
    display: none;
}

.main-tech-slider .swiper-button-next svg, .main-tech-slider .swiper-button-prev svg {
    display: block;
    height: 42px;
    width: 42px;
}

.main-tech-slider .swiper-button-line {
    position: absolute;
    left: 55px;
    top: -10px;
    height: 80px;
    width: 1px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background: #5f726b;
}

.main-tech-slider .swiper-button-next {
    left: 70px;
}

.main-tech-slider .swiper-button-prev {
    top: 16px;
}

.main-blog {
    position: relative;
    overflow: hidden;
}

@-webkit-keyframes marqueText {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes marqueText {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.main-blog .marque-png {
    display: block;
    width: calc(1350px * 4);
    height: 140px;
    position: relative;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

.main-blog .marque-png:before {
    content: "";
    -webkit-animation: marqueText 30s linear infinite;
    animation: marqueText 30s linear infinite;
    position: absolute;
    width: 200%;
    height: 100%;
    background: url(../img/son-gelismeler.png) left center repeat-x;
}

.main-blog .slider-content {
    width: 965px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.main-blog .slider-content .blog-swiper .swiper-slide {
    padding: 100px 0 200px;
    width: 452px;
}

.main-blog .slider-content .blog-swiper .swiper-slide .item {
    display: block;
    position: relative;
}

.main-blog .slider-content .blog-swiper .swiper-slide .item .img-effect {
    width: 100%;
    height: 380px;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}

.main-blog .slider-content .blog-swiper .swiper-slide .item .img-effect img {
    display: block;
    width: 100%;
    height: 140%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-blog .slider-content .blog-swiper .swiper-slide .item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
    left: 37px;
    right: 37px;
    background: #262c2a;
    padding: 40px 30px 30px;
    height: 152px;
    bottom: -50px;
}

.main-blog .slider-content .blog-swiper .swiper-slide .item .text .date {
    font-family: "obvia-expanded", sans-serif;
    color: #7c8f6d;
    padding-right: 15px;
}

.main-blog .slider-content .blog-swiper .swiper-slide .item .text .date span {
    display: block;
    text-align: center;
}

.main-blog .slider-content .blog-swiper .swiper-slide .item .text .date .day {
    font-weight: 900;
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 5px;
}

.main-blog .slider-content .blog-swiper .swiper-slide .item .text .date .month {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.main-blog .slider-content .blog-swiper .swiper-slide .item .text .date .year {
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
}

.main-blog .slider-content .blog-swiper .swiper-slide .item .text p {
    font-family: "obvia-expanded", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #c2e4a9;
    margin-bottom: 0;
}

.main-blog .swiper-button-next, .main-blog .swiper-button-prev {
    color: #6cc72b;
    width: 42px;
    height: 42px;
}

.main-blog .swiper-button-next:before, .main-blog .swiper-button-next:after, .main-blog .swiper-button-prev:before, .main-blog .swiper-button-prev:after {
    display: none;
}

.main-blog .swiper-button-next svg, .main-blog .swiper-button-prev svg {
    display: block;
    height: 42px;
    width: 42px;
}

.main-blog .swiper-button-next {
    right: -50px;
}

.main-blog .swiper-button-prev {
    left: -50px;
}

.main-blog .impactex-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    position: relative;
    z-index: 1;
}

.page-banner {
    position: relative;
    padding-top: 300px;
    overflow: hidden;
    padding-bottom: 300px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 55%, 0% 100%);
}

.page-banner:before {
    content: "";
    z-index: 6;
    background: #19201d;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 55%, 0% 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 1px;
}

.page-banner:after {
    content: "";
    z-index: 5;
    background: #28332f;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 55%, 0% 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.page-banner .text {
    width: 644px;
    max-width: 100%;
    position: relative;
    z-index: 30;
}

.page-banner .text h1, .page-banner .text .h1 {
    font-family: "obvia-expanded", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: 0.01em;
    color: #6cc72b;
    margin-bottom: 56px;
}

.page-banner .text p {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    color: #95a08d;
}

.page-banner .page-img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.page-banner .page-img img {
    display: block;
}

.about-slider {
    margin-top: -100px;
    position: relative;
}

.about-slider .about-swiper {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}

.about-slider .about-swiper .swiper-slide {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-slider .centered-content {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-slider .centered-content .row {
    padding-bottom: 150px;
}

.about-slider .centered-content .row.row-change {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.about-slider .img-effect {
    height: 500px;
    width: 100%;
    -webkit-clip-path: polygon(13% 13%, 100% 0, 87% 87%, 0% 100%);
    clip-path: polygon(13% 13%, 100% 0, 87% 87%, 0% 100%);
    position: relative;
    z-index: 5;
}

.about-slider .img-effect img {
    display: block;
    width: 100%;
    height: 150%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-slider .text {
    padding-left: 50px;
}

.about-slider .text h2, .about-slider .text .h2 {
    font-family: "obvia-expanded", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #6cc72b;
    margin-bottom: 50px;
}

.about-slider .text p {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    color: #95a08d;
}

.about-slider .navigation-set {
    position: absolute;
    left: 36%;
    bottom: 150px;
}

.about-slider .swiper-button-next, .about-slider .swiper-button-prev {
    position: absolute;
    top: 0;
    margin-top: 0;
    color: #6cc72b;
    width: 42px;
    height: 42px;
    left: 0;
    right: initial;
}

.about-slider .swiper-button-next:before, .about-slider .swiper-button-next:after, .about-slider .swiper-button-prev:before, .about-slider .swiper-button-prev:after {
    display: none;
}

.about-slider .swiper-button-next svg, .about-slider .swiper-button-prev svg {
    display: block;
    height: 42px;
    width: 42px;
}

.about-slider .swiper-button-line {
    position: absolute;
    left: 55px;
    top: -10px;
    height: 80px;
    width: 1px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background: #5f726b;
}

.about-slider .swiper-button-next {
    left: 70px;
}

.about-slider .swiper-button-prev {
    top: 16px;
}

.mission-vission {
    height: 770px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../img/mission-vission-bg.png) center center no-repeat;
    margin-top: -50px;
    margin-bottom: 68px;
}

.mission-vission nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
}

.mission-vission nav .nav .nav-link {
    background: transparent;
    font-family: "obvia-expanded", sans-serif;
    border: none;
    padding: 10px 30px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0.01em;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #364e30;
}

.mission-vission nav .nav .nav-link.active {
    color: #6cc72b;
}

.mission-vission .tab-content {
    border: none;
    max-width: 750px;
    margin: 0 auto;
}

.mission-vission .tab-content .tab-pane p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #95a08d;
    max-width: 100%;
}

.our-values {
    padding-top: 260px;
    position: relative;
    margin-bottom: 80px;
}

.our-values .bg-img {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.our-values .main-about-text {
    text-align: center;
    margin-bottom: 80px;
}

.our-values .main-about-text .sub {
    font-family: "obvia-expanded", sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #526c3e;
    margin-bottom: 18px;
}

.our-values .main-about-text .h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.our-values .main-about-text h2, .our-values .main-about-text .h2 {
    font-family: "obvia-expanded", sans-serif;
    font-size: 37px;
    line-height: 1.1;
    color: #c2e4a9;
    letter-spacing: 1px;
    margin-bottom: 28px;
    width: 100%;
    margin: 0 auto;
}

.our-values .main-about-text h2 div, .our-values .main-about-text .h2 div, .our-values .main-about-text h2 span, .our-values .main-about-text .h2 span {
    font-family: "obvia-expanded", sans-serif;
    font-size: 37px;
    line-height: 1.1;
    color: #c2e4a9;
    letter-spacing: 1px;
}

.our-values .main-about-text p {
    font-size: 21px;
    font-weight: 300;
    color: #95a08d;
    line-height: 1.25;
    width: 690px;
    max-width: 100%;
    margin: 0 auto 50px;
}

.our-values .main-about-text p div, .our-values .main-about-text p span {
    font-size: 21px;
    font-weight: 300;
    color: #95a08d;
    line-height: 1.25;
}

.our-values .img-text-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
}

.our-values .img-text-set .img-effect {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    height: 100%;
    width: 100%;
    -webkit-clip-path: polygon(0% 10%, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0% 10%, 100% 0, 100% 90%, 0% 100%);
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.our-values .img-text-set .img-effect img {
    display: block;
    width: 100%;
    height: 150%;
    -o-object-fit: cover;
    object-fit: cover;
}

.our-values .img-text-set .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-left: -20%;
    padding: 144px 20px;
    background: #262c2a;
    -webkit-clip-path: polygon(0% 10%, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0% 10%, 100% 0, 100% 90%, 0% 100%);
    position: relative;
    z-index: 10;
}

.our-values .img-text-set .text .centered {
    width: 370px;
    max-width: 100%;
    margin: 0 auto;
}

.our-values .img-text-set .text h3, .our-values .img-text-set .text .h3 {
    font-family: "obvia-expanded", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0.01em;
    color: #c2e4a9;
}

.our-values .img-text-set .text p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #95a08d;
    margin-bottom: 47px;
}

.blog-banner {
    padding-top: 210px;
}

@keyframes marqueText {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.blog-banner .marque-png {
    display: block;
    width: calc(1350px * 4);
    height: 140px;
    position: relative;
}

.blog-banner .marque-png:before {
    content: "";
    -webkit-animation: marqueText 30s linear infinite;
    animation: marqueText 30s linear infinite;
    position: absolute;
    width: 200%;
    height: 100%;
    background: url(../img/son-gelismeler.png) left center repeat-x;
}

.blog-banner .banner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1050px;
    max-width: 100%;
    margin: 0 auto;
}

.blog-banner .banner-section .text {
    background: #262c2a;
    padding: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}

.blog-banner .banner-section .text h1, .blog-banner .banner-section .text .h1 {
    font-family: "obvia-expanded", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #bfcab7;
    margin-bottom: 50px;
}

.blog-banner .banner-section .text ul li {
    border-bottom: 1px solid #2c3431;
    margin-bottom: 20px;
}

.blog-banner .banner-section .text ul li a {
    display: block;
    padding: 20px 20px 20px 60px;
    background: url(../img/arrow-right.png) -20px center no-repeat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #bfcab7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-banner .banner-section .text ul li a:hover {
    color: #c2e4a9;
    background: url(../img/arrow-right.png) 25px center no-repeat;
}

.blog-banner .banner-section .text ul li:nth-last-child(1) {
    border: none;
}

.blog-banner .banner-section .img-effect {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    overflow: hidden;
}

.blog-banner .banner-section .img-effect img {
    display: block;
    width: 100%;
    height: 130%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-list {
    padding: 90px 0 100px;
}

.blog-list .blog-list-set {
    width: 1020px;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 100px;
}

.blog-list .blog-list-set .item {
    display: block;
    position: relative;
    padding: 20px 30px;
    margin-bottom: 80px;
}

.blog-list .blog-list-set .item .img-effect {
    width: 100%;
    height: 380px;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}

.blog-list .blog-list-set .item .img-effect img {
    display: block;
    width: 100%;
    height: 140%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-list .blog-list-set .item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
    left: 37px;
    right: 37px;
    background: #262c2a;
    padding: 40px 30px 30px;
    height: 152px;
    bottom: -50px;
}

.blog-list .blog-list-set .item .text .date {
    font-family: "obvia-expanded", sans-serif;
    color: #7c8f6d;
    padding-right: 15px;
}

.blog-list .blog-list-set .item .text .date span {
    display: block;
    text-align: center;
}

.blog-list .blog-list-set .item .text .date .day {
    font-weight: 900;
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 5px;
}

.blog-list .blog-list-set .item .text .date .month {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.blog-list .blog-list-set .item .text .date .year {
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
}

.blog-list .blog-list-set .item .text p {
    font-family: "obvia-expanded", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #c2e4a9;
    margin-bottom: 0;
}

.blog-list .blog-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-list .blog-pagination ul li {
    margin: 0 7px;
}

.blog-list .blog-pagination ul li a {
    border: 0.5px solid #5f726b;
    display: block;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #5f726b;
    font-family: "obvia-expanded", sans-serif;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-list .blog-pagination ul li.active a {
    border-color: #c2e4a9;
    color: #c2e4a9;
}

.blog-detail-banner {
    position: relative;
    height: 620px;
    width: 100%;
}

.blog-detail-banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 32, 29, 0)), to(#19201d));
    background: linear-gradient(180deg, rgba(25, 32, 29, 0) 0%, #19201d 100%);
}

.blog-detail-banner img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-detail-content .blog-detail-section {
    width: 880px;
    max-width: 100%;
    margin: 0 auto;
}

.blog-detail-content .blog-detail-section h2, .blog-detail-content .blog-detail-section .h2 {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    font-family: "obvia-expanded", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #c2e4a9;
    margin-bottom: 50px;
    padding-top: 2rem;
}

.blog-detail-content .blog-detail-section .date {
    font-family: "obvia-expanded", sans-serif;
    color: #7c8f6d;
    margin-bottom: 40px;
}

.blog-detail-content .blog-detail-section .date span {
    display: block;
    text-align: center;
}

.blog-detail-content .blog-detail-section .date .day {
    font-weight: 900;
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 5px;
}

.blog-detail-content .blog-detail-section .date .month {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.blog-detail-content .blog-detail-section .date .year {
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
}

.blog-detail-content .blog-detail-section .settings-social {
    width: 700px;
    max-width: 100%;
    margin: 0 auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-detail-content .blog-detail-section .settings-social .font-setting {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 70px);
    flex: 0 0 calc(50% - 70px);
    max-width: calc(50% - 70px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-detail-content .blog-detail-section .settings-social .font-setting a {
    margin-right: 8px;
    display: block;
    color: #95a08d;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-detail-content .blog-detail-section .settings-social .font-setting a svg {
    display: block;
}

.blog-detail-content .blog-detail-section .settings-social .line {
    width: 70px;
    height: 1px;
    background: #7c8f6d;
}

.blog-detail-content .blog-detail-section .settings-social .social-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 70px);
    flex: 0 0 calc(50% - 70px);
    max-width: calc(50% - 70px);
}

.blog-detail-content .blog-detail-section .settings-social .social-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.blog-detail-content .blog-detail-section .settings-social .social-area ul li {
    margin-right: 5px;
}

.blog-detail-content .blog-detail-section .settings-social .social-area ul li a {
    color: #95a08d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-detail-content .blog-detail-section .settings-social .social-area ul li a svg {
    display: block;
}

.blog-detail-content .blog-detail-section .settings-social .social-area ul li a:hover {
    color: #6cc72b;
}

.blog-detail-content .blog-detail-section .text {
    width: 700px;
    max-width: 100%;
    margin: 0 auto 120px;
}

.blog-detail-content .blog-detail-section .text p {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    color: #95a08d;
}

.blog-detail-content .blog-detail-section .gallery {
    margin-bottom: 80px;
}

.blog-detail-content .blog-detail-section .gallery .grid {
    -ms-grid-columns: (1fr) [var];
    grid-template-columns: repeat(var(--bs-columns, 3), 1fr);
}

.blog-detail-content .blog-detail-section .gallery .grid .item {
    overflow: hidden;
}

.blog-detail-content .blog-detail-section .gallery .grid .item img {
    display: block;
    width: 100%;
    height: 140%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-detail-content .blog-detail-section .back-btn {
    width: 500px;
    height: 158px;
    background: url(../img/back-btn-bg.png) center center no-repeat;
    margin: 0 auto;
    max-width: 100%;
}

.blog-detail-content .blog-detail-section .back-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #c2e4a9;
    height: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-detail-content .blog-detail-section .back-btn a span {
    display: block;
}

.blog-detail-content .blog-detail-section .back-btn a span svg {
    display: block;
    margin: 0 auto;
}

.blog-detail-content .blog-detail-section .back-btn a:hover {
    color: #fff;
}

.tech-banner {
    padding-top: 330px;
    position: relative;
}

.tech-banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 876px;
    width: 100%;
    background: url(../img/tech-banner-bg.png) right top no-repeat;
}

.tech-banner .text {
    position: relative;
}

.tech-banner .text .sub {
    font-family: "obvia-expanded", sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #526c3e;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.tech-banner .text h1, .tech-banner .text .h1 {
    font-family: "obvia-expanded", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 0.01em;
    color: #6cc72b;
    margin-bottom: 28px;
    width: 600px;
    max-width: 100%;
}

.tech-banner .text h1 div, .tech-banner .text .h1 div, .tech-banner .text h1 span, .tech-banner .text .h1 span {
    font-family: "obvia-expanded", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 0.01em;
    color: #6cc72b;
}

.tech-banner .text p {
    font-size: 21px;
    font-weight: 300;
    color: #95a08d;
    line-height: 1.25;
    width: 600px;
    max-width: 100%;
}

.tech-banner .text p div, .tech-banner .text p span {
    font-size: 21px;
    font-weight: 300;
    color: #95a08d;
    line-height: 1.25;
}

.tech-banner .img-effect {
    width: 1000px;
    max-width: 100%;
    padding: 0 10px;
    height: 650px;
    margin: 0 auto 50px;
}

.tech-banner .img-effect img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-clip-path: polygon(0% 25%, 100% 0, 100% 75%, 0% 100%);
    clip-path: polygon(0% 25%, 100% 0, 100% 75%, 0% 100%);
}

.contact-content {
    padding-top: 180px;
    overflow: hidden;
    margin-bottom: 20px;
    background: url(../img/contact-bg.png) 0 -22% no-repeat;
}

.contact-content .head {
    margin-bottom: 120px;
    width: 550px;
    max-width: 100%;
}

.contact-content .head h1, .contact-content .head .h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.01em;
    color: #6cc72b;
}

.contact-content .head h1 span, .contact-content .head .h1 span, .contact-content .head h1 div, .contact-content .head .h1 div {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.01em;
    color: #6cc72b;
}

.contact-content .nav {
    border-bottom: none;
}

.contact-content .nav .nav-link {
    border: 1px solid #6cc72b;
    background: #19201d;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #6cc72b;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 180px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-content .nav .nav-link:nth-child(1) {
    border-radius: 11px 0px 0px 11px;
}

.contact-content .nav .nav-link:nth-last-child(1) {
    border-radius: 0px 11px 11px 0px;
}

.contact-content .nav .nav-link:hover, .contact-content .nav .nav-link.active {
    background: #6cc72b;
    color: #19201d;
}

.contact-content .tab-content .tab-pane {
    padding-top: 50px;
}

.contact-content .tab-content .tab-pane .sub {
    font-family: "obvia-expanded", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.22em;
    color: #c2e4a9;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.contact-content .tab-content .tab-pane .phone {
    margin-bottom: 42px;
}

.contact-content .tab-content .tab-pane .phone a {
    font-family: "obvia-expanded", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #6cc72b;
}

.contact-content .tab-content .tab-pane .mail {
    margin-bottom: 23px;
}

.contact-content .tab-content .tab-pane .mail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "obvia-expanded", sans-serif;
    font-style: normal;
    font-weight: 550;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #95a08d;
}

.contact-content .tab-content .tab-pane .mail a span {
    padding: 5px;
    display: block;
}

.contact-content .tab-content .tab-pane .mail a span svg {
    display: block;
}

.contact-content .tab-content .tab-pane .location {
    margin-bottom: 47px;
}

.contact-content .tab-content .tab-pane .location a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "obvia-expanded", sans-serif;
    font-style: normal;
    font-weight: 550;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #95a08d;
}

.contact-content .tab-content .tab-pane .location a span {
    padding: 5px;
    display: block;
}

.contact-content .tab-content .tab-pane .location a span svg {
    display: block;
}

.contact-content .tab-content .tab-pane .location-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    border: 1px solid rgba(95, 114, 107, 0.16);
    border-radius: 9px;
    font-family: "obvia-expanded", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.01em;
    color: #6cc72b;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact-content .tab-content .tab-pane .location-btn a span {
    display: block;
    padding: 0 5px;
}

.contact-content .tab-content .tab-pane .location-btn a span svg {
    display: block;
}

.contact-content .tab-content .tab-pane .location-btn a:hover {
    color: #c2e4a9;
}

.contact-content .tab-content .form {
    width: 450px;
}

.contact-content .map {
    position: relative;
    margin-top: -180px;
    margin-left: 100px;
    width: calc(((100vw - 1400px) / 2 + 100%));
    margin-right: calc(((100vw - 1300px) / 2 * -1));
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
    height: 100vh;
    overflow: hidden;
}

.contact-content .map a {
    display: block;
    height: 100vh;
    position: relative;
}

.contact-content .map iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(1) invert(1);
    position: relative;
    opacity: 0.4;
}

.contact-content .map a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: rgb(25,32,29);
    background: linear-gradient(175deg, rgba(25,32,29,1) 0%, rgba(25,32,29,0) 90%);
    z-index: 1;
    pointer-events: none;
}

.contact-content .map img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.contact-content .map .map-pin {
    width: auto;
    height: auto;
    position: absolute;
    left: 32%;
    top: 40%;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

.footer .container {
    padding-top: 130px;
    background: url(../img/footer-bg.png) top center no-repeat;
    width: 1335px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.footer .footer-text p {
    font-family: "obvia-expanded", sans-serif;
    font-weight: 600;
    font-size: 27px;
    color: #c2e4a9;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.01em;
    text-align: center;
    width: 600px;
    margin: 0 auto 27px;
    max-width: 100%;
}

.footer .footer-text .impactex-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 123px;
}

.footer .bottom {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer .bottom .logo {
    padding-right: 20px;
    padding-bottom: 10px;
}

.footer .bottom .logo a {
    display: block;
    margin-bottom: 24px;
}

.footer .bottom .logo a img {
    display: block;
}

.footer .bottom .logo p {
    font-family: "obvia-expanded", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #929997;
}

.footer .bottom .info {
    padding: 0 20px;
}

.footer .bottom .info .phone {
    display: block;
    font-family: "obvia-expanded", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #6cc72b;
}

.footer .bottom .info .mail {
    font-family: "obvia-expanded", sans-serif;
    font-weight: 550;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: #c2e4a9;
    margin-bottom: 5px;
}

.footer .bottom .info .social-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

.footer .bottom .info .social-area ul li {
    margin-right: 16px;
}

.footer .bottom .info .social-area ul li a {
    color: #5f726b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer .bottom .info .social-area ul li a svg {
    display: block;
}

.footer .bottom .info .social-area ul li a:hover {
    color: #6cc72b;
}

.footer .bottom .e-bulten {
    padding: 0 20px;
}

.footer .bottom .e-bulten h6, .footer .bottom .e-bulten .h6 {
    font-family: "obvia-expanded", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #c2e4a9;
    margin-bottom: 15px;
}

.footer .bottom .e-bulten .form {
    width: 300px;
    max-width: 100%;
}

.footer .bottom .e-bulten .form .form-group {
    position: relative;
    margin-bottom: 0px;
    min-height: 0;
}

.footer .bottom .e-bulten .form .form-group input {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #6cc72b;
    border: 1px solid #3a3e37;
    border-radius: 11px;
    background: transparent;
    padding-right: 55px;
    padding-left: 15px;
    height: 47px;
}

.footer .bottom .e-bulten .form .form-group input::-webkit-input-placeholder {
    color: #5c6357;
}

.footer .bottom .e-bulten .form .form-group input:-ms-input-placeholder {
    color: #5c6357;
}

.footer .bottom .e-bulten .form .form-group input::-ms-input-placeholder {
    color: #5c6357;
}

.footer .bottom .e-bulten .form .form-group input::placeholder {
    color: #5c6357;
}

.footer .bottom .e-bulten .form .form-group button {
    padding: 0;
    height: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #c2e4a9;
    background: #3a3e37;
    border-radius: 0 11px 11px 0;
}

.footer .bottom .e-bulten .form .form-group button:before {
    display: none;
}

.footer .bottom .e-bulten .form .form-group button svg {
    margin: auto;
}

.footer .bottom .e-bulten .form .form-group .set-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .bottom .e-bulten .form .form-group .form-group-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    margin-bottom: 0;
    padding-right: 10px;
}

.footer .bottom .e-bulten .form .form-group .form-group-checkbox label {
    font-size: 12px;
    line-height: 16px;
    color: #757d6f;
}

.footer .bottom .e-bulten .form .form-group .form-group-checkbox label a {
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
}

.footer .bottom .e-bulten .form .form-group .set {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.footer .bottom .e-bulten .form .form-group .set a {
    display: inline-block;
    color: #757d6f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 12px;
    line-height: 16px;
}

.footer .bottom .e-bulten .form .form-group .set a:hover, .footer .bottom .e-bulten .form .form-group .set a.active {
    color: #c2e4a9;
    font-weight: 700;
}

.footer .bottom .e-bulten .form .form-group .set span {
    display: inline-block;
    color: #757d6f;
}

.footer .bottom .footer-menu {
    padding: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 285px;
    flex: 0 0 285px;
}

.footer .bottom .footer-menu h6, .footer .bottom .footer-menu .h6 {
    font-family: "obvia-expanded", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #c2e4a9;
    margin-bottom: 35px;
}

.footer .bottom .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

.footer .bottom .footer-menu ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.footer .bottom .footer-menu ul li a {
    display: block;
    color: #929997;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #929997;
    padding: 10px 0;
}

.footer .bottom .footer-menu p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #929997;
}

.footer .bottom .footer-menu p a {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #929997;
}

.footer .bottom .footer-menu p span {
    display: inline-block;
    padding: 0 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #929997;
}

@-webkit-keyframes footerMarque {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes footerMarque {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.footer .footer-marque {
    display: block;
    width: calc(1355px * 4);
    height: 100px;
    position: relative;
}

.footer .footer-marque:before {
    content: "";
    -webkit-animation: footerMarque 100s linear infinite;
    animation: footerMarque 100s linear infinite;
    position: absolute;
    width: 200%;
    height: 100%;
    background: url(../img/footer-marque.png) left center repeat-x;
}

.form .form-group {
    position: relative;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}

.form .form-group input, .form .form-group textarea, .form .form-group select {
    color: #c2e4a9;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    height: 55px;
    padding: 15px 20px 15px 55px;
    border: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #262c2a;
    border: 1px solid #323937;
    border-radius: 10px;
}

.form .form-group input:focus, .form .form-group textarea:focus, .form .form-group select:focus {
    outline: none;
    border-color: #323937;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

.form .form-group input:focus ~ span, .form .form-group textarea:focus ~ span, .form .form-group select:focus ~ span {
    color: #c2e4a9;
}

.form .form-group input::-webkit-input-placeholder, .form .form-group textarea::-webkit-input-placeholder, .form .form-group select::-webkit-input-placeholder {
    font-size: 17px;
    font-weight: 500;
    color: #666666;
}

.form .form-group input:-ms-input-placeholder, .form .form-group textarea:-ms-input-placeholder, .form .form-group select:-ms-input-placeholder {
    font-size: 17px;
    font-weight: 500;
    color: #666666;
}

.form .form-group input::-ms-input-placeholder, .form .form-group textarea::-ms-input-placeholder, .form .form-group select::-ms-input-placeholder {
    font-size: 17px;
    font-weight: 500;
    color: #666666;
}

.form .form-group input::placeholder, .form .form-group textarea::placeholder, .form .form-group select::placeholder {
    font-size: 17px;
    font-weight: 500;
    color: #666666;
}

.form .form-group select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form .form-group textarea {
    height: 150px;
    resize: none;
}

.form .form-group .icon {
    position: absolute;
    pointer-events: none;
    left: 17px;
    top: 14px;
}

.form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: #dc0083;
    padding: 12px 32px;
    height: 49px;
    color: #ffffff;
    border-radius: 0;
    border: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    font-size: 15px;
}

.form button:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #650c41;
    bottom: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.form button span {
    position: relative;
    display: block;
}

.form button svg {
    margin-left: 30px;
    display: block;
}

.form button:hover {
    color: #fff;
}

.form button:hover:before {
    bottom: 0;
}

.form .form-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.form .form-btn-group button {
    background: #c2e4a9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    height: 50px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #19201d;
}

.form .form-btn-group button:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(25, 32, 29, 0.1);
    bottom: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.form .form-btn-group button span {
    display: block;
    position: relative;
    padding: 0 5px;
}

.form .form-btn-group button span svg {
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #19201d;
}

.form .form-btn-group button:hover {
    color: #001b0f;
}

.form .form-btn-group button:hover:before {
    bottom: 0;
}

.form .form-btn-group button:hover svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    color: #001b0f;
}

.form .form-group-checkbox {
    position: relative;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form .form-group-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 30px;
    opacity: 0;
    pointer-events: none;
}

.form .form-group-checkbox input:checked ~ label:after {
    opacity: 1;
}

.form .form-group-checkbox label {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 10px 10px 10px 35px;
    display: inline-block;
    font-size: 15px;
    color: #5c6357;
    font-weight: 300;
}

.form .form-group-checkbox label:before {
    content: "";
    position: absolute;
    border: 1px solid #3a3e37;
    border-radius: 4px;
    width: 21px;
    height: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 14px;
}

.form .form-group-checkbox label:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 3px;
    top: 17px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #c2e4a9;
    border-radius: 3px;
}

.form .form-group-checkbox label a {
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    color: #757d6f;
    text-decoration: underline;
    font-weight: 500;
}

.form .form-group-file {
    position: relative;
}

.form .form-group-file input {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.form .form-group-file label {
    width: 100%;
    height: 47px;
    border: 1px solid #dc0083;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    color: #727070;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.form .form-group-file label span {
    display: block;
}

.form .form-group-file label span svg {
    display: block;
    margin-left: 10px;
    color: #dc0083;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.form .form-group-file label:hover {
    background: #650c41;
    color: #fff;
}

.form .form-group-file label:hover span svg {
    color: #fff;
}

.form .form-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.form .form-btn-group .form-group-file {
    margin: 15px;
}

.form .form-btn-group .form-group-file label {
    width: 160px;
}

.form .form-btn-group button {
    width: 160px;
    margin: 15px;
}

.form .row.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fancybox-thumbs__list a:before {
    color: #262c2a;
}

.footer .bottom .footer-menu ul li a:hover, .footer .bottom .footer-menu p a:hover {
    color: #6cc72b;
}

.single-page {
    padding-top: 10rem;
}

@media only screen and (max-width: 1320px) {
    .contact-content .map {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-slider .main-swiper .swiper-slide .text h1, .main-slider .main-swiper .swiper-slide .text .h1, .main-slider .main-swiper .swiper-slide .text .h1 {
        font-size: 40px;
    }

    .main-slider .main-swiper .swiper-slide .img img {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    .main-slider .swiper-pagination-container {
        width: 66%;
    }

    .main-tech-slider .tech-text-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-tech-slider .tech-text-content .impactex2-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-tech-slider .tech-slider-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main-tech-slider .text {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
    }

    .main-tech-slider .tech-slider-content {
        padding-left: 10px;
    }

    .main-tech-slider .tech-swiper {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
    }

    .main-tech-slider .navigation-set {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 112px;
    }

    .footer .container {
        background-size: 100% 100%;
    }

    .footer .bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 360px;
    }

    .footer .bottom .logo {
        margin-bottom: 20px;
    }

    .footer .bottom .info {
        margin-bottom: 20px;
    }

    .footer .bottom .e-bulten {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider {
        height: auto;
        min-height: 0;
        padding-bottom: 100px;
    }

    .main-slider .main-swiper .swiper-slide .text h1, .main-slider .main-swiper .swiper-slide .text .h1, .main-slider .main-swiper .swiper-slide .text .h1 {
        font-size: 35px;
    }

    .main-slider .main-swiper .swiper-slide .img img {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    .main-slider .main-swiper {
        padding-bottom: 30px;
    }

    .main-slider .swiper-pagination-container {
        position: absolute;
        bottom: -30px;
    }

    .main-slider .container-bottom {
        bottom: 10px;
    }

    .main-tech .img {
        display: none;
    }

    .main-tech .text {
        position: static;
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    .main-tech-slider .tech-text-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-tech-slider .tech-text-content .impactex2-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-tech-slider .tech-slider-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main-tech-slider .text {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
    }

    .main-tech-slider .tech-slider-content {
        padding-left: 10px;
    }

    .main-tech-slider .tech-swiper {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
    }

    .main-tech-slider .navigation-set {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 112px;
    }

    .footer .container {
        background-size: 100% 100%;
    }

    .footer .bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 360px;
    }

    .footer .bottom .logo {
        margin-bottom: 20px;
    }

    .footer .bottom .info {
        margin-bottom: 20px;
    }

    .footer .bottom .e-bulten {
        margin-bottom: 20px;
    }

    .page-banner {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        padding-bottom: 100px;
    }

    .page-banner:before, .page-banner:after {
        display: none;
    }

    .page-banner .page-img {
        height: 300px;
        width: 100%;
    }

    .page-banner .page-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .page-banner .text {
        margin: 0 auto;
        padding-top: 40px;
        text-align: center;
    }

    .about-slider .text h2, .about-slider .text .h2, .about-slider .text .h2 {
        font-size: 28px;
    }

    .our-values {
        padding-top: 0;
    }

    .blog-detail-banner {
        height: 300px;
    }

    .contact-content .map {
        position: relative;
        height: 300px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        margin-top: 100px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .contact-content .map .map-pin {
        left: 50%;
        top: 50%;
        margin-left: -100px;
        margin-top: -100px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider .main-swiper {
        padding-top: 110px;
    }

    .main-slider .main-swiper-bg .swiper-slide .text, .main-slider .main-swiper-bg .swiper-slide .img, .main-slider .main-swiper .swiper-slide .text, .main-slider .main-swiper .swiper-slide .img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main-slider .main-swiper .swiper-slide .text {
        text-align: center;
    }

    .main-slider .main-swiper .swiper-slide .img {
        max-width: 90%;
        margin: 0 auto;
    }

    .main-slider .main-swiper .swiper-slide .text .impactex-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-slider .swiper-pagination-container {
        bottom: 0;
        width: 100%;
    }

    .main-slider .swiper-pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0;
    }

    .main-slider .swiper-progress-bar {
        margin-right: auto;
    }

    .main-slider .container-bottom {
        bottom: -30px;
    }

    .main-slider .down-scroll {
        right: 10px;
    }

    .main-about .main-about-text h2, .main-about .main-about-text .h2, .main-about .main-about-text .h2 {
        padding: 0 10px;
    }

    .main-about .main-about-text h2, .main-about .main-about-text .h2, .main-about .main-about-text .h2, .main-about .main-about-text h2 div, .main-about .main-about-text .h2 div, .main-about .main-about-text .h2 div, .main-about .main-about-text h2 span, .main-about .main-about-text .h2 span, .main-about .main-about-text .h2 span {
        font-size: 30px;
    }

    .main-about {
        padding-top: 0;
        padding-bottom: 0;
    }

    .main-about .main-about-text {
        top: 50%;
    }

    .about-slider .text {
        padding-left: 0;
    }

    .about-slider .img-effect {
        height: 300px;
        margin-bottom: 30px;
    }

    .about-slider .navigation-set {
        bottom: 70px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 112px;
    }

    .our-values .img-text-set .img-effect {
        display: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 300px;
    }

    .our-values .img-text-set .text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .blog-detail-content .blog-detail-section h2, .blog-detail-content .blog-detail-section .h2, .blog-detail-content .blog-detail-section .h2 {
        font-size: 20px;
    }

    .blog-detail-content .blog-detail-section .settings-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .blog-detail-content .blog-detail-section .settings-social .font-setting {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 20px;
    }

    .blog-detail-content .blog-detail-section .settings-social .social-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .blog-detail-content .blog-detail-section .settings-social .social-area ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 20px;
        padding-left: 0;
    }

    .blog-detail-content .blog-detail-section .gallery .grid {
        -ms-grid-columns: (1fr) [var];
        grid-template-columns: repeat(var(--bs-columns, 2), 1fr);
    }

    .blog-banner .banner-section .text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-banner .banner-section .img-effect {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 300px;
    }

    .contact-content .nav .nav-link {
        width: 140px;
    }

    .contact-content .head h1, .contact-content .head .h1, .contact-content .head .h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .blog-banner .banner-section .text {
        padding: 20px;
    }

    .blog-banner .banner-section .text ul {
        padding-left: 0;
    }

    .blog-banner .banner-section .text ul li a {
        padding: 20px;
    }

    .blog-banner .banner-section .text ul li a:hover {
        background: url(../img/arrow-right.png) 0px center no-repeat;
    }
}

@media only screen and (max-width: 480px) {
    .main-about .main-about-text h2, .main-about .main-about-text .h2, .main-about .main-about-text .h2, .main-about .main-about-text h2 div, .main-about .main-about-text .h2 div, .main-about .main-about-text .h2 div, .main-about .main-about-text h2 span, .main-about .main-about-text .h2 span, .main-about .main-about-text .h2 span {
        font-size: 24px;
    }

    .main-about .main-about-text p, .main-about .main-about-text p, .main-about .main-about-text p div, .main-about .main-about-text p span {
        font-size: 18px;
    }

    .footer .footer-text p {
        font-size: 22px;
    }

    .blog-detail-content .blog-detail-section .gallery .grid {
        -ms-grid-columns: (1fr) [var];
        grid-template-columns: repeat(var(--bs-columns, 1), 1fr);
    }
}
