:root {
  --white: #fff;
  --primary:#67642A;
  --secondary:#282600;
  --light-grey: #F6F6F6;
  --black:#000;
}

:root {
  --public-font: "Public Sans", sans-serif;
  --spectral-font: "Spectral", serif;
  --times-new-roman-font:"times_new_roman_cyrbold";
}

.custom-btn {
  min-width: 152px;
  height: 39px;
  padding: 10px 20px;
  border: 1px solid var(--primary);
  background: var(--white);
}
.custom-btn a {
  font-size: var(--font-sm);
  font-weight: var(--font-medium);
  line-height: 18.8px;
  letter-spacing: 0.05em;
  color: var(--primary);
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}

:root {
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;
  --font-3xs: 12px;
  --font-double-xs:13px;
  --font-xs:14px;
  --font-sm: 16px;
  --font-base: 18px;
  --font-small-medium:20px;
  --font-extra-medium: 24px;
  --font-large: 32px;
  --font-xl:40px;
  --font-2xl: 44px;
  --font-3xl: 48px;
  --font-4xl: 64px;
  --font-5xl: 80px;
}

form .row {
  align-items: center;
}
form .contact-main .row {
  margin-bottom: 26px;
}
form .contact-main .row:last-child {
  margin-bottom: 0;
}
form .contact-main .form-label {
  font-size: var(--font-sm);
  font-weight: 200;
  line-height: 20.8px;
  color: var(--white);
  margin-bottom: 10px;
}
form .contact-main .form-control {
  background-color: var(--white);
  font-size: var(--font-sm);
  font-weight: var(--font-normal);
  line-height: 20.8px;
  color: var(--black);
  padding: 9px 10px;
  border-radius: 0;
  border: 0;
  resize: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .contact-main .form-control:focus {
  outline: unset;
  border: unset;
  box-shadow: unset;
}
form .contact-main textarea {
  min-height: 219px;
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .banner-section .banner-content .banner-caption .caption-content {
    left: 11.3rem;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -18.5rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -18.3rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -18.3rem;
  }
}
@media (min-width: 767px) {
  .header-section .container {
    max-width: 100% !important;
    padding: 0;
  }
  .header-section .row {
    margin: 0;
  }
  .header-section .col-lg-12 {
    padding: 0;
  }
  .container {
    max-width: 100%;
    padding: 0px 60px;
  }
  footer .container {
    max-width: 1099px;
    margin: auto;
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .banner-section .banner-content .main-logo h1 {
    font-size: 372.74px;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -20.5rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -20.5rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -20.5rem;
  }
  footer .main-title {
    font-size: 288.33px;
    margin-bottom: -88px;
  }
}
@media (max-width: 1366px) {
  .banner-section .banner-content .main-logo h1 {
    font-size: 353.74px;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -19.5rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -19.5rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -19.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .banner-section .banner-content .main-logo h1 {
    font-size: 263.74px;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -14rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -14rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -13.8rem;
  }
  .collection-section .collection-main .collection-content .collection-image img {
    height: 300px;
  }
  .card-section .card .card-image img {
    height: 550px;
  }
  .about-section .about-insta-banner {
    margin-top: 80px;
  }
  .main-heading .title h2 {
    font-size: 39px;
  }
  footer .main-title {
    font-size: 204.33px;
    margin-bottom: -118px;
  }
  footer .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner-section .banner-content .main-logo h1 {
    font-size: 193px;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -10.5rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -10.5rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -10.1rem;
  }
  .banner-section .banner-content .banner-image img {
    height: 600px;
  }
  .banner-section .banner-content .banner-caption {
    height: 300px;
  }
  .card-section .card .card-content h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .card-section .card .card-image img {
    height: 450px;
  }
  .custom-btn {
    min-width: 130px;
    height: 35px;
    padding: 8px 20px;
  }
  .custom-btn a {
    font-size: 13px;
  }
  .card-section.card-gallery-section .custom-btn {
    font-size: 13px;
  }
  .collection-section {
    padding: 60px 0px;
  }
  .main-heading .description p {
    font-size: 14px;
  }
  .collection-section .collection-main .collection-content .collection-image img {
    height: 250px;
  }
  .collection-section .collection-main .collection-content .collection-details h3 {
    font-size: 18px;
  }
  .main-heading .title h2 {
    font-size: 31px;
    line-height: 39px;
  }
  .testimonial-section .testimonial-slider .testimonial-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .testimonial-section .testimonial-slider .testimonial-content .client-info h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .testimonial-section .testimonial-slider .testimonial-content .client-info h6 {
    font-size: 15px;
  }
  .about-section .about-insta-banner {
    margin-top: 60px;
  }
  .about-section {
    padding: 60px 0px;
  }
  footer .container {
    max-width: 720px;
  }
  footer .main-title {
    font-size: 154.33px;
    line-height: 265.7px;
  }
  footer .footer-section .contact-section .contact-form .location-btn {
    flex-wrap: wrap;
  }
  footer .footer-section .contact-section .contact-location .row .location-col {
    width: 33.33%;
  }
  footer .footer-section .contact-location .row {
    --bs-gutter-y: 30px;
  }
  footer .bottom-footer .footer-links {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .navbar .header-section {
    padding: 13px 0px 21px;
  }
  .header-section .row {
    align-items: center;
  }
  .navbar .header-section .right-side {
    position: absolute;
    top: -15rem;
    left: 0;
    background: var(--white);
    width: 100%;
    flex-direction: column;
    padding: 60px 30px 0px;
    align-items: flex-start;
    z-index: 999;
    gap: 22px;
    height: 0;
    justify-content: flex-start;
    transition: all 0.5s ease;
  }
  .navbar .header-section .right-side.open {
    top: 0;
    height: 450px;
  }
  .navbar .header-section .right-side .menu {
    align-items: flex-start;
    gap: 22px;
    flex-direction: column;
  }
  .navbar .header-section .right-side .trade-btn {
    width: 100%;
    height: auto;
    border-radius: 0;
    background: transparent;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .navbar .header-section .right-side .trade-btn a {
    color: var(--primary);
  }
  .close-menu {
    position: absolute;
    top: 20px;
    right: 26px;
    font-size: 27px;
    color: var(--primary);
  }
  .banner-section {
    padding-top: 45px;
  }
  .banner-section .banner-content .banner-image img {
    height: 440px;
  }
  .banner-section .banner-content .main-logo h1 {
    font-size: 94px;
    line-height: normal;
  }
  .banner-section .banner-content .main-logo {
    top: 25%;
  }
  .banner-section .banner-content .banner-caption {
    bottom: 0;
    height: 370px;
    position: relative;
    margin-top: -14.5rem;
  }
  .banner-section .banner-content .banner-caption .caption-content {
    right: 36px;
    bottom: 50px;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -3.5rem;
    top: 26.5rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -3.5rem;
    top: 14.5rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -3.2rem;
    top: 17rem;
  }
  .card-section .card .card-content h2 {
    font-size: 36px;
  }
  .card-section .card .card-content {
    top: 71%;
    left: 38px;
  }
  .custom-btn {
    min-width: 138px;
    height: 36px;
    padding: 8px 20px;
  }
  .custom-btn a {
    font-size: 14px;
    line-height: 16.45px;
  }
  .card-section .card .card-image img {
    height: 250px;
    object-fit: unset;
  }
  .card-section.card-gallery-section .card .card-image img {
    height: 200px;
  }
  .card-section.card-gallery-section .card .card-content h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .card-section.card-gallery-section .card .card-content {
    left: 13px;
    top: 50%;
  }
  .card-section.card-gallery-section .custom-btn {
    display: none;
  }
  .card-section .card .card-content h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16.8px;
  }
  .card-section .card-middle h6 {
    font-size: 20px;
    line-height: 29px;
  }
  .card-section .card .card-content p {
    font-size: 14px;
    line-height: 18.2px;
  }
  .collection-section {
    padding: 40px 0px;
  }
  .container {
    padding: 0px 30px;
  }
  .main-heading .description p {
    font-size: 14px;
    line-height: 18.2px;
  }
  .collection-section .collection-main .collection-content .collection-image img {
    height: 250px;
  }
  .collection-section .collection-main .collection-content .collection-details h3 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .collection-section .collection-main .collection-content .collection-details h6 {
    font-size: 14px;
    line-height: 18.2px;
  }
  .main-heading .title h2 {
    font-size: 36px;
    line-height: 56px;
  }
  .main-heading {
    margin-bottom: 40px;
  }
  .collection-section .collection-main .collection-content .collection-image {
    width: 265px;
  }
  .testimonial-section {
    padding: 53px 0px 44px;
  }
  .testimonial-section .testimonial-slider .testimonial-content p {
    font-size: 14px;
    line-height: 18.2px;
  }
  .testimonial-section .testimonial-slider .testimonial-content .client-info h5 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .testimonial-section .testimonial-slider .testimonial-content .client-info h6 {
    font-size: 14px;
    line-height: 18.2px;
  }
  .about-section {
    padding: 40px 0px;
  }
  .about-banner {
    margin: 0px -30px;
  }
  .about-section .about-banner img {
    object-fit: unset;
    height: 163px;
  }
  .about-section .about-insta-banner {
    margin-top: 25px;
  }
  footer .footer-section {
    padding: 40px 0px 60px;
  }
  footer .container {
    max-width: 100%;
    padding: 0px 30px;
  }
  footer .main-title {
    font-size: 74.33px;
    line-height: 75px;
    margin-bottom: -9px;
  }
  footer .footer-section .contact-section .contact-title h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  footer .footer-section .contact-section .contact-title p {
    font-size: 14px;
  }
  footer .footer-section .contact-section .contact-form .location-btn {
    flex-wrap: wrap;
    gap: 5px;
  }
  footer .footer-section .contact-section .contact-form .location-btn button {
    font-size: 14px;
    padding: 3px 7px;
  }
  footer .footer-section .contact-section .row .contact-main:first-child {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  footer .footer-section .contact-section .contact-form {
    padding-bottom: 30px;
  }
  footer .footer-section .contact-section .contact-location .row .location-col {
    width: 100%;
  }
  footer .footer-section .contact-location .row {
    --bs-gutter-y: 30px;
  }
  footer .footer-section .contact-section .contact-form .submit-btn {
    margin-top: 44px;
  }
  footer .bottom-footer .footer-links {
    gap: 45px;
  }
  footer .footer-section .contact-section .contact-location .contact-info .title {
    font-size: 18px;
    line-height: 21.6px;
  }
  footer .footer-section .contact-section .contact-location .contact-info address {
    font-size: 14px;
    line-height: 18.2px;
  }
  footer .footer-section .contact-section .contact-location .contact-info a {
    font-size: 14px;
    line-height: 18.2px;
  }
  footer .bottom-footer {
    padding: 45px 0px;
  }
  .bottom-footer .order1 {
    order: 2;
    margin-top: 50px;
  }
  .bottom-logo {
    text-align: center;
  }
  footer .footer-section .contact-section .contact-form .form-confirmation span {
    font-size: 14px;
    line-height: 18.2px;
  }
  footer .footer-section .contact-section .contact-form .form-confirmation {
    gap: 20px;
  }
  footer .footer-section .contact-section .contact-form .submit-btn .custom-btn {
    font-size: 14px;
    line-height: 14.8px;
  }
}
@media (max-width: 320px) {
  .banner-section .banner-content .main-logo h1 {
    font-size: 80px;
  }
  .navbar .header-section .mobile-toggle i {
    font-size: 30px;
  }
  .card-section .card .card-content h2 {
    font-size: 29px;
    line-height: 30px;
  }
  .custom-btn {
    min-width: 125px;
    height: 29px;
    padding: 7px 13px;
  }
  .custom-btn a {
    font-size: 12px;
    line-height: 13.45px;
  }
  .card-section.card-gallery-section .card .card-image img {
    height: 160px;
  }
  .card-section.card-gallery-section .card .card-content h2 {
    font-size: 17px;
    line-height: 21px;
  }
  footer .main-title {
    font-size: 62.33px;
    margin-bottom: -16px;
  }
  form .contact-main .form-label {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.navbar {
  padding: 0;
}
.navbar .header-section {
  width: 100%;
}
.navbar .header-section .right-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
.navbar .header-section .right-side .menu {
  display: flex;
  align-items: center;
  gap: 47px;
}
.navbar .header-section .right-side .menu li a {
  font-size: var(--font-sm);
  font-weight: var(--font-medium);
  line-height: 18.8px;
  letter-spacing: -0.02em;
  color: var(--primary);
  text-decoration: none;
}
.navbar .header-section .right-side .trade-btn {
  width: 164px;
  height: 81px;
  border-radius: 0px 0px 0px 15px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .header-section .right-side .trade-btn a {
  font-size: var(--font-sm);
  font-weight: var(--font-medium);
  line-height: 18.8px;
  letter-spacing: -0.02em;
  color: var(--white);
  text-decoration: none;
}
.navbar .header-section .mobile-toggle {
  text-align: right;
  padding-right: 7px;
}
.navbar .header-section .mobile-toggle i {
  color: var(--primary);
  font-size: var(--font-large);
}

:root {
  --white: #fff;
  --primary:#67642A;
  --secondary:#282600;
  --light-grey: #F6F6F6;
  --black:#000;
}

:root {
  --public-font: "Public Sans", sans-serif;
  --spectral-font: "Spectral", serif;
  --times-new-roman-font:"times_new_roman_cyrbold";
}

.custom-btn {
  min-width: 152px;
  height: 39px;
  padding: 10px 20px;
  border: 1px solid var(--primary);
  background: var(--white);
}
.custom-btn a {
  font-size: var(--font-sm);
  font-weight: var(--font-medium);
  line-height: 18.8px;
  letter-spacing: 0.05em;
  color: var(--primary);
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}

:root {
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;
  --font-3xs: 12px;
  --font-double-xs:13px;
  --font-xs:14px;
  --font-sm: 16px;
  --font-base: 18px;
  --font-small-medium:20px;
  --font-extra-medium: 24px;
  --font-large: 32px;
  --font-xl:40px;
  --font-2xl: 44px;
  --font-3xl: 48px;
  --font-4xl: 64px;
  --font-5xl: 80px;
}

form .row {
  align-items: center;
}
form .contact-main .row {
  margin-bottom: 26px;
}
form .contact-main .row:last-child {
  margin-bottom: 0;
}
form .contact-main .form-label {
  font-size: var(--font-sm);
  font-weight: 200;
  line-height: 20.8px;
  color: var(--white);
  margin-bottom: 10px;
}
form .contact-main .form-control {
  background-color: var(--white);
  font-size: var(--font-sm);
  font-weight: var(--font-normal);
  line-height: 20.8px;
  color: var(--black);
  padding: 9px 10px;
  border-radius: 0;
  border: 0;
  resize: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .contact-main .form-control:focus {
  outline: unset;
  border: unset;
  box-shadow: unset;
}
form .contact-main textarea {
  min-height: 219px;
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .banner-section .banner-content .banner-caption .caption-content {
    left: 11.3rem;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -18.5rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -18.3rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -18.3rem;
  }
}
@media (min-width: 767px) {
  .header-section .container {
    max-width: 100% !important;
    padding: 0;
  }
  .header-section .row {
    margin: 0;
  }
  .header-section .col-lg-12 {
    padding: 0;
  }
  .container {
    max-width: 100%;
    padding: 0px 60px;
  }
  footer .container {
    max-width: 1099px;
    margin: auto;
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .banner-section .banner-content .main-logo h1 {
    font-size: 372.74px;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -20.5rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -20.5rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -20.5rem;
  }
  footer .main-title {
    font-size: 288.33px;
    margin-bottom: -88px;
  }
}
@media (max-width: 1366px) {
  .banner-section .banner-content .main-logo h1 {
    font-size: 353.74px;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -19.5rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -19.5rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -19.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .banner-section .banner-content .main-logo h1 {
    font-size: 263.74px;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -14rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -14rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -13.8rem;
  }
  .collection-section .collection-main .collection-content .collection-image img {
    height: 300px;
  }
  .card-section .card .card-image img {
    height: 550px;
  }
  .about-section .about-insta-banner {
    margin-top: 80px;
  }
  .main-heading .title h2 {
    font-size: 39px;
  }
  footer .main-title {
    font-size: 204.33px;
    margin-bottom: -118px;
  }
  footer .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner-section .banner-content .main-logo h1 {
    font-size: 193px;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -10.5rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -10.5rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -10.1rem;
  }
  .banner-section .banner-content .banner-image img {
    height: 600px;
  }
  .banner-section .banner-content .banner-caption {
    height: 300px;
  }
  .card-section .card .card-content h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .card-section .card .card-image img {
    height: 450px;
  }
  .custom-btn {
    min-width: 130px;
    height: 35px;
    padding: 8px 20px;
  }
  .custom-btn a {
    font-size: 13px;
  }
  .card-section.card-gallery-section .custom-btn {
    font-size: 13px;
  }
  .collection-section {
    padding: 60px 0px;
  }
  .main-heading .description p {
    font-size: 14px;
  }
  .collection-section .collection-main .collection-content .collection-image img {
    height: 250px;
  }
  .collection-section .collection-main .collection-content .collection-details h3 {
    font-size: 18px;
  }
  .main-heading .title h2 {
    font-size: 31px;
    line-height: 39px;
  }
  .testimonial-section .testimonial-slider .testimonial-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .testimonial-section .testimonial-slider .testimonial-content .client-info h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .testimonial-section .testimonial-slider .testimonial-content .client-info h6 {
    font-size: 15px;
  }
  .about-section .about-insta-banner {
    margin-top: 60px;
  }
  .about-section {
    padding: 60px 0px;
  }
  footer .container {
    max-width: 720px;
  }
  footer .main-title {
    font-size: 154.33px;
    line-height: 265.7px;
  }
  footer .footer-section .contact-section .contact-form .location-btn {
    flex-wrap: wrap;
  }
  footer .footer-section .contact-section .contact-location .row .location-col {
    width: 33.33%;
  }
  footer .footer-section .contact-location .row {
    --bs-gutter-y: 30px;
  }
  footer .bottom-footer .footer-links {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .navbar .header-section {
    padding: 13px 0px 21px;
  }
  .header-section .row {
    align-items: center;
  }
  .navbar .header-section .right-side {
    position: absolute;
    top: -15rem;
    left: 0;
    background: var(--white);
    width: 100%;
    flex-direction: column;
    padding: 60px 30px 0px;
    align-items: flex-start;
    z-index: 999;
    gap: 22px;
    height: 0;
    justify-content: flex-start;
    transition: all 0.5s ease;
  }
  .navbar .header-section .right-side.open {
    top: 0;
    height: 450px;
  }
  .navbar .header-section .right-side .menu {
    align-items: flex-start;
    gap: 22px;
    flex-direction: column;
  }
  .navbar .header-section .right-side .trade-btn {
    width: 100%;
    height: auto;
    border-radius: 0;
    background: transparent;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .navbar .header-section .right-side .trade-btn a {
    color: var(--primary);
  }
  .close-menu {
    position: absolute;
    top: 20px;
    right: 26px;
    font-size: 27px;
    color: var(--primary);
  }
  .banner-section {
    padding-top: 45px;
  }
  .banner-section .banner-content .banner-image img {
    height: 440px;
  }
  .banner-section .banner-content .main-logo h1 {
    font-size: 94px;
    line-height: normal;
  }
  .banner-section .banner-content .main-logo {
    top: 25%;
  }
  .banner-section .banner-content .banner-caption {
    bottom: 0;
    height: 370px;
    position: relative;
    margin-top: -14.5rem;
  }
  .banner-section .banner-content .banner-caption .caption-content {
    right: 36px;
    bottom: 50px;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -3.5rem;
    top: 26.5rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -3.5rem;
    top: 14.5rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -3.2rem;
    top: 17rem;
  }
  .card-section .card .card-content h2 {
    font-size: 36px;
  }
  .card-section .card .card-content {
    top: 71%;
    left: 38px;
  }
  .custom-btn {
    min-width: 138px;
    height: 36px;
    padding: 8px 20px;
  }
  .custom-btn a {
    font-size: 14px;
    line-height: 16.45px;
  }
  .card-section .card .card-image img {
    height: 250px;
    object-fit: unset;
  }
  .card-section.card-gallery-section .card .card-image img {
    height: 200px;
  }
  .card-section.card-gallery-section .card .card-content h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .card-section.card-gallery-section .card .card-content {
    left: 13px;
    top: 50%;
  }
  .card-section.card-gallery-section .custom-btn {
    display: none;
  }
  .card-section .card .card-content h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16.8px;
  }
  .card-section .card-middle h6 {
    font-size: 20px;
    line-height: 29px;
  }
  .card-section .card .card-content p {
    font-size: 14px;
    line-height: 18.2px;
  }
  .collection-section {
    padding: 40px 0px;
  }
  .container {
    padding: 0px 30px;
  }
  .main-heading .description p {
    font-size: 14px;
    line-height: 18.2px;
  }
  .collection-section .collection-main .collection-content .collection-image img {
    height: 250px;
  }
  .collection-section .collection-main .collection-content .collection-details h3 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .collection-section .collection-main .collection-content .collection-details h6 {
    font-size: 14px;
    line-height: 18.2px;
  }
  .main-heading .title h2 {
    font-size: 36px;
    line-height: 56px;
  }
  .main-heading {
    margin-bottom: 40px;
  }
  .collection-section .collection-main .collection-content .collection-image {
    width: 265px;
  }
  .testimonial-section {
    padding: 53px 0px 44px;
  }
  .testimonial-section .testimonial-slider .testimonial-content p {
    font-size: 14px;
    line-height: 18.2px;
  }
  .testimonial-section .testimonial-slider .testimonial-content .client-info h5 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .testimonial-section .testimonial-slider .testimonial-content .client-info h6 {
    font-size: 14px;
    line-height: 18.2px;
  }
  .about-section {
    padding: 40px 0px;
  }
  .about-banner {
    margin: 0px -30px;
  }
  .about-section .about-banner img {
    object-fit: unset;
    height: 163px;
  }
  .about-section .about-insta-banner {
    margin-top: 25px;
  }
  footer .footer-section {
    padding: 40px 0px 60px;
  }
  footer .container {
    max-width: 100%;
    padding: 0px 30px;
  }
  footer .main-title {
    font-size: 74.33px;
    line-height: 75px;
    margin-bottom: -9px;
  }
  footer .footer-section .contact-section .contact-title h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  footer .footer-section .contact-section .contact-title p {
    font-size: 14px;
  }
  footer .footer-section .contact-section .contact-form .location-btn {
    flex-wrap: wrap;
    gap: 5px;
  }
  footer .footer-section .contact-section .contact-form .location-btn button {
    font-size: 14px;
    padding: 3px 7px;
  }
  footer .footer-section .contact-section .row .contact-main:first-child {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  footer .footer-section .contact-section .contact-form {
    padding-bottom: 30px;
  }
  footer .footer-section .contact-section .contact-location .row .location-col {
    width: 100%;
  }
  footer .footer-section .contact-location .row {
    --bs-gutter-y: 30px;
  }
  footer .footer-section .contact-section .contact-form .submit-btn {
    margin-top: 44px;
  }
  footer .bottom-footer .footer-links {
    gap: 45px;
  }
  footer .footer-section .contact-section .contact-location .contact-info .title {
    font-size: 18px;
    line-height: 21.6px;
  }
  footer .footer-section .contact-section .contact-location .contact-info address {
    font-size: 14px;
    line-height: 18.2px;
  }
  footer .footer-section .contact-section .contact-location .contact-info a {
    font-size: 14px;
    line-height: 18.2px;
  }
  footer .bottom-footer {
    padding: 45px 0px;
  }
  .bottom-footer .order1 {
    order: 2;
    margin-top: 50px;
  }
  .bottom-logo {
    text-align: center;
  }
  footer .footer-section .contact-section .contact-form .form-confirmation span {
    font-size: 14px;
    line-height: 18.2px;
  }
  footer .footer-section .contact-section .contact-form .form-confirmation {
    gap: 20px;
  }
  footer .footer-section .contact-section .contact-form .submit-btn .custom-btn {
    font-size: 14px;
    line-height: 14.8px;
  }
}
@media (max-width: 320px) {
  .banner-section .banner-content .main-logo h1 {
    font-size: 80px;
  }
  .navbar .header-section .mobile-toggle i {
    font-size: 30px;
  }
  .card-section .card .card-content h2 {
    font-size: 29px;
    line-height: 30px;
  }
  .custom-btn {
    min-width: 125px;
    height: 29px;
    padding: 7px 13px;
  }
  .custom-btn a {
    font-size: 12px;
    line-height: 13.45px;
  }
  .card-section.card-gallery-section .card .card-image img {
    height: 160px;
  }
  .card-section.card-gallery-section .card .card-content h2 {
    font-size: 17px;
    line-height: 21px;
  }
  footer .main-title {
    font-size: 62.33px;
    margin-bottom: -16px;
  }
  form .contact-main .form-label {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
footer .main-title {
  font-family: var(--times-new-roman-font);
  font-size: 309.33px;
  font-weight: var(--font-bold);
  line-height: 355.7px;
  letter-spacing: -0.02em;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: -81px;
  text-align: center;
}
footer .footer-section {
  background-color: var(--primary);
  padding: 62px 0px 90px;
}
footer .footer-section .contact-section .row {
  align-items: flex-start;
}
footer .footer-section .contact-section .row .contact-main:first-child {
  padding-top: 33px;
}
footer .footer-section .contact-section .contact-title h3 {
  font-family: var(--spectral-font);
  font-size: var(--font-3xl);
  font-weight: var(--font-medium);
  line-height: 56px;
  letter-spacing: 0.01em;
  color: var(--white);
  margin-bottom: 10px;
}
footer .footer-section .contact-section .contact-title p {
  font-size: var(--font-sm);
  font-weight: 200;
  line-height: 20.8px;
  color: var(--white);
}
footer .footer-section .contact-section .contact-form {
  padding-bottom: 55px;
}
footer .footer-section .contact-section .contact-form hr {
  margin: 25px 0px;
  border-color: var(--white);
}
footer .footer-section .contact-section .contact-form .location-btn {
  display: flex;
  gap: 10px;
}
footer .footer-section .contact-section .contact-form .location-btn button {
  font-size: var(--font-sm);
  font-weight: 200;
  line-height: 20.8px;
  color: var(--white);
  border: 1px solid var(--white);
  background-color: transparent;
  padding: 5px 10px;
}
footer .footer-section .contact-section .contact-form .form-confirmation {
  display: flex;
  align-items: center;
  gap: 11px;
}
footer .footer-section .contact-section .contact-form .form-confirmation .form-control {
  width: 28.5px;
  height: 28.5px;
  border: 2px solid var(--white);
  background-color: transparent;
}
footer .footer-section .contact-section .contact-form .form-confirmation span {
  font-size: var(--font-sm);
  font-weight: 200;
  line-height: 20.8px;
  color: var(--white);
  display: block;
}
footer .footer-section .contact-section .contact-form .submit-btn {
  display: flex;
  justify-content: flex-end;
}
footer .footer-section .contact-section .contact-form .submit-btn .custom-btn {
  min-width: auto;
  font-size: var(--font-sm);
  font-weight: var(--font-medium);
  line-height: 18.8px;
  letter-spacing: 0.05em;
  color: var(--primary);
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
footer .footer-section .contact-section .contact-location {
  padding-top: 60px;
}
footer .footer-section .contact-section .contact-location .row .location-col {
  width: 20%;
}
footer .footer-section .contact-section .contact-location .contact-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer-section .contact-section .contact-location .contact-info .title {
  font-family: var(--spectral-font);
  font-size: var(--font-small-medium);
  font-weight: var(--font-normal);
  line-height: 24px;
  letter-spacing: 0.01em;
  color: var(--white);
}
footer .footer-section .contact-section .contact-location .contact-info address {
  font-size: var(--font-sm);
  font-weight: 200;
  line-height: 21.8px;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 0;
}
footer .footer-section .contact-section .contact-location .contact-info a {
  font-size: var(--font-sm);
  font-weight: 200;
  line-height: 20.8px;
  color: var(--white);
  display: block;
}
footer .bottom-footer {
  background-color: var(--secondary);
  padding: 40px 0px;
}
footer .bottom-footer .bottom-logo img {
  width: auto;
}
footer .bottom-footer .footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 150px;
}
footer .bottom-footer .footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .bottom-footer .footer-links ul li a {
  font-size: var(--font-sm);
  font-weight: 200;
  line-height: 20.8px;
  color: var(--white);
  display: block;
}

.banner-section .banner-content {
  position: relative;
}
.banner-section .banner-content .row {
  justify-content: flex-end;
}
.banner-section .banner-content .banner-image img {
  height: 737px;
  object-fit: cover;
}
.banner-section .banner-content .owl-dots {
  position: absolute;
  top: -1rem;
  left: -22rem;
  z-index: 9;
}
.banner-section .banner-content .owl-nav button.owl-prev {
  position: absolute;
  top: 8.5rem;
  left: -22.3rem;
}
.banner-section .banner-content .owl-nav button.owl-next {
  position: absolute;
  top: -3.3rem;
  left: -22.3rem;
}
.banner-section .banner-content .main-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.banner-section .banner-content .main-logo h1 {
  font-family: var(--times-new-roman-font);
  font-size: 401.74px;
  font-weight: var(--font-bold);
  line-height: 461.96px;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  color: var(--primary);
}
.banner-section .banner-content .main-logo h1 span {
  text-fill-color: transparent;
  text-stroke: 2px var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--white);
  -moz-text-fill-color: transparent;
}
.banner-section .banner-content .banner-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 380px;
  padding: 0px 30px;
}
.banner-section .banner-content .banner-caption::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  opacity: 0.05;
}
.banner-section .banner-content .banner-caption .caption-content {
  position: absolute;
  bottom: 84px;
}
.banner-section .banner-content .banner-caption .caption-content h6 {
  font-family: var(--spectral-font);
  font-size: var(--font-small-medium);
  font-weight: var(--font-normal);
  line-height: 24px;
  letter-spacing: 0.01em;
  color: var(--primary);
  margin: 0;
}
.banner-section .banner-content .banner-caption .caption-content span {
  font-size: var(--font-sm);
  font-weight: 200;
  line-height: 20.8px;
  color: var(--black);
}

section .owl-theme .owl-dots {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}
section .owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: var(--primary) !important;
  opacity: 0.25;
  margin: 0;
}
section .owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
}
section .owl-theme .owl-nav {
  margin: 0;
}
section .owl-theme .owl-nav button {
  margin: 0 !important;
}
section .owl-theme .owl-nav button i {
  font-size: var(--font-small-medium);
}
section .owl-theme .owl-nav button:hover {
  background-color: transparent !important;
  color: var(--primary) !important;
}
section .owl-theme .owl-nav button:focus-visible {
  outline: unset;
}

.card-section .card {
  position: relative;
  border: unset;
}
.card-section .card .card-image {
  position: relative;
}
.card-section .card .card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0.49) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(247, 247, 247, 0.49) 100%);
}
.card-section .card .card-image img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.card-section .card .card-content {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
}
.card-section .card .card-content h2 {
  font-family: var(--spectral-font);
  font-size: var(--font-3xl);
  font-weight: var(--font-medium);
  line-height: 56px;
  letter-spacing: 0.01em;
  color: var(--white);
}
.card-section .card .card-content h3 {
  font-family: var(--spectral-font);
  font-size: var(--font-small-medium);
  font-weight: var(--font-normal);
  line-height: 24px;
  letter-spacing: 0.01em;
  color: var(--white);
}
.card-section .card .card-content p {
  font-size: var(--font-sm);
  font-weight: 200;
  line-height: 20.8px;
  color: var(--white);
}
.card-section .card-middle {
  padding: 20px 60px;
  background-color: var(--primary);
  text-align: center;
}
.card-section .card-middle h6 {
  font-family: var(--spectral-font);
  font-size: 36px;
  font-weight: var(--font-medium);
  line-height: 64px;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--white);
  margin: 0;
}
.card-section.card-gallery-section .card a {
  display: block;
}
.card-section.card-gallery-section .custom-btn {
  margin-top: 20px;
  font-size: var(--font-sm);
  font-weight: var(--font-medium);
  line-height: 18.8px;
  letter-spacing: 0.05em;
  color: var(--primary);
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.card-section .card-main:nth-child(even) .card .card-image::after {
  background: linear-gradient(180deg, rgba(247, 247, 247, 0.3) 0%, rgba(0, 0, 0, 0.5) 38%, rgba(0, 0, 0, 0.5) 63%, rgba(247, 247, 247, 0.3) 100%);
}

.main-heading {
  margin-bottom: 46px;
}
.main-heading .title h2 {
  font-family: var(--spectral-font);
  font-size: var(--font-3xl);
  font-weight: var(--font-medium);
  line-height: 56px;
  letter-spacing: 0.01em;
  color: var(--primary);
  margin: 0;
}
.main-heading .title .custom-btn {
  margin-top: 27px;
}
.main-heading .description p {
  font-size: var(--font-sm);
  font-weight: 200;
  line-height: 20.8px;
  color: var(--black);
}

.collection-section {
  padding: 120px 0px;
}
.collection-section .collection-main .collection-content .collection-image {
  margin-bottom: 12px;
}
.collection-section .collection-main .collection-content .collection-image img {
  width: 100%;
  height: 426px;
  object-fit: cover;
}
.collection-section .collection-main .collection-content .collection-details h3 {
  font-family: var(--spectral-font);
  font-size: var(--font-small-medium);
  font-weight: var(--font-normal);
  line-height: 24px;
  letter-spacing: 0.01em;
  color: var(--primary);
}
.collection-section .collection-main .collection-content .collection-details h6 {
  font-size: var(--font-sm);
  font-weight: 200;
  line-height: 20.8px;
  color: var(--black);
  margin: 0;
}
.collection-section .collection-main .owl-dots {
  position: absolute;
  bottom: 6.1rem;
  right: 10px;
}
.collection-section .collection-main button.owl-prev {
  position: absolute;
  bottom: 3.6rem;
  right: 5px;
}
.collection-section .collection-main button.owl-next {
  position: absolute;
  bottom: 9.6rem;
  right: 5px;
}

.testimonial-section {
  background: var(--light-grey);
  padding: 69px 0px 48px;
}
.testimonial-section .row {
  justify-content: center;
}
.testimonial-section .testimonial-slider {
  text-align: center;
}
.testimonial-section .testimonial-slider .testimonial-content p {
  font-family: var(--spectral-font);
  font-size: var(--font-small-medium);
  font-weight: var(--font-normal);
  line-height: 24px;
  letter-spacing: 0.01em;
  color: var(--primary);
  margin-bottom: 14px;
}
.testimonial-section .testimonial-slider .testimonial-content .client-info h5 {
  font-family: var(--spectral-font);
  font-size: var(--font-small-medium);
  font-weight: var(--font-normal);
  line-height: 24px;
  letter-spacing: 0.01em;
  margin: 0;
}
.testimonial-section .testimonial-slider .testimonial-content .client-info h6 {
  font-size: var(--font-sm);
  font-weight: 200;
  line-height: 20.8px;
  color: var(--black);
  margin: 0;
}
.testimonial-section .testimonial-slider.owl-theme .owl-dots {
  flex-direction: row;
  justify-content: center;
  margin-top: 19px;
}

.about-section {
  padding: 120px 0px;
}
.about-section .about-banner img {
  object-fit: cover;
}
.about-section .about-insta-banner {
  text-align: center;
  margin-top: 105px;
}
.about-section .about-insta-banner img {
  width: auto;
}

:root {
  --white: #fff;
  --primary:#67642A;
  --secondary:#282600;
  --light-grey: #F6F6F6;
  --black:#000;
}

:root {
  --public-font: "Public Sans", sans-serif;
  --spectral-font: "Spectral", serif;
  --times-new-roman-font:"times_new_roman_cyrbold";
}

.custom-btn {
  min-width: 152px;
  height: 39px;
  padding: 10px 20px;
  border: 1px solid var(--primary);
  background: var(--white);
}
.custom-btn a {
  font-size: var(--font-sm);
  font-weight: var(--font-medium);
  line-height: 18.8px;
  letter-spacing: 0.05em;
  color: var(--primary);
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}

:root {
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;
  --font-3xs: 12px;
  --font-double-xs:13px;
  --font-xs:14px;
  --font-sm: 16px;
  --font-base: 18px;
  --font-small-medium:20px;
  --font-extra-medium: 24px;
  --font-large: 32px;
  --font-xl:40px;
  --font-2xl: 44px;
  --font-3xl: 48px;
  --font-4xl: 64px;
  --font-5xl: 80px;
}

form .row {
  align-items: center;
}
form .contact-main .row {
  margin-bottom: 26px;
}
form .contact-main .row:last-child {
  margin-bottom: 0;
}
form .contact-main .form-label {
  font-size: var(--font-sm);
  font-weight: 200;
  line-height: 20.8px;
  color: var(--white);
  margin-bottom: 10px;
}
form .contact-main .form-control {
  background-color: var(--white);
  font-size: var(--font-sm);
  font-weight: var(--font-normal);
  line-height: 20.8px;
  color: var(--black);
  padding: 9px 10px;
  border-radius: 0;
  border: 0;
  resize: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .contact-main .form-control:focus {
  outline: unset;
  border: unset;
  box-shadow: unset;
}
form .contact-main textarea {
  min-height: 219px;
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .banner-section .banner-content .banner-caption .caption-content {
    left: 11.3rem;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -18.5rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -18.3rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -18.3rem;
  }
}
@media (min-width: 767px) {
  .header-section .container {
    max-width: 100% !important;
    padding: 0;
  }
  .header-section .row {
    margin: 0;
  }
  .header-section .col-lg-12 {
    padding: 0;
  }
  .container {
    max-width: 100%;
    padding: 0px 60px;
  }
  footer .container {
    max-width: 1099px;
    margin: auto;
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .banner-section .banner-content .main-logo h1 {
    font-size: 372.74px;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -20.5rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -20.5rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -20.5rem;
  }
  footer .main-title {
    font-size: 288.33px;
    margin-bottom: -88px;
  }
}
@media (max-width: 1366px) {
  .banner-section .banner-content .main-logo h1 {
    font-size: 353.74px;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -19.5rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -19.5rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -19.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .banner-section .banner-content .main-logo h1 {
    font-size: 263.74px;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -14rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -14rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -13.8rem;
  }
  .collection-section .collection-main .collection-content .collection-image img {
    height: 300px;
  }
  .card-section .card .card-image img {
    height: 550px;
  }
  .about-section .about-insta-banner {
    margin-top: 80px;
  }
  .main-heading .title h2 {
    font-size: 39px;
  }
  footer .main-title {
    font-size: 204.33px;
    margin-bottom: -118px;
  }
  footer .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner-section .banner-content .main-logo h1 {
    font-size: 193px;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -10.5rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -10.5rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -10.1rem;
  }
  .banner-section .banner-content .banner-image img {
    height: 600px;
  }
  .banner-section .banner-content .banner-caption {
    height: 300px;
  }
  .card-section .card .card-content h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .card-section .card .card-image img {
    height: 450px;
  }
  .custom-btn {
    min-width: 130px;
    height: 35px;
    padding: 8px 20px;
  }
  .custom-btn a {
    font-size: 13px;
  }
  .card-section.card-gallery-section .custom-btn {
    font-size: 13px;
  }
  .collection-section {
    padding: 60px 0px;
  }
  .main-heading .description p {
    font-size: 14px;
  }
  .collection-section .collection-main .collection-content .collection-image img {
    height: 250px;
  }
  .collection-section .collection-main .collection-content .collection-details h3 {
    font-size: 18px;
  }
  .main-heading .title h2 {
    font-size: 31px;
    line-height: 39px;
  }
  .testimonial-section .testimonial-slider .testimonial-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .testimonial-section .testimonial-slider .testimonial-content .client-info h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .testimonial-section .testimonial-slider .testimonial-content .client-info h6 {
    font-size: 15px;
  }
  .about-section .about-insta-banner {
    margin-top: 60px;
  }
  .about-section {
    padding: 60px 0px;
  }
  footer .container {
    max-width: 720px;
  }
  footer .main-title {
    font-size: 154.33px;
    line-height: 265.7px;
  }
  footer .footer-section .contact-section .contact-form .location-btn {
    flex-wrap: wrap;
  }
  footer .footer-section .contact-section .contact-location .row .location-col {
    width: 33.33%;
  }
  footer .footer-section .contact-location .row {
    --bs-gutter-y: 30px;
  }
  footer .bottom-footer .footer-links {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .navbar .header-section {
    padding: 13px 0px 21px;
  }
  .header-section .row {
    align-items: center;
  }
  .navbar .header-section .right-side {
    position: absolute;
    top: -15rem;
    left: 0;
    background: var(--white);
    width: 100%;
    flex-direction: column;
    padding: 60px 30px 0px;
    align-items: flex-start;
    z-index: 999;
    gap: 22px;
    height: 0;
    justify-content: flex-start;
    transition: all 0.5s ease;
  }
  .navbar .header-section .right-side.open {
    top: 0;
    height: 450px;
  }
  .navbar .header-section .right-side .menu {
    align-items: flex-start;
    gap: 22px;
    flex-direction: column;
  }
  .navbar .header-section .right-side .trade-btn {
    width: 100%;
    height: auto;
    border-radius: 0;
    background: transparent;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .navbar .header-section .right-side .trade-btn a {
    color: var(--primary);
  }
  .close-menu {
    position: absolute;
    top: 20px;
    right: 26px;
    font-size: 27px;
    color: var(--primary);
  }
  .banner-section {
    padding-top: 45px;
  }
  .banner-section .banner-content .banner-image img {
    height: 440px;
  }
  .banner-section .banner-content .main-logo h1 {
    font-size: 94px;
    line-height: normal;
  }
  .banner-section .banner-content .main-logo {
    top: 25%;
  }
  .banner-section .banner-content .banner-caption {
    bottom: 0;
    height: 370px;
    position: relative;
    margin-top: -14.5rem;
  }
  .banner-section .banner-content .banner-caption .caption-content {
    right: 36px;
    bottom: 50px;
  }
  .banner-section .banner-content .owl-nav button.owl-prev {
    left: -3.5rem;
    top: 26.5rem;
  }
  .banner-section .banner-content .owl-nav button.owl-next {
    left: -3.5rem;
    top: 14.5rem;
  }
  .banner-section .banner-content .owl-dots {
    left: -3.2rem;
    top: 17rem;
  }
  .card-section .card .card-content h2 {
    font-size: 36px;
  }
  .card-section .card .card-content {
    top: 71%;
    left: 38px;
  }
  .custom-btn {
    min-width: 138px;
    height: 36px;
    padding: 8px 20px;
  }
  .custom-btn a {
    font-size: 14px;
    line-height: 16.45px;
  }
  .card-section .card .card-image img {
    height: 250px;
    object-fit: unset;
  }
  .card-section.card-gallery-section .card .card-image img {
    height: 200px;
  }
  .card-section.card-gallery-section .card .card-content h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .card-section.card-gallery-section .card .card-content {
    left: 13px;
    top: 50%;
  }
  .card-section.card-gallery-section .custom-btn {
    display: none;
  }
  .card-section .card .card-content h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16.8px;
  }
  .card-section .card-middle h6 {
    font-size: 20px;
    line-height: 29px;
  }
  .card-section .card .card-content p {
    font-size: 14px;
    line-height: 18.2px;
  }
  .collection-section {
    padding: 40px 0px;
  }
  .container {
    padding: 0px 30px;
  }
  .main-heading .description p {
    font-size: 14px;
    line-height: 18.2px;
  }
  .collection-section .collection-main .collection-content .collection-image img {
    height: 250px;
  }
  .collection-section .collection-main .collection-content .collection-details h3 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .collection-section .collection-main .collection-content .collection-details h6 {
    font-size: 14px;
    line-height: 18.2px;
  }
  .main-heading .title h2 {
    font-size: 36px;
    line-height: 56px;
  }
  .main-heading {
    margin-bottom: 40px;
  }
  .collection-section .collection-main .collection-content .collection-image {
    width: 265px;
  }
  .testimonial-section {
    padding: 53px 0px 44px;
  }
  .testimonial-section .testimonial-slider .testimonial-content p {
    font-size: 14px;
    line-height: 18.2px;
  }
  .testimonial-section .testimonial-slider .testimonial-content .client-info h5 {
    font-size: 18px;
    line-height: 21.6px;
  }
  .testimonial-section .testimonial-slider .testimonial-content .client-info h6 {
    font-size: 14px;
    line-height: 18.2px;
  }
  .about-section {
    padding: 40px 0px;
  }
  .about-banner {
    margin: 0px -30px;
  }
  .about-section .about-banner img {
    object-fit: unset;
    height: 163px;
  }
  .about-section .about-insta-banner {
    margin-top: 25px;
  }
  footer .footer-section {
    padding: 40px 0px 60px;
  }
  footer .container {
    max-width: 100%;
    padding: 0px 30px;
  }
  footer .main-title {
    font-size: 74.33px;
    line-height: 75px;
    margin-bottom: -9px;
  }
  footer .footer-section .contact-section .contact-title h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  footer .footer-section .contact-section .contact-title p {
    font-size: 14px;
  }
  footer .footer-section .contact-section .contact-form .location-btn {
    flex-wrap: wrap;
    gap: 5px;
  }
  footer .footer-section .contact-section .contact-form .location-btn button {
    font-size: 14px;
    padding: 3px 7px;
  }
  footer .footer-section .contact-section .row .contact-main:first-child {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  footer .footer-section .contact-section .contact-form {
    padding-bottom: 30px;
  }
  footer .footer-section .contact-section .contact-location .row .location-col {
    width: 100%;
  }
  footer .footer-section .contact-location .row {
    --bs-gutter-y: 30px;
  }
  footer .footer-section .contact-section .contact-form .submit-btn {
    margin-top: 44px;
  }
  footer .bottom-footer .footer-links {
    gap: 45px;
  }
  footer .footer-section .contact-section .contact-location .contact-info .title {
    font-size: 18px;
    line-height: 21.6px;
  }
  footer .footer-section .contact-section .contact-location .contact-info address {
    font-size: 14px;
    line-height: 18.2px;
  }
  footer .footer-section .contact-section .contact-location .contact-info a {
    font-size: 14px;
    line-height: 18.2px;
  }
  footer .bottom-footer {
    padding: 45px 0px;
  }
  .bottom-footer .order1 {
    order: 2;
    margin-top: 50px;
  }
  .bottom-logo {
    text-align: center;
  }
  footer .footer-section .contact-section .contact-form .form-confirmation span {
    font-size: 14px;
    line-height: 18.2px;
  }
  footer .footer-section .contact-section .contact-form .form-confirmation {
    gap: 20px;
  }
  footer .footer-section .contact-section .contact-form .submit-btn .custom-btn {
    font-size: 14px;
    line-height: 14.8px;
  }
}
@media (max-width: 320px) {
  .banner-section .banner-content .main-logo h1 {
    font-size: 80px;
  }
  .navbar .header-section .mobile-toggle i {
    font-size: 30px;
  }
  .card-section .card .card-content h2 {
    font-size: 29px;
    line-height: 30px;
  }
  .custom-btn {
    min-width: 125px;
    height: 29px;
    padding: 7px 13px;
  }
  .custom-btn a {
    font-size: 12px;
    line-height: 13.45px;
  }
  .card-section.card-gallery-section .card .card-image img {
    height: 160px;
  }
  .card-section.card-gallery-section .card .card-content h2 {
    font-size: 17px;
    line-height: 21px;
  }
  footer .main-title {
    font-size: 62.33px;
    margin-bottom: -16px;
  }
  form .contact-main .form-label {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@font-face {
  font-family: "times_new_roman_cyrbold";
  src: url("../font/times-new-roman/times_new_roman_bold-webfont.woff2") format("woff2"), url("../font/times-new-roman/times_new_roman_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0 0px 2000px;
  font-family: var(--public-font) !important;
}

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

ul {
  padding: 0 !important;
  list-style: none;
  margin: 0 !important;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */