/* ------------------------------------------
	Style CSS
------------------------------------------ */


/* ======= Google Fonts style ======= */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


/* ======= Custom Font style ======= */
@font-face {
    font-family: 'TuesdayNight';
    src: url('fonts/TuesdayNight-Regular.eot');
    src: url('fonts/TuesdayNight-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/TuesdayNight-Regular.woff') format('woff'), url('fonts/TuesdayNight-Regular.ttf') format('truetype'), url('fonts/TuesdayNight-Regular.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ======= Default style =======  */
body {
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 300;
    color: #1b1b1b;
    height: 100%;
    background: #faf7f7;
}
a {
    color: #101010;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus,
a:hover {
    color: #c07f50;
    text-decoration: none;
}
p {
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 300;
    color: #1b1b1b;
}
b,
strong {
    color: #101010;
}
.content {
    padding: 90px 0 30px 0;
    background: transparent;
}
.js .animate-box {
    opacity: 0;
}
.mb-60 {
    margin-bottom: 60px;
}


/* ======= Header style ======= */
.head {
    padding: 60px 15px;
    background: #fff;
}
.head h1 {
    font-family: TuesdayNight;
    font-weight: normal;
    font-size: 35px;
    line-height: 1.5em;
    color: #c07f50;
    letter-spacing: 1px;
    word-spacing: 10px;
    text-align: center;
    margin: 0 0 15px 0;
}
.head h3 {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 1.5em;
    color: #1b1b1b;
    text-align: center;
    margin: 0 0 15px 0;
    font-weight: 300;
}
.head p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #1b1b1b;
    text-align: center;
    font-weight: 300;
    margin: 5px 0 0 0;
}


/* ======= Bottom style ======= */
.bottom {
    padding: 0 0 90px 0;
    text-align: center;
}
.bottom h1 {
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 3px;
    font-size: 40px;
    line-height: 1.5em;
    color: #1b1b1b;
    text-align: center;
}
.bottom p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #1b1b1b;
    text-align: center;
    font-weight: 300;
    margin: 0;
}


/* ======= New style ======= */
.new-popular {
    background-color: #ff0000;
    border-radius: 80px;
    height: 55px;
    width: 55px;
    display: block;
    position: absolute;
    top: 10px;
    right: 24px;
    text-transform: uppercase;
}
.new-popular p {
    padding-top: 17px;
    color: #fff;
    font-weight: 300;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0px;
}


/* ======= Purchase style ======= */
.purchase-content a {
    text-decoration: none;
}
.purchase-trigger {
    position: fixed !important;
    right: 25px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.02);
    color: #fff !important;
    background: #c07f50;
    z-index: 999;
    bottom: 25px;
    transform: translateY(0);
    transition-delay: 0.4s
}
.purchase-trigger:hover,
.purchase-trigger:focus,
.purchase-trigger:active {
    color: #c07f50 !important
}
.purchase-trigger-img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 18px;
    transition: all .4s
}
.purchase-trigger-img img {
    max-width: 100%;
    height: auto;
}
.purchase-trigger-text {
    padding: 14px 0 14px 0;
    height: 60px;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight: 300;
    transition: all .4s;
    visibility: hidden;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    color: #fff !important
}
.purchase-trigger:hover .purchase-trigger-text {
    width: 165px;
    visibility: visible;
    padding: 14px 14px 14px 0
}


/* ======= Preview style ======= */
img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #000;
}
.preview-holder {
    box-sizing: border-box;
    padding-left: 30px;
    overflow: hidden;
}
.preview-holder,
.preview-holder .preview-image-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 25px;
}
.preview-holder .preview-image-holder .preview-side-info {
    bottom: 0;
    left: -7px;
    position: absolute;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.preview-holder,
.preview-holder .preview-image-holder img:hover,
.preview-holder,
.preview-holder .preview-image-holder img:hover {
    transform: scale(0.95);
}
.preview-holder .preview-image-holder .preview-side-info .preview-name,
.preview-holder .preview-image-holder .preview-side-info .preview-position {
    display: inline-block;
}
.preview-holder .preview-position {
    font-family: 'Josefin Sans', sans-serif;
    color: #1b1b1b;
    margin: 0;
    padding-left: 10px;
    position: relative;
    font-weight: 300;
    font-size: 15px;
}
ul.preview-info-social li {
   display: inline-block;
    margin: 0;
    padding: 0 5px;
}
.preview-holder .preview-info-social {
    text-align: center;
    padding: 0;
    margin: 0;
}
.preview-holder p {
    text-align: center;
    margin-bottom: 0px;
}

/* ======= Cursor Style ======= */
body {
  cursor: none; 
}
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden; }
.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #c07f50;
  -webkit-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  -o-transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out;
  transition: width .3s ease-in-out,
 height .3s ease-in-out,
 margin .3s ease-in-out,
 opacity .3s ease-in-out; }
.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #c07f50;
  opacity: .3; }
.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border: 1px solid #c07f50;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .9;
  -webkit-transition: all .08s ease-out;
  -o-transition: all .08s ease-out;
  transition: all .08s ease-out; }
.cursor-outer.cursor-hover {
    opacity: 0; 
}