@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Marcellus&display=swap");

body {
  font-family: "Manrope", sans-serif;
}
:root {
  --top-header: #27252a;
  --primary-color: #de968d;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
  padding: 0 !important;
}
a {
  display: inline-block !important;
  text-decoration: none !important;
}
.container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.title1-sub {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 3px;
}
.title1 {
  font-family: "Marcellus", serif;
  font-size: 70px;
  color: white;
  max-width: 928px;
  margin: 20px 0;
}
.title2-sub {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 3px;
}
.title2 {
  font-family: "Marcellus", serif;
  font-size: 50px;
}
.title3 {
  font-family: "Marcellus", serif;
  font-size: 24px;
  letter-spacing: 3px;
}
.desc {
  font-size: 18px;
  letter-spacing: 3px;
}
.primary-btn {
  text-transform: uppercase;
  padding: 19px 32px;
  background-color: var(--primary-color);
  color: white;
  font-weight: 500;
}
.section-padding {
  padding: 0;
}
.primary-btn {
  position: relative;
  overflow: hidden;
  z-index: 99;
}
.primary-btn::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 200px;
  height: 30px;
  background: linear-gradient(to bottom, #eac5c5, rgba(222, 150, 141, 0.7));
  left: 100%;
  transform: rotate(45deg);
  transform: 0.5s linear;
  transition: 0.3s linear;
}
.primary-btn::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 200px;
  height: 30px;
  background: linear-gradient(to bottom, #eac5c5, rgba(222, 150, 141, 0.7));
  right: 100%;
  transform: rotate(-135deg);
  transition: 0.3s linear;
}
.primary-btn:hover::after {
  left: -200%;
}
.primary-btn:hover::before {
  right: -200%;
}
.primary-btn svg {
  transition: 0.1s ease-in-out;
}
.primary-btn:hover svg {
  transform: translate(100px, -100px);
}
/* -----------navbar-code----------- */
.nav-logo > a {
  max-width: 162px !important;
}
.nav-container {
  max-width: 1744px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.header-top {
  background-color: var(--top-header);
  padding: 15px 95px;
}
.header-top a {
  color: #dfdfdf;
  font-weight: 500;
  font-size: 14px;
}
.header-top a > span {
  margin-right: 44px;
}
.header-top a svg {
  margin-right: 10px;
}
.header-top a:hover {
  color: var(--primary-color);
}
.header-top a:hover > svg path {
  fill: #fff;
}
.header-top .phone a:hover svg path {
  stroke: #fff;
}
.header-bottom {
  background: linear-gradient(to bottom, #0000, #ffffff15);
  box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.125);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 17px 0;
}
.nav,
.offcanvas,
.offcanvas > ul {
  display: flex;
  align-items: center;
}
.navbar-nav {
  margin-block: 0 !important;
}
.offcanvas {
  flex-direction: row;
}
.offcanvas {
  flex-grow: 1;
}
.offcanvas a {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}
.offcanvas ul {
  margin: auto;
}
.offcanvas ul > .nav-item {
  margin-right: 40.64px;
}
.nav-icons div {
  margin-right: 25.5px;
}
.nav-link {
  padding: 0 !important;
}
.nav-link.active,
.nav-link:hover {
  color: var(--primary-color) !important;
}
.navbar-toggler:focus {
  border: none !important;
  box-shadow: none;
}
.navbar-toggler {
  border: none;
  position: relative;
  z-index: 9999;
  padding: 0;
}
.nav-link.show {
  color: var(--primary-color) !important;
}
.dropdown-menu {
  padding: 30px 20px 50px;
  border-radius: 0;
}
.nav-item .dropdown-item {
  color: black !important;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
}
.dropdown-menu li {
  margin-bottom: 20px;
}
.dropdown-menu li:last-child {
  margin: 0;
}
.nav-item .dropdown-item:hover {
  color: var(--primary-color) !important;
  background: transparent !important;
}
.search-modal {
  padding: 0px 30px 30px;
}
.search-modal .modal-hdr {
  font-family: "Marcellus", serif;
  font-size: 18px;
  color: var(--primary-color);
}
.search-modal input {
  font-size: 14px;
  border: none;
}
.btn-close:focus {
  box-shadow: none !important;
}
.search-box {
  border: 1px solid rgb(0, 0, 0, 0.1);
  padding: 9.5px 10px;
  overflow-x: hidden;
}
.search-modal input::placeholder {
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.2);
}
.search-floating-modal input[type="search"]:focus {
  outline: 0 !important;
}
.search-floating-modal .modal-header {
  border: 0 !important;
}
.search-floating-modal .modal-dialog {
  max-width: 237px;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  left: 50%;
  margin: 0;
  border-radius: 0 !important;
}
.search-btn {
  display: inline-block;
  right: 5%;
}
.search-floating-modal {
  backdrop-filter: blur(20px);
}
/* footer section code */
.footer-sec {
  background-color: #27252a;
  padding: 80px 0 20px;
}
.footer-top {
  margin-bottom: 86.55px;
}
.footer-logo > a {
  max-width: 326.5x;
}
.footer-sec .desc {
  color: #949197;
}
.address li > a {
  font-size: 14px;
  font-weight: 500;
}
.footer-sec .address a:hover {
  color: var(--primary-color) !important;
}
.footer-sec .address a:hover svg path {
  fill: #fff;
}
.footer-sec .phone a:hover svg path {
  stroke: #fff;
}
.footer-sec .phone {
  margin: 20.5px 0;
}
.social-links li {
  margin-right: 19.5px;
}
.footer-sec .social-links a:hover svg path {
  fill: var(--primary-color);
}
.copy,
.copy a,
.tandc > a,
.pp > a {
  color: white;
}
.copy,
.tandc > a,
.pp > a {
  opacity: 50%;
}
.copy a:hover {
  color: #fcbea3 !important;
  opacity: 100% !important;
}
.tandc a:hover {
  opacity: 100%;
}
.pp a:hover {
  opacity: 100%;
}
.pp {
  margin: 0 40px 0 40px;
}
.footer-btm {
  border-top: 1px solid #e8e8e8;
  padding-top: 20px;
}
.footer-hdr {
  font-family: "Marcellus", serif;
  font-size: 24px;
  margin-bottom: 40px;
}
.footer-links > a {
  color: white;
  font-weight: 500;
}
.footer-links {
  margin-bottom: 20px;
}
.footer-links:last-child {
  margin-bottom: 0;
}
.footer-links svg {
  margin-right: 10px;
}
.footer-links a:hover {
  color: var(--primary-color);
}
.footer-links a:hover svg path {
  stroke: #fff;
}
.footer-sec .sub-hdr {
  font-size: 20px;
  margin-bottom: 20px;
}
.last-col .desc {
  max-width: 350px;
  margin-bottom: 40px;
}
.footer-sec input[type="email"] {
  padding: 19px 0 19px 20px;
  color: rgba(0, 0, 0, 0.3);
}
.footer-sec input[type="email"]:focus {
  outline: none !important;
}
.footer-sec input[type="submit"] {
  padding-block: 17.5px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  border: none !important;
  transition: 0.2s linear;
}
.footer-sec input[type="submit"]:hover {
  background: #fff;
  color: var(--primary-color);
  font-weight: 800;
}
/* media query section */
@media screen and (max-width: 1200px) {
  /* navbar code */
  .header-top {
    padding: 15px 50px;
  }
  .nav-container {
    flex-direction: column;
  }
  .phone,
  .email,
  .location {
    margin-right: auto;
  }
  .offcanvas {
    width: 60% !important;
    padding-top: 190px;
    background: rgb(0, 0, 0, 0.5);
    flex-direction: column;
    backdrop-filter: blur(20px);
  }
  .offcanvas ul {
    margin: 0 !important;
    text-align: center;
  }
  .navbar-toggler span {
    height: 2px;
    width: 30px;
    background: rgb(255, 255, 255);
    transition: 0.5s linear;
  }
  .navbar-toggler::after,
  .navbar-toggler::before {
    content: "";
    left: 0;
    height: 2px;
    width: 30px;
    background: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.5s linear;
  }
  .navbar-toggler::after {
    bottom: -2px;
  }
  .navbar-toggler::before {
    top: 2px;
  }
  .navbar-toggler.activeshow .navbar-toggler-icon {
    transform: translateX(-20px);
    opacity: 0;
  }
  .navbar-toggler.activeshow::before {
    transform: rotate(45deg) translateX(13px);
  }
  .navbar-toggler.activeshow::after {
    transform: rotate(-46deg) translateX(13px);
  }
  .nav-item {
    margin: 0 0 20px !important;
  }
  /* footer section code */
  .footer-sec {
    text-align: center;
  }

  .social-links {
    justify-content: center;
    margin-bottom: 40px;
  }
  .footer-sec .desc {
    margin: 0 auto 20px;
  }
  .last-col {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* footer section code */
  .footer-btm-cntn {
    flex-wrap: wrap;
  }
  .copy,
  .terms-pp {
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  /* navbar code */
  .header-top {
    padding: 10px 20px;
  }
  .header-top a {
    font-size: 12px;
  }
  .nav-logo > a {
    width: 100px;
  }
  .offcanvas {
    width: 90% !important;
  }
  .nav-link {
    font-size: 13px;
    letter-spacing: 2px;
  }
  /* footer section code */
  .footer-logo > a {
    width: 150px;
  }
}
