/* ======= Google font style ======= */

@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Oswald:wght@300;400;500;600;700&display=swap');
/* ======= General style ======= */

html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    color: #fff;
    line-height: 1.75em;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    height: 100%;
    background: #101010;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #8e6d45;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #8e6d45;
    text-decoration: none;
}

p {
    margin: 0 0 15px;
    color: #fff;
    line-height: 1.75em;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

b,
strong {
    color: #fff;
}

img {
    width: 100%;
    height: auto;
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-120 {
    margin-bottom: 120px;
}

.section-padding {
    padding: 90px 0;
}

/* ======= Preloader style ======= */

.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #101010;
    z-index: 999999;
}

#preloader {
    display: table;
    table-layout: fixed;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid #323232;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* =======  Content Lines style  ======= */

.content-wrapper {
    position: relative;
    overflow: hidden;
}

.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content-lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.03);
    border-right: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.03);
    border-right: 1px solid rgba(255, 255, 255, 0.03);
}

/* =======  Header style  ======= */

.top {
    padding: 60px 0 60px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.top .title {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 0px;
}

.top .title span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 12px;
    display: block;
    margin-top: 0px;
    line-height: 1.5em;
    margin-left: 7px;
}

.top p {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 1.25em;
    color: #999;
    text-align: center;
    font-weight: 300;
    margin: 0;
    letter-spacing: 5px;
    text-transform: uppercase;
}

/* =======  New style  ======= */

.new-popular {
    background-color: #ff0000;
    border-radius: 80px;
    height: 55px;
    width: 55px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    z-index: 2;
}

.new-popular p {
    padding-top: 16px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    letter-spacing: 3px;
}

/* ======= Buy now ======= */

.duru-buy-now {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}

.duru-buy-now a {
    text-decoration: none;
}

.duru-buy-now-btn {
    display: inline-flex;
    padding: 15px 20px;
    align-items: center;
    border: none;
    border-radius: 50em;
    background: #323232;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    line-height: 1.5em;
    color: #fff;
    transition: all 0.3s;
}

.duru-buy-now-btn:active,
.duru-buy-now-btn:focus {
    color: #fff;
}

.duru-buy-now-btn svg {
    margin-right: 12px;
}

.duru-buy-now-btn:hover {
    background: #fff;
    color: #1b1b1b;
    transform: translateY(-2px);
}

.duru-buy-now-btn:hover svg {
    fill: currentColor;
}

/* ======= Templates style ======= */

.templates-card {
    text-align: center;
    position: relative;
    padding-bottom: 40px
}

.templates-card .title-box {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0;
    z-index: 2;
    background-color: #1b1b1b;
    padding: 27px 0;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
}

.templates-card .title-box h3 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
}

.templates-card .templates-img {
    position: relative
}

.templates-card .templates-img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #101010;
    opacity: 0.7;
    visibility: hidden
}

.templates-card .templates-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 38px;
    margin-top: 50px;
    opacity: 0;
    visibility: hidden
}

.templates-card .templates-title {
    font-size: 24px;
    color: #fff;
}

.templates-card .templates-text {
    font-size: 15px;
    color: #fff;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto
}

.templates-card .title-box,
.templates-card .templates-content,
.templates-card .templates-img:before {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.templates-card:hover .templates-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    margin-top: 1px
}

.templates-card:hover .title-box {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 80px
}

.templates-card:hover .templates-img::before {
    height: 100%;
    visibility: visible
}

@media (max-width: 1199px) {
    .templates-card .title-box {
        left: 20px;
        right: 20px;
        padding: 25px 0
    }
    .templates-card .templates-text {
        max-width: 280px
    }
}

/* ======= Button style ======= */

/* button primary */

.button-primary {
    display: inline-block;
    height: auto;
    padding: 14px 28px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: #fff;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #1b1b1b;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.button-primary:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

/* button secondary */

.button-secondary {
    display: inline-block;
    height: auto;
    padding: 15px 32px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: #1b1b1b;
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}

.button-secondary:hover {
    border-color: rgba(255, 255, 255, 0.48);
    background-color: rgba(43, 43, 43, 0.5);
    color: #fff;
}

/* button tersiyer */

.button-tersiyer {
    display: inline-block;
    height: auto;
    padding: 15px 32px;
    border: 1px solid #fff;
    border-radius: 80px;
    background-color: transparent;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
}

.button-tersiyer:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #1b1b1b;
}

/* button link */

.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
}

.link-btn i {
    margin-left: 5px;
    font-size: 10px;
}

.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.link-btn:hover::before {
    width: 100%
}

/* =======  Footer style  ======= */

.bottom {
    padding: 45px 0;
    text-align: center;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.bottom p {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #999;
    text-align: center;
    font-weight: 400;
    margin: 0;
}