/* ======= Gooogle Font: Khand ======= */
@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');
/* ======= Style css ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    color: #888;
    line-height: 1.5em;
    font-size: 15px;
    font-family: 'Khand', sans-serif;
    font-weight: 400;
    height: 100%;
    background: #202020;
}
a {
    color: #888;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #c5a47e;
    text-decoration: none;
}
p {
    margin: 0 0 15px;
    color: #fff;
    line-height: 1.5em;
    font-size: 15px;
    font-family: 'Khand', sans-serif;
    font-weight: 400;
}
b,
strong {
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #888;
    line-height: 1.5em;
    font-family: 'Khand', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
}
img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-30 {
    margin-bottom: 30px;
}

/* ======= Content ======= */
.content {
    padding: 90px 0 60px 0;
    background: transparent;
}
.panel {
    position: relative;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
    text-align: center;
}
.panel h4 {
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.panel .panel-img {
    position: relative;
}
.panel .panel-img .img {
    padding: 0 30px 30px 15px;
    position: relative;
}
.panel .panel-img .img img {
    position: relative;
    z-index: 2;
}
.panel .panel-img .img img:hover {
    transform: scale(0.95);
}
.panel .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background: #323232;
}

/* ======= Header ======= */
.top {
    padding: 60px 0;
    background: #323232;
}

/* ======= Logo ======= */
.top .savoye-logo {
    text-align: center;
    display: block;
}
.top .savoye-logo h2 {
    font-family: 'Khand', sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.5em;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.top .savoye-logo span {
    font-family: 'Khand', sans-serif;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    letter-spacing: 3px;
    display: block;
    margin-top: 0px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.top .savoye-logo .logo-img {
    width: 50px;
    margin-bottom: 0px;
}
.top .savoye-logo a {
    display: inline-block;
    text-align: center;
    color: #c5a47e;
}
.top .savoye-logo a span {
    display: block;
    margin-top: 0px;
}

/* ======= Footer ======= */
.bottom {
    padding: 30px 0;
    text-align: center;
}
.bottom h1 {
    font-family: 'Khand', sans-serif;
    letter-spacing: 3px;
    font-size: 40px;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
}
.bottom p {
    font-family: 'Khand', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #666;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

/* ======= New ======= */
.new-popular {
    background-color: #ff0000;
    border-radius: 80px;
    height: 55px;
    width: 55px;
    display: block;
    position: absolute;
    top: 20px;
    right: 55px;
    text-transform: uppercase;
    z-index: 2;
}
.new-popular p {
    padding-top: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
}



/* 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: 16px 24px;
		align-items: center;
		border: none;
		border-radius: 50em;
		background: #262626;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        font-family: 'Khand', sans-serif;
		font-size: 14px;
        font-weight: 400;
		line-height: 1.5em;
		color: #999;
		transition: all 0.3s;
	}

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


.duru-buy-now-btn svg {
		margin-right: 12px;
	}
.duru-buy-now-btn:hover {
		background: rgba(177, 151, 119, 0.95);
		color: #fff;
		transform: translateY(-2px);
	}
.duru-buy-now-btn:hover svg {
		fill: currentColor;
	}



/* ======= Preloader ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #272727;
    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: 1px solid #444;
    -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 #c5a47e;
    -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);
    }
}

