* {
  font-family: "Cormorant Garamond", Arial, sans-serif;
}
:root {
  --main-color1: #a73e2d;
  --main-color2: #bda87c;
  --main-color3: #695935;
  --main-color4: #b59c61;
}
html {
  scroll-behavior: smooth;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    height: auto;
}
}
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
.container-fluid {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}
header,
main {
  overflow: hidden;
}
header {
  background: var(--main-color1);
  padding: 25px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
}

.header_right_col{
    display: flex;
    gap : 20px;
    
}

.menu-btn-mobile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu-btn-mobile__inner {
  width: 20px;
}
.menu-btn-mobile__inner .line:first-child {
  width: 90%;
}
.menu-btn-mobile__inner .line:last-child {
  width: 80%;
}
.menu-btn-mobile__inner .line {
  width: 100%;
  height: 2px;
  background-color: #323232;
  margin: 3px 0;
}
.offcanvas {
  background: var(--main-color1);
  color: #fff;
  max-width: 80% !important;
}
.offcanvas-header {
  justify-content: flex-end;
}
.offcanvas-body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.btn-close-menu {
  cursor: pointer;
}
.mobile-menu {
  padding-left: 0;
}
.offcanvas-body .contact__inner{
    display:flex;
    align-items:center;
    gap:10px;
}
.offcanvas-body .contact__inner a {
  display: flex ;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  width:50px ;
  height:50px;
  padding: 0 !important;
}
.mobile-menu .menu-item {
  margin: 20px 0;
  padding: 0;
}
.mobile-menu .menu-link {
  color: #fff;
  line-height: 16px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
}
.fixed-btn {
  display: block;
  position: fixed;
  bottom: 30px;
  background: var(--main-color4);
  z-index: 100;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 7px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  color: #fff;
}
header ul li a,
header h1 {
  color: #d4cbba;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}
nav,
header ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.section-1 {
  padding: 150px 0;
  background: #efe7dc;
}
.section-2__text {
  display: flex;
  gap: 40px;
  align-items: center;
}
.section-1 h3 {
  color: var(--main-color2);
  font-size: 50px;
  font-weight: 400;
}
.section-1 h2 {
  color: var(--main-color1);
  font-size: 35px;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: 400;
}
.section-1 img {
  height: 600px;
  max-width: 400px;
  width: 100%;
  object-fit: cover;
}
.section-2 {
  background: #d9ccba;
  padding: 80px 0;
}
.section-2__imgs {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.section-2__imgs img {
  width: 100%;
  object-fit: cover;
}
.section-2__imgs img:first-child {
  max-width: 450px;
  margin-top: -150px;
}
.section-2__imgs img:last-child {
  max-width: 600px;
  max-height: 400px;
}
.section-2__texts {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.section-2__texts div:first-child {
  max-width: 480px;
  width: 100%;
}
.section-2__texts div:last-child {
  max-width: 600px;
  width: 100%;
}
.section-2__texts h2 {
  padding-top: 100px;
  padding-bottom: 40px;
  font-size: 40px;
  color: var(--main-color1);
}
.section-2__texts p {
  color: var(--main-color3);
  font-size: 22px;
  line-height: 32px;
}
.section-2__texts-2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--main-color3);
  font-size: 22px;
  padding: 150px 0 0 40px;
}
.section-3 {
  background: #efe7dc;
}
.section-3__inner {
  display: flex;
  justify-content: space-between;
}
.section-3 img {
  max-width: 400px;
  max-height: 600px;
  margin-top: -150px;
  object-fit: contain;
}
.section-3__inner .img-2 {
  margin-top: 100px;
  object-fit: contain;
  width: 100%;
}
.section-3__inner h2 {
  max-width: 400px;
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 40px;
  color: var(--main-color1);
}
.section-3__inner p,
.section-3__inner pre {
  color: var(--main-color3);
  font-size: 22px;
  line-height: 32px;
  max-width: 600px;
}
.section-3__inner-2 {
  align-items: center;
}
.section-4 {
  background: #efe7dc;
  padding: 40px 0;
}
.section-4 img {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
}
.section-4__inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section-4__inner h2 {
  font-size: 40px;
  color: var(--main-color1);
}
.section-4__inner p {
  font-size: 18px;
  color: var(--main-color3);
}
.slider {
  background: #d9ccba;
}
.swiper {
  padding: 40px 0;
}
.swiper img {
  width: 100%;
  border-radius: 20px;
}
.swiper-button-prev,
.swiper-button-next {
  background: #efe7dc;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 22px;
  color: #b08e3e;
}
footer {
  background: #000;
  padding: 60px 0;
}
.contact__inner a {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 7px;
  background: var(--main-color4);
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: flex-start;
  padding-left: 20px;
  font-size: 26px;
  color: black;
}
.contact__inner a i {
  font-size: 30px;
}
@media only screen and (max-width: 992px) {
  .section-1 h3 {
    font-size: 35px;
  }
  .section-1 h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .section-1 {
    padding: 100px 0;
  }
  .section-1 img {
    max-height: 400px;
  }
  .section-2__imgs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-2__texts {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-2__texts-2 {
    padding: 20px 0 0 0;
  }
  .section-2__texts-2 {
    align-items: center;
  }
  .section-2__imgs img:first-child {
    margin-top: 0;
  }
  .section-2__texts h2 {
    padding-top: 40px;
  }
  .section-2__texts-2 {
    align-items: flex-start;
  }
  .section-3 img {
    margin-top: 0;
  }
  .section-3__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-3__inner div {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .section-3__inner .img-2 {
    margin-top: 50px;
  }
  .section-3__inner p {
    margin-top: 20px;
  }
  .section-4__inner {
    flex-direction: column;
  }
  .section-4 img {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
    .section-4__inner p {
        margin-bottom: 0;
    }
  .fixed-btn {
    display: block;
  }
  .section-2__text {
    flex-direction: column;
  }
  nav,
  header ul {
    gap: 10px;
    align-items: center;
  }
  .menu-btn-mobile {
    display: flex;
  }
  header {
    padding: 15px 0;
  }
  header ul {
    display: none;
  }
  header ul li a,
  header h1 {
    font-size: 15px;
  }
}
.hidden {
  display: none;
}
