/*=== abstracts css start === */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*===// end of abstracts css === */
/*=== base css start === */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

::after, ::before {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, ol, ul, p, address, strong, i {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul, li {
  list-style: none;
}

a, a:hover {
  text-decoration: none;
}

body {
  font-family: "Work Sans", sans-serif;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1340px;
  margin: auto;
  padding: 0 10px;
}

/*===// end of base css === */
/*=== layouts css start === */
.header,
footer {
  padding: 10px 0;
  font-family: "Cormorant Garamond", serif;
}
.header .header-wrap,
.header .footer-wrap,
footer .header-wrap,
footer .footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .header-wrap .links,
.header .footer-wrap .links,
footer .header-wrap .links,
footer .footer-wrap .links {
  display: flex;
  align-items: center;
}
.header .header-wrap .links .nav-link,
.header .footer-wrap .links .nav-link,
footer .header-wrap .links .nav-link,
footer .footer-wrap .links .nav-link {
  font-size: 22px;
  margin: 0 10px;
  transition: all 0.1s;
  border: 2px solid transparent;
}
.header .header-wrap .links.top .nav-link,
.header .footer-wrap .links.top .nav-link,
footer .header-wrap .links.top .nav-link,
footer .footer-wrap .links.top .nav-link {
  color: #000000;
}
.header .header-wrap .links.top .nav-link.active,
.header .footer-wrap .links.top .nav-link.active,
footer .header-wrap .links.top .nav-link.active,
footer .footer-wrap .links.top .nav-link.active {
  border-bottom: 2px solid #000;
}
.header .header-wrap .links.top .nav-link:hover,
.header .footer-wrap .links.top .nav-link:hover,
footer .header-wrap .links.top .nav-link:hover,
footer .footer-wrap .links.top .nav-link:hover {
  border-bottom: 2px solid #000;
}
.header .header-wrap .links.bottom .nav-link,
.header .footer-wrap .links.bottom .nav-link,
footer .header-wrap .links.bottom .nav-link,
footer .footer-wrap .links.bottom .nav-link {
  color: #ffffff;
}
.header .header-wrap .shop-now-btn,
.header .footer-wrap .shop-now-btn,
footer .header-wrap .shop-now-btn,
footer .footer-wrap .shop-now-btn {
  display: block;
  outline: none;
  font-family: "Above the beyond Shefif";
  font-size: 22px;
  padding: 10px 25px;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
}
.header .header-wrap .shop-now-btn:hover,
.header .footer-wrap .shop-now-btn:hover,
footer .header-wrap .shop-now-btn:hover,
footer .footer-wrap .shop-now-btn:hover {
  background: rgba(129, 93, 91, 0.5568627451);
  color: #fff;
}
.header .header-wrap .social-link,
.header .footer-wrap .social-link,
footer .header-wrap .social-link,
footer .footer-wrap .social-link {
  display: inline-block;
  margin-left: 10px;
}
.header .header-wrap .social-link img,
.header .footer-wrap .social-link img,
footer .header-wrap .social-link img,
footer .footer-wrap .social-link img {
  width: 60px;
}
@media (max-width: 767px) {
  .header .header-wrap,
  .header .footer-wrap,
  footer .header-wrap,
  footer .footer-wrap {
    padding-bottom: 30px;
  }
  .header .header-wrap .links,
  .header .footer-wrap .links,
  footer .header-wrap .links,
  footer .footer-wrap .links {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .header-wrap .links.top,
  .header .footer-wrap .links.top,
  footer .header-wrap .links.top,
  footer .footer-wrap .links.top {
    bottom: 0;
  }
  .header .header-wrap .links.bottom,
  .header .footer-wrap .links.bottom,
  footer .header-wrap .links.bottom,
  footer .footer-wrap .links.bottom {
    bottom: 0;
  }
  .header .header-wrap .links .nav-link,
  .header .footer-wrap .links .nav-link,
  footer .header-wrap .links .nav-link,
  footer .footer-wrap .links .nav-link {
    font-size: 20px !important;
  }
  .header .header-wrap .shop-now-btn,
  .header .footer-wrap .shop-now-btn,
  footer .header-wrap .shop-now-btn,
  footer .footer-wrap .shop-now-btn {
    font-size: 18px;
  }
}

.header {
  border-bottom: 2px solid rgba(129, 93, 91, 0.5568627451);
}

.footer {
  background: #815d5b;
  padding: 20px 0;
}

/*===// end of layouts css === */
/*=== components css start === */
.home {
  background: #815d5b;
}
.home .story {
  padding: 140px 0 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  color: #fff;
}
.home .story .heading {
  font-size: 120px;
  margin-top: -80px;
  margin-left: -80px;
  font-family: "Cormorant Garamond", serif;
}
.home .story .heading.one {
  display: none;
}
.home .story .heading.two {
  display: block;
}
.home .story .para {
  padding-top: 30px;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
  .home .story {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 50px 0;
  }
  .home .story .heading.one {
    display: block;
    margin: 0;
    font-size: 55px;
    text-align: center;
    padding-bottom: 15px;
  }
  .home .story .heading.two {
    display: none;
  }
  .home .story .para {
    font-size: 18px;
  }
}

.about {
  padding: 40px 0 80px;
}
.about .philosophy h2 {
  font-size: 50px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media (max-width: 991px) {
  .about .philosophy h2 {
    font-size: 40px;
  }
}
.about .philosophy .wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 40px;
}
.about .philosophy .wrapper .text {
  padding-top: 50px;
}
.about .philosophy .wrapper .text h4 {
  font-size: 32px;
  font-family: "Cormorant Garamond", serif;
}
.about .philosophy .wrapper .text p {
  padding-top: 10px;
  font-size: 18px;
}
.about .philosophy .wrapper .text.left h4 {
  text-align: right;
}
.about .philosophy .wrapper .text.left p {
  text-align: right;
}
@media (max-width: 991px) {
  .about .philosophy .wrapper {
    grid-template-columns: 1fr;
  }
  .about .philosophy .wrapper h2 {
    font-size: 35px;
  }
  .about .philosophy .wrapper .text {
    padding-top: 20px;
  }
  .about .philosophy .wrapper .text h4 {
    font-size: 26px;
  }
  .about .philosophy .wrapper .text.left h4 {
    text-align: left;
    font-size: 26px;
  }
  .about .philosophy .wrapper .text.left p {
    font-size: 16px;
    text-align: left;
  }
  .about .philosophy .wrapper .image {
    max-width: 450px;
    margin: auto;
  }
}

.contact {
  padding: 50px 0;
}
.contact h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  text-align: center;
  padding-bottom: 20px;
}
.contact .blind-im {
  max-width: 800px;
  margin: auto;
}
.contact .contact-form {
  max-width: 550px;
  margin: auto;
}
.contact .contact-form .user-inputs {
  width: 100%;
  padding: 10px 5px;
  border: 1px solid #a5a5a5;
  border-radius: 5px;
  font-size: 16px;
}
.contact .contact-form label sup {
  color: red;
}
.contact .contact-form .submit-btn {
  background: #999;
  color: #fff;
  padding: 10px 25px;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #a5a5a5;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact h2 {
    font-size: 35px;
  }
  .contact .contact-form .user-inputs {
    padding: 5px;
  }
}

.gallery {
  padding: 50px 0;
  background: #815d5b;
}
.gallery .heading {
  font-size: 30px;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  padding-bottom: 20px;
}
.gallery .show-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.gallery .view-more {
  display: inline-block;
  margin-top: 15px;
  color: #999999;
  font-size: 18px;
  transition: all 0.3s;
}
.gallery .view-more:hover {
  color: #fff;
}
@media (max-width: 1199px) {
  .gallery .show-box {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .gallery .heading {
    font-size: 25px;
  }
  .gallery .show-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .gallery {
    padding: 30px 0;
  }
  .gallery .heading {
    font-size: 22px;
  }
  .gallery .show-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*===// end of components css === *//*# sourceMappingURL=style.css.map */