@font-face {
    font-family: "Gmarket Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Gmarket Sans Bold"), local("GmarketSans-Bold"),
        url("../fonts/GmarketSansBold.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
            url("../fonts/GmarketSansBold.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: "Gmarket Sans";
    font-style: normal;
    font-weight: 500;
    src: local("Gmarket Sans Medium"), local("GmarketSans-Medium"),
        url("../fonts/GmarketSansMedium.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
            url("../fonts/GmarketSansMedium.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: "Gmarket Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Gmarket Sans Light"), local("GmarketSans-Light"),
        url("../fonts/GmarketSansLight.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
            url("../fonts/GmarketSansLight.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

:root {
    --bs-body-bg: #ffffff;
    --bs-body-font-family: "Gmarket Sans", sans-serif;
    --bs-primary: #d32100;
    --bs-primary-rgb: 211, 33, 0;
    --bs-secondary: #7c706b;
    --bs-secondary-rgb: 124, 112, 107;
    --bs-gray-dark: #252b2f;
    --bs-gray-dark-rgb: 37, 43, 47;
    --bs-border-radius: 0.5rem;
    --bs-body-color: #252b2f;
    --bs-info: #2c82c9;
    --bs-info-rgb: 44, 130, 201;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.mark, mark {
    padding: 0;
    color: var(--bs-highlight-color);
    background-color: transparent;
}

.full-width {
    max-width: 100%;
}

.kt-section + .kt-section {
    padding: 32px 0;
}

.btn-outline-primary,
.btn-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
}

.btn-outline-primary {
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-border-radius:0;
}

.btn-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-color: #ffffff;
    --bs-btn-border-radius:0;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.kt-sidebar {
    top: 0;
    left: 0;
    z-index: 1040;
    transition: width 0.3s;
}

.kt-sidebar .nav-pills {
    --bs-nav-pills-border-radius: 0;
}

.kt-sidebar .nav-link {
    --bs-nav-link-padding-y: 1rem;
    --bs-nav-link-color: var(--bs-body-color);
}

.kt-sidebar .nav-pills .nav-link.active,
.kt-sidebar .nav-pills .show > .nav-link {
    --bs-nav-pills-link-active-bg: #d32100;
}

.kt-body {
    padding-left: 0;
    padding-top: 80px;
}

@media (max-width: 767.98px) {
    .kt-sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

    .display-5 {
        font-size: 21px;
    }

    .display-6 {
        font-size: 20px;
    }
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blockquotes {
    position: relative;
    display: inline-block;
}

.blockquotes.first {
    margin-right: 5px;
}

.blockquotes-box.right {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.line {
    position: absolute;
    top: 0;
    left: 9px;
    width: 8px;
    height: 35px;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 35px solid #ec5558;
    border-bottom: none !important;
    -webkit-transform: rotate(-145deg);
    -moz-transform: rotate(-145deg);
    -ms-transform: rotate(-145deg);
    -o-transform: rotate(-145deg);
    transform: rotate(-145deg);
}

.dot {
    margin-top: 29px;
    width: 26px;
    height: 30px;
    border-top: 15px solid #ec5558;
    border-bottom: 15px solid #ec5558;
    border-left: 13px solid #ec5558;
    border-right: 13px solid #ec5558;
    margin-right: unset;
    margin-left: unset;
}

@media only screen and (max-width: 1199px) {
    .blockquotes.first {
        margin-right: 4px;
    }
    .line {
        left: 7px;
        width: 6px;
        height: 20px;
        border-left: 4px solid transparent !important;
        border-right: 4px solid transparent !important;
        border-top-width: 24px;
    }
    .dot {
        margin-top: 20px;
        width: 18px;
        height: 22px;
        border-top-width: 5px;
        border-bottom-width: 5px;
        border-left-width: 9px;
        border-right-width: 9px;
    }
}

@media only screen and (max-width: 991px) {
    .blockquotes.first {
        margin-right: 4px;
    }
    .line {
        left: 7px;
        width: 6px;
        height: 20px;
        border-left: 4px solid transparent !important;
        border-right: 4px solid transparent !important;
        border-top-width: 24px;
    }
    .dot {
        margin-top: 20px;
        width: 18px;
        height: 22px;
        border-top-width: 5px;
        border-bottom-width: 5px;
        border-left-width: 9px;
        border-right-width: 9px;
    }
}

@media only screen and (max-width: 480px) {
    .blockquotes.first {
        margin-right: 3px;
    }
    .line {
        left: 4px;
        width: 3px;
        height: 10px;
        border-left: 2px solid transparent !important;
        border-right: 2px solid transparent !important;
        border-top-width: 15px;
    }
    .dot {
        margin-top: 12px;
        width: 10px;
        height: 14px;
        border-top-width: 7px;
        border-bottom-width: 7px;
        border-left-width: 5px;
        border-right-width: 5px;
    }
}

.section02-grid {
    padding: 50px 0px 50px 0px;
    background-color: var(--bs-body-bg);
    background-image: url(https://lh3.googleusercontent.com/euH_Yj7hxONi0a9ppaVTD6zvFLGnwWG9oGFnqVFK2Zqxk2DgFaW20UyIyZFwJ2DtdbsGEkWhTEjGUSlvAmcrYCitVAvtkmCORnAeTmlg9j4fU43uG2Dcp-k=w1920-h1154-n);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.section02-grid .row {
    width: 100%;
}

.section02-grid .img-responsive {
    width: 100%;
    height: auto;
}

.section02-contact {
    position: relative;
    padding: 60px 0px 60px 0px;
    background-color: #000000;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#section03 .grid-products > .row {
    --bs-gutter-x: 0
}

#section03 .section03-post > a {
    color: var(--bs-body-color);
    text-decoration: none;
}

#section03 .section03-post {
    margin-bottom: 50px;
}

#section03 .section03-post .post-info {
    margin-top: 10px;
}

#section03 .section03-post .title {
    font-weight: medium;
    margin: 5px 0;
}

#section03 .section03-post .author {
    font-size: 12px;
    color: var(--bs-gray-600);
}

#contact .contact-wrapper {
    padding: 80px 0px 50px 0px;
    background-color: #313131;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#contact .contact-wrapper > .container {
    max-width: 920px;
}

#contact .form-control {
    --bs-border-radius: 0;
    font-weight: 300;
    font-size: 12px;
}

#contact .form-check-label  {
    font-weight: 300;
    font-size: 12px;
}

#contact .form-control::placeholder {
    color: var(--bs-gray-600);
}

#contact .form-control:read-only {
    color: var(--bs-gray-600);
}

#contact .btn {
    --bs-btn-font-size: 30px;
    --bs-btn-padding-y: 16px;
    --bs-btn-padding-x: 15px;
}

#footer .img-logo {
    text-align: center;
}

#footer .img-logo img {
    height: 90px;
    width: auto;
    display: inline-block;
}

#footer .company-info {
    text-align: center;
    font-size: 12px;
    color: var(--bs-gray-500);
    padding: 75px 0;
    font-weight: 300;
}

#footer .copyright {
    text-align: center;
    font-size: 14px;
}
