/*===========================
  01.COMMON CSS 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
:root {
  --font-playfair: "Playfair Display", sans-serif;
  --font-dmsans: "DM Sans", sans-serif;
  --primary-color: #171717;
  --primary-color-opc: 23, 23, 23;
  --title-color: #171717;
  --title-color-opc: 23, 23, 23;
  --white-color: #fff;
  --text-color-white: #D3D3D3;
  --text-color: #595959;
  --text-color2: #545454;
  --text-color-opc: 89, 89, 89;
  --border-color: #EEEEEE;
  --border-color-opc: 230, 230, 230;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 0 solid;
  box-shadow: unset;
}

input,
textarea {
  border-radius: 0px;
}

html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: var(--font-playfair);
  font-weight: 400;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-playfair);
  font-weight: 500;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
  color: var(--paragraph-color);
  font-family: var(--font-dmsan);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

a {
  text-decoration: none;
}

button {
  border: unset;
}

input,
select,
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

.pt-150 {
  padding-top: 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-150 {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}
@media (max-width: 576px) {
  .pt-150 {
    padding-top: 80px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-130 {
    padding-top: 90px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pt-110 {
  padding-top: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-110 {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .pt-110 {
    padding-top: 70px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 70px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.mt-130 {
  margin-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-130 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-130 {
    margin-top: 90px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mb-130 {
  margin-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-130 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-130 {
    margin-bottom: 90px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-110 {
    margin-bottom: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

.mt-100 {
  margin-top: 110px !important;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px !important;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 50px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-44 {
  margin-bottom: 44px;
}
@media (max-width: 991px) {
  .mb-44 {
    margin-bottom: 0px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 40px;
  }
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
}

body.tt-magic-cursor #magic-cursor {
  display: block;
}

#ball {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  pointer-events: none;
  border-style: solid;
  border-radius: 50%;
  border-color: #D9D9D9;
  /* Note: border width handled through JS */
}

/* Ball view 
============= */
#ball.ball-view {
  background-color: var(--title-color);
  font-size: 15px;
  font-weight: 500;
  color: var(--white-color);
  line-height: 1.4;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

#ball .ball-view-inner {
  padding: 0 5px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

#ball .ball-view-inner i {
  font-size: 24px;
}

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 16px;
  color: var(--white-color);
  height: 10px;
  line-height: 10px;
  /* Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f060";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f061";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

/* Ball close 
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 1;
  text-align: center;
}

.primary-btn {
  border-radius: 5px;
  background-color: var(--title-color);
  font-family: var(--font-dmsans);
  font-weight: 700;
  font-size: 14px;
  color: var(--title-color2);
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 14px 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
.primary-btn svg {
  fill: var(--title-color2);
  transition: 0.5s;
}
.primary-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: var(--white-color);
  transform-origin: right;
  transform: scalex(0);
  z-index: -1;
  transition: transform 0.7s;
}
.primary-btn:hover::after {
  transform: scalex(1);
  transform-origin: left;
}

.circle-container {
  background: transparent;
  position: fixed;
  right: 30px;
  bottom: 55px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  border: 1px solid var(--title-color);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
@media (max-width: 576px) {
  .circle-container {
    bottom: 30px;
  }
}
.circle-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.circle-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: var(--primary-color3);
}
.circle-container:hover {
  background-color: var(--title-color);
  border-color: var(--title-color);
}
.circle-container:hover svg {
  fill: var(--white-color);
}

/*===========================
  01.header CSS 
===========================*/
@-webkit-keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
@-webkit-keyframes zoom-In-effect {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-In-effect {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
header.style-1 {
  position: absolute;
  width: 100%;
  z-index: 999;
  transition: all 0.8s ease-out 0s;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  header.style-1 .company-logo {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  header.style-1 .nav-right .primary-btn {
    display: none;
    visibility: hidden;
  }
}
header.style-1 .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden;
}
@media (max-width: 991px) {
  header.style-1 .nav-right .mobile-menu-btn {
    display: flex;
    width: 50px;
    flex-direction: column;
    align-items: end;
    visibility: visible;
    cursor: pointer;
    justify-content: center;
    position: relative;
  }
  header.style-1 .nav-right .mobile-menu-btn span {
    height: 3px;
    width: 25px;
    background-color: var(--white-color);
    display: flex;
    transition: transform 0.5s ease-in;
    position: absolute;
    top: 0px;
  }
  header.style-1 .nav-right .mobile-menu-btn span::before {
    transition-duration: 0.5s;
    position: absolute;
    width: 35px;
    height: 3px;
    background-color: var(--white-color);
    content: "";
    top: -10px;
    right: 0;
  }
  header.style-1 .nav-right .mobile-menu-btn span::after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 3px;
    right: 0;
    background-color: var(--white-color);
    content: "";
    top: 10px;
  }
  header.style-1 .nav-right .mobile-menu-btn.active span {
    background-color: transparent;
  }
  header.style-1 .nav-right .mobile-menu-btn.active span::before {
    transform: rotateZ(45deg) translate(8px, 6px);
    width: 35px;
  }
  header.style-1 .nav-right .mobile-menu-btn.active span::after {
    transform: rotateZ(-45deg) translate(8px, -6px);
    width: 35px;
  }
}
header.style-1 .main-menu {
  display: inline-block;
  position: relative;
}
header.style-1 .main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.style-1 .main-menu > ul > li {
  display: inline-block;
  position: relative;
  padding: 30px 25px;
}
header.style-1 .main-menu > ul > li svg {
  fill: var(--primary-color2);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li svg {
    right: 5px;
  }
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li svg {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li {
    padding: 20px 15px;
  }
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li:first-child {
    padding-left: 0;
  }
  header.style-1 .main-menu > ul > li:first-child a {
    padding-left: 0;
  }
}
header.style-1 .main-menu > ul > li > a {
  color: #fff;
  display: block;
  line-height: 1;
  letter-spacing: 0.4px;
  position: relative;
  font-family: var(--font-dmsans);
  font-weight: 500;
  font-size: 15px;
  transition: all 0.5s ease-out 0s;
  color: var(--white-color);
  display: block;
  text-transform: uppercase;
  padding: 3px 5px;
  border: 1px solid transparent;
  border-radius: 16px;
}
header.style-1 .main-menu > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  display: none;
  min-width: 220px;
  background: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  text-align: left;
  transform-origin: top;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li ul.sub-menu {
    box-shadow: none;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li {
  padding: 0;
  display: block;
  position: relative;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li i {
  position: absolute;
  top: 14px;
  right: 6px;
  display: block;
  color: var(--title-color);
  font-size: 14px;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
  color: var(--title-color);
  opacity: 1;
  top: 14px;
  font-size: 14px;
  right: 10px;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
    right: 0;
    top: 8px;
    font-size: 20px;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a {
  display: block;
  padding: 15px 15px;
  color: var(--title-color);
  font-weight: 400;
  font-family: var(--font-dmsans);
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.3;
  transition: all 0.4s ease-out 0s;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg, #fff, var(--primary-color1), #fff);
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s ease-in;
  z-index: 1;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li > a {
    border-color: rgba(233, 228, 228, 0.5);
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li > a::before {
    background: linear-gradient(90deg, #ddd, #EFB93F, #ddd);
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a:hover {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a:hover::before {
  transform: scale(1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a.active {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a.active::before {
  transform: scale(1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:last-child a {
  border-bottom: none;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:last-child a::before {
  display: none;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:hover > a {
  color: var(--white-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li.active > a {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
  left: 220px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  top: 0;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    box-shadow: none;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu::before {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 991px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
  display: block;
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li:hover > .sub-menu {
    display: block;
    -webkit-animation: fade-down 0.45s linear;
            animation: fade-down 0.45s linear;
  }
}
header.style-1 .main-menu > ul > li.menu-item-has-children {
  transition: all 0.55s ease-in-out;
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li:hover > ul.sub-menu {
    display: block;
    -webkit-animation: fade-down 0.45s linear;
            animation: fade-down 0.45s linear;
  }
}
@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
header.style-1 .main-menu > ul > li:hover > a {
  color: var(--title-color);
  background: var(--white-color);
  border-radius: 16px;
}
header.style-1 .main-menu > ul > li:hover svg {
  opacity: 1;
}
header.style-1 .main-menu > ul > li:hover .dropdown-icon2 {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active > a {
  color: var(--title-color);
  background: var(--white-color);
  border-radius: 16px;
  padding: 4px 6px;
}
header.style-1 .main-menu > ul > li.active svg {
  opacity: 1;
}
header.style-1 .main-menu > ul > li.active::after {
  color: var(--primary-color2);
}
header.style-1 .main-menu > ul > li.active .dropdown-icon2 {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active.position-inherit > a::after {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul li.menu-item-has-children > i {
  display: block;
}
header.style-1 .primary-btn {
  background: var(--white-color);
  padding: 14px 25px;
}
header.style-1 .primary-btn span {
  line-height: 1;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
header.style-1 .primary-btn span:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
header.style-1 .primary-btn::after {
  background: var(--title-color);
}
header.style-1 .primary-btn:hover {
  color: var(--white-color);
}
header.style-1 .primary-btn:hover svg {
  fill: var(--white-color);
}
@media only screen and (max-width: 991px) {
  header.style-1 .dropdown-icon {
    color: var(--white-color);
  }
  header.style-1 .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #000;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    border-right: 1px solid rgba(13, 23, 32, 0.0784313725);
  }
  header.style-1 .main-menu.show-menu {
    transform: translateX(0);
  }
  header.style-1 .main-menu .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-1 .main-menu .menu-list {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  header.style-1 .main-menu > ul {
    float: none;
    text-align: left;
    padding: 5px 0px 20px 0;
  }
  header.style-1 .main-menu > ul li {
    display: block;
    position: relative;
    padding: 5px 5px;
  }
  header.style-1 .main-menu > ul li:first-child {
    padding-left: 5px;
  }
  header.style-1 .main-menu > ul li i {
    display: block;
    color: var(--title-color);
  }
  header.style-1 .main-menu > ul li.active a {
    color: var(--white-color);
    padding: 0;
  }
  header.style-1 .main-menu > ul li a {
    padding: 15px 0;
    display: flex;
    font-size: 1rem;
    background: none !important;
    color: var(--white-color);
    border-radius: 0;
  }
  header.style-1 .main-menu > ul li:hover a {
    color: var(--white-color);
  }
  header.style-1 .main-menu > ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
    margin-left: 10px;
  }
  header.style-1 .main-menu > ul li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-1 .main-menu > ul li ul.sub-menu > li a {
    font-size: 14px;
    padding: 12px 0px;
  }
  header.style-1 .main-menu > ul li ul.sub-menu > li a:hover {
    color: var(--white-color);
    margin-left: 10px;
  }
  header.style-1 .main-menu > ul li ul.sub-menu > li a.active {
    color: var(--white-color);
  }
  header.style-1 .main-menu > ul li ul.sub-menu > li i {
    color: var(--primary-color);
    right: -13px;
  }
  header.style-1 .main-menu > ul li .bi {
    top: 8px;
    font-size: 20px;
    color: var(--title-color);
  }
  header.style-1 .main-menu .topbar-right {
    margin-bottom: 40px;
  }
  header.style-1 .main-menu .topbar-right li {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    margin-bottom: 7px;
    padding: 5px 0;
  }
  header.style-1 .main-menu .topbar-right li a {
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.35s;
    text-transform: none;
    padding: 0 !important;
  }
  header.style-1 .main-menu .topbar-right li a svg {
    fill: var(--title-color);
  }
  header.style-1 .main-menu .topbar-right li a:hover {
    color: var(--primary-color);
  }
  header.style-1 .main-menu .topbar-right li a:hover svg {
    fill: var(--primary-color);
  }
}

/*=====================================
    02.Home1 Banner section
  ========================================*/
.home1-banner-section {
  background-image: url(../image/banner-bg-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 180px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home1-banner-section {
    padding-top: 170px;
    padding-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.home1-banner-section .scroll-down-btn {
  position: absolute;
  left: 55px;
  bottom: 75px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .scroll-down-btn {
    left: 15px;
    gap: 8px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .scroll-down-btn {
    left: 10px;
    gap: 5px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .scroll-down-btn {
    display: none;
  }
}
.home1-banner-section .scroll-down-btn span {
  font-family: var(--font-dmsans);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: var(--white-color);
}
@media (max-width: 1399px) {
  .home1-banner-section .scroll-down-btn span {
    font-size: 16px;
  }
}
.home1-banner-section .scroll-text {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .home1-banner-section .scroll-text {
    display: none;
  }
}
.home1-banner-section .scroll-text h2 {
  white-space: nowrap;
  font-family: var(--font-dmsans);
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  -webkit-animation: marqueeTop 50s linear infinite;
          animation: marqueeTop 50s linear infinite;
}
@-webkit-keyframes marqueeTop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes marqueeTop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
.home1-banner-section .banner-content {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.home1-banner-section .banner-content h1 {
  color: var(--white-color);
  font-family: var(--font-playfair);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-content h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
.home1-banner-section .banner-content .feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 1199px) {
  .home1-banner-section .banner-content .feature-list {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-content .feature-list {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-content .feature-list {
    flex-wrap: wrap;
  }
}
.home1-banner-section .banner-content .feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home1-banner-section .banner-content .feature-list li .icon {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home1-banner-section .banner-content .feature-list li .icon strong {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-weight: 800;
  font-size: 30px;
}
.home1-banner-section .banner-content .feature-list li .content {
  text-align: start;
}
.home1-banner-section .banner-content .feature-list li .content span {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .home1-banner-section .banner-content .feature-list li .content span {
    font-size: 16px;
  }
}
.home1-banner-section .banner-content .feature-list li .content h4 {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .home1-banner-section .banner-content .feature-list li .content h4 {
    font-size: 22px;
  }
}
.home1-banner-section .banner-img {
  display: flex;
  justify-content: center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-img img {
    width: 1050px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-img img {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-img {
    display: none;
  }
}

/*===========================
  03. home page area css
===========================*/
.section-title .dark-light-area {
  background: var(--title-color);
  display: flex;
  max-width: 143px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.section-title .dark-light-area .light {
  color: var(--title-color);
  background: var(--white-color);
  font-family: var(--font-dmsans);
  font-weight: 700;
  font-size: 14px;
  border-radius: 20px;
  padding: 2px 10px;
}
.section-title .dark-light-area span {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-weight: 700;
  font-size: 14px;
}
.section-title h2 {
  font-family: var(--font-playfair);
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
  color: var(--title-color);
  margin-bottom: 20px;
}
.section-title h2 span {
  color: rgba(35, 41, 31, 0.73);
  font-weight: 400;
}
.section-title p {
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color2);
}
.section-title.two > span {
  background: rgba(216, 118, 45, 0.1019607843);
  border: 1px solid rgba(63, 68, 75, 0.0509803922);
  color: #222222;
  font-family: var(--font-dmsans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 8px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.section-title.two > span i {
  color: #222222;
}
.section-title.two h2 {
  line-height: 1.2;
  font-size: 65px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .section-title.two h2 {
    font-size: 60px;
  }
}
@media (max-width: 1399px) {
  .section-title.two h2 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .section-title.two h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .section-title.two h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .section-title.two h2 {
    font-size: 42px;
  }
}
.section-title.two h2 span {
  font-weight: 400;
}
.section-title.white > span {
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 8px;
  background-color: #D3D3D3;
  border: 1px solid rgba(63, 68, 75, 0.0509803922);
  border-radius: 5px;
}
.section-title.white h2 {
  color: var(--white-color);
  line-height: 1.2;
}
.section-title.white h2 span {
  color: var(--white-color);
  font-weight: 600;
}
.section-title.white .dash-and-paragraph svg {
  fill: var(--text-color);
}
.section-title.white .dash-and-paragraph p {
  color: var(--text-color-white);
}
.section-title .dash-and-paragraph {
  display: flex;
  gap: 24px;
  margin-top: -45px;
}
@media (max-width: 991px) {
  .section-title .dash-and-paragraph {
    margin-top: 15px;
  }
}
.section-title .dash-and-paragraph > svg {
  width: 100%;
  fill: rgba(var(--title-color-opc), 0.1);
}
@media (max-width: 576px) {
  .section-title .dash-and-paragraph > svg {
    display: none;
    visibility: hidden;
  }
}
.section-title .dash-and-paragraph p {
  max-width: 445px;
  min-width: 445px;
  width: 100%;
  color: var(--text-color2);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title .dash-and-paragraph p {
    min-width: unset;
  }
}

.home-page-area {
  scroll-margin-top: 100px;
}
.home-page-area .pt-30 {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .home-page-area .pt-30 {
    padding-top: 0;
  }
}
.home-page-area .home-page-card .home-img {
  display: inline-block;
  background-color: #F4F4F4;
  padding: 50px 30px 0;
  border-radius: 10px 10px 0 0;
  margin-bottom: 30px;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-area .home-page-card .home-img {
    padding: 50px 20px 0;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-card .home-img {
    margin-bottom: 20px;
    padding: 30px 20px 0;
  }
}
.home-page-area .home-page-card h4 {
  margin-bottom: 0;
  text-align: center;
  font-family: var(--font-playfair);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  transition: 0.35s;
}
@media (max-width: 1199px) {
  .home-page-area .home-page-card h4 {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-card h4 {
    font-size: 22px;
  }
}
.home-page-area .home-page-card h4 a {
  color: var(--title-color);
}
.home-page-area .home-page-card:hover .home-img {
  background-color: #767676;
}

/*===========================
  04. indivisual inner pages
===========================*/
.indivisual-inner-pages .purchase-btn .primary-btn {
  background-color: var(--title-color);
  border-radius: 150px;
  font-size: 17px;
  color: var(--white-color);
  padding: 15px 38px;
  border: 1px solid var(--title-color);
}
.indivisual-inner-pages .purchase-btn .primary-btn svg {
  fill: var(--white-color);
}
.indivisual-inner-pages .purchase-btn .primary-btn:hover {
  color: var(--title-color);
  border: 1px solid var(--title-color);
}
.indivisual-inner-pages .purchase-btn .primary-btn:hover svg {
  fill: var(--title-color);
}
.indivisual-inner-pages .border-btm {
  border-bottom: 1px solid #eee;
}
.indivisual-inner-pages .section-title .dash-and-paragraph {
  margin-top: 20px;
  align-items: flex-start;
  justify-content: end;
}
@media (max-width: 991px) {
  .indivisual-inner-pages .section-title .dash-and-paragraph {
    justify-content: start;
  }
}
@media (max-width: 991px) {
  .indivisual-inner-pages .section-title .dash-and-paragraph svg {
    display: none;
  }
}
.indivisual-inner-pages .section-title .dash-and-paragraph .featurs {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .indivisual-inner-pages .section-title .dash-and-paragraph .featurs {
    padding-top: 30px;
  }
}
.indivisual-inner-pages .section-title .dash-and-paragraph .featurs li {
  display: flex;
  gap: 10px;
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
}
.indivisual-inner-pages .section-title .dash-and-paragraph .featurs li:last-child {
  margin-bottom: 0;
}
.indivisual-inner-pages .section-title .dash-and-paragraph .featurs li svg {
  min-width: 20px;
  max-width: 20px;
  fill: var(--title-color);
  margin-top: 4px;
}
@media (max-width: 991px) {
  .indivisual-inner-pages .section-title .dash-and-paragraph .featurs li svg {
    display: block;
    visibility: visible;
  }
}
.indivisual-inner-pages .auction-img-slider-area {
  position: relative;
}
.indivisual-inner-pages .auction-img-slider-area .slider-btn-grp {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .indivisual-inner-pages .auction-img-slider-area .slider-btn-grp {
    right: -40px;
  }
}
@media (max-width: 1399px) {
  .indivisual-inner-pages .auction-img-slider-area .slider-btn-grp {
    right: -40px;
  }
}
@media (max-width: 1199px) {
  .indivisual-inner-pages .auction-img-slider-area .slider-btn-grp {
    display: none;
  }
}
.indivisual-inner-pages .auction-details-img {
  position: relative;
}
.indivisual-inner-pages .auction-details-img::before {
  content: url(../image/strats-shape.svg);
  position: absolute;
  right: -22%;
  bottom: 10%;
  z-index: -1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .indivisual-inner-pages .auction-details-img::before {
    right: -8%;
  }
}
@media (max-width: 1399px) {
  .indivisual-inner-pages .auction-details-img::before {
    right: -8%;
  }
}
@media (max-width: 1199px) {
  .indivisual-inner-pages .auction-details-img::before {
    display: none;
  }
}
.indivisual-inner-pages .homepage-img-group {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1199px) {
  .indivisual-inner-pages .homepage-img-group {
    justify-content: center;
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .indivisual-inner-pages .homepage-img-group img:first-child {
    display: none;
    visibility: hidden;
  }
}
.indivisual-inner-pages .homepage-right-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .indivisual-inner-pages .homepage-right-img-wrap {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .indivisual-inner-pages .homepage-right-img-wrap {
    padding-left: 80px;
  }
}
.indivisual-inner-pages .homepage-right-img-wrap > svg {
  fill: none;
  stroke: rgba(217, 217, 217, 0.2);
}
@media (max-width: 991px) {
  .indivisual-inner-pages .homepage-right-img-wrap > svg {
    display: none;
  }
}
.indivisual-inner-pages .homepage-right-img-wrap .homepage-right-img {
  margin-top: -130px;
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .indivisual-inner-pages .homepage-right-img-wrap .homepage-right-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .indivisual-inner-pages .homepage-right-img-wrap .homepage-right-img {
    margin-top: 0;
  }
}
.indivisual-inner-pages .homepage-right-img-wrap .purchase-btn {
  width: 100%;
}
@media (max-width: 1199px) {
  .indivisual-inner-pages .homepage-right-img-wrap .purchase-btn {
    width: unset;
  }
}
.indivisual-inner-pages .homepage-right-img-wrap .purchase-btn .primary-btn {
  width: 100%;
  justify-content: center;
}

/*===========================
  04. inner page section
===========================*/
.inner-page-section {
  background: #2A2A2A;
  padding: 100px 0;
  overflow: hidden;
  scroll-margin-top: 100px;
}
@media (max-width: 1199px) {
  .inner-page-section {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .inner-page-section {
    padding: 70px 0;
  }
}
.inner-page-section .section-title h2 {
  font-size: 55px;
  color: var(--white-color);
}
@media (max-width: 991px) {
  .inner-page-section .section-title h2 {
    font-size: 50px;
  }
}
.inner-page-section .section-title h2 span {
  color: var(--white-color);
  font-weight: 600;
}
@media (max-width: 576px) {
  .inner-page-section .section-title h2 {
    font-size: 44px;
  }
}
.inner-page-section .section-title > span {
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 8px;
  background-color: #D3D3D3;
  border: 1px solid rgba(63, 68, 75, 0.0509803922);
  border-radius: 5px;
  margin-bottom: 5px;
}
.inner-page-section .section-title .dash-and-paragraph {
  margin-top: 20px;
}
.inner-page-section .section-title .dash-and-paragraph svg {
  fill: var(--white-color);
}
.inner-page-section .section-title .dash-and-paragraph p {
  max-width: 420px;
  min-width: 420px;
  padding-top: 10px;
  color: var(--white-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page-section .section-title .dash-and-paragraph p {
    max-width: 280px;
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  .inner-page-section .section-title .dash-and-paragraph p {
    max-width: unset;
    min-width: unset;
  }
}
.inner-page-section .single-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.inner-page-section .single-counter .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  display: block;
  position: relative;
}
@media (max-width: 576px) {
  .inner-page-section .single-counter .icon {
    width: 65px;
    height: 65px;
  }
}
.inner-page-section .single-counter .icon::before {
  content: "";
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 576px) {
  .inner-page-section .single-counter .icon::before {
    width: 50px;
    height: 50px;
  }
}
.inner-page-section .single-counter .content {
  line-height: 1;
}
.inner-page-section .single-counter .content .number {
  line-height: 1;
  display: flex;
  align-items: center;
}
.inner-page-section .single-counter .content .number .counter {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1199px) {
  .inner-page-section .single-counter .content .number .counter {
    font-size: 65px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .single-counter .content .number .counter {
    font-size: 50px;
  }
}
.inner-page-section .single-counter .content .number span {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  line-height: 1;
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .inner-page-section .single-counter .content .number span {
    font-size: 65px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .single-counter .content .number span {
    font-size: 50px;
  }
}
.inner-page-section .single-counter .content p {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.inner-page-section .js-marquee {
  display: flex;
  align-items: end;
  gap: 30px;
  margin-right: 30px !important;
}
.inner-page-section .inner-page-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 25px;
}
.inner-page-section .inner-page-img-wrap a {
  display: inline-block;
}
.inner-page-section .inner-page-img-wrap a img {
  border-radius: 6px;
}
@media (max-width: 1499px) {
  .inner-page-section .inner-page-img-wrap a img {
    max-width: 340px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .inner-page-img-wrap a img {
    max-width: 340px;
  }
}
.inner-page-section .view-all-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
  margin-top: -80px;
}
.inner-page-section .view-all-btn-area a {
  height: 156px;
  width: 156px;
  border-radius: 50%;
  background-color: #000000;
  border: 1px solid var(--title-color);
  text-align: center;
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  transition: 0.8s;
}
.inner-page-section .view-all-btn-area a svg {
  fill: var(--white-color);
}
.inner-page-section .view-all-btn-area a:hover {
  box-shadow: inset 0 0 0 10em var(--white-color);
  border-color: var(--primary-color1);
  color: var(--title-color);
}
.inner-page-section .view-all-btn-area a:hover svg {
  fill: var(--title-color);
}

/*===========================
  05. core feature section
===========================*/
.core-feature-section {
  background-color: #2B2B2B;
  padding: 100px 12.5%;
  scroll-margin-top: 100px;
}
@media (max-width: 1799px) {
  .core-feature-section {
    padding: 100px 11%;
  }
}
@media (max-width: 1699px) {
  .core-feature-section {
    padding: 100px 9%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .core-feature-section {
    padding: 100px 5%;
  }
}
@media (max-width: 1399px) {
  .core-feature-section {
    padding: 100px 3%;
  }
}
@media (max-width: 1199px) {
  .core-feature-section {
    padding: 90px 2%;
  }
}
@media (max-width: 767px) {
  .core-feature-section {
    padding: 70px 2%;
  }
}
.core-feature-section .section-title h2 {
  color: var(--white-color);
}
.core-feature-section .section-title h2 span {
  color: var(--white-color);
  font-weight: 400;
}
.core-feature-section .feature-card {
  text-align: center;
  background-color: var(--white-color);
  border-radius: 5px;
  padding: 26px 30px;
}
@media (max-width: 1399px) {
  .core-feature-section .feature-card {
    padding: 26px 20px;
  }
}
@media (max-width: 767px) {
  .core-feature-section .feature-card {
    padding: 22px 14px;
  }
}
.core-feature-section .feature-card .content {
  padding-top: 20px;
}
.core-feature-section .feature-card .content h6 {
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .core-feature-section .feature-card .content h6 {
    font-size: 17px;
  }
}

/*===========================
  06. responsive section
===========================*/
.responsive-section {
  background: #2A2A2A;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .responsive-section {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .responsive-section {
    padding: 70px 0;
  }
}
.responsive-section .single-responsive {
  max-width: 150px;
  width: 100%;
}
.responsive-section .single-responsive .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.responsive-section .single-responsive .icon svg {
  fill: #D3D3D3;
}
.responsive-section .single-responsive .content {
  line-height: 1;
}
.responsive-section .single-responsive .content h6 {
  margin-bottom: 12px;
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.28px;
  text-align: center;
}
.responsive-section .single-responsive .content p {
  color: var(--white-color);
  text-align: center;
  font-family: var(--font-dmsans);
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.26px;
}

/*===========================
  07. responsive section
===========================*/
.contact-section {
  background: #f8f8f8;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .contact-section {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .contact-section {
    padding: 70px 0;
  }
}
.contact-section .section-title h2 {
  color: var(--title-color);
  font-size: 90px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 25px;
}
.contact-section .section-title h2 span {
  display: inline-block;
  font-weight: 500;
}
.contact-section .section-title h2 strong {
  font-weight: 300;
  display: inline;
}
.contact-section .section-title h2 p {
  color: var(--text-color2);
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .contact-section .section-title h2 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .contact-section .section-title h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .contact-section .section-title h2 {
    font-size: 65px;
  }
}
.contact-section .section-title .dash-and-paragraph {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .contact-section .section-title .dash-and-paragraph {
    margin-top: 40px;
  }
}
.contact-section .section-title .dash-and-paragraph > svg {
  max-width: 200px;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .contact-section .section-title .dash-and-paragraph > svg {
    display: none;
  }
}
.contact-section .section-title .dash-and-paragraph p {
  margin-bottom: 0;
}
.contact-section .section-title .dash-and-paragraph .social-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 30px;
}
.contact-section .section-title .dash-and-paragraph .social-area h6 {
  margin-bottom: 0;
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 20px;
  font-weight: 600;
}
.contact-section .section-title .dash-and-paragraph .social-area > svg {
  fill: var(--title-color);
  width: unset;
}
.contact-section .section-title .dash-and-paragraph .social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-section .section-title .dash-and-paragraph .social-area ul li a {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  border: 1px solid rgba(86, 96, 100, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--paragraph-color);
  transition: 0.35s;
}
.contact-section .section-title .dash-and-paragraph .social-area ul li a svg {
  fill: #566064;
}
.contact-section .section-title .dash-and-paragraph .social-area ul li a:hover {
  color: var(--white-color);
  background-color: var(--title-color);
  border-color: var(--title-color);
}
.contact-section .section-title .dash-and-paragraph .social-area ul li a:hover svg {
  fill: var(--white-color);
}
.contact-section .section-title .dash-and-paragraph .primary-btn3 {
  border-radius: 5px;
}
.contact-section .circle-btn {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  background-color: var(--title-color);
  text-align: center;
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  transition: 0.8s;
}
.contact-section .circle-btn svg {
  fill: var(--white-color);
}
.contact-section .circle-btn:hover {
  box-shadow: inset 0 0 0 10em var(--white-color);
  color: var(--title-color);
  border: 1px solid var(--title-color);
}
.contact-section .circle-btn:hover svg {
  fill: var(--title-color);
}

/*===========================
  08. footer section
===========================*/
footer {
  background-image: url(../image/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
footer .footer-top {
  padding: 90px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 1199px) {
  footer .footer-top {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    padding: 70px 0;
  }
}
footer .footer-top .footer-content {
  text-align: center;
}
footer .footer-top .footer-content h2 {
  color: var(--white-color);
  text-align: center;
  font-family: var(--font-playfair);
  font-size: 80px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  footer .footer-top .footer-content h2 {
    font-size: 75px;
  }
}
@media (max-width: 1199px) {
  footer .footer-top .footer-content h2 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  footer .footer-top .footer-content h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  footer .footer-top .footer-content h2 {
    font-size: 42px;
  }
}
footer .footer-top .footer-content h2 span {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5019607843);
}
footer .footer-top .footer-content .primary-btn {
  border-radius: 10px;
  background: var(--white-color);
  color: var(--title-color);
  padding: 25px 41px;
  font-size: 16px;
}
@media (max-width: 991px) {
  footer .footer-top .footer-content .primary-btn {
    padding: 19px 30px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  footer .footer-top .footer-content .primary-btn {
    padding: 16px 18px;
    font-size: 14px;
  }
}
footer .footer-top .footer-content .primary-btn span {
  line-height: 1;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
footer .footer-top .footer-content .primary-btn span:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}
footer .footer-top .footer-content .primary-btn::after {
  border-radius: 5px;
  background: var(--title-color);
}
footer .footer-top .footer-content .primary-btn:hover {
  color: var(--white-color);
}
footer .footer-top .footer-content .primary-btn:hover svg {
  fill: var(--white-color);
}
footer .footer-btm {
  padding: 25px 0;
}
footer .footer-btm .copyright-area p {
  color: #C4C4C4;
  text-align: center;
  font-family: var(--font-dmsans);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
footer .footer-btm .copyright-area p a {
  color: var(--white-color);
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */