/*===========================
Project Name: Staylio - Hotel & Resort Booking HTML Template
Author: Egens Lab --> (https://www.egenslab.com/)
Support: https://www.account.egenslab.com/
Developer: Rashidul Islam --> hello@egenslab.com
Version: 1.0

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=Dancing+Script:wght@400..700&family=Marcellus&display=swap");
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --font-dmsans: "DM Sans", sans-serif;
  --font-marcellus: "Marcellus", sans-serif;
  --font-dancing: "Dancing Script", sans-serif;
  --white-color: #fff;
  --white-color-opc: 255, 255, 255;
  --black-color: #171717;
  --black-color-opc: 17, 15, 15;
  --title-color: #171717;
  --title-color-opc: 17, 15, 15;
  --text-color: #595959;
  --footer-text: #E3E3E3;
  --fill-text: #9B9B9B;
  --dark-text-color: #D5D5D5;
  --primary-color1: #BF9A72;
  --primary-color1-opc: 191, 154, 114;
  --primary-color2: #5CA1A4;
  --primary-color2-opc: 92, 161, 164;
  --primary-color3: #F0873C;
  --primary-color3-opc: 240, 135, 60;
  --primary-color4: #C78A3B;
  --primary-color4-opc: 199, 138, 59;
  --borders-color: #E8E8E8;
  --border-color2: #FFFFFF1A;
  --border-color3: #EEEEEE;
}

/*================================================
02. Mixins Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-dmsans);
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  background-color: #EFF2F3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-marcellus);
  font-weight: 400;
  line-height: 1.4;
  color: var(--title-color);
}

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

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

a {
  text-decoration: none;
}

h4 {
  font-size: 26px;
}
@media (max-width: 1399px) {
  h4 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  h4 {
    font-size: 23px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 21px;
  }
}

h2 {
  font-size: 50px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 1399px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 27px;
  }
}

p {
  font-family: var(--font-dmsans);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--text-color);
}
@media (max-width: 1399px) {
  p {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

.line-break {
  height: 10px;
  display: block;
}
@media (max-width: 767px) {
  .line-break {
    height: 5px;
  }
}

.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-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;
  }
}

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

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

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

.pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 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-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-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;
  }
}
@media (max-width: 767px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}

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

.mb-160 {
  margin-bottom: 160px;
}
@media (max-width: 1399px) {
  .mb-160 {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-160 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-160 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-160 {
    margin-bottom: 70px;
  }
}

.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-100 {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

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

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

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

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

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

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

.pt-50 {
  padding-top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-50 {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }
}

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

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

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

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

.mb-65 {
  margin-bottom: 65px;
}
@media (max-width: 1199px) {
  .mb-65 {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .mb-65 {
    margin-bottom: 45px;
  }
}

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

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

.mb-45 {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .mb-45 {
    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-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

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

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

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

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

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

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

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

.mt-65 {
  margin-top: 65px;
}
@media (max-width: 1199px) {
  .mt-65 {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .mt-65 {
    margin-top: 45px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .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: var(--primary-color1);
  background-color: var(--primary-color1);
  /* Note: border width handled through JS */
}

/* Ball view
============= */
#ball.ball-view {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color1-opc), 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  font-size: 15px;
  font-weight: 600;
  color: var(--white-color);
  font-family: var(--font-marcellus);
  line-height: 1.4;
  text-align: center;
}

#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(--primary-color1);
  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.magnetic-active {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color1-opc), 0.5);
  -webkit-backdrop-filter: blur(1.1px);
          backdrop-filter: blur(1.1px);
  border-color: transparent !important;
}

/* 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(--primary-color1);
  line-height: 1;
  text-align: center;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    opacity: 1;
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--borders-color);
  background-color: transparent;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap svg {
  fill: none;
  transition: 0.5s;
}
.progress-wrap svg.progress-circle {
  stroke: var(--primary-color1);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.progress-wrap .arrow {
  fill: var(--primary-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.progress-wrap:hover {
  background-color: var(--primary-color1);
}
.progress-wrap:hover .arrow {
  fill: var(--white-color);
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
    width: 20px;
    height: 20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    /* 250px * 1.5 = 375px */
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
    width: 20px;
    height: 20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    /* same expansion */
    height: 375px;
  }
}
.primary-btn1 {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 600;
  padding: 18px 20px;
  background-color: var(--primary-color1);
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.6s;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
}
.primary-btn1 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-color: var(--title-color);
  transition: all 0.6s;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.primary-btn1:hover {
  color: var(--white-color);
}
.primary-btn1:hover span {
  width: 225%;
  height: 1000.5px;
}
.primary-btn1.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}
.primary-btn1.white-bg svg {
  fill: var(--title-color);
}
.primary-btn1.white-bg span {
  background-color: var(--primary-color1);
}
.primary-btn1.black-bg {
  background-color: var(--black-color);
  color: var(--white-color);
}
.primary-btn1.black-bg span {
  background-color: var(--primary-color1);
}
.primary-btn1.black-bg:hover {
  color: var(--white-color);
}
.primary-btn1.two {
  border-radius: 100px;
}

.select {
  margin-bottom: 25px;
}

.nice-select {
  width: 100%;
  background: var(--white-color);
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 14px;
  font-weight: 400;
  padding: 7px 20px;
  height: 55px;
  border: 1px solid #F0F0F0;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .nice-select {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nice-select {
    padding: 10px 15px;
    font-size: 15px;
    height: 50px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .nice-select {
    height: 50px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .nice-select {
    font-size: 15px;
  }
}
.nice-select span {
  font-family: var(--font-dmsans);
  font-weight: 400;
  font-size: 14px;
  color: var(--text-color);
}
.nice-select:focus {
  border-color: var(--primary-color1);
  background-color: var(--white-color);
}
.nice-select:after {
  height: 8px;
  width: 8px;
  border-bottom: 1px solid var(--primary-color1);
  border-right: 1px solid var(--primary-color1);
  right: 28px;
  margin-top: -5px;
}
@media (max-width: 1199px) {
  .nice-select:after {
    margin-top: -15px;
  }
}
.nice-select .list {
  width: 100%;
  background: var(--white-color);
  margin-top: 5px;
}
.nice-select .list .option {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--borders-color);
}
.nice-select .list .option:last-child {
  border-bottom: unset;
}

.section-title span {
  color: var(--title-color);
  font-family: var(--font-dancing);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .section-title span {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .section-title span {
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  .section-title span {
    font-size: 17px;
  }
}
.section-title span svg {
  fill: var(--title-color);
}
.section-title span.two {
  justify-content: start;
}
.section-title h2 {
  color: var(--title-color);
  font-family: var(--font-marcellus);
  font-weight: 400;
  font-size: 54px;
  line-height: 64px;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .section-title h2 {
    font-size: 45px;
    line-height: 58px;
  }
}
@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 34px;
  }
}
.section-title p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-title p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .section-title p {
    font-size: 15px;
  }
}
.section-title.white h2 {
  color: var(--white-color);
}
.section-title.white p {
  color: var(--dark-text-color);
}
.section-title.white span {
  color: var(--white-color);
}
.section-title.white span svg {
  fill: var(--white-color);
}

.slider-btn-grp {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .slider-btn-grp {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .slider-btn-grp {
    gap: 15px;
  }
}
.slider-btn-grp .slider-btn {
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  background-color: transparent;
  border: 1px solid #9B9B9B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.slider-btn-grp .slider-btn svg {
  fill: none;
  stroke: var(--black-color);
  transition: 0.5s;
}
@media (max-width: 767px) {
  .slider-btn-grp .slider-btn {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
}
.slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color1);
}
.slider-btn-grp .slider-btn:hover svg {
  stroke: var(--black-color);
}
.slider-btn-grp .slider-btn.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-paginations {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: unset;
  z-index: 9;
  gap: 6px;
}
.swiper-paginations .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: rgba(153, 153, 153, 0.5019607843);
  opacity: 1;
  position: relative;
  border-radius: unset;
}
.swiper-paginations .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color2);
}
.swiper-paginations.two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color3);
}

.form-inner {
  line-height: 1;
}
.form-inner label {
  font-family: var(--font-dmsans);
  font-weight: 600;
  font-size: 16px;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}
.form-inner label span {
  font-size: 14px;
  font-weight: 500;
}
.form-inner input {
  background-color: unset;
  width: 100%;
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 500;
  height: 37px;
  border-bottom: 1px solid #D9D9D9;
  transition: all 0.3s;
  padding-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .form-inner input {
    padding-bottom: 17px;
    font-size: 15px;
    height: 34px;
  }
}
@media (max-width: 991px) {
  .form-inner input {
    height: 50px;
  }
}
@media (max-width: 576px) {
  .form-inner input {
    font-size: 15px;
    height: 52px;
  }
}
.form-inner input::-moz-placeholder {
  color: var(--title-color);
  font-weight: 500;
}
.form-inner input::placeholder {
  color: var(--title-color);
  font-weight: 500;
}
.form-inner input:focus {
  border-color: var(--primary-color1);
}
.form-inner textarea {
  width: 100%;
  background: #F0F0F0;
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #F0F0F0;
  padding: 20px 25px;
  min-height: 151px;
  resize: none;
}
@media (max-width: 576px) {
  .form-inner textarea {
    padding: 20px 15px;
  }
}
.form-inner textarea::-moz-placeholder {
  color: var(--dark-text-color);
  font-weight: 500;
}
.form-inner textarea::placeholder {
  color: var(--dark-text-color);
  font-weight: 500;
}
.form-inner textarea:focus {
  outline: unset;
  border-color: var(--primary-color2);
  background-color: var(--white-color);
}

.form-check {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .form-check {
    gap: 10px;
  }
}
.form-check .form-check-input {
  width: 12px;
  height: 12px;
  border: 1px solid var(--black-color);
  margin-bottom: 2px;
  background-color: unset;
  border-radius: unset;
  cursor: pointer;
}
.form-check .form-check-input:focus {
  box-shadow: unset;
}
.form-check .form-check-input:checked {
  background: var(--primary-color1);
  border-color: var(--primary-color1);
}
.form-check .form-check-input:checked + .form-check-label {
  color: var(--title-color);
}
.form-check .form-check-input:checked + .form-check-label svg {
  fill: var(--title-color);
}
.form-check .form-check-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.form-check .form-check-label span {
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: block;
}
.form-check .form-check-label strong {
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
}

/*=====================================
  4.Header
========================================*/
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
@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;
  padding: 18px 90px;
  border-bottom: 1px solid rgba(89, 89, 89, 0.29);
}
@media (max-width: 1699px) {
  header.style-1 {
    padding: 18px 110px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1 {
    padding: 18px 30px;
  }
}
@media (max-width: 1399px) {
  header.style-1 {
    padding: 18px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 {
    padding: 18px 10px;
  }
}
@media (max-width: 991px) {
  header.style-1 {
    padding: 18px 24px;
  }
}
@media (max-width: 767px) {
  header.style-1 {
    padding: 12px 10px;
  }
}
@media (max-width: 576px) {
  header.style-1 {
    padding: 12px 0;
  }
}
header.style-1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--black-color);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  z-index: 999;
}
@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
header.style-1 .company-logo img {
  width: 142px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .company-logo img {
    width: 130px;
  }
}
@media (max-width: 576px) {
  header.style-1 .company-logo img {
    width: 130px;
  }
}
header.style-1 .nav-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 .nav-right {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  header.style-1 .nav-right {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right {
    gap: 15px;
  }
}
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;
    align-items: center;
    visibility: visible;
    justify-content: center;
    position: relative;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 10px;
    background-color: var(--white-color);
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    fill: var(--black-color);
  }
  header.style-1 .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right .mobile-menu-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    width: 18px;
  }
}
@keyframes qode-draw {
  0%, 100% {
    clip-path: inset(-2px -2px);
  }
  42% {
    clip-path: inset(-2px -2px -2px 100%);
  }
  43% {
    clip-path: inset(-2px 100% -3px -2px);
  }
}
header.style-1 .main-menu {
  display: inline-block;
}
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: 12px 23px;
  transition: all 0.5s ease-out 0s;
}
@media (max-width: 1399px) {
  header.style-1 .main-menu > ul > li {
    padding: 12px 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li {
    padding: 12px 10px;
  }
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li {
    padding: 0px 12px;
  }
}
header.style-1 .main-menu > ul > li.position-inherit {
  position: inherit;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li.position-inherit {
    position: relative;
  }
}
header.style-1 .main-menu > ul > li:hover i {
  color: var(--black-color);
  font-size: 20px;
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li:first-child {
    padding-left: 0;
  }
  header.style-1 .main-menu > ul > li:last-child {
    padding-right: 0;
  }
}
header.style-1 .main-menu > ul > li > a {
  color: var(--white-color);
  display: block;
  letter-spacing: 0.4px;
  padding: 3px 12px;
  line-height: 1;
  position: relative;
  font-family: var(--font-dmsans);
  font-weight: 600;
  font-size: 15px;
  position: relative;
  transition: all 0.5s ease-out 0s;
  border-radius: 100px;
  border: 2px solid transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li > a {
    font-size: 14px;
  }
}
header.style-1 .main-menu > ul > li > a:hover {
  border: 2px solid var(--primary-color1);
}
header.style-1 .main-menu > ul > li i {
  font-size: 20px;
  text-align: center;
  color: var(--white-color);
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li i {
    opacity: 1;
  }
}
header.style-1 .main-menu > ul > li i.active {
  color: var(--white-color);
}
header.style-1 .main-menu > ul > li i.active::before {
  content: "\f2ea";
}
header.style-1 .main-menu > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  margin: 0;
  display: none;
  min-width: 220px;
  background: var(--white-color);
  border: 1px solid var(--borders-color);
  border-radius: 0 0 10px 10px;
  padding: 15px 0;
  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: 20px;
  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: 16px;
  font-size: 10px;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
    right: 0;
    top: 11px;
    font-size: 20px;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a {
  display: block;
  padding: 12px 20px;
  color: var(--title-color);
  font-weight: 500;
  font-family: var(--font-bricolageGrotesque);
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.4s ease-out 0s;
  position: relative;
}
@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 .sub-menu {
  padding: 10px 0;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
  padding: 10px 20px;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:hover > a {
  color: var(--primary-color1);
}
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);
  padding: 10px 0;
  top: 3px;
}
@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;
    animation: fade-down 0.45s linear;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:last-child {
  border-bottom: none;
}
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;
    animation: fade-down 0.3s linear;
  }
}
header.style-1 .main-menu > ul > li:hover .dropdown-icon2 {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li:hover.menu-item-has-children > a::before {
  color: var(--white-color);
}
header.style-1 .main-menu > ul > li.active > a {
  border: 2px solid var(--primary-color1);
  background-color: rgba(var(--white-color-opc), 0.14);
}
header.style-1 .main-menu > ul > li.active i {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active .dropdown-icon2 {
  color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li.active.menu-item-has-children > a::before {
  color: var(--white-color);
}
header.style-1 .main-menu > ul li.menu-item-has-children > i {
  display: none;
}
header.style-1 .mobile-logo-area .mobile-logo-wrap img {
  width: 130px;
}
header.style-1 .mobile-logo-area .menu-close-btn {
  height: 38px;
  width: 38px;
  border-radius: 10px;
  border: 1px solid var(--black-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}
header.style-1 .mobile-logo-area .menu-close-btn i {
  font-size: 26px;
  line-height: 1;
  color: var(--black-color);
  transition: 0.35s;
}
header.style-1 .mobile-logo-area .menu-close-btn:hover {
  background-color: var(--title-color);
}
header.style-1 .mobile-logo-area .menu-close-btn:hover i {
  color: 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: var(--white-color);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  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;
    border: unset;
  }
  header.style-1 .main-menu .btn-and-contact-area a {
    border-radius: 100px;
    padding: 15px 27px;
  }
  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: 0;
  }
  header.style-1 .main-menu > ul > li i {
    display: block;
  }
  header.style-1 .main-menu > ul > li > a {
    padding: 12px 0;
    background-color: transparent;
    display: block;
    border: unset;
    color: var(--title-color);
  }
  header.style-1 .main-menu > ul > li > a:hover {
    border: unset;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu {
    position: static;
    min-width: 200px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 0;
    padding-left: 10px;
    background-color: unset;
  }
  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 {
    color: var(--title-color);
    padding: 12px 0px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a:hover {
    color: var(--primary-color1);
    margin-left: 10px;
  }
  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 i {
    color: var(--primary-color1);
    right: -13px;
  }
  header.style-1 .main-menu > ul > li:hover > a {
    color: var(--primary-color1);
    background-color: transparent;
  }
  header.style-1 .main-menu > ul > li:hover i {
    color: var(--primary-color1);
  }
  header.style-1 .main-menu > ul > li.active > a {
    color: var(--primary-color1);
    background-color: transparent;
    border: unset;
  }
  header.style-1 .main-menu > ul > li .bi {
    top: 0;
    font-size: 20px;
    color: var(--white-color);
    line-height: 1;
  }
  header.style-1 .main-menu > ul li.menu-item-has-children > i {
    display: block;
  }
}
header.style-1 .primary-btn1 {
  justify-content: center;
  padding: 18px 29px;
}
header.style-1 .primary-btn1:hover {
  color: var(--white-color);
}

/*=====================================
  5.Home1 Banner section
========================================*/
.banner-section {
  overflow: hidden;
  position: relative;
  background-image: url(../img/banner-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 41%);
  z-index: 1;
}
@keyframes imageAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.banner-section .banner-content-wrap {
  padding: 270px 0;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-content-wrap {
    padding: 192px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section .banner-content-wrap {
    padding: 187px 0 105px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section .banner-content-wrap {
    padding: 144px 0;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-content-wrap {
    padding: 160px 40px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-content-wrap {
    padding: 140px 0 90px;
    max-width: unset;
  }
}
.banner-section .banner-content-wrap .banner-content {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section .banner-content-wrap .banner-content {
    max-width: 500px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-content-wrap .banner-content {
    max-width: 630px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section .banner-content-wrap .banner-content {
    max-width: 390px;
  }
}
.banner-section .banner-content-wrap .banner-content > img {
  margin-bottom: 20px;
}
.banner-section .banner-content-wrap .banner-content h1 {
  color: var(--white-color);
  font-family: var(--font-marcellus);
  font-weight: 400;
  font-size: 66px;
  line-height: 78px;
  margin-bottom: 30px;
}
@media (max-width: 1699px) {
  .banner-section .banner-content-wrap .banner-content h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-content-wrap .banner-content h1 {
    font-size: 56px;
  }
}
@media (max-width: 1399px) {
  .banner-section .banner-content-wrap .banner-content h1 {
    font-size: 55px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section .banner-content-wrap .banner-content h1 {
    font-size: 47px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section .banner-content-wrap .banner-content h1 {
    font-size: 36px;
    line-height: 56px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-content-wrap .banner-content h1 {
    font-size: 46px;
    line-height: 62px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-content-wrap .banner-content h1 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-content-wrap .banner-content h1 {
    font-size: 28px;
    line-height: 42px;
  }
}
.banner-section .banner-content-wrap .banner-content p {
  font-family: var(--font-dmsans);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  color: #EEEEEE;
  margin-bottom: 60px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-content-wrap .banner-content p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section .banner-content-wrap .banner-content p {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .banner-section .banner-content-wrap .banner-content p {
    font-size: 17px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .banner-section .banner-content-wrap .banner-content p {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-content-wrap .banner-content p {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-content-wrap .banner-content p {
    font-size: 15px;
  }
}
.banner-section .banner-content-wrap .banner-content .btn-group-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 576px) {
  .banner-section .banner-content-wrap .banner-content .btn-group-area {
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 25px;
  }
}
.banner-section .banner-content-wrap .banner-content .btn-group-area .primary-btn1 {
  padding: 18px 23px;
}
@media (max-width: 991px) {
  .banner-section .banner-content-wrap .banner-content .btn-group-area .primary-btn1 {
    padding: 17px 22px;
  }
}
@media (max-width: 576px) {
  .banner-section .banner-content-wrap .banner-content .btn-group-area .primary-btn1 {
    width: 100%;
    justify-content: center;
  }
}
.banner-section .banner-content-wrap .banner-content .btn-group-area .primary-btn1 span {
  background-color: var(--white-color);
}
.banner-section .banner-content-wrap .banner-content .btn-group-area .primary-btn1:hover {
  color: var(--title-color);
}
.banner-section .banner-content-wrap .banner-content .btn-group-area .primary-btn1.border-btn {
  padding: 17px 23px;
  background-color: unset;
  border: 1px solid var(--white-color);
}
.banner-section .banner-img {
  border-right: 1px solid rgba(89, 89, 89, 0.29);
  position: absolute;
  top: 100px;
  left: 0;
}
@media (max-width: 991px) {
  .banner-section .banner-img {
    display: none;
  }
}
.banner-section .banner-img .single-img {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(89, 89, 89, 0.29);
  padding: 30px 62px 30px 100px;
}
@media (max-width: 1899px) {
  .banner-section .banner-img .single-img {
    padding: 30px 30px 30px 40px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .banner-section .banner-img .single-img {
    max-width: 350px;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-section .banner-img .single-img {
    max-width: 350px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section .banner-img .single-img {
    max-width: 300px;
    width: 100%;
    padding: 10px;
  }
}
.banner-section .banner-img .single-img:nth-child(2) {
  padding-bottom: 0;
  border-bottom: none;
  padding-top: unset;
}
.banner-section .banner-img.two {
  left: unset;
  right: 0;
  border-right: unset;
  border-left: 1px solid rgba(89, 89, 89, 0.29);
}
.banner-section .banner-img.two .single-img {
  padding-right: 100px;
  padding-left: 62px;
}
@media (max-width: 1899px) {
  .banner-section .banner-img.two .single-img {
    padding-left: 30px;
    padding-right: 80px;
  }
}
@media (max-width: 1699px) {
  .banner-section .banner-img.two .single-img {
    padding-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-section .banner-img.two .single-img {
    padding: 10px;
  }
}
.banner-section .vector-img1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.banner-section .vector-img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/*=====================================
  6.Kye Feature section
========================================*/
.kye-features-section .kye-features-wrap .single-kye-features {
  background-color: #F5E0CF;
  padding: 48px 30px 0;
}
@media (max-width: 1799px) {
  .kye-features-section .kye-features-wrap .single-kye-features {
    padding: 48px 23px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .kye-features-section .kye-features-wrap .single-kye-features {
    padding: 35px 15px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kye-features-section .kye-features-wrap .single-kye-features {
    padding: 35px 23px 0;
  }
}
.kye-features-section .kye-features-wrap .single-kye-features .kye-features-content {
  margin-bottom: 30px;
}
.kye-features-section .kye-features-wrap .single-kye-features .kye-features-content h3 {
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .kye-features-section .kye-features-wrap .single-kye-features .kye-features-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .kye-features-section .kye-features-wrap .single-kye-features .kye-features-content h3 {
    font-size: 28px;
  }
}
.kye-features-section .kye-features-wrap .single-kye-features .kye-features-content p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 1799px) {
  .kye-features-section .kye-features-wrap .single-kye-features .kye-features-content p {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kye-features-section .kye-features-wrap .single-kye-features .kye-features-content p {
    font-size: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .kye-features-section .kye-features-wrap .single-kye-features .kye-features-content p {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .kye-features-section .kye-features-wrap .single-kye-features .kye-features-img img {
    width: 100%;
  }
}
.kye-features-section .kye-features-wrap .single-kye-features.two {
  background-color: #C3DDEA;
}
.kye-features-section .kye-features-wrap .single-kye-features.three {
  background-color: #CAD4CA;
}

/*=====================================
  7.Home Page Area section
========================================*/
.home-page-area {
  scroll-margin-top: 100px;
}
.home-page-area .home-page-section-card {
  padding: 0 100px;
}
@media (max-width: 1799px) {
  .home-page-area .home-page-section-card {
    padding: 0 60px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home-page-area .home-page-section-card {
    padding: 0 20px;
  }
}
@media (max-width: 1399px) {
  .home-page-area .home-page-section-card {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .home-page-area .home-page-section-card {
    padding: 0;
  }
}
.home-page-area .home-page-section-card .home-page-card .home-page-card-wrapper {
  padding: 40px;
  padding-bottom: unset;
  background-color: var(--white-color);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1399px) {
  .home-page-area .home-page-section-card .home-page-card .home-page-card-wrapper {
    padding: 30px 30px 0 30px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-section-card .home-page-card .home-page-card-wrapper {
    padding: 15px 15px 0 15px;
  }
}
.home-page-area .home-page-section-card .home-page-card .home-page-card-wrapper .home-page-card-wrap {
  position: relative;
  display: block;
  transition: all 0.5s;
}
.home-page-area .home-page-section-card .home-page-card .home-page-card-wrapper .home-page-card-wrap .hover-img img {
  box-shadow: 7px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.home-page-area .home-page-section-card .home-page-card .home-page-card-wrapper .home-page-card-wrap .hover-img .button-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  opacity: 0;
  transform: scale(0.4);
  transition: all 0.5s ease-out;
}
.home-page-area .home-page-section-card .home-page-card .home-page-card-wrapper .home-page-card-wrap .hover-img .button-group .primary-btn1 {
  padding: 18px 32px;
}
@media (max-width: 576px) {
  .home-page-area .home-page-section-card .home-page-card .home-page-card-wrapper .home-page-card-wrap .hover-img .button-group .primary-btn1 {
    padding: 15px 28px;
  }
}
.home-page-area .home-page-section-card .home-page-card .home-page-card-wrapper:hover .hover-img .button-group {
  transform: scale(1);
  opacity: 1;
}
.home-page-area .home-page-section-card .home-page-card h4 {
  margin: 20px 0 0 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page-area .home-page-section-card .home-page-card h4 {
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-section-card .home-page-card h4 {
    margin: 15px 0 0 30px;
  }
}
.home-page-area .home-page-section-card .home-page-card h4 a {
  font-family: var(--font-dmsans);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  transition: 0.35s;
  color: var(--title-color);
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .home-page-area .home-page-section-card .home-page-card h4 a {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .home-page-area .home-page-section-card .home-page-card h4 a {
    font-size: 18px;
  }
}
.home-page-area .home-page-section-card .home-page-card h4 a:hover {
  color: var(--primary-color1);
}
.home-page-area .home-page-section-card .home-page-card:hover .home-page-card-wrapper {
  background-color: #DFD5CB;
}

/*=====================================
  8.Key Feature Area section
========================================*/
.key-feature-area .feature-card {
  padding: 26px 15px;
  background-color: var(--white-color);
  text-align: center;
  transition: all 0.5s;
  border: 1px solid transparent;
}
@media (min-width: 576px) and (max-width: 767px) {
  .key-feature-area .feature-card {
    padding: 26px 12px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .key-feature-area .feature-card .icon img {
    width: 50px;
  }
}
.key-feature-area .feature-card h6 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .key-feature-area .feature-card h6 {
    font-size: 14px;
  }
}
.key-feature-area .feature-card:hover {
  border: 1px solid var(--primary-color1);
}

/*=====================================
  9.Highlighted section
========================================*/
.highlighted-section h2 {
  font-family: var(--font-marcellus);
  font-weight: 400;
  font-size: 64px;
  line-height: 75px;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .highlighted-section h2 {
    font-size: 54px;
    line-height: 65px;
  }
}
@media (max-width: 1199px) {
  .highlighted-section h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .highlighted-section h2 {
    font-size: 44px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .highlighted-section h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 576px) {
  .highlighted-section h2 {
    font-size: 27px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}
.highlighted-section h2 a {
  color: var(--title-color);
  text-decoration: underline;
}
.highlighted-section .btn-grp {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .highlighted-section .btn-grp {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .highlighted-section .btn-grp {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.highlighted-section .btn-grp .primary-btn1 {
  padding: 19px 25px;
  max-width: 182px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 991px) {
  .highlighted-section .btn-grp .primary-btn1 {
    padding: 16px 25px;
  }
}
@media (max-width: 767px) {
  .highlighted-section .btn-grp .primary-btn1 {
    max-width: unset;
  }
}
.highlighted-section .btn-grp .btn-two {
  border: 1px solid var(--black-color);
  background-color: unset;
  color: var(--title-color);
}
.highlighted-section .btn-grp .btn-two:hover {
  color: var(--white-color);
}

/*=====================================
  10.Responsive Section
========================================*/
.responsive-section {
  background-color: #372A1B;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .responsive-section {
    padding: 70px 0;
  }
}
.responsive-section .single-responsive {
  max-width: 145px;
  width: 100%;
}
.responsive-section .single-responsive .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.responsive-section .single-responsive .icon svg {
  fill: var(--white-color);
}
.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: 700;
  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: 700;
  line-height: 22px;
  letter-spacing: 0.26px;
}

/*=====================================
  11.Inner Page Section
========================================*/
.inner-page-section {
  background-color: #372A1B;
  padding-bottom: 80px;
  position: relative;
  z-index: 5;
  scroll-margin-top: 92px;
}
@media (max-width: 767px) {
  .inner-page-section {
    margin-bottom: 70px;
  }
}
.inner-page-section .inner-page-wrap {
  padding: 0 100px;
}
@media (max-width: 1399px) {
  .inner-page-section .inner-page-wrap {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .inner-page-section .inner-page-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .inner-page-section .inner-page-wrap {
    padding: 0 10px;
  }
}
.inner-page-section .inner-page-wrap .marquee {
  display: flex;
  gap: 30px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: -170px;
}
@media (max-width: 1199px) {
  .inner-page-section .inner-page-wrap .marquee {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .inner-page-section .inner-page-wrap .marquee {
    margin-top: -110px;
  }
}
@media (max-width: 576px) {
  .inner-page-section .inner-page-wrap .marquee {
    margin-top: unset;
  }
}
.inner-page-section .inner-page-wrap .marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: end;
  justify-content: space-around;
  gap: 30px;
  animation: scroll-x 30s linear infinite;
}
@media (max-width: 1199px) {
  .inner-page-section .inner-page-wrap .marquee .marquee__group {
    gap: 20px;
  }
}
.inner-page-section .inner-page-wrap .marquee .marquee__group .inner-page-img img {
  padding: 20px;
  background-color: #423220;
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.inner-page-section .inner-page-vector {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: -1;
}

.section-title-and-dash-para {
  background-image: url(../img/dash-para-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 55px;
  min-height: 661px;
}
@media (max-width: 1399px) {
  .section-title-and-dash-para {
    padding: 60px 40px;
  }
}
@media (max-width: 991px) {
  .section-title-and-dash-para {
    min-height: 530px;
  }
}
@media (max-width: 767px) {
  .section-title-and-dash-para {
    min-height: 510px;
  }
}
@media (max-width: 576px) {
  .section-title-and-dash-para {
    min-height: unset;
  }
}
.section-title-and-dash-para .dash-and-paragraph {
  max-width: 487px;
  width: 100%;
  align-items: flex-start;
  display: flex;
  gap: 22px;
}
.section-title-and-dash-para .dash-and-paragraph svg {
  fill: var(--text-color);
}
@media (max-width: 767px) {
  .section-title-and-dash-para .dash-and-paragraph svg {
    display: none;
    visibility: hidden;
  }
}
.section-title-and-dash-para .dash-and-paragraph .featurs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-title-and-dash-para .dash-and-paragraph .featurs li {
  display: flex;
  gap: 10px;
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .section-title-and-dash-para .dash-and-paragraph .featurs li {
    margin-bottom: 10px;
  }
}
.section-title-and-dash-para .dash-and-paragraph .featurs li:last-child {
  margin-bottom: 0;
}
.section-title-and-dash-para .dash-and-paragraph .featurs li svg {
  min-width: 20px;
  max-width: 20px;
  fill: var(--white-color);
  margin-top: 4px;
}
@media (max-width: 991px) {
  .section-title-and-dash-para .dash-and-paragraph .featurs li svg {
    display: block;
    visibility: visible;
  }
}
.section-title-and-dash-para.two {
  min-height: 466px;
}
@media (max-width: 767px) {
  .section-title-and-dash-para.two {
    min-height: 390px;
  }
}

/*=====================================
  12.Powerfull Feature Section
========================================*/
.most-powerfull-feature {
  scroll-margin-top: 120px;
}
.most-powerfull-feature .powerfull-feature-wrap {
  padding: 0 12%;
}
@media (max-width: 1899px) {
  .most-powerfull-feature .powerfull-feature-wrap {
    padding: 0 6%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .most-powerfull-feature .powerfull-feature-wrap {
    padding: 0 4%;
  }
}
@media (max-width: 1399px) {
  .most-powerfull-feature .powerfull-feature-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .most-powerfull-feature .powerfull-feature-wrap {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .most-powerfull-feature .powerfull-feature-wrap {
    padding: 0;
  }
}
.most-powerfull-feature .powerfull-feature-wrap .powerfull-feature-card {
  padding: 30px;
  padding-bottom: 0;
  background-color: var(--white-color);
  border: 1px solid #DFDFDF;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .most-powerfull-feature .powerfull-feature-wrap .powerfull-feature-card {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 1399px) {
  .most-powerfull-feature .powerfull-feature-wrap .powerfull-feature-card {
    padding: 20px 20px 0 20px;
  }
}
.most-powerfull-feature .powerfull-feature-wrap .powerfull-feature-card .powerfull-card-content {
  margin-bottom: 30px;
}
.most-powerfull-feature .powerfull-feature-wrap .powerfull-feature-card .powerfull-card-content h5 {
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .most-powerfull-feature .powerfull-feature-wrap .powerfull-feature-card .powerfull-card-content h5 {
    font-size: 20px;
    margin-bottom: 7px;
  }
}
@media (max-width: 576px) {
  .most-powerfull-feature .powerfull-feature-wrap .powerfull-feature-card .powerfull-card-content h5 {
    font-size: 18px;
  }
}
.most-powerfull-feature .powerfull-feature-wrap .powerfull-feature-card .powerfull-card-content p {
  color: var(--text-color);
  margin-bottom: 0;
  font-family: var(--font-dmsans);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .most-powerfull-feature .powerfull-feature-wrap .powerfull-feature-card .powerfull-card-content p {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .most-powerfull-feature .powerfull-feature-wrap .powerfull-feature-card .powerfull-card-content p {
    font-size: 15px;
    line-height: 27px;
  }
}
.most-powerfull-feature .powerfull-feature-wrap .powerfull-feature-card img {
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 7px 0px 30px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
}

/*=====================================
  13.Room Layout Section
========================================*/
.room-layout-section {
  background-color: #372A1B;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .room-layout-section {
    padding-bottom: 70px;
  }
}
.room-layout-section .room-layout-slider-wrap {
  padding: 0 7% 0 14%;
}
@media (max-width: 1699px) {
  .room-layout-section .room-layout-slider-wrap {
    padding: 0 5%;
  }
}
@media (max-width: 1199px) {
  .room-layout-section .room-layout-slider-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .room-layout-section .room-layout-slider-wrap {
    padding: 0 10px;
  }
}
.room-layout-section .room-layout-slider-wrap .left-slider {
  margin-top: -40px;
}
.room-layout-section .room-layout-slider-wrap .right-slider {
  margin-top: -250px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .room-layout-section .room-layout-slider-wrap .right-slider {
    margin-top: -190px;
  }
}
@media (max-width: 1399px) {
  .room-layout-section .room-layout-slider-wrap .right-slider {
    margin-top: -170px;
  }
}
@media (max-width: 1199px) {
  .room-layout-section .room-layout-slider-wrap .right-slider {
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .room-layout-section .room-layout-slider-wrap .right-slider {
    margin-top: unset;
  }
}
.room-layout-section .room-layout-vector {
  position: absolute;
  left: 56%;
  top: 70px;
}
@media (max-width: 1199px) {
  .room-layout-section .room-layout-vector {
    left: 77%;
  }
}
@media (max-width: 576px) {
  .room-layout-section .room-layout-vector {
    display: none;
  }
}
.room-layout-section .room-layout-vector2 {
  position: absolute;
  right: 110px;
  bottom: 0;
}
@media (max-width: 1699px) {
  .room-layout-section .room-layout-vector2 {
    right: 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .room-layout-section .room-layout-vector2 {
    width: 600px;
  }
}
@media (max-width: 1399px) {
  .room-layout-section .room-layout-vector2 {
    width: 550px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .room-layout-section .room-layout-vector2 {
    display: none;
  }
}

.img-wrap-slider-img img {
  padding: 25px 30px;
  background-color: #423220;
}
@media (max-width: 1199px) {
  .img-wrap-slider-img img {
    padding: 20px;
  }
}

/*=====================================
  14.Footer Section
========================================*/
.footer-section {
  background-image: url(../img/footer-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-section .footer-content {
  padding: 90px 0 106px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-section .footer-content {
    padding: 80px 0 90px 0;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-content {
    padding: 70px 0 80px 0;
  }
}
.footer-section .footer-content h2 {
  color: var(--white-color);
  font-family: var(--font-marcellus);
  font-weight: 400;
  font-size: 70px;
  line-height: 90px;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .footer-section .footer-content h2 {
    font-size: 65px;
    line-height: 85px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1399px) {
  .footer-section .footer-content h2 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .footer-section .footer-content h2 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-content h2 {
    font-size: 42px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-content h2 {
    font-size: 30px;
    line-height: 47px;
  }
}
.footer-section .footer-content .primary-btn1 {
  padding: 20px;
  max-width: 205px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer-section .footer-content .primary-btn1 {
    max-width: 185px;
  }
}
.footer-section .footer-content .primary-btn1 span {
  background-color: var(--white-color);
}
.footer-section .footer-content .primary-btn1:hover {
  color: var(--title-color);
}
.footer-section .footer-bottom {
  border-top: 1px solid rgba(var(--white-color-opc), 0.25);
}
.footer-section .footer-bottom .footer-bottom-wrap {
  padding: 28px 0;
  display: flex;
  justify-content: center;
  gap: 7px;
}
@media (max-width: 576px) {
  .footer-section .footer-bottom .footer-bottom-wrap {
    padding: 20px 0;
  }
}
.footer-section .footer-bottom .footer-bottom-wrap p {
  color: #D3D3D3;
  font-family: var(--font-dmsans);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  align-items: start;
  gap: 7px;
}
@media (max-width: 576px) {
  .footer-section .footer-bottom .footer-bottom-wrap p {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-section .footer-bottom .footer-bottom-wrap p a {
  font-weight: 500;
  color: var(--white-color);
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: right 90%;
  transition: background-size 0.75s;
}
.footer-section .footer-bottom .footer-bottom-wrap p a:hover {
  background-size: 100% 1px;
  background-position: 0% 100%;
}/*# sourceMappingURL=style.css.map */