/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/poppins/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

:root {
    --kol-font: 'Poppins', sans-serif;
    --kol-reey-font: "reeyregular";
    --kol-gray: #818487;
    --kol-gray-rgb: 129, 135, 132;
    --kol-white: #ffffff;
    --kol-white-rgb: 255, 255, 255;
    --kol-base: #ea002a;
    --kol-base-rgb: 254, 144, 67;
    --kol-black: #30353a;
    --kol-black-rgb: 48, 53, 58;
    --kol-primary: #089fac;
    --kol-primary-rgb: 8, 159, 172;
    --kol-extra: #f7f5f1;
    --kol-extra-rgb: 247, 245, 241;
    --kol-bdr-color: #e6e1d8;
    --kol-bdr-color-rgb: 230, 225, 216;
    --kol-letter-spacing: -0.04em;
    --kol-letter-spacing-two: -0.02em;

}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--kol-font);
    color: var(--kol-gray);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--kol-gray);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--kol-black);
    margin: 0;
    letter-spacing: var(--kol-letter-spacing);
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.form-control.ws-selector {
    background: #fff0;
    color: #fff;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    display: inline-block;
    width: 185px;
    font-size: 12px;
}

.form-control.ws-selector option {
    color: #0b51c5;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.section-separator {
    border-color: var(--kol-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--kol-base);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--kol-base);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: var(--kol-base);
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4;
}


.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: var(--kol-base);
    color: var(--kol-white);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    border-radius: 25px;
    padding: 5px 20px 5px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}

.thm-btn::before {
    position: absolute;
    content: '';
    background-color: var(--kol-black);
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 25px;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.thm-btn:hover {
    color: var(--kol-white);
}

.thm-btn:hover:before {
    height: 380%;
}


.section-title {
    position: relative;
    display: block;
    margin-top: -11px;
    margin-bottom: 48px;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: var(--kol-base);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left: 20px;
    z-index: 1;
}

.section-title__tagline:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    height: 10px;
    width: 2px;
    background-color: var(--kol-base);
    transform: rotate(15deg);
}

.section-title__tagline:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    height: 10px;
    width: 2px;
    background-color: var(--kol-base);
    transform: rotate(15deg);
}

.section-title__title {
    margin: 0;
    color: var(--kol-black);
    font-size: 49px;
    line-height: 60px;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-top: 5px;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
    background: var(--kol-primary);
    color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: var(--kol-base);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
    background: var(--kol-black);
    color: var(--kol-white);
    cursor: pointer;
}

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(../images/loader.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}

/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: var(--kol-primary);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    cursor: pointer;
}

.scroll-to-top i {
    color: var(--kol-white);
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.scroll-to-top:hover {
    background-color: var(--kol-base);
}

.scroll-to-top:hover i {
    color: #fff;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 30px;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu {
    position: relative;
    display: block;
}

.main-menu__wrapper {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.main-menu__left {
    position: relative;
    display: block;
    float: left;
    max-width: 170px;
    width: 100%;
}

.main-menu__logo {
    display: block;
    padding: 36.5px 0;
}

.main-menu__logo img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.main-menu__right {
    display: block;
    float: right;
    max-width: 920px;
    width: 100%;
}

.main-menu__right-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: -moz-linear-gradient(0deg, #dc3545 0%, rgb(254, 144, 67) 100%);
    background-image: -webkit-linear-gradient(0deg, #dc3545 0%, rgb(254, 144, 67) 100%);
    background-image: -ms-linear-gradient(0deg, #dc3545 0%, rgb(254, 144, 67) 100%);
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
}

.main-menu__right-top:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -40px;
    content: "";
    background-color: #fe9043;
    z-index: -1;
}

.main-menu__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li + li {
    margin-left: 27px;
}

.main-menu__contact-list li .icon {
    display: flex;
    align-items: center;
}

.main-menu__contact-list li .icon i {
    font-size: 14px;
    color: var(--kol-white);
}

.main-menu__contact-list li .text {
    margin-left: 6px;
}

.main-menu__contact-list li .text p {
    font-size: 13px;
    font-weight: 500;
    color: var(--kol-white);
}

.main-menu__contact-list li .text p a {
    color: var(--kol-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
    color: var(--kol-black);
}

.main-menu__social {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__social a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--kol-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__social a:hover {
    color: var(--kol-black);
}

.main-menu__social a + a {
    margin-left: 25px;
}

.main-menu__right-bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.main-menu__main-menu-box {
    display: block;
}

.main-menu__main-menu-content-box {
    display: block;
}

.main-menu__search-help-line {
    display: flex;
    align-items: center;
}

.main-menu__search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__search-box .main-menu__search + .main-menu__search {
    margin-left: 20px;
}

.main-menu__search-box:before {
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -20px;
    width: 1px;
    background-color: var(--kol-bdr-color);
}

.main-menu__main-menu-content-box:before {
    content: "";
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -20px;
    width: 1px;
    background-color: var(--kol-bdr-color);
}

.main-menu__search {
    font-size: 24px;
    color: var(--kol-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.main-menu__search:hover {
    color: var(--kol-base);
}

.main-menu__help-line {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.main-menu__help-line-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    background-color: var(--kol-extra);
    border-radius: 50%;
    font-size: 24px;
    color: var(--kol-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__help-line-icon:hover {
    background-color: var(--kol-base);
    color: var(--kol-white);
}

.main-menu__help-line-content {
    margin-left: 10px;
}

.main-menu__help-line-sub-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
}

.main-menu__help-line-number {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    margin-top: 2px;
}

.main-menu__help-line-number a {
    color: var(--kol-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__help-line-number a:hover {
    color: var(--kol-base);
}

.main-menu__help-line-number .btn-login {
    color: #fff;
    background-color: var(--kol-base);
    border-color: var(--kol-base);
    padding: 4px 35px;
    border-radius: 40px;
}

.main-menu__help-line-number .btn-login:hover {
    color: var(--kol-base);
    background-color: #fff;
    border-color: #ea002a;
    padding: 4px 35px;
    border-radius: 40px;
}

.stricky-header.main-menu {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.stricky-header .main-menu__wrapper {
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}

.stricky-header .main-menu__right-top {
    padding-right: 40px;
}

.stricky-header .main-menu__right-top:before {
    display: none;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}


@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 23px;
    padding-bottom: 23px;
    position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
    margin-left: 45px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--kol-gray);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
    color: var(--kol-black);
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    background-color: rgb(255, 255, 255);
    padding: 31px 20px 31px;
}

.shadow-box {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
    display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
    border-top: none;
    margin-top: 10px;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: var(--kol-gray);
    letter-spacing: 0;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 20px 5px;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: var(--kol-white);
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
    background-color: var(--kol-extra);
    color: var(--kol-black);
}

.main-menu .main-menu__list > li > ul > li > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    font-size: 14px;
    color: var(--kol-base);
    transform: translateY(-50%) scale(0);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a::before {
    transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-box .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
    position: static;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu__wrapper .main-menu__list > .megamenu > ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
}

.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu__wrapper .main-menu__list > .megamenu > ul > li {
    padding: 0 !important;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--kol-base);
    cursor: pointer;
}

.mobile-nav__buttons a + a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--kol-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--kol-base);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--kol-black);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--kol-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__content .logo-box img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--kol-white);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
    display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--kol-font);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
    color: var(--kol-base);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
    width: 30px;
    height: 30px;
    background-color: var(--kol-base);
    border: none;
    outline: none;
    color: #fff;
    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;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--kol-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
    display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    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;
    margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--kol-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--kol-white);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__social a + a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: var(--kol-base);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--kol-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__contact li + li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #ffffff;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--kol-base);
}

.mobile-nav__contact li > i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--kol-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}


/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
    margin-top: -31px;
    margin-bottom: -31px;
}

.mobile-nav__container .home-showcase {
    margin: 0;
}

.home-showcase__inner {
    padding: 40px 40px 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 39.2px 0.8px rgb(0 0 0 / 10%);
}

.home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px;
}

.home-showcase__image {
    position: relative;
    background-color: var(--kol-base);
    overflow: hidden;
}

.home-showcase__image > img {
    width: 100%;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home-showcase__image:hover > img {
    opacity: 0.75;
}

.home-showcase__image:hover .home-showcase__buttons {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}

.home-showcase__buttons__item {
    padding: 10px 20px;
    width: 150px;
    text-align: center;
}

.home-showcase__buttons__item + .home-showcase__buttons__item {
    margin-top: 10px;
}

.home-showcase__title {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--kol-black);
    margin-top: 17px;
    font-family: var(--kol-font);
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--kol-white, #ffffff);
}

.stricky-header .megamenu-left .container {
    margin: 0;
    margin-left: -35px;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}

.main-header-two:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: rgba(var(--kol-white-rgb), .10);
}

.stricky-header.main-menu-two {
    background-color: var(--kol-black);
}

.main-menu-two__wrapper {
    position: relative;
    display: block;
    padding: 0 60px 0;
}

.main-menu-two__wrapper-inner {
    position: relative;
    display: block;
}

.main-menu-two__left {
    position: relative;
    display: block;
    float: left;
}

.call-center {
    position: absolute;
    right: 20px;
    top: 34%;
}

@media (max-width: 991px) {
    .call-center {
        top: 80px;
    }
}

.main-menu-two__logo {
    position: relative;
    display: block;
    padding: 34px 0;
}

.main-menu-two__logo img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.main-menu-two__right {
    display: block;
    float: right;
}

.main-menu-two__right-inner {
    display: flex;
    align-items: center;
}

.main-menu-two__main-menu-box {
    display: block;
}

.main-menu-two__main-menu-content-box {
    position: relative;
    display: block;
    margin-left: 180px;
    padding: 33px 0;
}

.main-menu-two__search-help-line-btn-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__search-box .main-menu-two__search + .main-menu-two__search {
    margin-left: 20px;
}

.main-menu-two__search-box:before {
    content: "";
    position: absolute;
    top: -6px;
    bottom: -6px;
    left: -20px;
    width: 1px;
    background-color: rgba(var(--kol-white-rgb), .10);
}

.main-menu-two__search {
    font-size: 24px;
    color: var(--kol-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__search:hover {
    color: var(--kol-base);
}

.main-menu-two__help-line {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 30px;
}

.main-menu-two__help-line-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    background-color: rgba(var(--kol-white-rgb), .10);
    border-radius: 50%;
    font-size: 24px;
    color: var(--kol-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__help-line-icon:hover {
    background-color: rgba(var(--kol-white-rgb), 1);
}

.main-menu-two__help-line-content {
    margin-left: 10px;
}

.main-menu-two__help-line-sub-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
}

.main-menu-two__help-line-number {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    margin-top: 2px;
}

.main-menu-two__help-line-number a {
    color: var(--kol-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__help-line-number a:hover {
    color: var(--kol-base);
}

.main-menu-two__btn-box {
    position: relative;
    display: block;
}

.main-menu-two__btn:hover {
    color: var(--kol-base);
}

.main-menu-two__btn::before {
    background-color: var(--kol-white);
}

.main-menu-two .main-menu__list > li > a,
.stricky-header.main-menu-two .main-menu__list > li > a {
    color: var(--kol-white);
}

.main-menu-two .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li:hover > a,
.stricky-header.main-menu-two .main-menu__list > li.current > a,
.stricky-header.main-menu-two .main-menu__list > li:hover > a {
    color: var(--kol-white);
}

.main-menu-two .main-menu__list > li,
.stricky-header.main-menu-two .main-menu__list > li {
    padding-top: 43px;
    padding-bottom: 43px;
}


/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 999;
}

.stricky-header.main-menu-three {
    background-color: var(--kol-white);
}

.main-header-three__top {
    position: relative;
    display: block;
    background-color: #272b30;
    z-index: 1;
}

.main-header-three__top:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 255px;
    content: "";
    background-color: var(--kol-black);
    z-index: -1;
}

.main-header-three__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 60px 4px;
}

.main-header-three__top-left {
    position: relative;
    display: block;
}

.main-menu-three__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__contact-list li + li {
    margin-left: 25px;
}

.main-menu-three__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__contact-list li .icon i {
    font-size: 14px;
    color: var(--kol-base);
}

.main-menu-three__contact-list li .text {
    margin-left: 5px;
}

.main-menu-three__contact-list li .text p {
    font-size: 13px;
    color: #a4a9ae;
}

.main-menu-three__contact-list li .text p a {
    color: #a4a9ae;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__contact-list li .text p a:hover {
    color: var(--kol-base);
}

.main-header-three__top-right {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-three__top-menu-box {
    position: relative;
    display: block;
}

.main-header-three__top-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-three__top-menu li + li {
    margin-left: 25px;
}

.main-header-three__top-menu li a {
    font-size: 13px;
    color: #a4a9ae;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header-three__top-menu li a:hover {
    color: var(--kol-base);
}

.main-menu-three__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 120px;
}

.main-menu-three__social a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--kol-white);
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__social a:hover {
    color: var(--kol-base);
}

.main-menu-three__social a + a {
    margin-left: 25px;
}

.main-menu-three__wrapper {
    position: relative;
    display: block;
    padding: 0 60px 0;
}

.main-menu-three__wrapper-inner {
    position: relative;
    display: block;
}

.main-menu-three__left {
    position: relative;
    display: block;
    float: left;
}

.main-menu-three__logo {
    position: relative;
    display: block;
    padding: 34px 0;
}

.main-menu-three__logo img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.main-menu-three__right {
    display: block;
    float: right;
}

.main-menu-three__right-inner {
    display: flex;
    align-items: center;
}

.main-menu-three__main-menu-box {
    display: block;
}

.main-menu-three__main-menu-content-box {
    position: relative;
    display: block;
    margin-left: 180px;
    padding: 33px 0;
}

.main-menu-three__search-help-line-btn-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-three__search-box .main-menu-three__search + .main-menu-three__search {
    margin-left: 20px;
}

.main-menu-three__search-box:before {
    content: "";
    position: absolute;
    top: -6px;
    bottom: -6px;
    left: -20px;
    width: 1px;
    background-color: var(--kol-bdr-color);
}

.main-menu-three__search {
    font-size: 24px;
    color: var(--kol-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__search:hover {
    color: var(--kol-base);
}

.main-menu-three__help-line {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 30px;
}

.main-menu-three__help-line-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    background-color: var(--kol-extra);
    border-radius: 50%;
    font-size: 24px;
    color: var(--kol-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__help-line-icon:hover {
    background-color: var(--kol-base);
    color: var(--kol-white);
}

.main-menu-three__help-line-content {
    margin-left: 10px;
}

.main-menu-three__help-line-sub-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
}

.main-menu-three__help-line-number {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    margin-top: 2px;
}

.main-menu-three__help-line-number a {
    color: var(--kol-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__help-line-number a:hover {
    color: var(--kol-base);
}

.main-menu-three__btn-box {
    position: relative;
    display: block;
}


.main-menu-three .main-menu__list > li > a,
.stricky-header.main-menu-three .main-menu__list > li > a {
    color: var(--kol-gray);
}

.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li:hover > a,
.stricky-header.main-menu-three .main-menu__list > li.current > a,
.stricky-header.main-menu-three .main-menu__list > li:hover > a {
    color: var(--kol-black);
}

.main-menu-three .main-menu__list > li,
.stricky-header.main-menu-three .main-menu__list > li {
    padding-top: 43px;
    padding-bottom: 43px;
}


/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--kol-base);
    border: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.search-popup__content .thm-btn i {
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 50%;
    color: var(--kol-white);
    font-size: 22px;
    line-height: inherit;
    text-align: center;
    top: 0;
    margin-right: 0;
    padding-left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover:before {
    width: 150%;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    position: relative;
    display: flex;
    z-index: 91;
}

.main-slider .swiper-slide {
    position: relative;
    background-color: var(--kol-black);
    max-height: 95%;
    width: 100vw !important;
}

.main-slider .container {
    position: relative;
    padding-top: 220px;
    padding-bottom: 50px;
    z-index: 30;
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*-webkit-transform: scale(1);*/
    /*transform: scale(1);*/
    /*-webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;*/
    /*transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;*/
    /*transition: transform 7000ms ease, opacity 1500ms ease-in;*/
    /*transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;*/
    z-index: 1;
}


.main-slider .swiper-slide-active .image-layer {
    /*-webkit-transform: scale(1.01);*/
    /*transform: scale(1.01);*/
}

.main-slider .image-layer:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgb(39 43 48 / 14%);
    z-index: -1;
}

.main-slider-border {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 14.29%;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 10;
}

.main-slider-border-two {
    left: 14.29%;
}

.main-slider-border-three {
    left: 28.59%;
}

.main-slider-border-four {
    left: 42.88%;
}

.main-slider-border-five {
    left: 57.17%;
}

.main-slider-border-six {
    left: 71.46%;
}


.main-slider__content {
    position: relative;
    display: block;
    text-align: left;
}

.main-slider__sub-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--kol-white);
    font-weight: 800;
    line-height: 20px;
    padding-left: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__sub-title:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 2px;
    background-color: var(--kol-white);
    transform: rotate(15deg);
}

.main-slider__sub-title:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    height: 15px;
    width: 2px;
    background-color: var(--kol-white);
    transform: rotate(15deg);
}

.main-slider__title {
    position: relative;
    font-size: 80px;
    color: var(--kol-white);
    font-weight: 800;
    line-height: 90px;
    letter-spacing: -0.04em;
    margin-top: 5px;
    margin-bottom: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__title img {
    max-height: 65vh;
}

.main-slider__center {
    position: relative;
    font-size: 80px;
    color: var(--kol-white);
    font-weight: 800;
    line-height: 90px;
    letter-spacing: -0.04em;
    margin-top: 5px;
    margin-bottom: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__text {
    color: var(--kol-white);
    padding-bottom: 31px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider .swiper-slide-active .main-slider__text {
    visibility: visible;
    opacity: .50;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}


.instagram_feed h2 {
    display: block;
    background-color: #30353a;
    position: absolute;
    z-index: 1;
    width: 100vw;
    bottom: 0;
    height: 19vh;
    left: 0;
}

.main-slider__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn:hover {
    color: var(--kol-base);
}

.main-slider__btn:before {
    background-color: var(--kol-white);
}

.main-slider__bottom {
    position: absolute;
    bottom: -43px;
    left: 190px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(220px);
    transform: translateX(220px);
    -webkit-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider .swiper-slide-active .main-slider__bottom {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider__bottom-text {
    font-size: 18px;
    color: var(--kol-white);
    font-family: var(--kol-reey-font);
    line-height: 28px;
}

.main-slider__icon {
    position: absolute;
    bottom: -10px;
    left: -46px;
}

.main-slider__icon img {
    width: auto;
}

.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__sub-title,
.main-slider .swiper-slide-active .main-slider__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider__nav {
    position: absolute;
    top: 52%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    height: 0;
    line-height: 0;
}


.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgba(var(--kol-white-rgb), .20);
    border: 2px solid rgba(var(--kol-white-rgb), .20);
    border-radius: 50%;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    padding: 23px 0;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    color: rgba(var(--kol-white-rgb), 1);
    border: 2px solid rgba(var(--kol-white-rgb), 1);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 10px;
}

@media (max-width: 900px) {

    .main-slider {
        height: 590px;
    }

    .swiper-wrapper {
        height: 800px;
    }


    .main-slider .swiper-slide {
        max-height: 75%
    }

    .main-slider__title img {
        max-height: 304px;
    }

}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
    position: relative;
    display: block;
    padding: 60px 0 90px;
}

.feature-one__single {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.feature-one__single:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.feature-one__single-content-box {
    position: relative;
    display: block;
    background-color: var(--kol-extra);
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 80px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.feature-one__single-content-box:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--kol-black);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    z-index: -1;
}

.feature-one__single:hover .feature-one__single-content-box:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.feature-one-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transform: perspective(380px) translateX(100%);
    transform-origin: right;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.feature-one__single:hover .feature-one-shape {
    transform: perspective(380px) translateX(0);
    transition: all 900ms ease;
    transition-delay: 0.3s;
}

.feature-one-shape img {
    width: 200px;
    opacity: 0.08;
}

.feature-one__single-inner {
    position: relative;
    display: block;
    padding-left: 185px;
}

.feature-one__content {
    position: absolute;
    top: 13px;
    left: 0;
}

.feature-one__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 15px;
}

.feature-one__title a {
    color: var(--kol-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__title a {
    color: var(--kol-white);
}

.feature-one__text {
    font-size: 15px;
    line-height: 24px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__text {
    color: #a4a9ae;
}

.feature-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
    height: 104px;
    width: 104px;
    z-index: 1;
}

.feature-one__icon:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background-color: #272b30;
    border-radius: 50%;
    transition: .5s;
    transform: scale(.5);
    opacity: 0;
    content: '';
    z-index: -1;
}

.feature-one__single:hover .feature-one__icon:before {
    transform: scale(1);
    opacity: 1;
}

.feature-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--kol-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.feature-one__single:hover .feature-one__icon span {
    transform: scale(0.9);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
    position: relative;
    display: block;
    padding: 0px 0 120px;
}

.about-one__left {
    position: relative;
    display: block;
    margin-right: 250px;
}

.about-one__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.about-one__img-1 {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.about-one__img-1:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.about-one__img-box:hover .about-one__img-1:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.about-one__img-1 img {
    width: 100%;
}

.about-one__img-2 {
    position: absolute;
    right: -220px;
    bottom: -120px;
    overflow: hidden;
    z-index: 2;
}

.about-one__img-2 img {
    width: auto;
}

.about-one__img-2:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.about-one__img-box:hover .about-one__img-2:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.about-one-shape {
    position: absolute;
    top: 90px;
    left: 130px;
    background-image: -moz-linear-gradient(0deg, rgb(8, 159, 172) 0%, rgb(254, 144, 67) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(8, 159, 172) 0%, rgb(254, 144, 67) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(8, 159, 172) 0%, rgb(254, 144, 67) 100%);
    width: 230px;
    height: 387px;
    z-index: -1;
}

.about-one__right {
    position: relative;
    display: block;
}

.about-one__right .section-title {
    margin-bottom: 29px;
}

.about-one__text-1 {
    font-size: 18px;
    color: var(--kol-primary);
    font-weight: 700;
    line-height: 30px;
}

.about-one__text-2 {
    padding-top: 34px;
    padding-bottom: 29px;
}

.about-one__points {
    position: relative;
    display: inline-block;
    margin-bottom: 41px;
}

.about-one__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__points li .icon {
    width: 15px;
    height: 15px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--kol-base);
    border-radius: 50%;
    font-size: 9px;
    justify-content: center;
    color: var(--kol-white);
}

.about-one__points li .text {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
}

.about-one__points li .text p {
    color: var(--kol-black);
}

.hosting_service_content .hosting_row {
    padding: 0 40px;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    margin: auto;
}

.hosting_service_content.active {
    display: block;
}

.hosting_service_content {
    display: none;
}


.hosting_service_content .card {
    margin: 10px auto;
    text-align: center;
    background-color: #fff0;
    border: 1px solid #fff0;
    border-radius: 17px;
    transition: all 500ms;
}

.hosting_service_content .linux .card {
    background-color: #ff660000;
    border: 1px solid #919294;
}

.hosting_service_content .windows .card {
    background-color: #3f3f9f00;
    border: 1px solid #ea002a;
}

.hosting_service_content .linux .options li {
    background-color: #6c757d;
    border-color: #ffffff;
    border-bottom: 1px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
}

.hosting_service_content .linux .options li:hover {
    background-color: #FF6600;
    border-color: #ffffff;
    border-bottom: 1px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
}

.hosting_service_content .linux .options li.h6 {
    font-weight: normal;
    font-size: 11px;
}

.hosting_service_content .linux .options li.desc {
    font-weight: bold;
    font-size: 11px;
}

.hosting_service_content .windows .options li {
    background-color: rgb(8, 159, 172);
    border-color: #ffffff;
    border-bottom: 1px;
    color: #fff;
}

.hosting_service_content .windows .options li:hover {
    background-color: #3f3f9f;
    border-color: #ffffff;
    border-bottom: 1px;
    color: #fff;
    cursor: pointer;
}

.hosting_service_content .duration li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0.75rem 0.35rem;
}

.hosting_service_content .windows .duration li {
    border: 1px solid #ea002a;
    color: #000;
}

.hosting_service_content .linux .duration li {
    border: 1px solid #919294;
    color: #000;
}


/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    display: block;
    background-color: var(--kol-extra);
    padding: 60px 0 40px;
    overflow: hidden;
    z-index: 1;
}

.why-choose-one-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .10;
}

.why-choose-one-shape-1 img {
    width: auto;
}

.why-choose-one-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .10;
}

.why-choose-one-shape-2 img {
    width: auto;
}

.why-choose-one__top {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.vw_bireysel .why-choose-one__top {
    margin-bottom: 5px;
}

.why-choose-one__left {
    position: relative;
    display: block;
}

.why-choose-one__left .section-title {
    margin-bottom: 0;
}

.why-choose-one__right {
    position: relative;
    display: block;
    margin-top: 21px;
    margin-left: 70px;
}

.why-choose-one__bottom {
    position: relative;
    display: block;
}

.why-choose-one__list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px;
    justify-content: center;
}

.why-choose-one__single {
    position: relative;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    -ms-flex: 0 0 16.6666667%;
    flex: 0 0 16.6666667%;
    max-width: 16.6666667%;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.why-choose-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
    padding: 35px 0 32px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__single:hover .why-choose-one__content {
    transform: translateY(-10px);
}

.why-choose-one__icon {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.why-choose-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--kol-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.why-choose-one__single:hover .why-choose-one__icon span {
    transform: rotateY(360deg) scale(1.2);
    color: var(--kol-primary);
}

.why-choose-one__title {
    font-size: 18px;
    color: var(--kol-black);
    font-weight: 800;
    letter-spacing: var(--kol-letter-spacing-two);
}

.vw_bireysel .paket_plans .why-choose-one__top {
    margin-bottom: 5px;
}

.why-choose-one .paket_service_content {
    display: none;
}

.why-choose-one .paket_service_content.active {
    display: block;
}

.why-choose-one .package-container .card-contain {
    padding: 50px 0;
    outline: 0;
}

.why-choose-one .card {
    background: #fff0;
    margin: auto 10px;
    min-height: 688px;
}

.why-choose-one .package-footer img {
    width: 20px;
    margin: 1px;
}

.why-choose-one .list-group-item {
    padding: .55rem 0.4rem;
    background-color: #fff0;
}

.why-choose-one .btn-footer .list-group-item img {
    max-width: 20px;
}

.why-choose-one .btn-footer .list-group-item {
    font-size: 10px;
    padding: 0.15rem 0.4rem;
}

.why-choose-one .card:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.83), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: all ease-in 200ms;
}

.why-choose-one .card-contain {
    padding: 15px 0;
}

.why-choose-one .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.why-choose-one .card:nth-child(1) .package-name {
    background-color: var(--kol-base);
    color: rgba(255, 255, 255, 0.84);
}

.why-choose-one .card .package-name {
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 22% 100%, 0 75%, 0 0);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

.why-choose-one .package-name h4 {
    font-size: 60px;
    color: #ffffff;
}

.why-choose-one .package-name h5 {
    font-size: 19px;
    text-align: center;
    color: #fff;
}

.why-choose-one .card-body .package-footer .list-group {
    margin-top: 20px;
}

.why-choose-one .card-body .list-group.offers {
    margin-top: 20px;
    text-align: center;
    color: var(--kol-base);
}


.why-choose-one .card-body .list-group.offers .special_offer {
    font-size: 10px;
    border: 1px solid var(--kol-base);
    border-radius: 25px;
    padding: 2px 5px;
    background: var(--kol-base);
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.7;
}

.why-choose-one .card-body .list-group.offers .period {
    font-weight: 800;
}

.why-choose-one .card-body .package-footer .list-group-item {
    border: none;
    font-size: 9px;
    display: flex;
    align-items: center;
}

.why-choose-one .btn-footer {
    text-align: center;
}

.owl-theme .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--kol-black);
    background-color: var(--kol-white);
    font-size: 15px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.owl-theme .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--kol-black);
    background-color: var(--kol-white);
    font-size: 15px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.card-contain .price__progress-content {
    padding: 10px;
    margin-left: 15px;
}

.card-contain .price__progress-content h4 {
    font-size: 1rem;
    font-weight: 600;

}

.price__right-points li .text {
    font-size: 13px;
}

#hizmetmler .price__single {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 7px;
}

.service-details__left {
    background-color: #ccc;
}

.service_filters {
    background-color: #ccc;
    padding: 15px 5px;
    height: 60vh;
    position: relative;
    top: 0;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}

.service_filters.service_float {
    position: fixed;
    top: 20vh;
    width: 10%;
}


.service-details__right {
    min-height: 60vh;
}

.header-card {
    padding: 35px 10px;
    margin: 10px 0;
}

.price__inner.services .card {
    background-color: #00000012;
    background-clip: border-box;
    border: unset;
    border-radius: 1.25rem;
}

.header-card {
    border-radius: 7px;
}

.header-card h4 {
    color: #ffffff;
    text-align: center;
    font-size: 19px;
}

.header-card.wdsl,
.header-card.wdsl_academy,
.header-card.wdsl_gamer,
.header-card.wdsl_plus {
    background-color: #da006d;
}

.header-card.adsl {
    background-color: #863937;
}

.header-card.vdsl {
    background-color: #3498db;
}

.header-card.nhgamer {
    background-color: rgb(8, 159, 172);
}

.header-card.wdsl_student {
    background-color: #198754;
}


/*--------------------------------------------------------------
# Save Money
--------------------------------------------------------------*/
.save-money {
    position: relative;
    display: block;
    background-color: var(--kol-black);
    padding: 40px 0 40px;
    z-index: 1;
}

.save-money-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 68%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    z-index: -1;
    background-image: url(/assets/images/bg/kibrisonline-bedava-gun.jpg);
}

.save-money-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: 0;
    content: "";
    background-image: -moz-linear-gradient(0deg, rgb(48, 53, 58) 0%, rgba(48, 53, 58, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(48, 53, 58) 0%, rgba(48, 53, 58, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(48, 53, 58) 0%, rgba(48, 53, 58, 0) 100%);
}

.save-money-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 38%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    mix-blend-mode: color-burn;
    opacity: .45;
    z-index: -1;
    background-image: url(/assets/images/shapes/save-money-shape-1.png);
}

.save-money__left {
    position: relative;
    display: block;
    margin-right: 60px;
}

.save-money__left .section-title {
    margin-bottom: 29px;
}

.save-money__left .section-title__title {
    color: var(--kol-white);
}

.save-money__text {
    color: #a4a9ae;
    font-weight: 600;
}

.save-money__bundal {
    position: relative;
    display: flex;
    margin-top: 36px;
    margin-bottom: 42px;
}

.save-money__btn:hover {
    color: var(--kol-base);
}

.save-money__btn::before {
    background-color: var(--kol-white);
}

.save-money__bundal-icon {
    position: relative;
    display: block;
}

.save-money__bundal-icon span {
    position: relative;
    display: inline-block;
    color: var(--kol-base);
    font-size: 64px;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.save-money__bundal-icon:hover span {
    transform: scale(.9);
}

.save-money__bundal-content {
    margin-left: 14px;
}

.save-money__bundal-price {
    font-size: 40px;
    color: var(--kol-white);
    font-weight: 800;
    line-height: 40px;
}

.save-money__bundal-price sup {
    top: -10px;
    left: 5px;
    font-size: .6em;
}

.save-money__bundal-price span {
    font-size: 16px;
    color: #a4a9ae;
    font-weight: 500;
    letter-spacing: 0;
}

.save-money__bundal-text {
    font-weight: 600;
    color: #08939f;
    line-height: 16px;
}

.save-money__right {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-top: 150px;
}

.save-money__video-link {
    position: relative;
    display: block;
    float: right;
    z-index: 3;
}

.save-money__video-icon {
    position: relative;
    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: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 25px;
    color: var(--kol-white);
    background-color: rgba(0, 0, 0, .20);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.save-money__video-icon:hover {
    background-color: var(--kol-white);
    color: var(--kol-white);
}

.save-money__video-icon:before {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    content: "";
    border-radius: 50%;
    background-color: #08939f;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: -1;
}

.save-money__video-icon:hover:before {
    background-color: var(--kol-base);
}

.save-money__video-link .ripple,
.save-money__video-icon .ripple:before,
.save-money__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.save-money__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.save-money__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.save-money__video-text-box {
    position: absolute;
    bottom: -55px;
    left: -189px;
}

.save-money__video-text {
    font-size: 24px;
    color: var(--kol-white);
    line-height: 34px;
    font-family: var(--kol-reey-font);
}

.save-money__video-arrow {
    position: absolute;
    bottom: 5px;
    right: -43px;
}

.save-money__video-arrow img {
    width: auto;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    background-color: var(--kol-base);
    padding: 80px 0 80px;
    overflow: hidden;
    z-index: 1;
}

.brand-one-shape-1 {
    position: absolute;
    top: -36px;
    left: 0;
    opacity: .20;
    z-index: -1;
}

.brand-one-shape-1 img {
    width: auto;
}

.brand-one-shape-2 {
    position: absolute;
    top: -20px;
    right: 0;
    opacity: .20;
    z-index: -1;
}

.brand-one-shape-2 img {
    width: auto;
}

.brand-one .swiper-slide {
    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;
}

.brand-one .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0.4;
    max-width: 100%;
}

.brand-one .swiper-slide img:hover {
    opacity: 1;
}

/*--------------------------------------------------------------
# Plans One
--------------------------------------------------------------*/
.plans-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.plans-one__single {
    position: relative;
    display: block;
    border: 1px solid var(--kol-bdr-color);
    padding: 45px 15px 15px;
    margin-bottom: 30px;
}

.plans-one__top {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 54px;
}

.plans-one__sub-title {
    font-size: 14px;
    color: var(--kol-base);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 20px;
}

.plans-one__title {
    font-size: 26px;
    font-weight: 800;
    line-height: 31px;
}

.plans-one__bottom {
    position: relative;
    display: block;
    background-color: var(--kol-extra);
    padding: 70px 50px 50px;
}

.plans-one__list {
    position: relative;
    display: block;
}

.plans-one__list li {
    position: relative;
    display: flex;
    align-items: center;
}

.plans-one__list li + li {
    margin-top: 9px;
}

.plans-one__list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.plans-one__list li .icon i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #08939f;
}

.plans-one__list li .text {
    margin-left: 10px;
}

.plans-one__price-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid var(--kol-bdr-color);
    padding-top: 26px;
    margin-top: 40px;
}

.plans-one__price-inner {
    position: relative;
    display: inline-block;
    margin-bottom: 23px;
}

.plans-one__price {
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
}

.plans-one__price-dolar {
    font-size: 36px;
    top: -17px;
    left: 10px;
}

.plans-one__price-last-text {
    font-size: 36px;
    top: -17px;
    right: 9px;
}

.plans-one__price-time {
    position: absolute;
    bottom: -3px;
    right: -3px;
}

.plans-one__icon-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
    left: 0;
    right: 0;
}

.plans-one__icon-box i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    height: 60px;
    width: 60px;
    font-size: 30px;
    color: #08939f;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.plans-one__icon-box i + i {
    margin-left: 10px;
}

.plans-one__icon-box i:hover {
    color: var(--kol-white);
    background-color: var(--kol-base);
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
    position: relative;
    display: block;
    background-color: var(--kol-extra);
    padding: 120px 0 120px;
    z-index: 1;
}

.testimonial-one-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 46%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: .12;
    z-index: -1;
}

.testimonial-one__left {
    position: relative;
    display: block;
    z-index: 5;
}

.testimonial-one__right {
    position: relative;
    display: block;
    margin-top: 32px;
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}

.testimonial-one__single {
    position: relative;
    display: block;
}

.testimonial-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 55px 50px 45px;
    border: 2px solid transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__content {
    border: 2px solid var(--kol-base);
}

.testimonial-one__shape-1 {
    position: absolute;
    bottom: -10px;
    left: 60px;
    height: 10px;
    width: 48px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-one__shape-2 {
    position: absolute;
    bottom: -12px;
    left: 60px;
    height: 12px;
    width: 51px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__shape-2 {
    opacity: 1;
}

.testimonial-one__quote {
    position: absolute;
    top: -34px;
    left: 50px;
    height: 67px;
    width: 67px;
    background-color: var(--kol-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__quote {
    background-color: var(--kol-base);
}

.testimonial-one__quote span {
    font-size: 25px;
    color: var(--kol-base);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__quote span {
    color: var(--kol-white);
}

.testimonial-one__text {
    font-size: 13px;
    line-height: 24px;
}

.testimonial-one__client-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-left: 0px;
}

.testimonial-one__client-img {
    position: relative;
    display: block;
    width: 50px;
}

.testimonial-one__client-img img {
    border-radius: 50%;
}

.testimonial-one__client-content {
    margin-left: 20px;
}

.testimonial-one__client-name {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 25px;
}

.testimonial-one__client-sub-title {
    line-height: 22px;
}


.testimonial-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-one__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 119px;
    left: -400px;
    margin: 0;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--kol-black);
    background-color: var(--kol-white);
    font-size: 15px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--kol-black);
    background-color: var(--kol-white);
    font-size: 15px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.testimonial-one__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--kol-base);
    color: var(--kol-white);
}

/*--------------------------------------------------------------
# All Time Hit
--------------------------------------------------------------*/
.all-time-hit {
    position: relative;
    display: block;
    background-color: var(--kol-black);
    padding: 120px 0 90px;
    z-index: 1;
}

.all-time-hit-bg-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.02;
    z-index: -1;
    background-image: url(/assets/images/shapes/all-time-hit-bg-shape.png);
}

.all-time-hit .container {
    max-width: 1500px;
}

.all-time-hit .section-title__title {
    color: var(--kol-white);
}

.all-time-hit__list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.all-time-hit__single {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 30px;
}

.all-time-hit__inner {
    position: relative;
    display: block;
}

.all-time-hit__img {
    position: relative;
    display: block;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.all-time-hit__single:hover .all-time-hit__img {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
}

.all-time-hit__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-image: -moz-linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(14, 17, 23, 0) 65%);
    background-image: -webkit-linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(14, 17, 23, 0) 65%);
    background-image: -ms-linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(14, 17, 23, 0) 65%);
}

.all-time-hit__img img {
    width: 100%;
}

.all-time-hit-shape {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: -5px;
    left: -5px;
    background-image: -moz-linear-gradient(0deg, rgb(8, 159, 172) 0%, rgb(254, 144, 67) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(8, 159, 172) 0%, rgb(254, 144, 67) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(8, 159, 172) 0%, rgb(254, 144, 67) 100%);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.all-time-hit__single:hover .all-time-hit-shape {
    transform: scaleY(1);
}

.all-time-hit__video-link {
    position: absolute;
    top: 30px;
    right: 30px;
}

.all-time-hit__video-icon {
    position: relative;
    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: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    color: var(--kol-black);
    background-color: var(--kol-white);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.all-time-hit__video-icon:hover {
    background-color: var(--kol-base);
    color: var(--kol-white);
}

.all-time-hit__video-link .ripple,
.all-time-hit__video-icon .ripple:before,
.all-time-hit__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--kol-black-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--kol-black-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--kol-black-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--kol-black-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.all-time-hit__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.all-time-hit__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.all-time-hit__content {
    position: absolute;
    bottom: 33px;
    left: 40px;
}

.all-time-hit__title {
    font-size: 20px;
    color: var(--kol-white);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 4px;
}

.all-time-hit__title a {
    color: inherit;
    transition: all 500ms ease;
}

.all-time-hit__title a:hover {
    color: var(--kol-base);
}

.all-time-hit__text {
    font-size: 13px;
    color: #9da6b9;
    letter-spacing: 0.1em;
    line-height: 23px;
    font-weight: 600;
}

.all-time-hit__text i {
    color: var(--kol-base);
    padding-left: 9px;
}

.all-time-hit__text span {
    color: var(--kol-white);
}

/*--------------------------------------------------------------
# Live Sports
--------------------------------------------------------------*/
.live-sports {
    position: relative;
    display: block;
    z-index: 1;
}

.live-sports-shape-1 {
    position: absolute;
    top: 55px;
    right: -50px;
    opacity: .08;
    z-index: -1;
}

.live-sports-shape-1 img {
    width: auto;
}

.live-sports__wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.live-sports__left {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    min-height: 675px;
}

.live-sports__left:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 8px;
    height: 435px;
    background-color: var(--kol-primary);
    transform: translateY(-50%);
}

.live-sports__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.live-sports__toggle {
    position: absolute;
    top: 70px;
    right: 100px;
    height: 172px;
    width: 172px;
    background-color: var(--kol-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 20px 20px 0px rgba(21, 29, 42, 0.1);
    animation: fa-spin 5s ease infinite;
}

.live-sports__toggle:before {
    position: absolute;
    bottom: 0;
    right: 37px;
    content: "";
    height: 10px;
    width: 20px;
    background-repeat: no-repeat;
    background-image: url(../images/shapes/live-sports-toggle-shape.png);
    transform: rotate(-28deg);
}

.live-sports__toggle p {
    font-size: 24px;
    color: var(--kol-white);
    line-height: 39px;
    font-family: var(--kol-reey-font);
    position: relative;
    top: 8px;
}

.live-sports__right {
    position: relative;
    display: block;
    float: right;
    width: 50%;
    padding-left: 125px;
    padding-top: 120px;
}

.live-sports__content {
    position: relative;
    display: block;
    max-width: 545px;
    width: 100%;
}

.live-sports__right .section-title {
    margin-bottom: 29px;
}

.live-sports__text {
    padding-bottom: 34px;
}

.live-sports__bottom {
    position: relative;
    display: block;
}

.live-sports__points {
    position: relative;
    display: block;
}

.live-sports__points li {
    position: relative;
    display: flex;
}

.live-sports__points li + li {
    margin-top: 34px;
}

.live-sports__points li .icon {
    position: relative;
    display: block;
}

.live-sports__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--kol-base);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.live-sports__points li:hover .icon span {
    transform: scale(.9);
}

.live-sports__points li .content {
    margin-left: 35px;
}

.live-sports__points li .content h4 {
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 6px;
}

/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.news-one:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 525px;
    content: "";
    background-color: var(--kol-extra);
    z-index: -1;
}

.news-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}

.news-one__img-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news-one__img-box > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--kol-base);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-position: center center;
    z-index: 1;
}

.news-one__single:hover .news-one__img-box > a {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.news-one__img-box > a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--kol-black-rgb), .50);
    z-index: -1;
}

.news-one__img-box img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-one__single:hover .news-one__img-box img {
    transform: scale(1.05);
}

.news-one__content-box {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    padding: 21px 40px 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.news-one__single:hover .news-one__content-box {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.news-one__content {
    position: relative;
    display: block;
}

.news-one__meta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-one__meta li + li {
    margin-left: 10px;
}

.news-one__meta li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--kol-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-one__meta li a:hover {
    color: var(--kol-primary);
}

.news-one__meta li a i {
    color: var(--kol-primary);
    padding-right: 5px;
}

.news-one__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 25px;
}

.news-one__title a {
    color: var(--kol-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-one__title a:hover {
    color: var(--kol-base);
}

.news-one__bottom {
    position: relative;
    display: block;
    text-align: center;
}

.news-one__read-more {
    font-size: 12px;
    font-weight: 700;
    color: var(--kol-gray);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--kol-bdr-color);
    padding: 10px 0px 9px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-one__read-more:hover {
    color: var(--kol-base);
}

.news-one__date {
    position: absolute;
    top: -34px;
    left: 0;
    background-color: var(--kol-base);
    padding: 12px 20px 12px;
}

.news-one__date p {
    font-size: 10px;
    font-weight: 800;
    color: var(--kol-white);
    line-height: 10px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Service Available
--------------------------------------------------------------*/
.service-available {
    position: relative;

    padding: 0 0 120px;
    z-index: 1;
    background-image: url(../images/app-promo.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    height: 65vh;
    display: flex;
    align-items: center;
    justify-content: end;
}

.service-available__inne {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1aa1ae;
    padding: 77px 60px 77px;
    overflow: hidden;
    z-index: 1;
}

.apps {
    margin: 20px;
    display: flex;
    justify-items: left;
}

.apps img {
    max-width: 200px;
    margin: 10px;
}

.service-available__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.service-available__shape-1 img {
    width: auto;
}

.service-available__shape-2 {
    position: absolute;
    top: 0;
    right: 138px;
    bottom: 0;
    mix-blend-mode: color-dodge;
    opacity: .90;
    z-index: -1;
}

.service-available__shape-2 img {
    width: auto;
}

.service-available__shape-3 {
    position: absolute;
    top: 0;
    right: 62px;
    bottom: 0;
    mix-blend-mode: soft-light;
    opacity: .40;
    z-index: -1;
}

.basvur-btn {
    color: #ffffff;
}

.service-available__shape-3 img {
    width: auto;
}

.service-available__shape-4 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .15;
}

.service-available__shape-4 img {
    width: auto;
}

.service-available__left {
    position: relative;
    display: block;
}

.service-available__title {
    font-size: 30px;
    color: var(--kol-white);
    font-weight: 800;
    line-height: 38px;
}

.service-available__right {
    position: relative;
    display: block;
    max-width: 277px;
    width: 100%;
}

.service-available__form {
    position: relative;
    display: block;
}

.service-available__input-box {
    position: relative;
    display: block;
}

.service-available__input-box input[type="text"] {
    height: 80px;
    width: 100%;
    max-width: 600px;
    background-color: #15909c;
    border: 1px solid #31abb6;
    border-radius: 40px;
    font-size: 16px;
    color: var(--kol-white);
    padding-left: 40px;
    padding-right: 245px;
    outline: none;
}

.service-available__btn {
    position: absolute;
    top: 50%;
    right: 15px;
    border: 0;
    background-color: var(--kol-white);
    color: var(--kol-black);
    transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    background-color: var(--kol-black);
    z-index: 1;
}

.contact-info h5 {
    color: #ffffffb5;
}

.footer-logos {
    max-width: 300px;
}

.iletisim-footer {
    background-color: var(--kol-base);
    color: #ffffff;
    position: relative;
}

.iletisim-footer .svg_wave {
    position: absolute;
    top: -116px;
}

.contact_form_failure_msg {
    background-color: #dc3545;
    color: #fff;
    padding: 10px;
    margin: 21px 0;
}

.contact_form_success_msg {
    background-color: green;
    color: #fff;
    padding: 10px;
    margin: 21px 0;
}

.contact_form_success_msg, .contact_form_failure_msg {
    display: none;
}

.site-footer-shape-bg {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    opacity: 0.09;
    z-index: -1;
    background-image: url(/assets/images/shapes/site-footer-shape-bg.png);

    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-name: shapeMover;
}

.footer-widget__title {
    font-size: 18px;
    color: var(--kol-white);
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 27px;
    letter-spacing: var(--kol-letter-spacing-two);
}

.site-footer__top {
    position: relative;
    display: block;
    padding: 117px 0 111px;
}

.site-footer__top a {
    color: #ffffff;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.badge {
    color: #772525;
}

.footer-widget__about {
    position: relative;
    display: block;
    margin-top: -6px;
}

.footer-widget__about-text-box {
    position: relative;
    display: block;
}

.footer-widget__about-text {
    color: var(--kol-white);
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: var(--kol-letter-spacing-two);
}


.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 21px;
}

.site-footer__social a {
    position: relative;
    height: 40px;
    width: 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;
    text-align: center;
    color: var(--kol-white);
    background-color: #272b30;
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.site-footer__social a:hover {
    color: var(--kol-base);
    background-color: var(--kol-white);
}

.site-footer__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--kol-white);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.site-footer__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.site-footer__social a + a {
    margin-left: 10px;
}


.footer-widget__links {
    position: relative;
    display: block;
}

.footer-widget__links-list {
    position: relative;
    display: block;
}

.footer-widget__links-list li {
    position: relative;
    display: block;
}

.footer-widget__links-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: var(--kol-letter-spacing-two);
    transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
    padding-left: 15px;

}

.footer-widget__links-list li a:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    opacity: 0;
    height: 10px;
    width: 2px;
    background-color: var(--kol-base);
    transform: rotate(15deg);
    transition: all 500ms ease;
}

.footer-widget__links-list li a:hover:before {
    opacity: 1;
}

.footer-widget__links-list li a:after {
    position: absolute;
    top: 9px;
    left: 4px;
    content: "";
    opacity: 0;
    height: 10px;
    width: 2px;
    background-color: var(--kol-base);
    transform: rotate(15deg);
    transition: all 500ms ease;
}

.footer-widget__links-list li a:hover:after {
    opacity: 1;
}

.footer-widget__meet-us {
    position: relative;
    display: block;
}

.ooter-widget__meet-us-text {
    color: #a3a8ad;
    font-size: 15px;
    letter-spacing: var(--kol-letter-spacing-two);
}

.footer-widget__contact {
    position: relative;
    display: block;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
}

.footer-widget__contact-list li {
    position: relative;
    display: block;
}


.footer-widget__contact-list li .text {
    position: relative;
    display: block;
}

.footer-widget__contact-list li .text p {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: var(--kol-letter-spacing);
}

.footer-widget__contact-list li .text p a {
    position: relative;
    display: inline-block;
    color: var(--kol-primary);
    transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #216b74;
}

.footer-widget__contact-list li:last-child .text p a {
    color: var(--kol-white);
}

.footer-widget__contact-list li:last-child .text p a:before {
    display: none;
}

.footer-widget__contact-list li:hover .text p a {
    color: var(--kol-base);
}

.site-footer__bottom {
    position: relative;
    display: block;
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 32px 0;
    background-color: rgb(48, 53, 58);
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
}

.site-footer__bottom-text {
    font-size: 15px;
    color: #ffffffad;
    font-weight: 500;
}

.site-footer__bottom-text a {
    color: #98a8a5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
    color: var(--kol-white);
}

/*--------------------------------------------------------------
# All Time HIt Two
--------------------------------------------------------------*/
.all-time-hit--two {
    background-color: var(--kol-white);
}

.all-time-hit--two .section-title__title {
    color: var(--kol-black);
}


/*--------------------------------------------------------------
# featured-one
--------------------------------------------------------------*/
.feature-two {
    position: relative;
    display: block;
    padding: 120px 0 133px;
    background-color: #f7f5f1;
    overflow: hidden;
    z-index: 1;
}

.feature-two-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .10;
    z-index: -1;
}

.feature-two-shape-1 img {
    width: auto;
}

.feature-two-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .10;
    z-index: -1;
}

.feature-two-shape-2 img {
    width: auto;
}

.feature-two__inner {
    position: relative;
    display: block;
}

.feature-two__inner .section-title {
    position: absolute;
    top: -12px;
    left: 0;
    margin: 0;
}

.feature-two__carousel {
    position: relative;
    display: block;
}

.feature-two__single {
    position: relative;
    display: block;
}

.feature-two__left {
    position: relative;
    display: block;
    margin-right: 100px;
    margin-top: 152px;
}

.feature-two__text {
    font-size: 14px;
    font-weight: 700;
    color: var(--kol-black);
    line-height: 28px;
    padding-bottom: 24px;
}

.feature-two__text i {
    color: var(--kol-base);
    padding-left: 25px;
    padding-right: 5px;
}

.feature-two__text-two {
    line-height: 27px;
}

.feature-two__right {
    position: relative;
    display: block;
    margin-left: 15px;
}

.feature-two__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.feature-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.feature-two__img img {
    width: 100%;
}

.feature-two__bg-img {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 555px;
    height: 348px;
    background-image: -moz-linear-gradient(90deg, rgb(254, 144, 67) 0%, rgb(8, 159, 172) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(254, 144, 67) 0%, rgb(8, 159, 172) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(254, 144, 67) 0%, rgb(8, 159, 172) 100%);
    transform: translateY(-50%);
    z-index: -1;
}

.feature-two__video-link {
    position: absolute;
    bottom: 0;
    right: 0;
}

.feature-two__video-icon {
    position: relative;
    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: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 25px;
    color: var(--kol-white);
    background-color: var(--kol-primary);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.feature-two__video-icon:hover {
    background-color: var(--kol-base);
    color: var(--kol-white);
}

.feature-two__video-link .ripple,
.feature-two__video-icon .ripple:before,
.feature-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101px;
    height: 101px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.feature-two__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.feature-two__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.feature-two__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 22px;
    left: 0px;
    margin: 0;
}

.feature-two__carousel.owl-theme .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--kol-black);
    background-color: var(--kol-white);
    font-size: 15px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-two__carousel.owl-theme .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--kol-black);
    background-color: var(--kol-white);
    font-size: 15px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-two__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}

.feature-two__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}

.feature-two__carousel.owl-theme .owl-nav .owl-next:hover,
.feature-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: var(--kol-base);
    color: var(--kol-white);
}

/*--------------------------------------------------------------
# Free Access
--------------------------------------------------------------*/
.free-access {
    position: relative;
    display: block;
    padding: 106px 0 240px;
    overflow: hidden;
    z-index: 1;
}

.free-access-bg {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.free-access-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--kol-black-rgb), .60);
}

.free-access-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
    z-index: -1;
}

.free-access-shape-1 img {
    width: auto;
}

.free-access-shape-2 {
    position: absolute;
    top: -1px;
    left: 75px;
    bottom: 0;
    mix-blend-mode: soft-light;
    opacity: .40;
    z-index: -1;
}

.free-access-shape-2 img {
    width: auto;
}

.free-access-shape-3 {
    position: absolute;
    top: 0;
    left: 243px;
    mix-blend-mode: color-dodge;
    opacity: .90;
    z-index: -1;
}

.free-access-shape-3 img {
    width: auto;
}

.free-access__inner {
    position: relative;
    display: block;
    text-align: center;
}

.free-access__title {
    font-size: 60px;
    font-weight: 800;
    color: var(--kol-white);
    line-height: 70px;
}

.free-access__title span {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.free-access__title span:before {
    position: absolute;
    bottom: -6px;
    left: -2px;
    right: -6px;
    content: "";
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/shapes/free-access-shape-4.png);
    z-index: -1;
}

.free-access__btn-box {
    position: relative;
    display: block;
    margin-top: 48px;
}

.free-access__btn:hover {
    color: var(--kol-base);
}

.free-access__btn::before {
    background-color: var(--kol-white);
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
    position: relative;
    display: block;
    margin-top: -120px;
}

.counter-one__inner {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 47px 0 28px;
    z-index: 1;
}

.counter-one__inner:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    content: "";
    background-image: -moz-linear-gradient(0deg, rgb(254, 144, 67) 0%, rgb(8, 147, 159) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(254, 144, 67) 0%, rgb(8, 147, 159) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(254, 144, 67) 0%, rgb(8, 147, 159) 100%);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.counter-one__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.counter-one__single {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
}

.counter-one__single:before {
    position: absolute;
    top: 13px;
    bottom: -8px;
    left: 0;
    content: "";
    width: 1px;
    background-color: var(--kol-bdr-color);
}

.counter-one__single:first-child:before {
    display: none;
}

.counter-one__count-box {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.counter-one__count-box h3 {
    font-size: 60px;
    color: var(--kol-black);
    font-weight: 800;
    line-height: 60px !important;
    font-family: var(--kol-font) !important;
}

.counter-one__text {
    position: relative;
    display: inline-block;
    line-height: 26px;
}

/*--------------------------------------------------------------
# Categories One
--------------------------------------------------------------*/
.categories-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.categories-one__left {
    position: relative;
    display: block;
}

.categories-one__left .section-title {
    margin-bottom: 30px;
}

.categories-one__btn-box {
    position: relative;
    display: block;
    margin-top: 41px;
}

.categories-one__btn:hover:before {
    height: 480%;
}

.categories-one__right {
    position: relative;
    display: block;
}

.categories-one__right .row {
    --bs-gutter-x: 6px;
}

.categories-one__single {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--kol-extra);
    margin-bottom: 6px;
    padding: 34px 0 37px;
    z-index: 1;
}

.categories-one__single:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--kol-base);
    transform: scale(0, 1);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    z-index: -1;
}

.categories-one__single:hover:before {
    transform: scale(1, 1);
}

.categories-one__icon {
    position: relative;
    display: block;
    margin-bottom: 23px;
}

.categories-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--kol-base);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.categories-one__single:hover .categories-one__icon span {
    color: var(--kol-white);
    transform: scale(.9);
}

.categories-one__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: var(--kol-letter-spacing-two);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.categories-one__single:hover .categories-one__title {
    color: var(--kol-white);
}

/*--------------------------------------------------------------
# All Time Hit Two
--------------------------------------------------------------*/
.all-time-hit-two {
    position: relative;
    display: block;
    background-color: var(--kol-black);
    padding: 120px 0 90px;
    z-index: 1;
}

.all-time-hit-two-bg-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.02;
    z-index: -1;
}

.all-time-hit-two__top {
    position: relative;
    display: block;
}

.all-time-hit-two__top-left {
    position: relative;
    display: block;
    margin-bottom: 48px;
}

.all-time-hit-two__top-left .section-title {
    margin-bottom: 0;
}

.all-time-hit-two__top-left .section-title__title {
    color: var(--kol-white);
}

.all-time-hit-two__top-right {
    position: relative;
    display: block;
    float: right;
    margin-top: 111px;
}

.all-time-hit-two__filter {
    position: relative;
    display: flex;
    align-items: center;
}

.all-time-hit-two__filter.style1 li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.all-time-hit-two__filter.style1 li + li {
    margin-left: 20px;
}

.all-time-hit-two__filter.style1 li .filter-text {
    position: relative;
    display: inline-block;
    color: #a4a9ae;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 1;
}

.all-time-hit-two__filter.style1 li .filter-text:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
    opacity: 0;
    height: 12px;
    width: 2px;
    background-color: var(--kol-base);
    transform: rotate(15deg);
    transition: all 0.4s ease;
}

.all-time-hit-two__filter.style1 li .filter-text:after {
    position: absolute;
    top: 9px;
    left: 6px;
    content: "";
    opacity: 0;
    height: 12px;
    width: 2px;
    background-color: var(--kol-base);
    transform: rotate(15deg);
    transition: all 0.4s ease;
}

.all-time-hit-two__filter.style1 li:hover .filter-text:before,
.all-time-hit-two__filter.style1 li:hover .filter-text:after {
    opacity: 1;
}

.all-time-hit-two__filter.style1 li:hover .filter-text,
.all-time-hit-two__filter.style1 li.active .filter-text {
    color: var(--kol-base);
}

.all-time-hit-two__filter.style1 li.active .filter-text:before,
.all-time-hit-two__filter.style1 li.active .filter-text:after {
    opacity: 1;
}

.all-time-hit-two__bottom {
    position: relative;
    display: block;
}

.all-time-hit-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
}

.all-time-hit-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.all-time-hit-two__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-image: -moz-linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(14, 17, 23, 0) 65%);
    background-image: -webkit-linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(14, 17, 23, 0) 65%);
    background-image: -ms-linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(14, 17, 23, 0) 65%);
    z-index: 1;
}

.all-time-hit-two__img img {
    width: 100%;
    transition: all 500ms ease;
}

.all-time-hit-two__single:hover .all-time-hit-two__img img {
    transform: scale(1.05);
}

.all-time-hit-two__content {
    position: absolute;
    left: 50px;
    bottom: 53px;
    z-index: 2;
}

.all-time-hit-two__title {
    font-size: 30px;
    color: var(--kol-white);
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 10px;
}

.all-time-hit-two__title a {
    color: var(--kol-white);
    transition: all 500ms ease;
}

.all-time-hit-two__title a:hover {
    color: var(--kol-base);
}

.all-time-hit-two__text {
    font-size: 13px;
    color: #9da6b9;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 13px;
}

.all-time-hit-two__text i {
    color: var(--kol-base);
    position: relative;
    display: inline-block;
    padding-left: 8px;
}

.all-time-hit-two__text span {
    color: var(--kol-white);
}

.all-time-hit-two__content--two {
    left: 40px;
    bottom: 38px;
}

.all-time-hit-two__title--two {
    font-size: 20px;
    line-height: 24px;
}

/*--------------------------------------------------------------
# Watch Devices
--------------------------------------------------------------*/
.watch-devices {
    position: relative;
    display: block;
    padding: 120px 0 0;
}

.watch-devices__content {
    position: relative;
    display: block;
    text-align: center;
}

.watch-devices__content .section-title {
    margin-bottom: 29px;
}

.watch-devices__text {
    padding-bottom: 50px;
}

.watch-devices__img-box {
    position: relative;
    display: block;
    margin-right: 130px;
}

.watch-devices__img-box img {
    width: 100%;
}

.watch-devices__price-box {
    position: absolute;
    top: -45px;
    right: 41px;
    height: 114px;
    width: 114px;
    background-color: rgb(254, 144, 67);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    animation: fa-spin 5s ease infinite;
    z-index: 1;
}

.watch-devices__price-box:before {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    content: "";
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    opacity: 0.4;
}

.watch-devices__price-box-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.watch-devices__price-box h4 {
    font-size: 30px;
    font-weight: 800;
    color: var(--kol-white);
    line-height: 30px;
}

.watch-devices__price-box p {
    font-size: 11px;
    color: #ffe3d0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 21px;
}


/*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
.faq-one {
    position: relative;
    display: block;
}

.faq-one__wrapper {
    position: relative;
    display: block;
    max-width: 1560px;
    width: 100%;
    background-color: var(--kol-extra);
    margin: 0 auto;
    padding: 120px 0 120px;
}

.faq-one__left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.faq-one__left .section-title {
    margin-bottom: 35px;
}

.faq-one__left-content {
    position: relative;
    display: flex;
    align-items: center;
}

.faq-one__left-img {
    position: relative;
    display: inline-block;
}

.faq-one__left-img img {
    width: 150px;
    border-radius: 50%;
}

.faq-one__left-text-box {
    margin-left: 30px;
}

.faq-one__right {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 0 30px 0;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 23px 0px 24px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-bottom: 1px solid var(--kol-bdr-color);
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 26px;
    color: var(--kol-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion + .accrodion {
    margin-top: 0px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
    color: var(--kol-base);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--kol-base);
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    color: var(--kol-black);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: var(--kol-base);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 23px 0px 23px;
    border-bottom: 1px solid var(--kol-bdr-color);
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
}

.faq-one-accrodion .accrodion.last-chiled .accrodion-title {
    border-bottom: 1px solid transparent;
}

.faq-one-accrodion .accrodion.active.last-chiled .accrodion-title {
    border-bottom: 1px solid var(--kol-bdr-color);
}

.faq-one-accrodion .accrodion.last-chiled .accrodion-content {
    border-bottom: 1px solid transparent;
}

/*--------------------------------------------------------------
# News Two
--------------------------------------------------------------*/
.news-two {
    position: relative;
    display: block;
}

.news-two:before {
    display: none;
}

/*--------------------------------------------------------------
# Wifi Pack
--------------------------------------------------------------*/
.wifi-pack {
    position: relative;
    display: block;
}

.wifi-pack__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 60px 40px;
    background-color: var(--kol-primary);
}

.wifi-pack-shape {
    position: absolute;
    top: 0;
    right: 50px;
    opacity: .30;
}

.wifi-pack-shape img {
    width: auto;
}

.wifi-pack__left {
    position: relative;
    display: flex;
    align-items: center;
}

.wifi-pack__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    background-color: var(--kol-black);
    border-radius: 50%;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.wifi-pack__icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--kol-white);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.wifi-pack__icon:hover {
    background-color: var(--kol-base);
}

.wifi-pack__icon:hover span {
    transform: scale(.9);
}

.wifi-pack__content {
    margin-left: 30px;
}

.wifi-pack__price {
    font-size: 30px;
    color: var(--kol-white);
    font-weight: 800;
    line-height: 30px;
}

.wifi-pack__price sup {
    position: relative;
    top: -9px;
    left: 5px;
}

.wifi-pack__price span {
    font-size: 16px;
    left: -4px;
    position: relative;
}

.wifi-pace__text {
    font-size: 30px;
    font-weight: 800;
    color: var(--kol-white);
    line-height: 32px;
    letter-spacing: var(--kol-letter-spacing);
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.about-two__left {
    position: relative;
    display: block;
}

.about-two__left .section-title {
    margin-bottom: 31px;
}

.about-two__points {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__points li + li {
    margin-left: 50px;
}

.about-two__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--kol-primary);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.about-two__points li:hover .icon span {
    transform: scale(.9);
}

.about-two__points li .content {
    margin-left: 18px;
}

.about-two__points li .content .title-box {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__points li .content .title-box h3 {
    font-size: 36px;
    font-weight: 800;
    font-family: var(--kol-font) !important;
    color: var(--kol-base);
    line-height: 36px !important;
}

.about-two__points li .content .title-box .letter {
    font-size: 36px;
    font-weight: 800;
    font-family: var(--kol-font);
    color: var(--kol-base);
    line-height: 36px;
}

.about-two__points li .content p {
    color: var(--kol-black);
    font-weight: 800;
    line-height: 26px;
}

.about-two__text {
    padding-top: 38px;
    padding-bottom: 40px;
}

.about-two__right {
    position: relative;
    display: block;
    margin-left: 100px;
}

.about-two__img-box {
    position: relative;
    display: block;
}

.about-two__img {
    position: relative;
    display: block;
}

.about-two__img img {
    width: 100%;
}

.about-two__img-two {
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
}

.about-two__img-two img {
    width: auto;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    padding: 120px 0 115px;
    background-color: var(--kol-extra);
    overflow: hidden;
    z-index: 1;
}

.services-one-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .10;
    z-index: -1;
}

.services-one-shape-1 img {
    width: auto;
}

.services-one-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .10;
    z-index: -1;
}

.services-one-shape-2 img {
    width: auto;
}

.services-one__top {
    position: relative;
    display: block;
    margin-bottom: 48px;
}

.services-one__top-left {
    position: relative;
    display: block;
}

.services-one__top-left .section-title {
    margin-bottom: 0;
}

.services-one__top-right {
    position: relative;
    display: block;
    margin-top: 31px;
}

.services-one__bottom {
    position: relative;
    display: block;
}

.services-one__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    z-index: 1;
}

.services-one__single-inner {
    position: relative;
    display: block;
    padding: 40px 40px 52px;
    overflow: hidden;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 1;
}

.services-one__single:hover .services-one__single-inner {
    background-color: var(--kol-black);
}

.services-one__single-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--kol-black);
    background-blend-mode: luminosity;
    opacity: 0.08;
    background-position: center top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.services-one__single:hover .services-one__single-bg {
    transform: scaleY(1.0);
}

.services-one__icon {
    position: relative;
    display: block;
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 72px;
    color: var(--kol-base);
}

.services-one__title {
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 18px;
}

.services-one__title a {
    color: var(--kol-black);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.services-one__single:hover .services-one__title a {
    color: var(--kol-white);
}

.services-one__text {
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.services-one__single:hover .services-one__text {
    color: #a4a9ae;
}

.services-one__arrow {
    position: absolute;
    bottom: -25px;
    right: 20px;
    z-index: 2;
}

.services-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    height: 50px;
    width: 50px;
    font-size: 15px;
    color: var(--kol-black);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.services-one__single:hover .services-one__arrow a {
    background-color: var(--kol-base);
    color: var(--kol-white);
}

/*--------------------------------------------------------------
# Closest location
--------------------------------------------------------------*/

.directions-page {
    padding: 5%;
    margin-top: 70px;
}

@media (max-width: 900px) {
    .directions-page {
        padding: 5%;
    }
}

/*--------------------------------------------------------------
# Benefits
--------------------------------------------------------------*/
.benefits {
    position: relative;
    display: block;
    z-index: 1;
}

.benefits__wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

.benefits__left {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    min-height: 785px;
    z-index: 1;
}

.benefits__left-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.benefits__right {
    position: relative;
    display: block;
    float: right;
    width: 50%;
    padding-left: 120px;
    padding-top: 120px;
    padding-bottom: 111px;
    background-color: var(--kol-black);
    z-index: 1;
}

.benefits-shape-one {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 682px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: color-burn;
    background-color: var(--kol-black);
    opacity: .35;
    z-index: -1;
}

.benefits__content-box {
    position: relative;
    display: block;
    max-width: 515px;
    width: 100%;
}

.benefits__content-box .section-title {
    margin-bottom: 40px;
}

.benefits__content-box .section-title__title {
    color: var(--kol-white);
}

.benefits__text {
    color: #a4a9ae;
    padding-bottom: 48px;
}

.benefits__list-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.benefits__list {
    position: relative;
    display: block;
    max-width: 230px;
    width: 100%;
    float: left;
}

.benefits__list li {
    position: relative;
    display: block;
    padding-left: 60px;
}

.benefits__list li + li {
    margin-top: 46px;
}

.benefits__list li .icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 2px solid var(--kol-base);
    border-radius: 50%;
    left: 0;
    top: 4px;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
}

.benefits__list li:hover .icon {
    border: 2px solid var(--kol-white);
}

.benefits__list li .icon i {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: var(--kol-white);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
}

.benefits__list li:hover .icon i {
    -webkit-transform: scale(0.9) rotateY(360deg);
    transform: scale(0.9) rotateY(360deg);
}

.benefits__list li .content {
    position: relative;
    display: block;
}

.benefits__list li .content h4 {
    font-size: 18px;
    color: var(--kol-white);
    font-weight: 800;
    line-height: 20px;
    margin-bottom: 13px;
}

.benefits__list li .content p {
    font-size: 15px;
    color: #a4a9ae;
    line-height: 30px;
}

.benefits__list-two {
    margin-left: 45px;
}

/*--------------------------------------------------------------
# Price
--------------------------------------------------------------*/
.price {
    position: relative;
    display: block;
    padding: 120px 0 110px;
}

.price__inner {
    position: relative;
    display: block;
}


.price__single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--kol-bdr-color);
    background-color: rgb(255, 255, 255);
    padding-left: 60px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    -webkit-transition: all 500ms ease;
    transition: all  0.3s ease;
}

.price__single:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transform: scale(1.02) !important;
    cursor: pointer;
}

.price__main-progress-box {
    position: relative;
    display: block;
}

.price__progress-single {
    position: relative;
    display: flex;
    align-items: center;
}

.price__progress-box {
    position: relative;
    display: inline-block;
}

.price__progress-box canvas {
    transform: rotate(90deg);
}

.price__progress-box .price__pack {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.price__progress-box .price__pack p {
    font-size: 20px;
    font-weight: 800;
    color: var(--kol-black);
    line-height: 20px;
}

.price__progress-box .price__pack span {
    position: relative;
    display: block;
    line-height: 20px;
}

.price__progress-content {
    margin-left: 30px;
}

.price__progress-content p {
    font-size: 14px;
    color: var(--kol-base);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 20px;
}

.price__progress-content h3 {
    font-size: 26px;
    font-weight: 800;
    line-height: 30px;
}

.price__right-content-box {
    position: relative;
    display: flex;
    align-items: center;
}

.price__right-points {
    position: relative;
    display: block;
    margin-right: 30px;
}

.price__right-points li {
    position: relative;
    display: flex;
    align-items: center;
}

.price__right-points li + li {
    margin-top: 3px;
    line-height: 1.6;
}

.price__right-points li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.price__right-points li .icon i {
    font-size: 12px;
    color: var(--kol-primary);
    position: relative;
    top: 1px;
}

.price__right-points li .text {
    margin-left: 15px;
}

.price__box {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--kol-extra);
    padding: 25px 25px 20px;
    border-radius: 7px;
}

.price__box-price {
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
}

.price__box-price-dolar {
    font-size: 15px;
    top: -17px;
    left: 0;
}

.price__box-price-last-text {
    font-size: 36px;
    top: -17px;
    right: 9px;
}

.price__btn-box {
    position: relative;
    display: block;
    margin-top: 20px;
    min-width: 200px;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background-color: var(--kol-extra);
    z-index: 1;
}

.testimonial-two-bg {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    width: 887px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: luminosity;
    background-color: var(--kol-extra);
    opacity: .12;
    z-index: -1;
}

.testimonial-two__left {
    position: relative;
    display: block;
}

.testimonial-two__img {
    position: relative;
    display: block;
    z-index: 1;
}

.testimonial-two__img:before {
    position: absolute;
    top: 50%;
    left: -10px;
    content: "";
    background-image: -moz-linear-gradient(90deg, rgb(254, 144, 67) 0%, rgb(8, 147, 159) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(254, 144, 67) 0%, rgb(8, 147, 159) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(254, 144, 67) 0%, rgb(8, 147, 159) 100%);
    width: 20px;
    height: 390px;
    transform: translateY(-50%);
    z-index: -1;
}

.testimonial-two__img img {
    width: 100%;
}

.testimonial-two__toggle {
    position: absolute;
    bottom: 60px;
    left: 35px;
    height: 172px;
    width: 172px;
    background-color: var(--kol-base);
    box-shadow: 0px 20px 20px 0px rgba(21, 29, 42, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation: fa-spin 5s ease infinite;
    z-index: 1;
}

.testimonial-two__toggle-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.testimonial-two__toggle p {
    font-size: 24px;
    color: var(--kol-white);
    line-height: 38px;
    font-family: var(--kol-reey-font);
    position: relative;
    top: 5px;
}

.testimonial-two__right {
    position: relative;
    display: block;
    margin-left: 70px;
}


.testimonial-two__slider {
    position: relative;
    display: block;
}

.testimonials-two__main-content {
    position: relative;
    display: block;
    margin-bottom: 28px;
}

#testimonials-two__carousel {
    overflow: visible;
}

#testimonials-two__carousel .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

#testimonials-two__carousel .swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

.testimonial-two__conent-box {
    position: relative;
    display: block;
    padding-left: 200px;
    min-height: 170px;
}

.testimonial-two__conent-img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 170px;
    width: 100%;
}

.testimonial-two__conent-img img {
    width: 100%;
}

.testimonial-two__quote {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    height: 67px;
    width: 67px;
    background-color: var(--kol-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--kol-white);
    font-size: 32px;
}

.testimonial-two__detsils-box {
    position: relative;
    display: block;
}

.testimonial-two__rate {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-two__rate i {
    font-size: 15px;
    color: var(--kol-base);
    position: relative;
    display: inline-block;
}

.testimonial-two__text {
    padding-top: 14px;
    padding-bottom: 19px;
}

.testimonial-two__client {
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0;
}

.testimonial-two__client span {
    color: var(--kol-primary);
    font-size: 16px;
    font-weight: 500;
}

#testimonials-two__thumb {
    width: 315px;
    margin-right: auto;
    margin-left: 0;
}

.testimonial-two__img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 500ms ease;
    width: 90px;
    cursor: pointer;
}

.testimonial-two__img-holder > img {
    width: 90px;
    transition: all 0.5s ease-in-out 0.6s;
}

/*--------------------------------------------------------------
# Entertainment
--------------------------------------------------------------*/
.entertainment {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background-color: var(--kol-black);
    z-index: 1;
}

.entertainment-shape-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.02;
    z-index: -1;
}

.entertainment .section-title__title {
    color: var(--kol-white);
}

.entertainment__single {
    position: relative;
    display: block;
    background-color: rgb(39, 43, 48);
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.entertainment__single:hover {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
}

.entertainment__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.entertainment__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--kol-black-rgb), .30);
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}

.entertainment__single:hover .entertainment__img:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}

.entertainment__img img {
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.entertainment__single:hover .entertainment__img img {
    transform: scale(1.1) rotate(2deg);
}

.entertainment__hover-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding: 20px 30px 33px;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: bottom center;
    z-index: 2;
}

.entertainment__single:hover .entertainment__hover-box {
    transform: scaleY(1.0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.entertainment__hover-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: rgba(var(--kol-black-rgb), .90);
    z-index: -1;
}

.entertainment__hover-text {
    font-size: 13px;
    color: var(--kol-white);
    letter-spacing: 0.1em;
}

.entertainment__hover-text i {
    color: var(--kol-base);
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.entertainment__hover-text span {
    font-weight: 600;
}

.entertainment__hover-title {
    font-size: 24px;
    color: var(--kol-white);
    font-weight: 800;
    line-height: 24px;
}

.entertainment__hover-title a {
    color: inherit;
    transition: all 500ms ease;
}

.entertainment__hover-title a:hover {
    color: var(--kol-base);
}

.entertainment__video-link {
    position: absolute;
    top: -17px;
    right: 30px;
}

.entertainment__video-icon {
    position: relative;
    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: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: var(--kol-black);
    background-color: var(--kol-white);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.entertainment__video-icon:hover {
    background-color: var(--kol-base);
    color: var(--kol-white);
}

.entertainment__video-link .ripple,
.entertainment__video-icon .ripple:before,
.entertainment__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.entertainment__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.entertainment__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}


/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.newsletter {
    position: relative;
    display: block;
    background-color: var(--kol-extra);
}

.newsletter__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 250px;
    padding-top: 52px;
    padding-bottom: 53px;
}

.newsletter__left {
    position: relative;
    display: flex;
    align-items: center;
}

.newsletter__icon {
    position: relative;
    display: flex;
    align-items: center;
}

.newsletter__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    background: rgb(20, 158, 167);
    background: linear-gradient(90deg, rgba(20, 158, 167, 1) 18%, rgba(250, 144, 69, 1) 91%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.newsletter__content {
    margin-left: 20px;
}

.newsletter__content h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
}

.newsletter__right {
    position: relative;
    display: block;
    max-width: 425px;
    width: 100%;
    margin-top: -25px;
}

.newsletter__form {
    position: relative;
    display: block;
}

.newsletter__input-box {
    position: relative;
    display: block;
}

.newsletter__input-box:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #eeebe5;
}

.newsletter__input-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: var(--kol-gray);
    letter-spacing: var(--kol-letter-spacing-two);
    outline: none;
}

.newsletter__btn {
    border: none;
    position: absolute;
    top: 73%;
    right: -198px;
    transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    padding: 262px 0 110px;
    z-index: 1;
}

.page-header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    background-image: url(/assets/images/page-header-bg.jpg)
}

.page-header-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(39, 43, 48, .60);
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 15;
}

.page-header__inner h2 {
    font-size: 40px;
    color: var(--kol-white);
    line-height: 50px;
    margin-bottom: 6px;
    font-weight: 800;
    letter-spacing: var(--kol-letter-spacing);
}

.thm-breadcrumb {
    position: relative;
    display: block;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--kol-white);
    font-size: 16px;
    font-weight: 800;
    opacity: .6;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li + li {
    margin-left: 2px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--kol-white);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--kol-base);
    opacity: 1;
}

/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
.news-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# News Sidebar
--------------------------------------------------------------*/
.news-sidebar {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.news-sidebar__left {
    position: relative;
    display: block;
}

.news-sidebar__content {
    position: relative;
    display: block;
}

.news-sidebar__single {
    position: relative;
    display: block;
}

.news-sidebar__single + .news-sidebar__single {
    margin-top: 39px;
}

.news-sidebar__img {
    position: relative;
    display: block;
}

.news-sidebar__img img {
    width: 100%;
}

.news-sidebar__date {
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: var(--kol-base);
    padding: 12px 20px 12px;
    z-index: 1;
}

.news-sidebar__date p {
    font-size: 10px;
    font-weight: 800;
    color: var(--kol-white);
    line-height: 10px;
    text-transform: uppercase;
}

.news-sidebar__content-box {
    position: relative;
    display: block;
    margin-top: 21px;
}

.news-sidebar__meta {
    display: flex;
    align-items: center;
}

.news-sidebar__meta li + li {
    margin-left: 10px;
}

.news-sidebar__meta li a {
    font-size: 14px;
    color: var(--kol-gray);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-sidebar__meta li a:hover {
    color: var(--kol-primary);
}

.news-sidebar__meta li a i {
    color: var(--kol-primary);
    padding-right: 3px;
}

.news-sidebar__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: var(--kol-letter-spacing-two);
    margin-top: 3px;
}

.news-sidebar__title a {
    color: var(--kol-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-sidebar__title a:hover {
    color: var(--kol-base);
}

.news-sidebar__text {
    margin: 0;
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 16px;
}

.news-sidebar__bottom {
    display: flex;
    align-items: center;
}

.news-sidebar__read-more {
    font-size: 12px;
    color: var(--kol-black);
    font-weight: 800;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.news-sidebar__read-more:hover {
    color: var(--kol-base);
}

.news-sidebar__arrow {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--kol-black);
    margin-left: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-sidebar__arrow:hover {
    color: var(--kol-base);
}


.news-sidebar__bottom-box {
    position: relative;
    display: block;
    background-color: var(--kol-extra);
    padding: 60px 60px 56px;
    margin-top: 39px;
    overflow: hidden;
    z-index: 1;
}

.news-sidebar__bottom-box-icon {
    margin-bottom: 21px;
}

.news-sidebar__bottom-box-text {
    font-size: 16px;
}

.news-sidebar__delivering-services {
    position: relative;
    display: block;
    background-color: var(--kol-extra);
    padding: 60px 60px 59px;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    z-index: 1;
}

.news-sidebar__delivering-services-icon {
    margin-bottom: 23px;
}

.news-sidebar__delivering-services-title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 800;
    letter-spacing: var(--kol-letter-spacing-two);
}

.news-sidebar__delivering-services-title a {
    color: var(--kol-black);
    transition: all 500ms ease;
}

.news-sidebar__delivering-services-title a:hover {
    color: var(--kol-base);
}

.news-sidebar__shape-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: .30;
    z-index: -1;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 800;
    letter-spacing: var(--kol-letter-spacing-two);
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--kol-primary);
    color: var(--kol-white);
    font-size: 18px;
    font-weight: 500;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    padding-right: 80px;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--kol-white);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--kol-white);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--kol-white);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--kol-white);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--kol-white);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--kol-white);
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: var(--kol-white);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    background-color: var(--kol-extra);
    overflow: hidden;
    z-index: 1;
}

.sidebar__post .sidebar__title {
    margin-left: 20px;
}

.sidebar__post-list {
    margin: 0;
}

.sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-list li:hover {
    background-color: var(--kol-white);
}

.sidebar__post-list li + li {
    margin-top: 10px;
}

.sidebar__post-image {
    margin-right: 20px;
}

.sidebar__post-image > img {
    width: 70px;
}

.sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
}

.sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 500;
    color: var(--kol-gray) !important;
    font-family: var(--kol-font);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-content-meta i {
    color: var(--kol-base);
    font-size: 15px;
    padding-right: 4px;
}

.sidebar__post-content h3 a {
    color: var(--kol-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: var(--kol-letter-spacing-two);
}

.sidebar__category {
    position: relative;
    display: block;
    background-color: var(--kol-extra);
    padding: 46px 30px 36px;
    overflow: hidden;
    z-index: 1;
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 9px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li + li {
    margin-top: 6px;
}

.sidebar__category-list li a {
    color: var(--kol-gray);
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 7px 20px 7px;
    font-weight: 500;
}

.sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: var(--kol-black);
}

.sidebar__category-list li.active a {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: var(--kol-black);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--kol-base);
    text-align: center;
    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;
}

.sidebar__category-list li a:hover span {
    color: var(--kol-base);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: var(--kol-base);
}

.sidebar__tags {
    position: relative;
    display: block;
    background: var(--kol-extra);
    padding: 46px 45px 50px;
    overflow: hidden;
    z-index: 1;
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 13px;
    color: var(--kol-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: var(--kol-white);
    display: inline-block;
    padding: 5px 25px 5px;
    margin-left: 5px;
    font-weight: 800;
    border-radius: 20px;
}

.sidebar__tags-list a + a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__tags-list a:hover {
    color: var(--kol-white);
    background: var(--kol-base);
}

.sidebar__comments {
    position: relative;
    display: block;
    background-color: var(--kol-extra);
    padding: 46px 50px 43px;
    overflow: hidden;
    z-index: 1;
}

.sidebar__comments .sidebar__title {
    margin-bottom: 25px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li + li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--kol-white);
    border-radius: 50%;
    font-size: 15px;
    color: var(--kol-black);
    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;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--kol-base);
    color: var(--kol-white);
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    font-weight: 500;
}

.sidebar__comments-text-box p span {
    color: var(--kol-black);
}

.sidebar__comments-text-box h5 {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    color: var(--kol-gray);
    font-weight: 500;
    letter-spacing: 0;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.news-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.news-details__left {
    position: relative;
    display: block;
}

.news-details__img {
    position: relative;
    display: block;
}

.news-details__img img {
    width: 100%;
}

.news-details__date {
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: var(--kol-base);
    padding: 12px 20px 12px;
    z-index: 1;
}

.news-details__date p {
    font-size: 10px;
    font-weight: 800;
    color: var(--kol-white);
    line-height: 10px;
    text-transform: uppercase;
}

.news-details__content {
    position: relative;
    display: block;
    margin-top: 21px;
}

.news-details__meta {
    position: relative;
    display: flex;
    align-items: center;
}

.news-details__meta li + li {
    margin-left: 10px;
}

.news-details__meta li a {
    font-size: 14px;
    color: var(--kol-gray);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__meta li a:hover {
    color: var(--kol-primary);
}

.news-details__meta li a i {
    color: var(--kol-primary);
    padding-right: 3px;
}

.news-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 3px;
    margin-bottom: 12px;
    font-weight: 800;
    letter-spacing: var(--kol-letter-spacing-two);
}

.news-details__text-1 {
    font-size: 16px;
}

.news-details__text-2 {
    font-size: 16px;
    padding-top: 31px;
}

.news-details__bottom {
    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;
    padding: 30px 0 30px;
    margin-top: 51px;
    border-top: 1px solid var(--kol-extra);
}

.news-details__bottom p {
    margin: 0;
}

.news-details__tags span {
    color: var(--kol-black);
    font-size: 20px;
    margin-right: 14px;
    font-weight: 800;
    letter-spacing: var(--kol-letter-spacing-two);
}

.news-details__tags a {
    position: relative;
    color: var(--kol-white);
    font-size: 13px;
    background-color: var(--kol-base);
    display: inline-block;
    padding: 5px 25px 5px;
    font-weight: 800;
    border-radius: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-details__tags a:hover {
    background-color: var(--kol-primary);
    color: var(--kol-white);
}

.news-details__tags a + a {
    margin-left: 6px;
}

.news-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-details__social-list a {
    position: relative;
    height: 40px;
    width: 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;
    text-align: center;
    color: var(--kol-black);
    background-color: var(--kol-extra);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.news-details__social-list a:hover {
    color: var(--kol-white);
}

.news-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--kol-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.news-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.news-details__social-list a + a {
    margin-left: 10px;
}

.news-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 54px;
}

.news-details__pagenation {
    position: relative;
    display: block;
}

.news-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: var(--kol-black);
    font-weight: 800;
    background-color: var(--kol-extra);
    line-height: 35px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
    letter-spacing: var(--kol-letter-spacing-two);
}

.news-details__pagenation li + li {
    margin-left: 30px;
}

.news-details__pagenation li:hover {
    background-color: var(--kol-primary);
    color: var(--kol-white);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--kol-black);
    font-size: 30px;
    margin-bottom: 51px;
    font-weight: 800;
    letter-spacing: var(--kol-letter-spacing);
}

.comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--kol-bdr-color);
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.comment-one__content {
    position: relative;
    margin-left: 45px;
}

.comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--kol-black);
    margin-bottom: 26px;
    font-weight: 800;
    letter-spacing: var(--kol-letter-spacing-two);
}

.comment-one__content p {
    font-size: 16px;
}

.comment-one__btn {
    padding: 5px 25px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    font-weight: 800;
    color: var(--kol-white);
    border-radius: 20px;
}

.comment-one__btn:hover {
    color: var(--kol-white);
}

.comment-one__btn:before {
    background-color: var(--kol-primary);
}

.comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
}

.comment-one__image img {
    border-radius: 50%;
}

.comment-form .comment-form__title {
    margin-top: -7px;
}

.comment-one__form .row {
    --bs-gutter-x: 20px;
}

.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: none;
    background-color: var(--kol-extra);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--kol-gray);
    display: block;
    font-weight: 500;
}

.comment-form__input-box textarea {
    font-size: 14px;
    color: var(--kol-gray);
    height: 190px;
    width: 100%;
    background-color: var(--kol-extra);
    padding: 25px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    font-weight: 500;
}

.comment-form__btn {
    border: none;
}

.comment-form__input-box.text-message-box {
    height: 190px;
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.service-details__left {
    position: relative;
    display: block;
}

.service-details__category {
    position: relative;
    display: block;
}

.service-details__category-title {
    font-size: 20px;
    color: var(--kol-base);
    line-height: 20px;
    display: block;
    background-color: #e4e5ea;
    padding: 20px 50px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service-details__category-list {
    position: relative;
    display: block;
}

.service-details__category-list li {
    position: relative;
    display: block;
}

.service-details__category-list li + li {
    margin-top: 10px;
}

.service-details__category-list li a {
    color: var(--kol-black);
    font-size: 16px;
    font-weight: 800;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 13px 30px 12px;
    background-color: var(--kol-extra);
    z-index: 1;
}

.service-details__category-list li:hover a {
    color: var(--kol-white);
}

.service-details__category-list li.active a {
    color: var(--kol-white);
}

.service-details__category-list li a:after {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 0;
    right: 0px;
    content: "";
    background-color: var(--kol-black);
    transform: scaleX(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.service-details__category-list li:hover a:after {
    transform: scaleX(1);
}

.service-details__category-list li.active a:after {
    transform: scaleX(1);
}

.service-details__category-list li a span {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--kol-black);
    text-align: center;
    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;
}

.service-details__category-list li a:hover span {
    color: var(--kol-base);
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.service-details__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: var(--kol-base);
}


.service-details__need-help {
    position: relative;
    display: block;
    padding: 50px 50px 45px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    z-index: 1;
    background-color: var(--kol-primary);
}

.service-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--kol-primary);
    opacity: 0.10;
    border-radius: 30px;
    background-blend-mode: luminosity;
    z-index: -1;
}

.service-details__need-help-icon {
    height: 85px;
    width: 85px;
    background-color: var(--kol-white);
    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-radius: 50%;
    margin: 0 auto 28px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__need-help-icon:hover {
    background-color: var(--kol-base);
}

.service-details__need-help-icon span {
    font-size: 30px;
    color: var(--kol-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__need-help-icon:hover span {
    color: var(--kol-white);
}

.service-details__need-help-title {
    font-size: 26px;
    color: var(--kol-white);
    line-height: 32px;
    font-weight: 800;
    letter-spacing: 0;
}

.service-details__need-help-contact {
    position: relative;
    display: block;
    margin-top: 38px;
}

.service-details__need-help-contact p {
    font-size: 16px;
    color: var(--kol-white);
    margin: 0;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}

.service-details__need-help-contact a {
    font-size: 20px;
    color: var(--kol-white);
    font-weight: 800;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-details__need-help-contact a:hover {
    color: var(--kol-black);
}

.service-details__download {
    position: relative;
    display: block;
}

.service-details__btn {
    width: 100%;
    text-align: center;
}

.service-details__btn:hover:before {
    height: 580%;
}

.service-details__right {
    position: relative;
    display: block;
}

.service-details__content-box {
    position: relative;
    display: block;
}

.service-details__img {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.service-details__img img {
    width: 100%;
}

.service-details__title {
    font-size: 36px;
    font-weight: 800;
    line-height: 46px;
    margin-bottom: 21px;
}

.service-details__quote {
    position: relative;
    display: block;
    border: 2px solid var(--kol-base);
    padding: 15px 40px 22px;
    margin-top: 41px;
    margin-bottom: 41px;
}

.service-details__quote-text {
    font-size: 18px;
    color: var(--kol-black);
    font-weight: 800;
    line-height: 30px;
    letter-spacing: var(--kol-letter-spacing-two);
}

.service-details__benefit {
    position: relative;
    display: block;
    margin-top: 56px;
    margin-bottom: 60px;
}

.service-details__benefit-img {
    position: relative;
    display: block;
}

.service-details__benefit-img img {
    width: 100%;
}

.service-details__benefit-content {
    position: relative;
    display: block;
    margin-top: -3px;
}

.service-details__benefit-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
}

.service-details__benefit-text {
    padding-top: 28px;
    padding-bottom: 28px;
}

.service-details__benefit-points {
    position: relative;
    display: block;
}

.service-details__benefit-points li {
    position: relative;
    display: flex;
    align-items: center;
}

.service-details__benefit-points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: var(--kol-base);
    font-size: 9px;
    color: var(--kol-white);
}

.service-details__benefit-points li .text {
    margin-left: 10px;
}

.service-details__benefit-points li .text p {
    font-size: 16px;
    font-weight: 600;
    color: var(--kol-black);
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 45px 0 45px;
}

.contact-page__left {
    position: relative;
    display: block;
}

.contact-page__left .section-title {
    margin-bottom: 30px;
}

.contact-page__contact-list {
    position: relative;
    display: block;
    margin-top: 41px;
}

.contact-page__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-page__contact-list li + li {
    margin-top: 15px;
}

.contact-page__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    border: 2px solid var(--kol-base);
    border-radius: 50%;
    font-size: 30px;
    color: var(--kol-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__contact-list li:hover .icon {
    background-color: var(--kol-base);
    color: var(--kol-white);
}

.contact-page__contact-list li .content {
    margin-left: 20px;
}

.contact-page__contact-list li .content h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 28px;
}

.contact-page__contact-list li .content h4 a {
    color: var(--kol-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__contact-list li .content h4 a:hover {
    color: var(--kol-base);
}

.contact-page__right {
    position: relative;
    display: block;
}

.contact-page__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    z-index: 1;
}

.contact-page__content-inner {
    position: relative;
    display: block;
    padding: 60px 80px 60px;
    border: 1px solid var(--kol-bdr-color);
    overflow: hidden;
    z-index: 1;
}

.contact-page-shape-1 {
    position: absolute;
    bottom: 0;
    left: 80px;
    z-index: -1;
}

.contact-page-shape-1 img {
    width: auto;
}

.contact-page__right .section-title {
    margin-bottom: 30px;
}

.contact-page__right .section-title__title {
    font-size: 36px;
    margin-top: 0;
    line-height: 46px;
}

.contact-page__form {
    position: relative;
    display: block;
}

.contact-page__form-input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-page__form-input-box input[type="text"],
.contact-page__form-input-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: none;
    background-color: var(--kol-extra);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--kol-gray);
    display: block;
    font-weight: 500;
}

.contact-page__form-input-box textarea {
    font-size: 14px;
    color: var(--kol-gray);
    height: 150px;
    width: 100%;
    background-color: var(--kol-extra);
    padding: 15px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    font-weight: 500;
}

.contact-page__form-input-box.text-message-box {
    height: 150px;
}

.contact-page__btn {
    border: none;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
    position: relative;
    display: block;
    background-color: var(--kol-extra);
    height: 70vh;
}

.hizmet-noktalari-map {
    height: 70vh;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 530px;
    width: 100%;
    mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Movie Top
--------------------------------------------------------------*/
.movie-top {
    position: relative;
    display: block;
    padding: 120px 0 0;
}

.movie-top__left {
    position: relative;
    display: block;
    margin-right: 40px;
}

.movie-top__img {
    position: relative;
    display: block;
}

.movie-top__img img {
    width: 100%;
}

.movie-top__right {
    position: relative;
    display: block;
}

.movie-top__content {
    position: relative;
    display: block;
}

.movie-top__sub-title-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.movie-top__sub-title-box span {
    font-size: 12px;
    color: var(--kol-white);
    font-weight: 800;
    line-height: 12px;
    position: relative;
    display: inline-block;
    padding: 6px 10px;
    z-index: 1;
}

.movie-top__sub-title-box span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--kol-primary);
    z-index: -1;
}

.movie-top__sub-title-box span + span {
    margin-left: 10px;
}

.movie-top__title-box {
    position: relative;
    display: block;
}

.movie-top__title {
    position: relative;
    font-size: 70px;
    color: var(--kol-black);
    font-weight: 800;
    line-height: 80px;
    letter-spacing: -0.04em;
}

.movie-top__text-1 {
    font-size: 14px;
    color: var(--kol-black);
    font-weight: 700;
    padding-top: 9px;
    padding-bottom: 21px;
}

.movie-top__text-1 i {
    color: var(--kol-base);
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.movie-top__list-box {
    position: relative;
    display: block;
    margin-top: 31px;
    margin-bottom: 40px;
    overflow: hidden;
}

.movie-top__list {
    position: relative;
    display: block;
    float: left;
    max-width: 280px;
    width: 100%;
}

.movie-top__list li {
    position: relative;
    display: flex;
    align-items: center;
}

.movie-top__list li + li {
    margin-top: 8px;
}

.movie-top__list li .left {
    position: relative;
    display: block;
    max-width: 70px;
    width: 100%;
}

.movie-top__list li .right {
    position: relative;
    display: block;
    margin-left: 10px;
}

.movie-top__list li .left p {
    color: var(--kol-black);
    font-weight: 800;
    letter-spacing: var(--kol-letter-spacing-two);
}

.movie-top__list li .right h5 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: var(--kol-letter-spacing-two);
    color: var(--kol-base);
    line-height: 30px;
}

.movie-top__btn-box {
    position: relative;
    display: flex;
    align-items: center;
}

.movie-top__btn-2 {
    margin-left: 10px;
    background-color: var(--kol-black);
}

.movie-top__btn-2::before {
    background-color: var(--kol-base);
}

.movie-top__list-two {
    margin-left: 80px;
}

/*--------------------------------------------------------------
# Trailer And Photo
--------------------------------------------------------------*/
.trailer-and-photo {
    position: relative;
    display: block;
    padding: 96px 0 66px;
}

.trailer-and-photo__left {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.trailer-and-photo__title {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 26px;
}

.trailer-and-photo__img {
    position: relative;
    display: block;
}

.trailer-and-photo__img img {
    width: 100%;
}

.trailer-and-photo__video-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trailer-and-photo__video-icon {
    position: relative;
    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: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 16px;
    color: var(--kol-black);
    background-color: rgba(0, 0, 0, .20);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.trailer-and-photo__video-icon:hover {
    background-color: var(--kol-white);
    color: var(--kol-white);
}

.trailer-and-photo__video-icon:before {
    position: absolute;
    top: 35px;
    left: 35px;
    right: 35px;
    bottom: 35px;
    content: "";
    border-radius: 50%;
    background-color: var(--kol-white);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: -1;
}

.trailer-and-photo__video-icon:hover:before {
    background-color: var(--kol-base);
}

.trailer-and-photo__video-link .ripple,
.trailer-and-photo__video-icon .ripple:before,
.trailer-and-photo__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--kol-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--kol-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--kol-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--kol-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.trailer-and-photo__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.trailer-and-photo__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}


.trailer-and-photo__right {
    position: relative;
    display: block;
}

.trailer-and-photo__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.trailer-and-photo__single-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.trailer-and-photo__single-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: rgba(var(--kol-primary-rgb), 0.9);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-102%);
    transform: translateY(-102%);
    z-index: 1;
}

.trailer-and-photo__single:hover .trailer-and-photo__single-img:before {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.trailer-and-photo__single-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.trailer-and-photo__single:hover .trailer-and-photo__single-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.trailer-and-photo__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    z-index: 2;
}

.trailer-and-photo__icon 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;
    border-radius: 50%;
    font-size: 22px;
    color: var(--kol-white);
    opacity: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.trailer-and-photo__single:hover .trailer-and-photo__icon a {
    opacity: 1;
}

.trailer-and-photo__icon a:hover {
    color: var(--kol-base);
}

/*--------------------------------------------------------------
# Top Cast
--------------------------------------------------------------*/
.top-cast {
    position: relative;
    display: block;
}

.top-cast__inner {
    position: relative;
    display: block;
}

.top-cast__title {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 30px;
}

.top-cast__single {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.top-cast__img {
    position: relative;
    display: block;
}

.top-cast__img img {
    width: 100px;
    border-radius: 50%;
}

.top-cast__content {
    margin-left: 20px;
}

.top-cast__content h5 {
    font-size: 18px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: var(--kol-letter-spacing-two);
    margin-bottom: 4px;
}

.top-cast__content p {
    font-size: 14px;
    line-height: 26px;
}

.top-cast__bottom {
    position: relative;
    display: block;
    padding-top: 46px;
}

.top-cast__bottom-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 18px;
}

/*--------------------------------------------------------------
# Movie More
--------------------------------------------------------------*/
.movie-more {
    position: relative;
    display: block;
    padding: 87px 0 66px;
}

.movie-more__main-inner {
    position: relative;
    display: block;
}

.movie-more__main-title {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 26px;
}

.movie-more__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.movie-more__inner {
    position: relative;
    display: block;
}

.movie-more__img {
    position: relative;
    display: block;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.movie-more__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-image: -moz-linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(14, 17, 23, 0) 65%);
    background-image: -webkit-linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(14, 17, 23, 0) 65%);
    background-image: -ms-linear-gradient(90deg, rgb(14, 17, 23) 0%, rgba(14, 17, 23, 0) 65%);
}

.movie-more__img img {
    width: 100%;
}

.movie-more-shape {
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: -5px;
    left: -5px;
    background-image: -moz-linear-gradient(0deg, rgb(8, 159, 172) 0%, rgb(254, 144, 67) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(8, 159, 172) 0%, rgb(254, 144, 67) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(8, 159, 172) 0%, rgb(254, 144, 67) 100%);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.movie-more__single:hover .movie-more-shape {
    transform: scaleY(1);
}

.movie-more__video-link {
    position: absolute;
    top: 30px;
    right: 30px;
}

.movie-more__video-icon {
    position: relative;
    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: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: var(--kol-black);
    background-color: var(--kol-white);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.movie-more__video-icon:hover {
    background-color: var(--kol-base);
    color: var(--kol-white);
}

.movie-more__video-link .ripple,
.movie-more__video-icon .ripple:before,
.movie-more__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--kol-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.movie-more__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.movie-more__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.movie-more__content {
    position: absolute;
    bottom: 33px;
    left: 40px;
}

.movie-more__title {
    font-size: 20px;
    color: var(--kol-white);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 4px;
}

.movie-more__text {
    font-size: 13px;
    color: #9da6b9;
    letter-spacing: 0.1em;
    line-height: 23px;
    font-weight: 600;
}

.movie-more__text i {
    color: var(--kol-base);
    padding-left: 9px;
}

.movie-more__text span {
    color: var(--kol-white);
}

/*--------------------------------------------------------------
# Movie More Review
--------------------------------------------------------------*/
.movie-more-review {
    position: relative;
    display: block;
    padding: 0 0 120px;
}

.movie-more-review__box {
    position: relative;
    display: block;
}

.movie-more-review__title {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 26px;
}

.movie-more-review__single {
    position: relative;
    display: flex;
    border-bottom: 1px solid var(--kol-bdr-color);
    padding-bottom: 54px;
    margin-bottom: 60px;
}

.movie-more-review__image {
    position: relative;
    display: block;
}

.movie-more-review__image img {
    width: 165px;
    border-radius: 50%;
}

.movie-more-review__content {
    margin-left: 45px;
}

.movie-more-review__text-box-one {
    position: relative;
    display: flex;
    align-items: center;
}

.movie-more-review__text-box-left {
    position: relative;
    display: block;
}

.movie-more-review__text-box-left p {
    font-size: 14px;
    font-weight: 800;
}

.movie-more-review__text-box-left p span {
    color: var(--kol-primary);
}

.movie-more-review__text-box-right {
    margin-left: 15px;
}

.movie-more-review__text-box-right p {
    font-size: 14px;
    color: var(--kol-black);
    font-weight: 800;
}

.movie-more-review__text-box-right p i {
    color: var(--kol-base);
}

.movie-more-review__title-2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: var(--kol-letter-spacing-two);
    margin-top: 3px;
    margin-bottom: 18px;
}

.movie-more-review__form-box {
    position: relative;
    display: block;
}

.movie-more-review__form-box .movie-more-review__title {
    margin-bottom: 17px;
}

.movie-more-review__rate-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.movie-more-review__rate-box p {
    font-size: 18px;
}

.movie-more-review__star {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.movie-more-review__star i {
    font-size: 16px;
    color: var(--kol-gray);
    transition: all 500ms ease;
}

.movie-more-review__star i.hover {
    color: var(--kol-base);
    opacity: .5;
}

.movie-more-review__star i.active {
    color: var(--kol-base);
    opacity: 1;
}

.movie-more-review__star i + i {
    margin-left: 5px;
}

.movie-more-review__form {
    position: relative;
    display: block;
}

.movie-more-review__input-box textarea {
    font-size: 14px;
    color: var(--kol-gray);
    height: 190px;
    width: 100%;
    background-color: var(--kol-extra);
    padding: 25px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    font-weight: 500;
}

.movie-more-review__input-box.text-message-box {
    height: 190px;
}

.movie-more-review__input-box {
    margin-bottom: 20px;
}

.movie-more-review__input-box input[type="text"],
.movie-more-review__input-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: none;
    background-color: var(--kol-extra);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--kol-gray);
    display: block;
    font-weight: 500;
}

.movie-more-review__btn-box {
    position: relative;
    display: block;
}

.movie-more-review__btn {
    border: none;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.team-one .container {
    max-width: 1170px;
}

.team-one .row {
    --bs-gutter-x: 70px;
}

.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.team-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--kol-black-rgb), .30);
    width: 0%;
    transform: translateY(100%);
    border-radius: var(--kol-bdr-radius);
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__single:hover .team-one__img:before {
    transform: translateY(0);
    width: 100%;
}

.team-one__img img {
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.team-one__single:hover .team-one__img img {
    transform: scale(1.1) rotate(2deg);
}


.team-one__content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 80px;
    padding: 23px 30px 27px;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: bottom center;
    z-index: 2;
}

.team-one__single:hover .team-one__content {
    transform: scaleY(1.0);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.team-one__content:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--kol-black-rgb), .90);
    z-index: -1;
}

.team-one__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
}

.team-one__name a {
    color: var(--kol-white);
    transition: all 500ms ease;
}

.team-one__name a:hover {
    color: var(--kol-base);
}

.team-one__sub-title {
    font-size: 13px;
    color: #a4a9ae;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 15px;
}

.team-one__social {
    position: absolute;
    top: 30px;
    right: 30px;
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: right center;
    z-index: 3;
}

.team-one__single:hover .team-one__social {
    transform: scaleX(1.0);
    transform-origin: left center;
    transition-delay: 800ms;
}

.team-one__social li + li {
    margin-top: 10px;
}

.team-one__social li a {
    position: relative;
    height: 40px;
    width: 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;
    text-align: center;
    color: var(--kol-white);
    background-color: var(--kol-black);
    font-size: 15px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-one__social li a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--kol-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.team-one__social li a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/*--------------------------------------------------------------
# Testimonials Page
--------------------------------------------------------------*/
.testimonials-page {
    position: relative;
    display: block;
    padding: 155px 0 55px;
}

.testimonials-page .testimonial-one__single {
    margin-bottom: 65px;
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.gallery-page__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.gallery-page__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.gallery-page__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: rgba(var(--kol-primary-rgb), 0.8);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-102%);
    transform: translateY(-102%);
    z-index: 1;
}

.gallery-page__single:hover .gallery-page__img:before {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.gallery-page__img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.gallery-page__single:hover .gallery-page__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.gallery-page__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    z-index: 2;
}

.gallery-page__icon a {
    height: 95px;
    width: 95px;
    background-color: var(--kol-base);
    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-radius: 50%;
    font-size: 22px;
    color: var(--kol-white);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.gallery-page__single:hover .gallery-page__icon a {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.gallery-page__icon a:hover {
    background-color: var(--kol-white);
    color: var(--kol-base);
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.faq-page__left {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 7%);
    padding: 0 30px 0;
}

.faq-page__right {
    position: relative;
    display: block;
}

.faq-page__right .service-details__need-help {
    margin-top: 0;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
    position: relative;
    display: block;
    padding: 63px 0 120px;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__title-box {
    position: relative;
    display: block;
    z-index: 2;
}

.error-page__title {
    position: relative;
    display: inline-block;
    font-size: 350px;
    line-height: 350px;
    font-weight: 800;
    background: rgb(20, 158, 167);
    background: linear-gradient(0deg, rgba(20, 158, 167, 1) 18%, rgba(250, 144, 69, 1) 80%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    margin-bottom: 28px;
    z-index: 2;
}

.error-page__title-2 {
    position: absolute;
    font-size: 350px;
    line-height: 350px;
    font-weight: 800;
    color: var(--kol-extra);
    top: 10px;
    left: 12px;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.error-page__title-3 {
    position: absolute;
    font-size: 350px;
    line-height: 350px;
    font-weight: 800;
    background: rgb(20, 158, 167);
    background: linear-gradient(0deg, rgba(20, 158, 167, 1) 18%, rgba(250, 144, 69, 1) 80%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    top: 12px;
    left: 15px;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.error-page__tagline {
    font-size: 40px;
    font-weight: 800;
    line-height: 49px;
    margin-bottom: 14px;
    color: var(--kol-black);
}

.error-page__text {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}

.error-page__form {
    position: relative;
    display: block;
    margin: 47px auto 20px;
}

.error-page__form-input {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.error-page__form input[type="search"] {
    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--kol-extra);
    font-size: 16px;
    color: var(--kol-gray);
    font-weight: 500;
    padding-left: 50px;
    padding-right: 75px;
}

.error-page__form button[type="submit"] {
    background-color: transparent;
    color: var(--kol-black);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 70px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
}

/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
.about-four {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.about-four__left {
    position: relative;
    display: block;
    margin-left: 100px;
    margin-right: 70px;
}

.about-four__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.about-four__img-one {
    position: relative;
    display: block;
}

.about-four__img-one img {
    width: 100%;
}

.about-four__img-two {
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    z-index: 2;
}

.about-four__img-two img {
    width: auto;
}

.about-four__border {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 2px;
    border-color: rgb(254, 144, 67);
    background-color: rgba(30, 50, 38, 0);
    width: 184px;
    height: 428px;
    z-index: 1;
}

.about-four__right {
    position: relative;
    display: block;
}

.about-four__right .section-title {
    margin-bottom: 29px;
}

.about-four__points {
    position: relative;
    display: inline-block;
    margin-top: 33px;
    margin-bottom: 46px;
}

.about-four__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-four__points li .icon {
    width: 15px;
    height: 15px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--kol-base);
    border-radius: 50%;
    font-size: 9px;
    justify-content: center;
    color: var(--kol-white);
}

.about-four__points li .text {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
}

.about-four__points li .text p {
    color: var(--kol-black);
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-two {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(230, 225, 216, 0.004);
    border-top: 1px solid var(--kol-bdr-color);
    padding: 80px 0 80px;
    z-index: 1;
}

.brand-two .swiper-slide {
    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;
}

.brand-two .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0.2;
    max-width: 100%;
}

.brand-two .swiper-slide img:hover {
    opacity: 1;
}

/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
.feature-three {
    padding-top: 120px;
}

/*--------------------------------------------------------------
# Service Available TWo
--------------------------------------------------------------*/
.service-available-two {
    padding-top: 120px;
}

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.product {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.product__items {
    position: relative;
    display: block;
}

.product__showing-result {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product__showing-text-box {
    position: relative;
    display: block;
}

.product__showing-text {
    font-size: 18px;
}

.product__showing-sort {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100%;
}

.product__showing-sort .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100% !important;

}

.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
    display: none;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle {
    position: relative;
    height: 70px;
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: var(--kol-extra) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: var(--kol-gray) !important;
    font-size: 14px;
    line-height: 70px;
    font-weight: 500;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 14px;
    color: var(--kol-gray);
}

.product__all {
    position: relative;
    display: block;
}

.product__all-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}

.product__all-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.product__all-img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--kol-black-rgb), .50);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
}

.product__all-single:hover .product__all-img:before {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.product__all-img img {
    width: 100%;
    transition: all 500ms ease;
}

.product__all-single:hover .product__all-img img {
    transform: scale(1.05);
}

.product__all-btn-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg) scale(0);
    transition: all 600ms ease;
    z-index: 2;
}

.product__all-single:hover .product__all-btn-box {
    transform: rotate(0deg) scale(1);
    transition-delay: 400ms;
}

.product__all-btn {
    font-size: 13px;
    font-weight: 800;
    padding: 5px 25px 5px;
}

.product__all-content {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 14px;
}

.product__all-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: var(--kol-letter-spacing-two);
}

.product__all-title a {
    color: var(--kol-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product__all-title a:hover {
    color: var(--kol-base);
}

.product__all-price {
    font-weight: 600;
}

.product__all-review {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}

.product__all-review i {
    font-size: 15px;
    color: var(--kol-base);
}

.product__all-review i + i {
    margin-left: 5px;
}


.product__sidebar {
    position: relative;
    display: block;
}

.product__sidebar-single + .product__sidebar-single {
    margin-top: 30px;
}

.product__sidebar-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: var(--kol-letter-spacing-two);
    margin: 0;
    margin-bottom: 22px;
}

.shop-search {
    position: relative;
    display: block;
}

.shop-search form {
    border-radius: 0px;
    position: relative;
    background-color: var(--kol-base);
}

.shop-search form input[type=search],
.shop-search form input[type=text] {
    width: 100%;
    height: 70px;
    background-color: var(--kol-base);
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    color: var(--kol-white);
    font-family: var(--kol-font);
    border: none;
    outline: none;
    font-weight: 500;
}

.shop-search form ::placeholder {
    color: inherit;
    opacity: 1;
}


.product__price-ranger {
    position: relative;
    padding: 27px 30px 26px;
    margin: 0;
    border: 1px solid var(--kol-bdr-color);
}

.product__price-ranger.price-ranger {
    margin-top: 7px;
    margin-bottom: 0px;
}

.product__price-ranger .price-ranger .ui-widget-content {
    background: var(--kol-extra);
    border: none;
    height: 5px;
}

.product__price-ranger .price-ranger .ui-slider-handle {
    position: absolute;
    top: -5px;
    background: var(--kol-primary);
    border: 0;
    height: 14px;
    width: 14px !important;
    border-radius: 50%;
    margin-left: -2px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-range {
    background: var(--kol-primary);
}

.product__price-ranger .price-ranger #slider-range {
    margin-left: 3px;
    margin-right: 0;
    margin-top: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin-top: 17px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input {
    display: inline-block;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: block;
    background: var(--kol-base);
    float: right;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    margin-top: 0;
    text-transform: capitalize;
    cursor: pointer;
    padding: 5px 20px;
    border-radius: 20px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    display: inline-block;
    color: var(--kol-gray);
    font-size: 14px;
    font-weight: 600;
    width: 40px;
    line-height: 30px;
    border: none;
    padding: 0;
    text-align: center;
}

.product__price-ranger .price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: var(--kol-gray);
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    left: -2px;
}


.shop-category {
    position: relative;
    display: block;
    border: 1px solid var(--kol-bdr-color);
    padding: 28px 15px 15px;
}

.shop-category .product__sidebar-title {
    margin-left: 15px;
    margin-bottom: 12px;
}

.shop-category ul {
    position: relative;
    display: block;
}

.shop-category ul li {
    position: relative;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--kol-gray);
    margin-bottom: 5px;
}

.shop-category ul li:last-child {
    margin-bottom: 0;
}

.shop-category ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--kol-gray);
    font-weight: 500;
    border-radius: 0;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 9px 15px 9px;
}

.shop-category ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--kol-extra);
    border-radius: 0px;
    z-index: -1;
    transform: scaleY(0.0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.shop-category ul li a:hover:before {
    transform: scaleY(1.0);
}

.shop-category ul li:hover a,
.shop-category ul li.active a {
    color: var(--kol-black);
    font-weight: 500;
    background: var(--kol-extra);
}

.shop-category ul li a:after {
    position: absolute;
    right: 15px;
    top: 5px;
    font-family: 'icomoon' !important;
    content: "\e904";
    opacity: 1;
    font-size: 10px;
    line-height: 30px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.shop-category ul li a:hover:after,
.shop-category ul li.active a:after {
    color: var(--kol-base);
}


/*--------------------------------------------------------------
# Product Details
--------------------------------------------------------------*/
.product-details {
    position: relative;
    display: block;
    padding: 120px 0px 56px;
}

.product-details__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.product-details__img img {
    width: 100%;
}


.product-details__top {
    position: relative;
    display: block;
    margin-top: -10px;
}

.product-details__title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 800;
    margin: 0;
}

.product-details__title span {
    position: relative;
    display: inline-block;
    color: var(--kol-base);
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    margin-left: 25px;
    letter-spacing: 0;
}

.product-details__reveiw {
    display: flex;
    align-items: center;
    margin-top: 21px;
    padding-bottom: 30px;
    margin-bottom: 21px;
    border-bottom: 1px solid var(--kol-bdr-color);
}

.product-details__reveiw i {
    font-size: 16px;
    color: var(--kol-base);
}

.product-details__reveiw i + i {
    margin-left: 4px;
}

.product-details__reveiw span {
    position: relative;
    top: 1px;
    line-height: 1;
    font-size: 16px;
    color: var(--kol-gray);
    margin-left: 18px;
}

.product-details__content {
    position: relative;
    display: block;
}

.product-details__content-text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 31px;
}

.product-details__content-text2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.product-details__quantity {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.product-details__quantity-title {
    margin: 0;
    color: var(--kol-black);
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    margin-right: 30px;
    letter-spacing: var(--kol-letter-spacing-two);
}

.product-details__quantity .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 0px;
    height: 50px;
}

.product-details__quantity .quantity-box input {
    width: 98px;
    border-radius: 0px;
    height: 50px;
    border: 1px solid var(--kol-bdr-color);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--kol-font);
    padding-left: 30px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--kol-gray);
}

.product-details__quantity .quantity-box button {
    width: 29px;
    height: 29px;
    background-color: transparent;
    color: var(--kol-gray);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border: none;
    border-left: 1px solid var(--kol-bdr-color);
    border-top-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.product-details__quantity .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid var(--kol-bdr-color);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.product-details__buttons {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.product-details__buttons-1 {
    position: relative;
    display: block;
}

.product-details__buttons-1 .thm-btn {
    background-color: var(--kol-primary);
}

.product-details__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
}

.product-details__social {
    position: relative;
    display: flex;
    align-items: center;
}

.product-details__social .title {
    position: relative;
    display: block;
}

.product-details__social .title h3 {
    color: var(--kol-black);
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: var(--kol-letter-spacing-two);
}

.product-details__social-link {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.product-details__social-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--kol-black);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-color: var(--kol-extra);
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.product-details__social-link a + a {
    margin-left: 10px;
}

.product-details__social-link a:hover {
    color: var(--kol-white);
    background-color: var(--kol-base);
}


/*--------------------------------------------------------------
# Product Description
--------------------------------------------------------------*/
.product-description {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 50px;
}

.product-description__title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 27px;
}

.product-description__text1 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.product-description__list {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-description__list ul {
    position: relative;
    display: block;
}

.product-description__list ul li {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.product-description__list ul li:last-child {
    margin-bottom: 0px;
}

.product-description__list ul li p {
    color: var(--kol-black);
    margin: 0;
    font-weight: 600;
}

.product-description__list ul li p span:before {
    position: relative;
    display: inline-block;
    color: var(--kol-base);
    font-size: 17px;
    line-height: 17px;
    margin-right: 11px;
    top: 2px;
}

.product-description__tex2 {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

/*--------------------------------------------------------------
# Review One
--------------------------------------------------------------*/
.review-one {
    position: relative;
    display: block;
}

.comments-area {
    position: relative;
    display: block;
    border-top: 1px solid var(--kol-bdr-color);
    padding-top: 56px;
}

.review-one__title {
    position: relative;
    display: block;
    margin-bottom: 36px;
}

.review-one__title h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    margin: 0;
}


.comments-area .comment-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--kol-bdr-color);
}

.comments-area .comment {
    position: relative;
    display: flex;
    align-items: center;
}

.comments-area .comment-box .author-thumb {
    position: relative;
    display: block;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
}

.comments-area .comment-box .author-thumb figure {
    margin: 0;
}

.review-one__content {
    position: relative;
    display: block;
    padding-left: 45px;
    flex: 1;
}

.review-one__content-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.review-one__content-top .info {
    position: relative;
    display: block;
}

.review-one__content-top .info h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: var(--kol-letter-spacing-two);
}

.review-one__content-top .info h2 span {
    color: var(--kol-primary);
    font-size: 16px;
    font-weight: 600;
}

.review-one__content-top .reply-btn {
    position: relative;
    display: block;
}

.review-one__content-top .reply-btn i:before {
    color: var(--kol-base);
    font-size: 15px;
}

.review-one__content-bottom {
    position: relative;
    display: block;
}

.review-one__content-bottom p {
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
}

/*--------------------------------------------------------------
# Review Form One
--------------------------------------------------------------*/
.review-form-one {
    position: relative;
    display: block;
    padding: 16px 0 120px;
}

.review-form-one__inner {
    position: relative;
    display: block;
}

.review-form-one__title {
    font-size: 30px;
    font-weight: 800;
    line-height: 30px;
}

.review-form-one__rate-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 27px;
}

.review-form-one__rate-text {
    font-size: 18px;
}

.review-form-one__rate {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.review-form-one__rate i {
    font-size: 16px;
    color: var(--kol-base);
}

.review-form-one__rate i + i {
    margin-left: 5px;
}

.review-form-one__form {
    position: relative;
    display: block;
}

.review-form-one__form .row {
    --bs-gutter-x: 20px;
}

.review-form-one__input-box textarea {
    font-size: 14px;
    color: var(--kol-gray);
    height: 190px;
    width: 100%;
    background-color: var(--kol-extra);
    padding: 25px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    font-weight: 500;
}

.review-form-one__input-box.text-message-box {
    height: 190px;
}

.review-form-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
    height: 50px;
    width: 100%;
    border: none;
    background-color: var(--kol-extra);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--kol-gray);
    display: block;
    font-weight: 500;
}

.review-form-one__btn {
    border: none;
}

/*--------------------------------------------------------------
# Cart Page
--------------------------------------------------------------*/
.cart-page {
    position: relative;
    display: block;
    background: var(--kol-white);
    padding: 113px 0px 120px;
}

.cart-page .table-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
    .cart-table {
        min-width: 1170px;
    }
}

.cart-table {
    margin-bottom: 60px;
}

.cart-table thead th {
    color: var(--kol-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    padding: 0;
    border: none;
    padding-bottom: 22px;
    letter-spacing: var(--kol-letter-spacing-two);
}

.cart-table thead th:last-child {
    text-align: right;
}

.cart-table tbody tr {
    vertical-align: middle;
}

.cart-table tbody tr:last-child {
    border-bottom: 1px solid var(--kol-bdr-color);
}

.cart-table tbody td {
    font-size: 18px;
    color: var(--kol-gray);
    vertical-align: middle;
    border-top: 1px solid var(--kol-bdr-color);
    border-bottom: 1px solid var(--kol-bdr-color);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}

.cart-table tbody td:last-child {
    text-align: right;
}

.cart-table .product-box {
    display: flex;
    align-items: center;
}

.cart-table .product-box .img-box {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: var(--kol-bdr-radius);
    overflow: hidden;
    margin-right: 35px;
}

.cart-table h3 {
    color: var(--kol-black);
    font-size: 20px;
    margin-left: 36px;
    font-weight: 800;
    margin: 0;
    letter-spacing: var(--kol-letter-spacing-two);
}

.cart-table h3 a {
    color: var(--kol-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.cart-table h3 a:hover {
    color: var(--kol-base);
}

.cart-table .quantity-box {
    position: relative;
    width: 98px;
    border-radius: 0px;
    height: 60px;
}

.cart-table .quantity-box input {
    width: 98px;
    border-radius: 0px;
    height: 60px;
    border: 1px solid var(--kol-bdr-color);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    font-family: var(--kol-font);
    padding-left: 30px;
    outline: none;
}

.cart-table .quantity-box button {
    width: 29px;
    height: 29px;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 8px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    border-top-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    border-left: 1px solid var(--kol-bdr-color);
}

.cart-table .quantity-box button.sub {
    bottom: 1px;
    top: auto;
    border-top: 1px solid var(--kol-bdr-color);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.cart-table .cross-icon {
    position: relative;
    display: block;
}

.cart-table .cross-icon i:before {
    position: relative;
    display: inline-block;
    color: var(--kol-black);
    font-size: 22px;
}

.cart-cupon__form {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.cart-cupon__input {
    width: 100%;
    max-width: 370px;
    border-radius: 0;
    background-color: var(--kol-extra);
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    font-family: var(--kol-font);
    font-size: 14px;
    color: var(--kol-gray);
    height: 50px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    font-weight: 500;
}

.cart-cupon__form ::placeholder {
    color: var(--kol-gray);
    opacity: 1;
}

.cart-cupon__form button {
    top: -1px;
    border: none;
    outline: none;
}


.cart-total {
    position: relative;
    display: block;
    margin-bottom: 22px;
    margin-top: -9px;
}

.cart-total li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--kol-gray);
    font-size: 18px;
}

.cart-total li + li {
    margin-top: 15px;
}

.cart-total li span:first-child {
    display: block;
    color: var(--kol-black);
    font-size: 20px;
    margin-right: 70px;
    font-weight: 800;
    width: 135px;
    text-align: right;
    letter-spacing: var(--kol-letter-spacing-two);
}

.cart-total li:nth-child(2) span:first-child {
    position: relative;
    right: 6px;
}

.cart-total-amount {
    color: var(--kol-primary);
}

.cart-page__buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cart-page__buttons-1 {
    position: relative;
    display: block;
}

.cart-page__buttons-1 .thm-btn {
    background: var(--kol-black);
}

.cart-page__buttons-1 .thm-btn::before {
    background: var(--kol-base);
}

.cart-page__buttons-2 {
    position: relative;
    display: block;
    margin-left: 10px;
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
    position: relative;
    display: block;
    padding: 110px 0 120px;
}

.checkout-page .billing_details {
    position: relative;
    display: block;
}

.billing_title {
    position: relative;
    display: block;
    margin-bottom: 36px;
}

.billing_title p {
    font-size: 16px;
    margin: 0;
}

.billing_title span {
    color: var(--kol-primary);
    font-weight: 600;
}

.billing_title h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    font-weight: 800;
    margin-top: 17px;
}

.billing_details_form {
    position: relative;
    display: block;
}

.billing_details_form .bs-gutter-x-20 {
    --bs-gutter-x: 20px;
}


.billing_details_form .btn-light {
    border: none;
}

.billing_details_form .btn-light:hover {
    border: none;
}

.billing_input_box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.billing_input_box input[type="text"],
.billing_input_box input[type="email"],
.billing_input_box input[type="tel"] {
    height: 50px;
    width: 100%;
    border: none;
    background-color: var(--kol-extra);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0;
    outline: none;
    font-size: 14px;
    color: var(--kol-gray);
    display: block;
    font-weight: 500;
}

.billing_details .checked-box {
    position: relative;
    display: block;
    margin-top: -7px;
}

.billing_details .checked-box label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: var(--kol-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: none;
    cursor: pointer;
    font-family: var(--kol-font);
}

.billing_details .checked-box input[type="checkbox"] {
    display: none;
}

.billing_details .checked-box input[type="checkbox"] + label span {
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: transparent;
    background: var(--kol-base);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.billing_details .checked-box label span:before {
    position: absolute;
    top: 5px;
    left: 6px;
    display: block;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
    width: 6px;
    height: 9px;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}

.billing_details.checked-box input[type="checkbox"]:checked + label span {
    border-color: #ffffff;
}

.billing_details .checked-box input[type="checkbox"]:checked + label span:before {
    opacity: 1;
}

.ship_different_address_title {
    margin-top: 47px;
}

.ship_different_address_title h2 span::before {
    position: relative;
    display: inline-block;
    color: var(--kol-base);
    font-size: 20px;
    top: -2px;
    left: 15px;
}

.ship_different_address_form .ship_different_input {
    position: relative;
    display: block;
    height: 120px;
}

.ship_different_address_form .ship_different_input textarea {
    font-size: 14px;
    color: var(--kol-gray);
    height: 120px;
    width: 100%;
    background-color: var(--kol-extra);
    padding: 15px 30px 20px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    border-radius: 0;
    font-weight: 500;
}

.billing_details_form .select-box .nice-select {
    background-color: var(--kol-extra);
    border-radius: 0;
    color: var(--kol-gray);
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-bottom: 20px;
}

.billing_details_form .select-box .nice-select:after {
    position: absolute;
    right: 30px;
}

.your_order {
    position: relative;
    display: block;
    padding-top: 36px;
}

.your_order h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 56px;
}

.order_table_box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--kol-bdr-color);
    padding-bottom: 24px;
}

.order_table_detail {
    position: relative;
    width: 100%;
}

.order_table_head {
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--kol-bdr-color);
    border-top: 1px solid var(--kol-bdr-color);
}

.order_table_head th {
    font-size: 20px;
    color: var(--kol-black);
    font-weight: 800;
    margin: 0;
    padding: 23px 0 22px;
    letter-spacing: var(--kol-letter-spacing-two);
}

.order_table_head th.right {
    float: right;
}

.order_table_detail tbody td {
    padding: 29px 0 2px;
}

.order_table_detail tbody td.pro__title {
    color: var(--kol-gray);
    font-size: 16px;
    line-height: 18px;
}

.order_table_detail tbody td.pro__price {
    color: var(--kol-gray);
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.checkout__payment {
    background-color: var(--kol-extra);
    border-radius: 0;
    padding: 49px 50px 18px;
    margin-bottom: 30px;
}

.checkout__payment__item + .checkout__payment__item {
    margin-top: 41px;
}


.checkout__payment__title {
    display: flex;
    color: var(--kol-black);
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    align-items: center;
    margin-bottom: 27px;
    cursor: pointer;
    letter-spacing: var(--kol-letter-spacing-two);
}

.checkout__payment__title::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 2px solid var(--kol-bdr-color);
    border-radius: 50%;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    position: relative;
    top: 0px;
    transition: all 500ms ease;
}

.checkout__payment__title img {
    margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
    background-color: var(--kol-base);
    border-color: var(--kol-base);
    content: '\f00c';
}

.checkout__payment__content {
    font-size: 16px;
    line-height: 30px;
    color: var(--kol-gray);
}

/*--------------------------------------------------------------
# News Carousel Page
--------------------------------------------------------------*/
.news-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 165px;
}

.news-carousel-page .news-one__single {
    margin-bottom: 0;
}

.carousel-dot-style.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.carousel-dot-style.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.carousel-dot-style.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.carousel-dot-style.owl-carousel .owl-dots {
    position: absolute;
    bottom: -48px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--kol-primary);
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.carousel-dot-style.owl-carousel .owl-dot.active {
    width: 16px;
    height: 16px;
    background-color: var(--kol-base);
}

.carousel-dot-style.owl-carousel .owl-dot:focus {
    outline: none;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

/*--------------------------------------------------------------
# Gallery Carousel Page
--------------------------------------------------------------*/
.gallery-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 165px;
}

.gallery-carousel-page .gallery-page__single {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonial Carousel Page
--------------------------------------------------------------*/
.testimonials-carousel-page {
    position: relative;
    display: block;
    padding: 152px 0 165px;
}

/*--------------------------------------------------------------
# Team Carousel Page
--------------------------------------------------------------*/
.team-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 165px;
}

.team-carousel-page .team-one__single {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services Carousel Page
--------------------------------------------------------------*/
.services-carousel-page {
    position: relative;
    display: block;
    padding: 120px 0 165px;
    background-color: var(--kol-extra);
}

.services-carousel-page .services-one__single {
    margin-bottom: 0;
}

.kampanyalar-section .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 230px;
    margin: 0 auto 17px;
    cursor: grab;
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/

body.boxed-wrapper {
    background-color: #f7f5f1;
}

.boxed-wrapper .page-wrapper {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}