/**************************************
                General
**************************************/
:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  scroll-padding: 65px;
}
html::-webkit-scrollbar{
  width: 6px;
  background-color: #D4B376;
}
html::-webkit-scrollbar-thumb{
  background-color: #101938;
  border-radius: 50rem;
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-scrolling iframe {
  pointer-events: auto;
}
a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
}

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

body {
  color: #252525;
  font-family: "Century Gothic Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 161.111%;
}

a,
a:hover,
a:focus {

  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

main {
  overflow: clip;
  z-index: 1;
  position: relative;
}

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

.mb-50{
  margin-bottom: 50px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-80{
  margin-bottom: 80px;
}
.mx-auto{
  margin-inline: auto;
}
/* .container-fluid {
  padding: 0 50px;
} */

/* Popup */
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 999999;
  opacity: 0;
  transform: translateY(10px);
  z-index: -1;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.popup.show {
  opacity: 1;
  transform: translateY(0px);
  z-index: 999999;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, transform 0.5s ease;
  -ms-transition: opacity 0.5s ease, transform 0.5s ease;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
}

.popup .popup__content {
  width: 50%;
  padding: 0px;
  background: white;
  color: black;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  overflow: hidden;
  z-index: 99999;
}

.popup .popup__content .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
  display: block;
  width: 40px;
  height: 40px;
  opacity: 1;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50% 5px 50% 50%;
  flex-direction: column;
  gap: 5px;
  background-color: #FFF;
  transition: all .5s;
  z-index: 9;
}

.popup .popup__content .close:hover {
  background-color: #D4B376;
}

.popup .popup__content .close:hover span {
  background-color: #FFF;
}

.popup .popup__content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #000;
}

.popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}

.left {
  display: flex;
  align-items: center;
  justify-content: center;
  background:linear-gradient( to top,  #D4B376 0%, rgba(212, 179, 118, 0.8) 20%,  rgba(255, 255, 255, 0.6) 40%,  rgba(255, 255, 255, 0) 75%), url("../img/about-img.webp");;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.right {
  padding: 30px;
  text-align: left;
  background: url(../img/why-choose-bg.webp) no-repeat;
  background-size: cover;
}

/**************************************
                Helper Class
**************************************/
.btn-group{
  display: flex;
  align-items: center;
  gap: 10px;
}
.text-center{
  text-align: center;
}
.fixed-btn {
  position: fixed;
  top: 30%;
  right: 60px;
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: 0.5s;
}
.fixed-contact{
  position: fixed;
  right: 5px;
  bottom: 15%;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fixed-call-btn{
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D4C6AB;
  border-radius: 50%;
  &:hover{
    transform: translateX(-5px);
  }
}
.wp{
  &:hover{
    transform: translateX(-5px);
  }
}
.enq-btn {
  color: #000;
  font-family: "Century Gothic Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  display: flex;
  align-items: center;
  background: #D4B376;
  padding: 25px 12px;
  transform-origin: right center;
  transition: 0.8s;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: relative;
}
.enq-btn:after, .enq-btn::before{
  content: '';
  position: absolute;
  z-index: -1;
  background: #101938;
  inset: 0;
  scale: 1 0;
  transition: scale 450ms;
  transform-origin: top;
}
.enq-btn:hover {
  color: #fff;
}
.enq-btn:hover::after,
.enq-btn:focus-visible::after {
  scale: 1 1;
  transform-origin: right;
}
p {
  color: #252525;
  font-family: "Century Gothic Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 161.111%;
}
.section-title{
  color: #0F0F0F;
  font-family: "Domaine Display Narrow Regular";
  font-size: 78px;
  font-style: normal;
  font-weight: normal;
  line-height: 101.282%;
  margin-bottom: 20px;
}
.section-sub{
  color: #000;
  font-family: "Century Gothic Bold";
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 131.818%;
  margin-bottom: 10px;
}
.sub-dec{
  color: #000;
  font-family: "Century Gothic Regular";
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
}
.primary-btn {
  border-radius: 4px;
  background-color: #D4B376;
  padding: 10px 48px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  display: inline-block;
  position: relative;
  overflow: clip;
  font-family: "Century Gothic Bold";
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 2;
  border: 1px solid rgb(247, 190, 81);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  clip-path: polygon( 10.024% 0%,92.036% 0%,100% 50%,92.036% 100%,10.024% 100%,0% 50%,10.024% 0% );
}
.primary-btn span{
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  rotate: -45deg;
  left: 8px;
  transition: 0.5s;
}
.primary-btn{
  span:nth-child(2){
    left: unset;
    right: 10px;
    rotate: 133deg;
  }
}
.primary-btn:after,
.primary-btn::before {
  content: '';
  content: '';
  position: absolute;
  z-index: -1;
  background: #101938;
  inset: 0;
  scale: 1 0;
  transition: scale 450ms;
  transform-origin: top;
}
.primary-btn:hover {
  color: #fff;
  span{
    scale: 1.2;
    border-color: #FFF;
  }
}
.primary-btn:hover::after,
.primary-btn:focus-visible::after {
  scale: 1 1;
  transform-origin: right;
}
.secondary-btn{
  background: #FFF;
}
.title{
  font-size: 36px;
  font-family: "Domaine Display Narrow Regular";
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  margin-bottom: 20px;
  color: #FFF;
  text-transform: uppercase;
}
.form-control{
  width: 100%;
  font-size: 17px;
  padding: 17px 20px;
  background-color: #F9F3E8;
  border: 0;
  border-radius: 5px;
  outline: none;
  color: #000;
}
.form-control::placeholder{
  color: #a3a3a3;
}
input.primary-btn {
  border: 0;
  padding-inline: 35px;
}
input.primary-btn:hover{
  background: #FFF;
  color: #101938;
}
/**************************************
         Animation
**************************************/
/* Keyframes */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}
@keyframes spin {
    0%{
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/* Animations */
[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}

/* Disable animation of the children */
.animations-disabled,
.animations-disabled [data-animation] {
    animation: none !important;
    opacity: 1 !important;
}

/* Slide Animations */
.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInLeft;
}

.slideInRight {
    animation-name: slideInRight;
}

/* Fade Animations */
.fadeIn {
    animation-name: fadeIn;
}

/* Zoom Animations */
.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}

/* Flip Animations */
.flipInY {
  animation-name: flipInY;
}

.flipOutY {
  animation-name: flipInY;
  animation-direction: reverse;
}

@media (prefers-reduced-motion: no-preference) {
  @view-transition {
      navigation: auto;
  }
}
::view-transition-group(*) {
  animation-duration: 2s;
}
/*******************************
	Menu
*******************************/
.header-area {
  position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
    background: linear-gradient(to bottom, #000000b8, #0000009e, transparent);
    padding-top: 25px;
    padding-bottom: 15px;
    transition: all .5s;
}
.flex-box{
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 22px;
  p{
    margin-bottom: 0;
    font-size: 20px;
    a{
      display: flex;
      align-items: center;
      gap: 6px;
      color: #FFF;
      transition: 0.4s;
      img{
        transition: 0.5s;
      }
    }
  }
  p a:hover{
    color: #D4B376;
    img{
      filter: brightness(0) saturate(100%) invert(73%) sepia(40%) saturate(370%) hue-rotate(0deg) brightness(93%) contrast(89%);
    }
  }
}
.call-email{
  justify-content: end;
  p{
    font-family: "Century Gothic Bold";
  }
}
.top-contact{
  position: relative;
  z-index: 5;
}
.header-area.sticky {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation: slideDown 0.35s ease-out;
  background: #EBE1CE;
  .flex-box{
    p, p a{
      color: #252525;
      img{
        filter: brightness(0) saturate(100%) invert(14%) sepia(5%) saturate(0%) hue-rotate(58deg) brightness(95%) contrast(91%);
      }
    }
    p a:hover{
      color: #e9a240;
      img{
        filter: brightness(0) saturate(100%) invert(72%) sepia(49%) saturate(731%) hue-rotate(338deg) brightness(97%) contrast(87%);
      }
    }
  }
  #menu>.main-menu>ul>li>a{
    color: #252525;
  }
  #menu>.main-menu>ul>li>a::before {
    background: #252525;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.form-group {
  position: relative;
}


.sticky .logo img {
  transition: all .5s;
}

.logo img {
  transition: all .5s;
  position: relative;
  z-index: 1;
  transform: translateX(4px);
}

.logo {
  position: relative;
  text-align: center;
  margin-bottom: -80px;
  margin-top: -40px;
}

nav {
  position: relative;
  margin: 0 auto
}

#menu,
#menu .main-menu ul,
#menu .main-menu ul li,
#menu .main-menu ul li a,
#menu #head-mobile {
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#menu #head-mobile {
  display: none
}

#menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#menu>.main-menu>ul>li {
  float: left;
  padding-block: 0px;
}

#menu>.main-menu>ul>li>a {
  padding-block: 14px;
  text-decoration: none;
  line-height: inherit;
  color: #FFF;
  font-size: 18px;
  font-family: "Century Gothic Regular";
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  margin-right: 30px;
  text-transform: uppercase;
}
#menu>.main-menu>ul>li:last-child>a{
  border-right: 0;
  margin-right: 0px;
  padding-right: 0px;
}

#menu>.main-menu>ul>li:last-child>a::after{
  height: 0;
}

#menu>.main-menu>ul>li.has-sub>a::before {}

#menu>.main-menu>ul>li:hover,
#menu .main-menu ul li.current-menu-item:hover,
#menu .main-menu ul li.current-menu-item,
#menu .main-menu ul li.has-sub.current-menu-item:hover {
  background: #e9cba400 !important;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease
}

#menu>.main-menu>ul>li.has-sub>a {}

#menu>.main-menu>ul>li.has-sub>a::before {
  top: 16px;
  right: 14px;
  content: '';
  transition: all .4s;
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2a2a2a;
  border-left: 1px solid #2a2a2a;
  transform: rotate(-135deg);
}

#menu>.main-menu>ul>li.has-sub:hover>a::before,
#menu>.main-menu>ul>li.has-sub.current-menu-item>a::before {
  border-top-color: rgb(247, 190, 81);
  border-left-color:rgb(247, 190, 81);
}

#menu>.main-menu>ul>li>a::before {
  content: '';
  transition: 0.5s;
  width: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  background: #D4C6AB;
}
#menu > .main-menu > ul > li:hover > a, #menu .main-menu ul li.current-menu-item a {
  &::before {
    width: 100%;
  }
}
#menu .main-menu ul ul {
  position: absolute;
  left: -9999px;
  box-shadow: 0px 12px 10px 0px #1313134f;
  width: 160px;
  padding-left: 0;
}

#menu .main-menu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  background: #ffffff;
  transition: all .25s ease
}

#menu ul ul li:hover {}

#menu li:hover>ul {
  left: auto
}

#menu li:hover>ul>li {
  height: 50px;
}

#menu ul ul ul {
  margin-left: 100%;
  top: 0
}

#menu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 15px 15px;
  width: auto;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: rgb(13, 13, 13);
  font-weight: 600;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
}

#menu .main-menu ul ul li:last-child>a,
#menu .main-menu ul ul li.last-item>a {
  border-bottom: 0
}

#menu .main-menu ul ul li:hover>a,
#menu .main-menu ul ul li a:hover {
  color: #fff;
  background-color: rgb(13, 13, 13);
}

#menu .main-menu ul ul li.has-sub>a:after {
  position: absolute;
  top: 13px;
  right: 11px;
  width: 8px;
  height: 8px;
  display: block;
  content: '';
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
  transition: all .4s;
}


#menu .main-menu ul ul li.has-sub:hover,
#menu .main-menu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636
}

#menu ul ul ul li.active a {
  border-left: 1px solid #333
}

#menu>.main-menu>ul>li.has-sub>ul>li.active>a,
#menu .main-menu>ul ul>li.has-sub>ul>li.active>a {
  border-top: 1px solid #333
}

#menu .main-menu ul li.current-menu-item ul li a {
  color: #000;
}

#menu .main-menu ul li.current-menu-item ul li a:hover {
  color: #ffffff;
}

@keyframes jump {
  33% {
    text-shadow: 0 6px #f63d40, 0 10px #0a6dd3;
   
  }
  50% {
    transform: translate(0, 0) rotate(0deg);
    text-shadow: 0 0px #0a6dd3, 0 0px #0a6dd3;
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg);
}
  66.67% {
    text-shadow: 0 -6px #f63d40, 0 -10px #0a6dd3;
    
}
}


@media screen and (max-width:992px) {
  #menu .main-menu ul li.current-menu-item ul li a {
    color: #ffffff;
  }

  nav {
    width: 100%
  }

  #menu {
    width: 100%
  }

  #menu ul {
    width: 100%;
    display: none;
    padding-inline: 30px;
  }
  #menu .main-menu ul:nth-child(1) {
    margin-top: 100px;
  }
  #menu .main-menu {
    width: 50%;
    position: fixed;
    height: 100dvh !important;
    background: #101938;
    transform: translateX(100%);
    transition: all .4s;
    top: 0;
    right: 0;
    border-left: 2px solid #D4C6AB;
  }

  #menu .main-menu.open {
    transform: translateX(0%);
  }

  #menu .main-menu ul li {
    width: 100%;
    border-bottom: 1px solid #444;
  }

  #menu .main-menu ul li:hover {
    background: #363636;
  }

  #menu .main-menu ul ul li,
  #menu li:hover>ul>li {
    height: auto;
  }

  #menu .main-menu ul li a,
  #menu .main-menu ul ul li a {
    width: 100%;
    border-bottom: 0;
    color: #ffffff;
  }

  #menu>.main-menu>ul>li {
    float: none
  }

  #menu ul ul li a {
    padding-left: 25px
  }

  #menu ul ul li {
    background: #1b268600 !important
  }

  #menu ul ul li:hover {
    background: #d84514 !important
  }

  #menu ul ul ul li a {
    padding-left: 35px
  }

  #menu ul ul li a {
    color: #ddd;
    background: none
  }

  #menu ul ul li:hover>a,
  #menu ul ul li.active>a {
    color: #fff
  }

  #menu .main-menu ul ul {
    box-shadow: none;
  }

  #menu .main-menu ul ul,
  #menu .main-menu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    top: 0;
    transform: unset;
    height: auto;
  }

  #menu .main-menu ul ul.open {
    transform: unset;
  }

  #menu>ul>li.has-sub>a:after,
  #menu>ul>li.has-sub>a:before,
  #menu ul ul>li.has-sub>a:after,
  #menu ul ul>li.has-sub>a:before {
    display: none
  }

  #menu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700
  }

  .hamburger {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    z-index: 12399994;
  }

  .hamburger:after {
    position: absolute;
    top: 24px;
    right: 10px;
    display: block;
    height: 14px;
    width: 35px;
    border-top: 2px solid #D4B376;
    border-bottom: 2px solid #D4B376;
    content: '';
  }

  .hamburger:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    height: 2px;
    width: 35px;
    background: #D4B376;
    content: '';
  }

  .hamburger.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 35px;
    background: #D4B376;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .hamburger.menu-opened:before {
    top: 23px;
    background: #D4B376;
    width: 35px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  #menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 50px;
    width: 60px;
    cursor: pointer
  }

  #menu .submenu-button.submenu-opened {
    background: #1b268600;
  }

  #menu ul ul .submenu-button {
    height: 34px;
    width: 40px
  }

  #menu .submenu-button:after {
    position: absolute;
    top: 16px;
    right: 22px;
    width: 14px;
    height: 14px;
    display: block;
    content: '';
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: all .4s;
  }

  #menu ul ul .submenu-button:after {
    top: 11px;
    right: 19px;
  }

  #menu ul ul .submenu-button.submenu-opened:after {
    top: 16px;
  }

  #menu .submenu-button.submenu-opened:after {
    transform: rotate(-135deg);
    top: 24px;
  }


  #menu ul ul .submenu-button:before {
    top: 12px;
    right: 16px
  }

  #menu .submenu-button.submenu-opened:before {
    display: none
  }

  #menu ul ul ul li.active a {
    border-left: none
  }

  #menu>ul>li.has-sub>ul>li.active>a,
  #menu>ul ul>li.has-sub>ul>li.active>a {
    border-top: none
  }
}

.menu-info {
  display: none;
}

.sec-gap {
  padding: 80px 0;
}

.img-cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*******************************
	Hero
*******************************/
.banner {
  position: relative;
  .img-cover{
    margin-bottom: 28px;
  }
  &::before{
    position: absolute;
    content: '';
    height: 96%;
    inset: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.00) 0%, rgba(102, 102, 102, 0.80) 100%);
  }
  &::after{
    position: absolute;
    content: '';
    inset: 0;
    background: #101938;
    clip-path: polygon( 0% 0%,100% 0%,100% 90.632%,50% 100%,0% 90.73%,0% 0% );
    z-index: -1;
  }
  .container{
    position: absolute;
    inset: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
  }
}
.banner-content{
  h1{
    color: #FFF;
    font-family: "Domaine Display Narrow Regular";
    font-size: 80px;
    font-style: normal;
    font-weight: normal;
    line-height: 118.75%;
    margin-bottom: 25px;
  }
}
/***** About *****/
.about-us{
  position: relative;
}
.sidebar{
  position: absolute;
  width: 28px;
  height: 397px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #EBE1CE;
}
.about-content{
  ul{
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    li{
      color: #D0A85D;
      font-family: "Century Gothic Bold";
      font-size: 18px;
      font-style: normal;
      font-weight: normal;
      line-height: 205.556%;
    }
  }
}
.about-content-padd-lft{
  padding-left: 20px;
  padding-top: 5px;
  position: relative;
  &::before{
    position: absolute;
    content: '';
    width: 4px;
    height: 80px;
    background: #D4B376;
    left: 0;
    top: 0;
  }
}
.about-img{
  padding-right: 40px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  &::after{
    position: absolute;
    content: '';
    width: 100px;
    height: 80%;
    background: #F6EFE1;
    right: -50px;
    bottom: 60px;
    z-index: -1;
  }
}

/***** Mission Vision *****/
.miss-vis{
  .col{
    position: relative;
    img{
      width: 100%;
      height: 100%;
    }
  }
}
.miss-vis-box{
  /* background: url(../img/mission-bg.webp) no-repeat; */
  position: absolute;
  inset: 0;
  /* background-size: cover; */
  /* clip-path: polygon( 100% 6.938%,100% 88.401%,50% 100%,0% 88.401%,0% 6.938%,50% 0%,100% 6.938% ); */
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  .section-title{
    font-size: 40px;
  }
}
/***** Services *****/
.service-box{
  position: relative;
  height: 389px;
  .img-cover{
    margin-bottom: -5px;
  }
  &:hover{
    .service-title{
      opacity: 0;
      z-index: -1;
    }
    .service-box-content{
      opacity: 1;
      scale: 1 1;
    }
  }
}
.card-title{
  color: #FFF;
  font-family: "Century Gothic Bold";
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  line-height: 119.231%;
  margin-bottom: 12px;
  transition: 0.6s;
}
.service-box-content{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  inset: 5px;
  text-align: center;
  padding: 10px;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.53);
  opacity: 0;
  transition: 0.6s;
  scale: 0.8 0.8;
  h4{
    color: #FFF;
    font-family: "Century Gothic Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 100.5%;
    padding: 14px;
    background: #000000a3;
    margin-bottom: 12px;
  }
  p{
    font-family: "Century Gothic Bold";
    color: #FFF;
    line-height: 138.889%;
  }
  .btn-group{
    justify-content: center;
    gap: 8px;
    width: 100%;
  }
  .primary-btn{
    width: 50%;
    padding: 9px 10px;
  }
}
.service-title{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  background: #00000079;
  padding: 18px 25px;
  margin-bottom: 0;
  transition: 0.6s;
  z-index: 1;
  height: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/***** Why Choose *****/
.why-choose-us{
  background: url(../img/why-choose-bg.webp) no-repeat;
  background-size: cover;
  margin-inline: 100px;
  margin-bottom: 80px;
  .section-title, .sub-dec, p{
    color: #FFF;
  }
  p{
    font-family: "Century Gothic Bold";
    line-height: 138.889%;
  }
}
.why-choose-card{
  height: 100%;
  transition: 0.5s;
  img{
    transition: 0.5s;
  }
  &:hover{
    scale: 1.1;
    img{
      transform: rotateY(180deg);
    }
  }
}
/***** How It *****/
.how-it{
  background: url(../img/how-it-bg.webp) no-repeat;
  background-size: cover;
  position: relative;
  .section-title{
    margin-bottom: 0;
  }
  .sidebar{
    left: unset;
    right: 0;
  }
}
.how-it-img{
  position: relative;
  display: none;
  padding-right: 40px;
  padding-bottom: 30px;
}
.how-it-img.active {
  display: block;
}
.how-it-img-small{
  position: absolute;
  bottom: 0;
  right: 0;
}
.how-it-icon{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #101938;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D4B376;
  outline: 3px solid #101938;
  opacity: 0;
  transition: 0.5s;
}
.how-it-card{
  border-radius: 10px;
  position: relative;
  padding-left: 80px;
  z-index: 1;
  margin-bottom: 10px;
  transition: 0.6s;
  cursor: pointer;
  &::after{
    position: absolute;
    content: '';
    background: #D4C6AB;
    box-shadow: 0 14px 34px 0 rgba(0, 0, 0, 0);
    border-radius: 10px;
    width: 95%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
  }
  h3{
    position: relative;
    color: #000;
    font-family: "Century Gothic Bold";
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: 430.0%;
    padding-left: 15px;
    &::before{
      position: absolute;
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #101938;
      border: 2px solid #1019381e;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
    }
  }
}
.how-it-card:hover,
.how-it-card.active{
  &::after{
    opacity: 1;
    box-shadow: 0 14px 34px 0 rgba(0, 0, 0, 0.10);
  }
  .how-it-icon{
    opacity: 1;
  }
}
.timeline{
  position: relative;
  &::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 75%;
    border: 1px dashed #00000085;
    bottom: 15px;
    left: 82px;
    z-index: 1;
  }
}
/***** Our Works *****/
.our-works{
  background: #F9F7F3;
  padding-bottom: 190px
}
.our-works-box{
  display: block;
  position: relative;
  height: 578px;
  span{
    position: absolute;
    inset: 0;
    opacity: 0;
    scale: 0.7 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.30);
    transition: 0.5s;
  }
  &:hover{
    span{
      opacity: 1;
      scale: 1 1;
    }
  }
}
.our-works-slider{
  .slick-slide{
    margin: 0 -20px;
  }
  .slick-list{
    margin: 0 -10px;
  }
  .item{
    transition: 0.6s;
  }
  .item.slick-slide {
    transform: scale(0.7) translate(105px);
  }

  .item.slick-slide.slick-center + .slick-slide {
    transform: scale(0.8);
    position: relative;
    z-index: 10;
  }

  .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: scale(0.7) translate(-105px);
    position: relative;
    z-index: 5;
  }

  .item.slick-slide.slick-active {
    transform: scale(0.8);
  }

  .item.slick-slide.slick-center {
    transform: scale(1);
    position: relative;
    z-index: 30;
  }
  .slick-arrow{
    bottom: -130px;
    z-index: 9;
    left: 47%;
    transform: translateX(-50%);
    border: none;
    &::before{
      width: 70%;
    }
  }
  .slick-next{
    left: 53%;
  }

}

/****** Areas *****/
.areas{
  padding-left: 16%;
  position: relative;
}
.area-box{
  position: relative;
  &::after{
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(0deg, #000 0%, rgba(102, 102, 102, 0.00) 68.94%);
  }
  h3{
    color: #FFF;
    font-family: "Century Gothic Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 104.167%;
    z-index: 2;
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
  img{
    margin-bottom: -3px;
  }
}
.slick-arrow{
  position: absolute;
  left: -110px;
  top: unset;
  bottom: -40px;
  width: 80px;
  height: 80px;
  background: transparent;
  border: 1px solid #A9A9A9;
  border-radius: 50%;
  transition: 0.5s;
}
.slick-arrow::before{
  position: absolute;
  content: '';
  width: 40%;
  height: 40%;
  background: url(../img/slider-arrow.webp) no-repeat;
  background-size: contain;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.slick-arrow:hover,
.slick-arrow:focus{
  border-color: #D4B376;
  &::before{
    filter: brightness(0) saturate(100%) invert(73%) sepia(40%) saturate(370%) hue-rotate(0deg) brightness(93%) contrast(89%);
  }
}
.slick-next{
  bottom: 55px;
  &::before{
    transform: translate(-50%, -50%) rotateY(-180deg);
  }
}
.slick-slide{
  margin: 0 10px;
}
.slick-list{
  margin: 0 -10px;
}

/***** Testimonial *****/
.testimonial{
  background-image: url(../img/client-testi-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  .section-title, .sub-dec{
    color: #FFF;
  }
}
.testi-box{
  background: #FFF;
  padding: 25px;
  h5{
    color: #000;
    font-family: "Century Gothic Regular";
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
  }
}
.testi-text{
  font-size: 17px;
  line-height: 164.706%;
}
.coma{
  margin-bottom: 15px;
}
.rating{
  color: #D4B376;
  margin-bottom: 0;
}
.user-name{
  color: #000;
  font-family: "Century Gothic Bold";
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  line-height: 164.706%;
}
.slick-dots{
  bottom: -50px;
  li{
    transition: 0.5s;
    button{
      width: 7px;
      height: 7px;
      background: #D0D0D0;
      border-radius: 50%;
      transition: 0.6s;
      &::before{
        display: none;
      }
    }
  }
  .slick-active{
    button{
      scale: 1.2;
      background: #D4B376;
    }
  }
}
/******* Faq ******/
.faq{
  position: relative;
  .sidebar{
    left: unset;
    right: 0;
  }
}
.accordion__item {
  margin: 15px auto;
  transition: .5s;
  border-bottom: 1px solid #000;
}
.accordion__item:hover {
  transform: translateY(-5px)
}
.accordion__item .accordion__title {
  position: relative;
  display: block;
  padding: 20px 90px 20px 0px;
  margin-bottom: 0;
  font-family: "Century Gothic Bold";
  font-size: 18px;
  text-decoration: none;
  line-height: 138.889%;
  color: #000;
  border-radius: 3px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer;
  font-weight: normal;
}

/* .accordion__title::after {
    content: '';
    background-image: url(../img/faq-arrow.webp);
    background-repeat: no-repeat;
    position: absolute;
    width: 29px;
    height: 15px;
    right: 6px;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
} */
.accordion__title.accordion-active::after{
  content: '-';
  transform: rotate(180deg);
}

.accordion__title::after {
  content: '+';
  position: absolute;
  width: 36px;
  height: 36px;
  right: 0;
  top: 15px;
  font-size: 22px;
  background: #D4C6AB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}

.accordion__item .accordion__content {
  display: none;
  padding-right: 90px;
}

.budget{
  padding-top: 110px;
  padding-bottom: 255px;
  background: url(../img/budget-bg.webp) no-repeat;
  background-size: cover;
  margin-bottom: -110px;
  .section-title{
    color: #FFF;
  }
}
/**************************************
Footer
**************************************/
footer{
  background: #F9F3E8;
  padding-top: 150px;
  clip-path: polygon( 0% 17.077%,50% 0%,100% 17.077%,100% 100%,0% 100%,0% 17.077% );
  position: relative;
  z-index: 2;
  &::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 27%;
    background: #101938;
    clip-path: polygon( 100% 64.538%,100% 100%,50% 2.244%,0% 100%,0% 64.538%,50% 0%,100% 64.538% );
    top: 5px;
    left: 0;
  }
  p{
    color: #000;
    font-size: 17px;
  }
  p a{
    color: #1D1D1D;
    font-size: 16px;
    line-height: 143.75%;
    transition: 0.5s;
  }
  ul{
    li{
      color: #1D1D1D;
      font-family: "Century Gothic Regular";
      font-size: 16px;
      font-style: normal;
      font-weight: normal;
      line-height: 262.5%;
      transition: 0.5s;
      a{
        color: #1D1D1D;
        transition: 0.5s;
      }
    }
  }
  h5{
    color: #1D1D1D;
    font-family: "Century Gothic Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 75%;
    margin-bottom: 15px;
  }
  iframe{
    width: 100%;
    height: 256px;
    border: none;
  }
}
footer ul li a:hover,
footer p a:hover{
  color: #e9a240;
}
footer ul li:hover{
  transform: translateX(5px);
}
.social-media{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  a:hover{
    scale: 1.1;
  }
}
.footer-title{
  color: #000;
  font-family: "Century Gothic Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 230%;
  position: relative;
  margin-bottom: 20px;
  &::after{
    position: absolute;
    content: '';
    width: 25%;
    height: 1px;
    background: #D4B376;
    bottom: 0;
    left: 0;
  }
}
.copyright{
  border-top: 1px solid #B9B9B9;
  margin-top: 70px;
  padding-block: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  p{
    margin-bottom: 0;
  }
  p a{
    color: #F69A06;
    text-decoration-line: underline;
  }
}
/************************************************************************************************************/
/**************************************
             Responsive
**************************************/
.mob {
  display: none;
}

.desktop {
  display: block;
}
.main-menu .top-contact{
  display: none;
}
@media (max-width: 1600px),
(max-width: 1560px) {
  .timeline {
    &::after {
      left: 83px;
    }
  }
  .miss-vis-box{
    padding: 90px;
    p{
      font-size: 16px;
    }
  }
}

@media (max-width: 1440px),
(max-width: 1366px) {
  .popup .popup__content .close {
    width: 35px;
    height: 35px;
  }
  .popup .popup__content .close span {
    width: 15px;
  }
  input.primary-btn {
    padding: 12px 40px;
    font-size: 14px;
  }
  .form-control {
    font-size: 15px;
    padding: 14px 10px;
  }
  .right {
    padding: 20px;
  }
  .title {
    font-size: 28px;
  }
  .sec-gap{
    padding: 60px 0;
  }
  .flex-box {
    p {
      font-size: 20px;
      a{
        img{
          width: 20px;
        }
      }
    }
  }
  #menu>.main-menu>ul>li>a {
    font-size: 14px;
  }
  .logo{
    width: 140px;
  }
  .header-area {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .banner-content {
    h1 {
      font-size: 60px;
      margin-bottom: 15px;
    }
  }
  .primary-btn{
    font-size: 12px;
    padding: 6px 40px;
  }
  .primary-btn span {
    width: 8px;
    height: 8px;
  }
  .banner {
    .container {
      padding-bottom: 85px;
    }
  }
  .section-title {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .section-sub {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  .about-content {
    ul {
      li {
        font-size: 16px;
      }
    }
  }
  .sidebar {
    width: 18px;
    height: 285px;
  }
  .about-content-padd-lft {
    &::before {
      width: 4px;
      height: 70px;
    }
  }
  .about-img {
    &::after {
      width: 80px;
      right: -30px;
    }
  }
  .miss-vis-box {
    padding: 110px;
    p{
      font-size: 14px;
    }
  }
  .miss-vis-box {
    .section-title {
      font-size: 32px;
    }
  }
  .card-title {
    font-size: 22px;
  }
  .service-title {
    padding: 8px 16px;
    height: 77px;
  }
  .service-box-content {
    h4 {
      font-size: 14px;
      padding: 10px;
      margin-bottom: 8px;
    }
    .primary-btn {
      padding: 6px 8px;
    }
  }
  .service-box {
    height: 329px;
  }
  .why-choose-us {
    margin-inline: 60px;
    margin-bottom: 50px;
  }
  .why-choose-card {
    img {
      width: 55px;
    }
  }
  .how-it-card {
    padding-left: 70px;
    h3 {
      font-size: 18px;
    }
  }
  .how-it-icon{
    width: 50px;
    height: 50px;
    padding: 11px;
  }
  .how-it-img-small {
    width: 305px;
  }
  .sub-dec {
    font-size: 17px;
  }
  .our-works-slider {
    margin-top: -100px;
    margin-bottom: -40px;
    .item.slick-slide {
      transform: scale(0.5) translate(580px);
    }
    .item.slick-slide.slick-center + .slick-slide {
      transform: scale(0.6) translateX(-200px);
    }
    .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
      transform: scale(0.5) translate(-580px);
    }
    .item.slick-slide.slick-active {
      transform: scale(0.6) translateX(200px);
    }
    .item.slick-slide.slick-center {
      transform: scale(0.7);
    }
    .slick-arrow {
      bottom: -10px;
      &::before {
        width: 60%;
      }
    }
  }
  .areas {
    padding-left: 9%;
  }
  .slick-arrow {
    width: 60px;
    height: 60px;
    bottom: -30px;
    left: -90px;
  }
  .slick-next{
    bottom: 45px;
  }
  .area-box {
    h3 {
      font-size: 19px;
      left: 20px;
      bottom: 20px;
    }
  }
  .testi-box{
    padding: 15px;
    h5{
      font-size: 13px;
    }
  }
  .testi-text{
    font-size: 15px;
  }
  .coma {
    margin-bottom: 10px;
  }
  .user-name {
    font-size: 15px;
  }
  .accordion__item {
    margin: 10px auto;
  }
  .accordion__item .accordion__title {
    padding: 15px 80px 15px 0px;
    font-size: 16px;
  }
  .accordion__title::after {
    width: 26px;
    height: 26px;
    top: 11px;
    font-size: 14px;
  }
  footer {
    p {
      font-size: 15px;
    }
    ul {
      li {
        font-size: 14px;
      }
    }
    h5 {
      font-size: 14px;
      margin-bottom: 10px;
    }
    iframe {
      height: 220px;
    }
  }
  .footer-title {
    font-size: 16px;
  }
  .copyright {
    margin-top: 50px;
    padding-block: 15px;
  }
  .timeline {
    &::after {
      left: 73px;
    }
  }
}

@media (max-width: 1199.98px) {
  .popup .popup__content{
    width: 70%;
  }
  #menu>.main-menu>ul>li>a {
    padding-block: 10px;
    margin-right: 18px;
  }
  .banner {
    &::after {
      height: 97%;
    }
  }
  .sec-gap {
    padding: 50px 0;
  }
  .miss-vis-box {
    padding: 55px;
  }
  .primary-btn span{
    left: 5px;
  }
  .primary-btn{
    span:nth-child(2) {
      right: 5px;
    }
  }
  .service-box-content{
    .primary-btn{
      font-size: 10px;
      padding: 2px 8px;
    }
  }
  .why-choose-us {
    margin-inline: 0;
    margin-bottom: 30px;
  }
  .how-it-img-small {
    width: 255px;
  }
  .how-it-card {
    h3 {
      font-size: 15px;
      line-height: 525%;
    }
  }
  .sidebar{
    width: 15px;
    height: 230px;
  }
  .areas {
    padding-left: 4%;
  }
  footer {
    iframe {
      height: 150px;
    }
  }
  .budget {
    padding-top: 80px;
    padding-bottom: 220px;
  }
  .miss-vis-box {
    p {
      font-size: 12px;
    }
  }
}


@media (max-width: 992px) {
  form{
    .btn-group{
      justify-content: center;
    }
  }
  .left {
    display: none;
  }
  .sec-gap {
    padding: 30px 0;
  }
 .top-contact {
    display: none;
  }
  .main-menu {
    display: block;
    align-items: center;
  }
  .mob {
    display: block;
    margin-bottom: -45px;
    margin-top: 0;
    width: 110px;
    img{
      transform: unset;
    }
  }
  .desktop {
    display: none;
  }
  .header-area {
    padding-block: 5px;
  }
  .header-area.sticky{
    .hamburger:before {
      background: #101938;
    }
    .hamburger:after {
      border-color: #101938;
    }
    .hamburger.menu-opened:before,
    .hamburger.menu-opened:after {
      background: #D0A85D;
    }
    #menu>.main-menu>ul>li>a {
      color: #FFF;
    }
    #menu>.main-menu>ul>li>a::before {
      background: #D4C6AB;
    }
  }
  #menu>.main-menu>ul>li>a {
    display: block;
    margin-right: 0;
    padding-block: 18px;
  }
  .banner {
    .container {
      padding-bottom: 0;
    }
    &::after {
      height: 100%;
    }
    .img-cover{
      margin-bottom: 8px;
    }
  }
  .banner-content {
    h1 {
      font-size: 46px;
      margin-bottom: 10px;
    }
  }
  .about-us{
    .row{
      .col:last-child{
        order: -1;
      }
    }
  }
  .about-img {
    z-index: 1;
    width: 90%;
    margin-inline: auto;
  }
  .section-title {
    font-size: 38px;
  }
  .about-content-padd-lft {
    padding-left: 15px;
    padding-top: 2px;
  }
  .miss-vis-box{
    padding: 40px;
    padding-block: 120px;
  }
  .mb-50 {
    margin-bottom: 20px;
  }
  .why-choose-card {
    text-align: center;
  }
  .how-it-img {
    width: 90%;
    margin-inline: auto;
  }
  .how-it-card {
    h3 {
      font-size: 16px;
    }
    &::after{
      width: 96%;
    }
  }
  .timeline {
    &::after {
      height: 82%;
    }
  } 
  .areas{
    padding-left: 5%;
  }
  .our-works-slider {
    margin-top: -85px;
    margin-bottom: -40px;
    .slick-arrow {
      bottom: 20px;
    }
  }
  .areas-slider{
    .slick-arrow {
      left: unset;
      right: 15px;
      bottom: unset;
      top: -45px;
    }
    .slick-prev{
      right: 85px;
    }
  }
  .budget {
    padding-top: 50px;
    padding-bottom: 190px;
    margin-bottom: -130px;
  }
  footer{
    padding-top: 50px;
  }
  .service-box-content {
    opacity: 1;
    scale: 1;
    h4{
      line-height: 120.5%;
    }
  }
  .service-title {
    opacity: 0;
  }
  .miss-vis-box {
    p {
      font-size: 16px;
    }
  }
  .how-it-img{
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 575px){
  .popup .popup__content {
    width: 90%;
  }
  .title {
    font-size: 20px;
  }
  .popup .popup__content .close {
    width: 30px;
    height: 30px;
  }
  p {
    font-size: 14px;
    line-height: 148.111%;
  }
  .mob {
    width: 90px;
  }
  .banner{
    height: 240px;
    &::before {
      height: 100%;
    }
    &::after {
      height: 105%;
    }
  }
  .banner-content {
    h1 {
      font-size: 30px;
    }
  }
  .primary-btn {
    font-size: 12px;
    padding: 8px 24px;
    line-height: 110%;
  }
  .primary-btn span {
    width: 6px;
    height: 6px;
  }
  .banner-content {
    padding-top: 50px;
  }
  .enq-btn{
    font-size: 14px;
    padding: 15px 4px;
  }
  .fixed-btn {
    top: 40%;
    right: 36px;
  }
  .fixed-call-btn {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .fixed-contact{
    align-items: center;
    right: -3px;
  }
  #menu>.main-menu>ul>li>a {
    font-size: 12px;
    padding-block: 12px;
  }
  #menu .main-menu{
    width: 60%;
  }
  #menu ul {
    padding-inline: 20px;
  }
  .hamburger {
    top: 0px;
  }
  .about-img {
    &::after {
      width: 50px;
      right: -10px;
      bottom: 30px;
    }
  }
  .section-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .section-sub {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .about-content-padd-lft {
    padding-left: 10px;
  }
  .sidebar {
    width: 5px;
    height: 150px;
  }
  .about-content {
    ul {
      li {
        font-size: 14px;
        line-height: 160.556%;
      }
    }
  }
  .miss-vis-box {
    padding: 15px;
    p{
      font-size: 14px;
    }
  }
  .miss-vis-box {
    .section-title {
      font-size: 20px;
    }
  }
  .sub-dec {
    font-size: 14px;
    line-height: 120%;
  }
  .card-title {
    font-size: 16px;
  }
  .service-title {
    height: 44px;
  }
  .service-box-content {
    .primary-btn {
      font-size: 10px;
      padding: 10px 20px;
    }
  }
  .why-choose-card {
    img {
      width: 45px;
    }
  }
  .how-it-img-small {
    width: 130px;
  }
  .why-choose-us {
    margin-bottom: 10px;
  }
  .how-it-icon {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .how-it-card {
    padding-left: 50px;
    h3{
      font-size: 14px;
      padding-left: 10px;
      line-height: 130%;
      padding-block: 15px;
      &::before {
        width: 6px;
        height: 6px;
        left: 0;
      }
    }
  }
  .timeline {
    &::after {
      height: 75%;
      left: 52px;
      bottom: 13px;
    }
  }
  .our-works-slider {
    margin-top: 0;
    margin-bottom: 30px;
    .slick-slide{
      margin: 0 -8px;
    }
    .slick-list{
      margin: 0 8px;
    }
    .item.slick-slide {
      transform: scale(0.8);
    }
    .item.slick-slide.slick-center {
      transform: scale(1);
    }
    .item.slick-slide.slick-center + .slick-slide {
      transform: scale(0.8);
    }
    .item.slick-slide.slick-center + .slick-slide + .item.slick-slide{
      transform: scale(1);
    }
    .slick-arrow {
      bottom: -60px;
      &::before{
        width: 50%;
      }
    }
    .slick-next {
      left: 56%;
    }
    .slick-prev{
      left: 44%;
    }
  }
  .our-works-box {
    height: 270px;
  }
  .areas {
    padding-left: 2%;
  }
  .areas-slider{
    .slick-arrow {
      width: 40px;
      height: 40px;
      top: -30px;
    }
    .slick-prev {
      right: 70px;
    }
    .slick-slide{
      margin: 0 5px;
    }
    .slick-list{
      margin: 0 -5px;
    }
  }
  .area-box {
    h3 {
      font-size: 15px;
      left: 10px;
      bottom: 10px;
    }
  }
  .slick-arrow {
    &::before {
      width: 40%;
    }
  }
  .accordion__item {
    margin: 5px auto;
  }
  .accordion__item .accordion__title {
    padding: 8px 30px 7px 0px;
    font-size: 15px;
  }
  .accordion__item .accordion__content{
    padding-right: 20px;
  }
  .budget {
    padding-bottom: 165px;
    .section-title {
      margin-bottom: 10px;
    }
  }
  footer{
    clip-path: polygon(0% 5.4%, 50% 0%, 100% 5.33%, 100% 100%, 0% 100%, 0% 4.00%);
    text-align: center;
    padding-top: 20px;
    p {
      font-size: 14px;
    }
    &::after{
      height: 8.4%;
      top: 2px;
    }
    ul{
      li{
        line-height: 220.5%;
      }
    }
    h5 {
      font-size: 14px;
      margin-bottom: 5px;
      margin-top: 10px
    }
    p a {
      font-size: 14px;
    }
  }
  .footer-logo{
    width: 120px;
    margin-inline: auto;
  }
  .social-media{
    img{
      width: 25px;
    }
  }
  .footer-title {
    font-size: 15px;
    margin-bottom: 5px;
    &::after{
      left: 50%;
      transform: translateX(-50%);
    }
  }
  .copyright {
    flex-direction: column;
    margin-top: 15px;
    padding-block: 10px;
  }
  .miss-vis {
      & .col {
        margin-bottom: -10px;
          img {
              height: 420px;
          }
      }
  }
}
