html {
  font-size: 62.5%; }
  @media only screen and (max-width: 82.82em) {
    html {
      font-size: 50%; } }

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

body {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6; }

::selection {
  background-color: #CBA561;
  color: white; }

.my-btn {
  color: #9f9f9f;
  border: 0.1rem solid #9f9f9f;
  font-size: 2rem;
  transition: all .3s; }
  .my-btn:hover {
    color: white;
    background-color: #CBA561;
    border: none; }

#myBtn {
  display: block;
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 99;
  font-size: 2rem;
  border: none;
  outline: none;
  background-color: #CBA561;
  color: white;
  cursor: pointer;
  padding: .5rem 1.5rem;
  border-radius: .4rem; }

#myBtn:hover {
  background-color: #555; }

.button {
  background-color: #CF2028;
  border-radius: 2rem;
  border: none;
  color: white;
  margin-top: 1rem;
  padding: 1rem 3.2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .2s; }
  .button:hover {
    background-color: white;
    color: #9f9f9f; }

.button1 {
  box-shadow: 0 8px 16px 0 rgba(238, 196, 8, 0.2), 0 6px 20px 0 rgba(241, 200, 15, 0.19); }

.section-footer {
  background: linear-gradient(to bottom, #CBA561, #363131);
  padding: 15rem 0;
  color: white; }
  @media only screen and (max-width: 48em) {
    .section-footer {
      padding: 10rem 0; } }

.footer1 {
  padding: 1rem; }
  .footer1 p {
    font-size: 1.5rem;
    padding-top: 3rem; }

.footer2 {
  text-align: center; }
  @media only screen and (max-width: 48em) {
    .footer2 {
      text-align: start;
      padding-top: 5rem; } }
  .footer2 h2 {
    font-size: 2.5rem; }

.footer2_1 {
  margin-top: 2rem;
  padding-left: 12rem;
  text-align: start; }
  @media only screen and (max-width: 61.9375em) {
    .footer2_1 {
      padding-left: 20rem; } }
  @media only screen and (max-width: 48em) {
    .footer2_1 {
      padding-left: 0; } }
  .footer2_1 li {
    list-style: none;
    margin-top: 1rem; }
  .footer2_1 a {
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
    margin-top: 3rem;
    transition: all .2s; }
    .footer2_1 a:hover {
      color: #CF2028;
      font-size: 1.5rem; }

.footer3 {
  text-align: start; }
  @media only screen and (max-width: 61.9375em) {
    .footer3 {
      padding-top: 10rem; } }
  @media only screen and (max-width: 48em) {
    .footer3 {
      padding-top: 5rem; } }
  .footer3 h2 {
    font-size: 2.3rem;
    padding-bottom: 1rem; }
  .footer3 p {
    font-size: 1.5rem;
    margin-top: 1rem; }
    .footer3 p a {
      text-decoration: none;
      font-size: 1.5rem;
      color: white; }
      .footer3 p a:hover {
        color: #CF2028; }
  .footer3 a {
    text-decoration: none;
    color: white;
    padding: 1rem; }
    .footer3 a i {
      font-size: 1.5rem; }
    .footer3 a:hover {
      color: #CF2028; }

@media only screen and (max-width: 61.9375em) {
  .footer4 {
    padding-top: 10rem; } }

@media only screen and (max-width: 48em) {
  .footer4 {
    padding-top: 5rem; } }

.footer4 h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem; }

.footer4 h4 {
  margin-top: 2rem; }

.footer4 h3 {
  margin-bottom: 1rem; }

input[type=email] {
  width: 100%;
  padding: 1rem 1rem;
  margin: 0.8rem 0;
  box-sizing: border-box;
  border: 0.1rem solid white;
  border-radius: 2rem;
  outline: none;
  color: #9f9f9f;
  font-size: 1.5rem; }

input[type=email]:focus {
  background-color: white;
  color: #9f9f9f;
  outline: none; }

.section-footerend {
  background-color: #363131;
  color: white; }

.myend h4 {
  font-size: 1.7rem;
  padding: 2rem 0; }

.myend2 {
  font-size: 2.5rem; }
  .myend2 a {
    color: white;
    font-size: 1.7rem;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
    padding: 1rem; }
    .myend2 a:hover {
      color: #CBA561; }

.navigation {
  position: absolute;
  top: 12%;
  left: 7%;
  width: 85vw;
  background-color: #CF2028;
  z-index: 99;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 61.9375em) {
    .navigation {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw; } }

.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; }

.navbar {
  padding: 0; }

.navbar-brand {
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 70.31em) {
  .logo-img {
    max-width: 80%; } }

.mylinks {
    margin-left: 2rem;
}
.mylinks li {
  margin-right: 1rem; }
  .mylinks li a {
    color: white;
    font-size: 1.6rem;
    font-weight: 400; }
    .mylinks li a:hover {
      color: #CBA561; }
    @media only screen and (max-width: 93.82em) {
      .mylinks li a {
        font-size: 1.4rem; } }
  @media only screen and (max-width: 70.31em) {
    .mylinks li {
      margin-right: .5rem; } }

@media only screen and (max-width: 70.31em) {
  .mylinks {
    margin-left: -7rem; } }
    
    @media only screen and (max-width: 61.9375em) {
  .mylinks {
       margin-left: 0;
    background-color: #fff;
    }
    .mylinks li a {
        margin-left: 0;
         font-size: 2rem;
      color: #382f2f;
     text-align:center;}}

.mylinks2 a {
  margin-right: 1rem;
  color: white;
  font-size: 1.6rem;
  font-weight: 400; }
  .mylinks2 a i {
    color: #CBA561; }
    .mylinks2 a i:hover {
      color: white; }
  .mylinks2 a:hover {
    color: #CBA561; }
   
  @media only screen and (max-width: 93.82em) {
    .mylinks2 a {
      font-size: 1.4rem; } }
  @media only screen and (max-width: 70.31em) {
    .mylinks2 a {
      margin-right: .5rem; } }
      @media only screen and (max-width: 61.9375em) {
  .mylinks2 {
    background-color: #fff;
    padding-top: 1rem;
    }
    .mylinks2 li a {
      color:#382f2f;
       font-size: 2rem;
      text-align:center;}
        .mylinks2 a i:hover {
      color: #CF2028; }
}
.section-start {
  position: relative; }

.hero-img {
  width: 100%;
  height: 110vh;
  filter: brightness(80%);
  transition: animation .2s ease;
  animation: zoom 12s infinite; }
  @media only screen and (max-width: 61.9375em) {
    .hero-img {
      height: 90vh; } }

.hero-cap {
  text-align: left;
  position: absolute;
  top: 60vh;
  left: 5vw;
  animation: move 2s; }
  .hero-cap h5 {
    font-size: 5vw;
    /* font-family: cursive; */
    position: relative; }
  .hero-cap p {
    font-size: 2rem; }
  .hero-cap hr {
    border: 0.1rem solid white; }
  @media only screen and (max-width: 61.9375em) {
    .hero-cap {
      top: 50vh; } }

.hero-buttons {
  position: absolute;
  bottom: 12vh; }
  @media only screen and (max-width: 61.9375em) {
    .hero-buttons {
      bottom: 2rem; } }

.products-name {
  padding-top: 30vh;
  height: 110vh; }
  @media only screen and (max-width: 61.9375em) {
    .products-name {
      height: auto;
      padding-top: 7rem; } }

.hero-product {
  margin: 3rem 0;
  text-align: center; }
  .hero-product a {
    font-size: 4.5rem;
    /* font-family: cursive; */
    color: #CF2028;
    text-decoration: none;
    margin-bottom: 0.2rem;
    transition: all .2s; }
    .hero-product a:hover {
      color: #CBA561; }
  .hero-product p {
    font-size: 1.5rem;
    color: #9f9f9f; }
  .hero-product hr {
    border: 0.1rem solid #CBA561;
    margin-bottom: 1.5rem; }
  @media only screen and (max-width: 61.9375em) {
    .hero-product {
      margin: 3rem 15rem; } }

.section-archive {
  padding: 15rem 0; }
  @media only screen and (max-width: 61.9375em) {
    .section-archive {
      padding: 10rem 0; } }

.my-archive {
  background-color: white;
  text-align: center; }
  .my-archive h5 {
    color: #CBA561;
    font-size: 3rem;
    margin: 3rem 0 1rem 0; }
  .my-archive hr {
    width: 100%;
    border: 0.1rem solid #CBA561; }
  .my-archive h1 {
    color: #CF2028;
    font-size: 3rem;
    /* font-family: cursive; */
    margin: 3rem 0 5rem 0; }

.archive-2 {
  border: 0;
  padding: 1.5rem; }

.archive-details {
  text-align: center; }
  .archive-details h5 {
    color: #CBA561;
    font-size: 2rem;
    margin: 2rem 0 1rem 0;
    /* font-family: cursive; */
    }
  .archive-details p {
    color: #9f9f9f;
    font-size: 1.5rem;
    padding: 0 1rem; }
  .archive-details hr {
    width: 100%;
    border: 0.1rem solid #CBA561; }
  .archive-details h4 {
    color: #CBA561;
    font-size: 1.5rem;
    margin-bottom: 3rem;
    margin-top: 2rem; }
  .archive-details a {
    background-color: #CBA561;
    border: 0.2rem solid #CBA561;
    width: 20rem;
    line-height: 3rem;
    font-size: 2rem;
    transition: all .2s; }
    .archive-details a:hover {
      background-color: #CF2028;
      border: 0.2rem solid #CF2028; }

.my-card {
  background-color: white;
  text-align: center;
  border: 0; }
  .my-card i {
    color: #CBA561;
    margin-bottom: 2rem;
    margin-top: 4rem; }
  .my-card--2 {
    background-color: #CBA561; }
    .my-card--2 i {
      color: white; }

.my-card-body {
  background-color: white;
  padding: 0; }
  .my-card-body h5 {
    font-size: 3rem;
    /* font-family: cursive; */
    color: #382f2f;
    text-align: center; }
  .my-card-body hr {
    border: 0.1rem solid #CBA561;
    margin-bottom: 1rem; }
  .my-card-body p {
    color: #9f9f9f;
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 4rem; }
  .my-card-body--2 {
    background-color: #CBA561; }
    .my-card-body--2 h5,
    .my-card-body--2 p {
      color: white; }
    .my-card-body--2 hr {
      border: 0.1rem solid white; }

.section-contact {
  padding-bottom: 15rem; }
  @media only screen and (max-width: 61.9375em) {
    .section-contact {
      padding-bottom: 10rem; } }

.contact-details {
  padding-top: 2rem;
  padding-left: 3rem; }
  @media only screen and (max-width: 61.9375em) {
    .contact-details {
      padding-top: 10rem; } }
  .contact-details h3 {
    color: #CBA561;
    margin-bottom: 1.5rem;
    font-size: 3rem; }
  .contact-details hr {
    width: 5%;
    border: 0.2rem solid #CBA561; }
  .contact-details h1 {
    font-size: 3.5rem;
    color: #382f2f;
    /* font-family: cursive; */
    margin: 3rem 0; }
  .contact-details p {
    margin-bottom: 3rem;
    color: #9f9f9f;
    font-size: 2rem; }

.contact-links a {
  text-decoration: none;
  color: #CBA561;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  transition: all .2s; }
  .contact-links a i {
    padding-right: 1rem;
    margin-bottom: 1.5rem;
    transition: all .2s; }
  .contact-links a:hover {
    color: #CF2028; }

.contact-img img {
  transition: all .2s; }
  .contact-img img:hover {
    filter: brightness(90%); }

.section-product {
  padding: 15rem 0; }

.product-text {
  padding: 5rem 3rem 0 0; }
  @media only screen and (max-width: 82.82em) {
    .product-text {
      padding-top: 2rem; } }
  @media only screen and (max-width: 61.9375em) {
    .product-text {
      padding-left: 10rem;
      padding-bottom: 8rem; } }
  .product-text h3 {
    color: #CBA561;
    margin-bottom: 1.5rem;
    font-size: 3rem; }
  .product-text hr {
    width: 5%;
    border: 0.2rem solid #CBA561; }
  .product-text h1 {
    font-size: 3.5rem;
    color: #382f2f;
    /* font-family: cursive; */
    margin: 3rem 0; }
  .product-text p {
    margin-bottom: 3rem;
    color: #9f9f9f;
    font-size: 2rem; }

.product-img {
  overflow: hidden;
  box-sizing: border-box; }
  @media only screen and (max-width: 61.9375em) {
    .product-img {
      padding-left: 10rem; } }
  @media only screen and (max-width: 48em) {
    .product-img {
      padding-left: 5rem; } }

.product-hero-img {
  width: 100%;
  height: auto;
  transition: animation 2s ease;
  animation: zoom 2s forwards; }
  @media only screen and (max-width: 61.9375em) {
    .product-hero-img {
      width: 80%; } }

.prod-img {
  transition: all .2s; }
  .prod-img:hover {
    filter: brightness(60%); }

.section-shop {
  padding-bottom: 15rem; }

.my-shop {
  background-color: white;
  text-align: center; }
  .my-shop h5 {
    color: #CBA561;
    font-size: 3rem;
    margin: 3rem 0 1rem 0; }
  .my-shop hr {
    width: 100%;
    border: 0.1rem solid #CBA561; }
  .my-shop h1 {
    color: #CF2028;
    font-size: 3rem;
    /* font-family: cursive; */
    margin: 3rem 0 5rem 0; }

.shop-card {
  border: 0;
  padding: 1.5rem; }

.shop-details {
  text-align: center; }
  .shop-details h5 {
    color: #CBA561;
    font-size: 2rem;
    margin: 2rem 0 1rem 0;
    /* font-family: cursive; */ 
    }
  .shop-details p {
    color: #9f9f9f;
    font-size: 1.5rem;
    padding: 0 1rem; }
  .shop-details h4 {
    color: #CBA561;
    font-size: 3rem;
    margin-bottom: 2rem;
    letter-spacing: 0.5rem;
    margin-top: 1rem; }
  .shop-details a {
    background-color: #CBA561;
    border: 0.2rem solid #CBA561;
    width: 20rem;
    line-height: 3rem;
    font-size: 2rem;
    transition: all .2s; }
    .shop-details a:hover {
      background-color: #CF2028;
      border: 0.2rem solid #CF2028; }

.section-testinomials {
  background-image: linear-gradient(rgba(56, 47, 47, 0.7), rgba(56, 47, 47, 0.7)), url("../images/product.jpg");
  background-size: cover;
  justify-content: center;
  align-items: center; }

.my-test {
  padding: 15rem 5rem;
  text-align: center;
  margin: 0; }
  .my-test h3 {
    color: white;
    font-size: 4rem;
    padding-bottom: 2rem; }
  .my-test hr {
    border: 0.1rem solid white;
    width: 100%;
    position: center; }

.test-text p {
  color: white;
  font-size: 3rem;
  padding-bottom: 3rem;
  /* font-family: cursive; */
  padding-top: 5rem; }

.test-text h6 {
  color: white;
  font-size: 1.5rem;
  padding-bottom: 5rem;
  /* font-family: cursive; */ 
  }

.testimg {
  border-radius: 50%;
  margin-top: 2rem;
  margin-left: 1rem;
  transition: all .2s; }

.clientcontent a .testimg:hover {
  filter: brightness(40%); }

.welcome-bg {
  padding: 15rem 0; }
  @media only screen and (max-width: 61.9375em) {
    .welcome-bg {
      padding: 8rem 0; } }

.welcome-text {
  padding: 19rem 0 11rem 0; }
  @media only screen and (max-width: 61.9375em) {
    .welcome-text {
      padding: 8rem 0; } }
  .welcome-text h3 {
    color: #CBA561;
    margin-bottom: 1.5rem;
    font-size: 3rem; }
  .welcome-text hr {
    width: 5%;
    border: 0.2rem solid #CBA561; }
  .welcome-text h1 {
    font-size: 3.5rem;
    color: #382f2f;
    /* font-family: cursive; */
    margin: 3rem 0; }
  .welcome-text p {
    margin-bottom: 3rem;
    color: #9f9f9f;
    font-size: 2rem; }

@keyframes move {
  0% {
    left: 20vw; }
  100% {
    left: 5vw; } }

@keyframes zoom {
  from {
    transform: scale(1, 1); }
  to {
    transform: scale(1.5, 1.5); } }

.section-slick {
  padding-bottom: 15rem; }

.myslick {
  display: flex; }

.myslick .slick-item {
  max-width: 90vw;
  height: auto;
  box-sizing: border-box; }

.myslick .slick-item img {
  filter: brightness(80%);
  padding: 1rem; }
