:root {
  --white: #fff;
  --black: #000;
  --theme-color: #9b7642;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1400px;
  }
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #828288;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Poppins", sans-serif;
}

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

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure {
  margin: 0;
}

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

.navbar-brand img {
  max-height: 150px;
  transition: 0.3s ease-in-out;
}

header {
  /* position: absolute; */
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  top: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
}

header.sticky {
  position: fixed;
}

header.sticky .navbar-brand img {
  max-width: 100px;
}
header .container-fluid {
  padding: 0 5rem;
}
.navbar-nav {
  /* gap: 1rem 2rem; */
}
.navbar-nav .nav-item + .nav-item {
  border-left: 1px solid #ebebeb;
}
.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 500;
  display: grid;
  gap: 1rem;
  text-align: center;
  place-items: center;
  font-weight: normal;
  color: var(--black);
  text-transform: uppercase;
  line-height: 1.25;
  position: relative;
  padding: 0 2rem;
}
.navbar-nav .nav-item span {
  padding: 0 1rem;
}
.navbar-nav .nav-item img {
  filter: opacity(0.5);
  transition: 0.3s ease-in-out;
}
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
  color: var(--black);
}
.navbar-nav .nav-item .nav-link:hover img {
  filter: none;
}
.form-inline form {
  display: flex;
  align-items: center;
}
.form-inline form input {
  background-color: var(--white);
  border: 0;
  height: 50px;
}
.form-inline form button {
  background-color: var(--white);
  border: 0;
  width: 50px;
  height: 50px;
  font-size: 1.125rem;
  color: var(--black);
  display: grid;
  place-items: center;
}
.form-inline form button:hover {
  color: var(--theme-color);
}

/* Main Slider */
.sliderCard {
  position: relative;
  /* margin: 0 1rem; */
}
.sliderCard a {
  box-shadow: none;
  outline: none;
  overflow: hidden;
  display: block;
}
.sliderCard:hover a > img {
  transition: 0.5s ease-in-out;
}
.sliderCard img.playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
}
.sliderCard .content h3 {
  font-size: 2.5rem;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.8;
  transition: 0.5s ease-in-out;
  transform-origin: bottom;
  transform: scaleY(0);
}
.sliderCard:hover a > img {
  transform: scale(1.2);
}
.sliderCard:hover img.playBtn {
  transform: translate(-50%, -50%) rotate(360deg);
}

.secHeading {
  font-size: 3.125rem;
  font-weight: 500;
  color: var(--black);
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}

.socialIo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.socialIo li a {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  line-height: 44px;
  font-size: 18px;
  display: inline-block;
  color: var(--black);
  border: 1px solid var(--black);
}
.socialIo li a:hover {
  background-color: var(--black);
  color: var(--white);
}

/* Begin: Title CSS */
.title {
  margin-bottom: 2em;
  display: table;
}
.title span {
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-color);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0 1rem;
  margin-bottom: 0.25rem;
}
.title span .line {
  height: 2px;
  width: 100px;
  background: var(--theme-color);
}

.title h2 {
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: var(--black);
}
/* END: Title CSS */

.aboutSec {
  padding-top: 10rem;
}
.aboutSec .title h2 {
  font-size: 2.125rem;
}
.aboutSec p {
  font-size: 1.125rem;
  color: #555555;
  font-weight: 500;
  line-height: 1.833;
}
.aboutSec::before {
  content: "";
  background-color: #faedda;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 510px;
  height: 450px;
}

.aboutSec figure {
  position: relative;
  margin-right: -3rem;
  box-shadow: 0px 22px 79px 0px rgba(77, 77, 77, 0.46);
}
.aboutSec figure::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -2.5rem;
  top: -2.5rem;
  width: 100%;
  max-width: 494px;
  height: 100%;
  max-height: 494px;
  border: 10px solid #464951;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* ThemeBtn Design Start */

.themeBtn {
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  min-width: 200px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 4px;
  padding: 1em 2em;
  margin: 0.5rem 0;
  z-index: 1;
  background-color: var(--theme-color);
  transition: all 0.6s cubic-bezier(0.9, 0.24, 0.4, 1);
}
.themeBtn:hover {
  color: var(--theme-color);
  background-color: var(--white);
  box-shadow: 0 0 1px 5px rgb(155 118 66 / 60%);
}

/* ThemeBtn Design Start */

/* productSec */
.pro-card {
  border: 1px solid #e0e0e0;
  background-color: var(--white);
  text-align: center;
  padding: 2rem 0 1rem;
  display: block;
  box-shadow: 0px 25px 55.8px 6.2px rgba(218, 218, 218, 0.23);
  margin-bottom: 2rem;
  transition: 0.3s ease-in-out;
}
.pro-card .img-wrap {
  min-height: 400px;
}
.pro-card h3 {
  font-size: 1rem;
  color: #0f1f29;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.3s ease-in-out;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.pro-card:hover h3,
.pro-card:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

/* Services Section */
.serviceSection {
  padding: 3rem 0;
}
.serviceSection .title span {
  flex-direction: column;
  align-items: flex-start;
}
.serviceSection .title span .line {
  width: 2px;
  height: 7.25rem;
}
.serviceWrap {
  display: block;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: var(--black);
  position: relative;
}
.serviceWrap .content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.serviceWrap .content h3 {
  font-size: 1rem;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 2;
}
.serviceWrap img {
  opacity: 0.75;
  width: 100%;
  transition: opacity, ease all 2s;
  transform: scale(1);
}
.serviceWrap:hover img,
.serviceWrap:focus img {
  opacity: 1;
  transform: scale(1.1);
}

/* Design Section */
.designCard {
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  box-shadow: inset 0px 11px 16.5px 5.5px rgb(214 214 214 / 25%);
  width: 231px;
  height: 231px;
  position: relative;
  margin: 0 auto;
}
.designCard::before {
  content: "";
  border-radius: 50%;
  background-color: #0f1f29;
  box-shadow: -0.835px 5.942px 13px 0px rgb(236 239 245 / 48%),
    0px 5px 11px 0px rgb(197 197 197 / 70%);
  position: absolute;
  bottom: -1rem;
  z-index: -1;
  width: 228px;
  height: 228px;
  transition: 0.3s ease-in-out;
}
.designCard h3 {
  font-size: 1.25rem;
  color: #0f1f29;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1.25;
  transition: 0.3s ease-in-out;
}
.designCard:hover::before {
  background-color: var(--theme-color);
}
.designCard:hover h3 {
  color: var(--theme-color);
}

/* Blog Section */
.blogCard .imgBox {
  overflow: hidden;
}
.blogCard img {
  transition: 0.3s ease-in-out;
}
.blogContent {
  padding: 1rem 0 0;
  display: flex;
  gap: 1rem;
}
.dateBox {
  background-color: var(--theme-color);
  padding: 1rem 1.5rem;
  max-height: 100px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.dateBox span strong {
  font-size: 3.125rem;
  display: block;
  font-weight: 500;
}
.dateBox span {
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
  color: var(--white);
  line-height: 1;
  text-transform: uppercase;
}
.blogContent h3 {
  font-size: 1.4rem;
  color: #0f1f29;
  font-weight: 600;
  line-height: 1;
}
.blogContent p {
  font-size: 14px;
  font-weight: 500;
  color: #464646;
  line-height: 1.786;
  margin-bottom: 0.5rem;
}
.blogContent a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  color: #0f1f29;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
}
.blogContent a > .line {
  background-color: #0f1f29;
  width: 25px;
  height: 1px;
  display: inline-block;
}
.blogCard:hover .dateBox {
  background-color: var(--black);
}
.blogCard:hover img {
  transform: scale(1.2) rotate(3deg);
}

/* mapSection */

.mapSection .map {
  /* margin-top: 5rem; */
  width: 100%;
  filter: grayscale(1);
}

.mapSection .title h2 {
  margin-bottom: 3rem;
  color: var(--white);
}

.square {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border: 15px solid var(--theme-color);
  transition: ease all 0.5s;
  animation: rotate 1s ease-in-out 0s infinite alternate both;
  position: absolute;
  top: -2rem;
  right: 10rem;
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
@keyframes rotate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-50deg);
  }
}
.circle {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border: 15px solid var(--white);
  border-radius: 100px;
  transition: ease all 0.5s;
  animation: scale 1s ease-in-out 0s infinite alternate both;
  position: absolute;
  bottom: -2rem;
  left: 39%;
  transform: scale(1);
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.infoWrap {
  padding: 10rem 6rem;
  background: #0f1f29;
}
.infoWrap ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 500px;
}
.infoWrap ul li a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  padding: 1rem 0;
  border-bottom: 1px solid rgb(255 255 255/20%);
}
.infoWrap ul li a strong {
  font-size: 1rem;
  color: #a2b3bc;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
}
.infoWrap ul li a i {
  font-size: 1.25rem;
  color: var(--theme-color);
  margin-right: 1rem;
}

.mapSection .map iframe {
  width: 960px;
  height: 768px;
  position: absolute;
  right: 0;
  bottom: 0px;
  margin: 0 0 -100px;
}


/* Begin: footer */
footer {
  padding-top: 6em;
  position: relative;
}
.callBtn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  color: var(--black);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.callBtn strong {
  font-size: 2.125rem;
  display: block;
  font-weight: 600;
}
.callBtn:hover {
  color: var(--theme-color);
}
footer p {
  font-size: 14px;
  font-weight: 500;
  color: #001a45;
  line-height: 1.786;
  margin: 1.5rem 0 0;
}
footer h3 {
  font-size: 1.375rem;
  color: #20222c;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.087;
}
footer .links,
footer .contInfo {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 1rem 0;
}
footer .contInfo {
  gap: 2rem 0;
}
footer .links li a {
  font-weight: 500;
  font-size: 14px;
  color: #474a52;
  text-transform: uppercase;
}
footer .links li a i{
  margin-right: 0.5rem;
}
footer .links li a:hover,
footer .links li a:focus {
  color: var(--theme-color);
}
.copyRight {
  border-top: 1px solid #707070;
  padding: 2em 0;
  margin-top: 5em;
  align-items: center;
}
.copyRight p {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #54585d;
  line-height: 1;
}
footer .footerSocial li a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 14px;
  font-weight: 500;
  color: #0f1f29;
  line-height: 1;
  margin-bottom: 1rem;
}
footer .footerSocial li a:hover {
  color: var(--theme-color);
}
footer .footerSocial li a:hover i {
  color: var(--theme-orange);
}
.copyRight .links {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}
.copyRight .links li a {
  color: #264247;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0 1rem;
}
.copyRight .links li + li {
  border-left: 1px solid #54585d;
}
.roleback {
  background-color: var(--theme-color);
  display: grid;
  place-items: center;
  width: 75px;
  height: 75px;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 12rem;
  z-index: 1;
  right: 8rem;
}
.roleback:hover {
  background-color: var(--theme-color);
  color: var(--white);
}
/* END: footer */
