/*
    Theme Name: ARTEMAS
    Author:  ARTEMAS
    Author URL: https://artemasdigital.com/
    Description: ---- 2023.
    Document   : Framework
    Created on :  November 10 2023, 12.00 AM
*/
@font-face {
    font-family: 'Krysttal Spears Free';
    src: url('KrysttalSpearsFree-Regular.woff2') format('woff2'),
        url('KrysttalSpearsFree-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
 
}


html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-size: 100%;
  color: var(--textcolor);
  background: var(--maincolor);
  font-family: var(--font-one);
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-text-size-adjust: none;
  font-weight: 300;
    background: #F5F3F0 url(../img/bg.png) repeat center center;
}


.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
}


img {
  border: none;
  max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.2;
  font-family: var(--font-one);
}

p {
  margin: 0;
  line-height: 1.3;
  font-size: 2.2em;
  color: var(--textcolor);
  font-weight: 400;
  font-family: var(--font-one);
}

h1 {
  margin: 0;
  padding: 0;
  color: var(--maincolor);
  line-height: 1;
  font-size: 15em;
  font-weight: normal;
  font-family: var(--font-two);
}

h2 {
  margin: 0;
  padding: 0;
  color: var(--secondmaincolor);
    font-size: 7em;
  line-height: 1.2;
  font-weight: 300;
  font-family: var(--font-two);
}

h3 {
  margin: 0;
  padding: 0;
  color: var(--maincolor);
  font-size: 2.1em;
  line-height: 1.2;
  font-weight: 300;
  font-family: var(--font-one);
}

h4 {
   margin: 0;
  line-height: 0.9;
  font-size: 4.8em;
  color: var(--textcolor);
  font-weight: 400;
  font-family: var(--font-one);
}

.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
  content: " ";
  display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
  clear: both;
}

.outer {
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
}

:root {
  --font-one: "Italiana", serif;
  --font-three: "Manrope", serif;
  --font-two: 'Krysttal Spears Free';
  --btnradius: 8px;
  --maincolor: #ffffff;
  --maintwocolor: #000000;
  --textcolor: #2F2F2F;
  --secondmaincolor: #898B62;
  --secondcolor: #d3a2a2;
  --maintext: #1E1E1E;
  --basecolor: #262626;
  --commoncolor: #343A36;   
}
 .container {
  margin: 0 auto;
  width: 90%;
  max-width: 1500px;
}
.small-container {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
}
.p-both {
    padding: 100px 0;
}
.p-both-small {
    padding: 50px 0;
}
.p-top {
    padding: 50px 0 0 0;
}
.p-bottom {
    padding: 0 0 50px 0;
}
.m-both {
    margin: 100px 0;
}
.m-top {
    margin: 50px 0 0 0;
}
.m-bottom {
    margin: 0 0 50px 0;
}
.flex {
    display: flex;
}
.g-20 {
    gap: 20px;
}
.g-50 {
    gap: 50px;
}
.g-100 {
    gap: 100px;
}
.width-100 {
    width: 100%;
}
.text-align-center {
    text-align: center;
}


.flex {
  display: flex;
}
.align-item-center {
    align-items: center;
}
.justify-content-center {
   justify-content: center;
}
.border-top {
    border-top: 1px solid var(--maincolor);
}
.border-bottom {
    border-bottom: 1px solid var(--secondmaincolor);
}
.border-top-green {
    border-top: 1px solid var(--secondmaincolor);
}
.banner {
    width: 100%;
    position: relative;
    height: 110vh;
    min-height: 900px;
    margin: 0 auto;
    //background: url(../img/banner.jpg) no-repeat top center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.banner-text span {
    display: block;
    text-align: center;
    color: var(--maincolor);
    font-family: var(--font-one);
    font-size: 4.5em;
    padding: 0 0 5px 0;
    text-transform: uppercase;
}
.banner-text h1 {
    line-height: 0;
}
a.btn {
    display: inline-block;
    line-height: 0;
    font-family: var(--font-three);
    color: var(--maincolor);
    text-transform: uppercase;
     font-size: 1.1em;
    font-weight: 500;
    
}
.banner-text a.btn {
    margin: 70px 0 0 0;
    text-align: center;
    display: block;
}
.banner-text {
    margin: 25% 0 0 0;
}
.banner-container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}
.banner-bottom p {
    color: var(--maincolor);
    font-size: 1.7em;
}
.banner-bottom {
    text-align: center;
    padding: 20px 0 0 0;
    margin: 250px 0 0 0;
}

.border-top {
    border-top: 1px solid var(--maincolor);
}
.two-block-sec h2 {
    color: var(--secondmaincolor);
    font-size: 7em;
    
}
.block-img {
    height: 700px;
    width: 50%;
	justify-content:center;
	position:relative;
}

.block-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-img strong {
    font-family: var(--font-one);
    color: var(--maincolor);
    font-size: 3.5em;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 325px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.link {
    max-width: 1600px;
    margin: 0 auto;
    width: 90%;
    padding: 30px 0;
    position: relative;
    z-index: 2;
}
.link ul a {
    font-family: var(--font-one);
    color: var(--maintwocolor);
    font-size: 1.6em;
    text-align: center;
    text-transform: uppercase;
}

.link ul a:hover {
   text-decoration:underline;
}
.text-block-sec p {
    max-width: 900px;
    padding: 10px 0;
}
a.btn.line-btn {
    color: var(--secondcolor);
    border-bottom: 1px solid var(--secondcolor);
    line-height: 1;
}
.left-block {
    width: 50%;
}
.right-block {
    width: 50%;
}
.block-sec img {
    display: block;
    width: 100%;
    height: 900px;
    object-fit: cover;
}
.margin-auto {
    margin: 0 auto;
}
.left-block .block-sec-content {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    
}
.padding-both {
    padding: 4rem 10rem 4rem 3rem;
}
.block-sec-content p {
    padding: 0 0 20px 0;
}
strong {
    margin: 0;
    padding: 0;
    color: var(--secondcolor);
    font-size: 6em;
    line-height: 1.2;
    font-weight: 300;
    font-family: var(--font-two)
}
.text-sp {
    transform: translateY(-50px);
}
img.left-shade {
    position: absolute;
    width: 100%;
    right: 0;
    top: -38%;
    width: 250px;
    object-fit: contain;
}
img.right-shade {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -25%;
    width: 300px;
    object-fit: contain;
}
.inner img.right-shade {
    
    bottom: -7%;
    
}
.relative {
    position: relative;
}
.text-sec-block h4 {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
    text-transform: uppercase;
}
.product-sec .product-block {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.product-sec a {
    width: 33.3%;
}
.flex-wrap {
    flex-wrap: wrap;
}
.product-block strong {
    font-family: var(--font-one);
    color: var(--maincolor);
    font-size: 2.5em;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 325px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.product-sec .text-sp {
    text-align: right;
    width: 100%;
    padding: 0 100px 0 0;
} 
.text-logo {
    width: 5%;
    margin: 0 10px 0 0;
}
.logo-text-block {
    width: 50%;
}
.email-sec input {
    width: 100%;
    background-color: transparent;
    border: 0
}
input.text-email {
   position: relative;
    border-bottom: 1px solid #000;
    padding: 0 0 10px 0;
    font-size: 1.1em;
    font-weight: 600;
    font-family: var(--font-three);
}
.email-sec input.pos-ab {
   position: absolute;
    width: auto;
    right: 0;
    font-weight: 600;
    font-family: var(--font-three);
    background-color: transparent;
    color: #000;
    border-radius: 0;
    bottom: 0;
    font-size: 17px;
    text-transform: uppercase;
    bottom: 50px;
    padding: 0 0 10px 0;
}
.logo-text-block {
    position: relative;
}
.discover {
    background: url(../img/footer-top-banner.jpg) no-repeat center center/cover;
    height: 700px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.discover h4 {
    color: var(--maincolor);
    max-width: 450px;
    margin: 0 auto;
    font-size: 3.5em;
    text-transform: uppercase;
}
.discover strong {
    color: var(--maincolor);
    font-size: 2.5em;
    padding: 10px 0;
}
.discover ul {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.discover ul li a {
    width: 40px;
    height: 40px;
    background-color: var(--maincolor);
    border-radius: 100%;
    display: block;
    padding: 10px;
}
.footer {
    background-color: var(--commoncolor);
}
.footer-logo {
    width: 30%;
}
.footer-nav {
    width: 70%;
    display: flex;
}
.set {
    width: 30%;
}
.footer-nav b {
    font-family: var(--font-three);
    color: var(--maincolor);
    font-size: 1em;
    padding: 0 0 5px 0;
    display: block;
}
.footer-nav li a {
    font-family: var(--font-three);
    color: var(--maincolor);
    font-size: 0.9em;
    padding: 0 0 10px 0;
    display: block;
    font-weight: 400;
}
.bottom-footer {
    padding: 50px 0 0 0;
    border-top: 1px solid #656363;
    margin: 50px 0 0 0;
}
.bottom-footer p {
     font-family: var(--font-three);
    color: var(--maincolor);
    font-size: 1em;
}
.bottom-footer a {
     font-family: var(--font-three);
    color: var(--maincolor);
    font-size: 1em;
}
.banner.half-height {
    height: 40vh;
    min-height: 400px;
}
.inner-text strong {
    font-size: 15em;
}
.story-page .inner-text .text-sp {
    transform: translateY(160px);
}
.story-page .left-block .block-sec-content {
    max-width: 100%;
}
.inner .block-sec-content h3 {
    font-size: 2.6em;
  color: var(--textcolor);
  font-weight: 500;
  font-family: var(--font-one);
    max-width: 500px;
    line-height: 1;
    padding: 0 0 10px 0;
    text-transform: uppercase;
  
} 
.inner .block-sec-content.padding-both {
    padding: 10rem 10rem 10rem 5.5rem ;
    max-width: fit-content;
}
.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.video-container video {
  width: 100%;
  height: 900px;
  display: block;
  border-radius: var(--mixed-radius-two);
  object-fit: cover;
}
.video-wrapper {
  background-color: var(--main-bg-color);
  position: relative;
  width: 100%;
  display: block;
}
.play-button-wrapper {
   width: 7%;
    height: auto;
    pointer-events: none;
    margin: 0 0 0 0;
    text-align: left;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.content-white.inline-block {
   width: 80%;
    text-align: left;
    max-width: 900px;
}
.play-button-wrapper #circle-play-b svg {
  width: 80px;
    height: 80px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: var(--brand-two-color);
    border-radius: 50%;
}

.video-container {
  position: relative;
}
.video-content {
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
}
.content-white p {
    color: var(--maincolor);
    font-size: 1.8em;
}
.text-sec-block.width-none  h4 {
   margin: 0 0;
    width: 100%;
} 
.sustain-page h1 {
    font-size: 3.7em;
    font-family: var(--font-one);
    text-transform: uppercase;
    max-width: 400px;
}
.inner-text {
    text-align: center;
}
.sustain-page .inner-text strong {
    line-height: 0;
}
.environemt-banner {
    height: 750px;
    background: url(../img/environmenrt%20banner.jpg) no-repeat center center/cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-attachment: fixed;
    text-align: center;
}
.environemt-banner strong {
    padding: 0 0 100px 0;
}
.full-width {
    width: 100%;
}
.text-wrap {
    padding: 0 0 0 100px;
}
.sustainability-half .full-width {
    width: 50%;
}
.inner .sustainability-half .block-sec-content.padding-both {
    width: 50%;
}
.sustainability-half .flex {
    flex-direction: row-reverse;
}
.sustainability-half {
    margin: 0 0 200px 0;
}
.sustain-width img {
    width: auto;
    height: auto;
}
.no-reverse {
    flex-direction: inherit!important;
}
.text-logo.sustain-width {
    width: 12%;
}
.header-bg .navbar {
    background-color: var(--commoncolor);
}
.no-bg {
    margin: 200px 0 0 0;
    text-align: center;
}
.no-bg h2 {
    font-size: 10em;
}
.collection-list .flex {
    border-top: 1px solid var(--secondmaincolor);
    padding: 50px 0;
}
.collection-sec-content h3 {
    font-family: var(--font-one);
    color: var(--commoncolor);
    max-width: 300px;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 0 0 20px 0;
}
.collection-sec-content {
    text-align: center;
    padding: 50px 0;
}
.collection-list-block img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.collection-list-block .flex {
    flex-wrap: wrap;
	justify-content:center;
}
.color-list a span {
    border: 1px solid #bababa;
}
.collection-block {
    width: 32.4%;
}
.collection-banner {
    position: relative;
    background: url(../img/detailed-banner.jpg) no-repeat center center/cover;
    height: 90vh;
    min-height: 900px;
}
.detailed-content {
    background-color: var(--maincolor);
    padding: 40px;
}
.detailed-content h3 {
    color: var(--maintext);
    text-transform: uppercase;
    font-size: 2.5em;
}
/* .detailed-content .left-sec b {
    font-family: var(--font-one);
}  */
.deatiled-sec {
   max-width: 1800px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
}
.left-sec {
    width: 29%;
}
.left-sec b {
    font-size: 1.8em;
    font-weight: 400;
	font-family: var(--font-three);
}
.left-sec span {
    font-size: 1.8em;
    color: var(--secondcolor);
    text-decoration: line-through;
	font-family:var(--font-three);
}
.left-sec .flex {
    gap: 20px;
}
.middle-sec {
    width: 50%;
}
.last-sec {
    width: 10%;
    text-align: right;
}
.middle-sec b {
    width: 10%;
}
.color {
    margin: 0 0 20px 0;
}
.color span {
    width: 25px;
    height: 25px;
    background-color: #000;
    display: inline-block;
    border-radius: 100%;
}
.color span:nth-child(1) {
    background-color: #FDDDC3;
}
.color span:nth-child(2) {
    background-color: #507863;
}
.color span:nth-child(3) {
    background-color: #B89A9A;
}
.size-list img {
    max-width: 300px;
}
.size a {
    font-family: var(--font-three);
    color: var(--maintwocolor);
    font-weight: 500;
    margin: 0 0 0 10px;
    text-decoration: underline;
}
button.quantity {
    border: 0;
    border: 1px solid #BFBFBF;
    color: var(--maintwocolor);
    border-radius: 50px;
    background-color: transparent;
    padding: 8px 20px;
    font-family: "Sen", sans-serif;
    font-weight: 400;
    font-size: 1.1em;
}
.size b {
    font-family: "Sen", sans-serif;
}
a.fill-btn {
    background-color: var(--secondcolor);
     padding: 8px 25px;
    border-radius: 50px;
    text-align: center;
    color: var(--maincolor);
    display: inline-block;
     font-family: var(--font-three);
    margin: 20px 0 0 0;
    font-weight: 500;
}
.justify-space-between {
    justify-content: space-between;
}
.sustain-block {
    width: 32.4%;
}
.detailed-content .last-sec form {
    font-size: 1.5em; 
}
.img-sustain {
    background: #fff;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    padding: 20px;
    align-items: center;
	margin:0 auto;
}
.sustain-block {
    text-align: center;
}
.img-sustain img {
    display: block;
    width: 100%;
    height: 100px;
}
.sustain-block b {
    font-family: var(--font-three);
    font-size: 1.1em;
    display: block;
    padding: 20px 0;
    font-weight: 500;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
}
.key-highlights h3 {
    color: var(--maintwocolor);
}
.keys-points ul {
    margin: 30px 0 100px 0;
    
}
.keys-points {
     border-top: 1px solid #DDB3B3;
    padding: 50px 0 0 0;
}
.keys-points ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #A7A7A7;
    padding: 0 0 20px 0;
    margin: 0 0 10px 0;
}
.keys-points ul li b {
    color: var(--maintext);
    font-family: var(--font-three);
    font-size: 1.2em;
    font-weight: 400;
    
}
.keys-points ul li span  {
    color: #BE9999;
    font-family: var(--font-three);
    font-size: 1.2em;
    font-weight: 500;
}
.img-set {
    width: 100%;
}
.img-set img {
    width: 100%;
    height: 850px;
    object-fit: cover;
}
.collection-detailed-page .text-sp {
    transform: translateY(-75px);
}
.detail-amount-sec .left-sec {
    width: 50%;
}
.detail-amount-sec .last-sec {
    width: 50%;
}
.detail-amount-sec .left-sec h3 {
 color: var(--maintext);
}
.detail-amount-sec {
    padding: 50px 0;
}
.detail-amount-sec .last-sec a.fill-btn {
    padding: 15px 30px;
    font-weight: 500;
    font-size: 1.6em;
}
.detail-amount-sec .left-sec span {
    color: var(--secondmaincolor);
}
.detail-image-full img {
    width: 100%;
    height: 120vh;
    object-fit: cover;
    display: block;
}
.similar-products .flex {
    justify-content: space-between;
}
.contact span {
    width: 50px;
    height: 50px;
    background-color: #515151;
    border-radius: 100%;
    display: block;
    padding: 0;
    margin: 0 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact {
  margin: 30px 0 0 0;
}
.contact a {
    color: #515151;
    font-family: var(--font-three);
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 1.5em;
}
.contact {
    padding: 100px 0 0 0;
}
.contact.flex {
    gap: 50px;
}
.contact span svg {
    width: 35px;
    height: 35px;
}
form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.input-group {
    position: relative;
    margin-bottom: 20px;
}

label {
  text-transform: capitalize;
    padding: 0 10% 10px 0;
    font-size: 18px;
    color: #000;
    display: block;
    font-weight: 400;
    transition: all 0.3s ease;
    font-family: var(--font-three);
    position: relative;
}

input, textarea {
    width: 100%;
    padding: 0 0 10px 0;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    outline: none;
    font-size: 22px;
    font-weight: 200;
     font-family: var(--font-three);
    transition: all 0.3s ease-in-out;
    text-transform: lowercase;
}

input::placeholder, textarea::placeholder {
    color: #bbb;
}

input:focus, textarea:focus {
    border-bottom: 1px solid #000;
}

.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--secondcolor);
    transition: width 0.4s ease;
}

input:focus ~ .focus-border, textarea:focus ~ .focus-border {
    width: 100%;
}

input[type="submit"] {
    background-color: var(--secondcolor);
    padding: 10px 25px;
    font-weight: 500;
    font-size: 1em;
    text-align: center;
    color: var(--maincolor);
    display: inline-block;
    font-family: var(--font-three);
    margin: 20px 0 0 0;
    border: 0;
    border-radius: 50px;
    max-width: 200px;
	cursor:pointer;
 
}

button:hover {
    background-color: #0056b3;
}
textarea:focus .focus-border {
    border-bottom: 0;
}
.contact-form-sec {
    padding: 100px 0; 
}
textarea {
    resize: none;
}
.location {
    padding: 50px 0 0 0;
    border-top: 2px solid var(--secondcolor);
    margin: 80px 0 0 0;
}
.location h5 {
    font-family: var(--font-three);
    width: 30%;
    font-size: 1.4em;
}
.location a {
    color: var(--textcolor);
    width: 70%;
    font-size: 1.9em;
     display: block;
}
.text-align-left {
    text-align: left;
}
.deatiled-sec-block b {
    font-family: var(--font-three);
    font-size: 1.3em;
    display: block;
    padding: 0 0 5px 0;
}
.deatiled-sec-block p {
    font-family: var(--font-three);
    font-size: 1.1em;
    padding: 0 0 40px 0;
    line-height: 1.7;
}
.deatiled-sec-block {
    margin: 30px 0 0 0;
}
.detailed-block-head h2 {
    font-size: 3.5em;
}
.second-conent-sec.detailed-block-head {
    padding: 50px 0 100px 0;
}
.second-conent-sec .text-sec{
    border-top: 1px solid #DDB3B3;
    padding: 50px 0 0 0;
}
.insight-list .collection-block img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.insight-list .collection-block p {
    font-family: var(--font-three);
    font-size: 1.1em;
    padding: 0 0 40px 0;
    line-height: 1.7;
}
.insight-list .collection-block h3 {
   max-width: 100%;
    padding: 0 41% 20px 0;
    font-size: 1.7em;
}
.insight-list .collection-sec-content {
    padding: 20px 0 50px 0;
}
.insight-detailed-page .text-block-sec img {
    width: 100%;
    height: 300px;
    object-fit: cover;
        
}
.detailed-block-head {
    margin: 300px 0 0 0;
}
.email-sec span.wpcf7-form-control-wrap {
	font-size: 20px;
    text-transform: capitalize;
} 
.email-sec p {
	position: relative;
}

.link ul a.active {
    color: #000;
    text-decoration: underline;
}
#background {
      transition: background-image 1s ease-in-out, opacity 1s ease-in-out;
      opacity: 1;
    }

/* .home .carousel  {
	width:100%;
    height: 110vh;
    min-height: 900px;
}

.home .carousel-cell  {
	width:100%;
    height: 110vh;
    min-height: 900px;
}

.home .banner-text {
	text-align:center;
}

.home .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -35px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
} */


#buy {
	
	 scroll-margin-top: 100px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 15px;
    font-weight: normal;
    display: block;
    padding: 5px 0 0 0;
}
