@font-face {
  font-family: 'Arpona';
  src: url('../fonts/Arpona-Light.woff2') format('woff2'),
    url('../fonts/Arpona-Light.woff') format('woff'),
    url('../fonts/Arpona-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Arpona', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.3px;
}

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

ul,
ol {
  padding-left: 15px;
}

a {
  color: inherit;
  text-decoration: none !important;
}

a:hover,
a:focus {
  color: #5f5f5f;
  outline: none !important;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arpona';
  margin-top: 0 !important;
  font-weight: inherit;
  margin-bottom: 20px !important;
  color: #0b0507;
  line-height: 1.2 !important;
}

.bg-color1 {
  background-color: #111016;
}

.bg-color3 {
  background-color: #263a7d;
}

.header {
  background-color: #fcfcfc;
}

.home-page .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  content: "";
  background-color: transparent;
}

.isstuckcontainer {
  position: fixed !important;
  width: 100%;
  z-index: 10;
  top: 0;
  background-color: transparent;
}

.header .isStuck {
  background-color: #111016;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.isStuck .logo {
  width: 200px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.logo {
  display: inline-block;
  vertical-align: top;
  width: 325px;
  margin: 5px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header .isStuck .navigation a {
  color: #fff;
}

.header-bottom {
  margin: 0 50px;
}

.home-parallax {
  position: sticky;
  overflow: hidden;
  /*padding: 300px 0;*/
  top:0
}

.parallax-window {
  height: 550px;
  background: transparent;
  display: table;
  width: 100%;
}

.home-page .parallax-window {
  height: 100vh;
}

.home-slide {
  text-align: center;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  z-index: 2;
}

.home-slide h1 {
  font-size: 52px;
  text-transform: uppercase;
}

.home-parallax .container-fluid {
  position: relative;
  z-index: 9;
}

.header-info-box .header-call {
  text-align: left;
}

.mobile-menu {
  display: none;
}

.navigation {
  display: block;
  text-align: end;
  margin-bottom: 0;
}

.navigation>li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 10px 26px;
}

.navigation li.dropdown>.dropdown-menu {
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  width: 250px;
  z-index: 999;
  background-color: #263a7d;
  visibility: hidden;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #9a9a9a;
  transition: all 500ms ease;
  display: block;
}

.navigation li.dropdown>.dropdown-menu li {
  border-bottom: 1px solid #e6e6e6;
  margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
  border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
  background-color: #ffffff;
  padding: 8px 10px;
  color: #000;
  border-radius: 0;
}

.navigation li.dropdown:hover>.dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navigation>li:first-child {
  display: none;
}

.navigation a {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  overflow: hidden;
  position: relative;
  display: block;
  font-family: 'Arpona';
  color: #fff;
  font-size: 14px;
  transition: all 500ms ease 0s;
}

.navigation>li.dropdown>a:after {
  font-family: "bootstrap-icons";
  content: "\F282";
  position: absolute;
  top: auto;
  right: 0;
  font-size: 14px;
  transition: all 500ms ease 0s;
}

.navigation li a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #5a5f55;
  top: 90%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.navigation li.active a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  top: 90%;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.navigation li a:hover::before {
  width: 100%;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
  color: #fff;
}

.header .isStuck .navigation li:hover a,
.header .isStuck .navigation li:focus a,
.header .isStuck .navigation li.active a {
  color: #ebebeb;
}

.navigation li.dropdown>.dropdown-menu li a,
.navigation li.dropdown>.dropdown-menu li a,
.navigation li.dropdown>.dropdown-menu li a {
  color: #000000 !important;
}

.navigation li.dropdown>.dropdown-menu li a:hover::before {
  width: 0;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
  color: #fff !important;
  background-color: #000000;
}

.navigation li.dropdown>.dropdown-menu li a:before {
  display: none;
}

.video-wrapper video {
  width: 100%;
  display: block;
  object-fit: cover;
}
.video-banner {
    height: 100vh;
}
.video-bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgb(0 0 0 / 39%) 0%, rgb(0 0 0 / 20%) 100%);
}

/* header sec end  */

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.5, 1.5);
  }
}

.top-mail-icon {
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}

.top-mail-icon img {
  width: 25px;
}

.header-right {
  display: flex;
  justify-content: end;
}

.banner-sec {
  position: relative;
  height: 100%;
  width: 100%;
}

.banner-sec-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(0 0 0 / 39%) 0%, rgb(0 0 0 / 35%) 100%);
}

.stick {
  position: sticky;
  top: 0;
  background-image: url("../images/banner/02.jpg");
  background-size: cover;
  height: 100vh;
}

.banner-content {
  position: absolute;
  top: 50%;
  /* left: 5%; */
  width: 100%;
  transform: translateY(-50%) !important;

}

.banner-content h1 {
  color: #fff;
  font-size: 60px;
  line-height: 66px;
}

.banner-content p {
  color: #fff;
  font-size: 35px;
}

/* .banner-bottom-content {
  position: absolute;
  top:20%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
} */

.banner-content h2 {
  /* text-align: center; */
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 200px;
  font-weight: 100;
  margin-bottom: 0px !important;
}

.bottom-nav {
  position: relative;
  width: 100%;
}

.line-bottom {
  border-bottom: 1px solid #cbc7b7;
}

.line-top {
  border-top: 1px solid #cbc7b7;
}

.line-left {
  border-left: 1px solid #cbc7b7;
}

.nav-box {
  padding: 50px 20px;
  text-align: center;
}

.about-part {
  position: relative;
  width: 100%;
  /* z-index: 1; */
}

.side-img {
  width: 100%;
  height: 500px;
}

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

.p-100 {
  padding: 55px 0;
}

.button-container {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 8px 20px;
  transition: all 0.3s ease;
}

.button-container:hover {
  background-color: #000;
  color: #fff;
}

.button-container::before,
.button-container::after {
  content: "";
  position: absolute;
  width: 142px;
  height: 2px;
  background-color: #ffffff;
  left: -10px;
  transition: all 0.3s ease;
}

.button-container::before {
  top: 0;
}

.button-container::after {
  bottom: 0;
}

.vertical-line {
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.vertical-line.left {
  left: 0px;
  top: -10px;
}

.vertical-line.right {
  right: 0px;
  top: -10px;
}

.vertical-line.left-bottom {
  left: 0px;
  bottom: -10px;
}

.vertical-line.right-bottom {
  right: 0px;
  bottom: -10px;
}

.button-container:hover::before,
.button-container:hover::after {
  width: 100%;
  left: 0;
}

.button-container:hover .vertical-line {
  height: 100%;
  top: 0;
  bottom: 0;
}

.button-container:hover {
  border: 2px solid #333;
  padding: 8px 20px;
  box-sizing: border-box;
}

.headingh2 {
  font-size: 26px;
  line-height: 35px;
  color: #000;
}

.h3heading {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.about-btn {
  height: 60px;
  /* display: ruby-text; */
}

.p-200 {
  padding: 100px 30px;
}

.border-about2 {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}

.about1-bottom {
  position: relative;
}

.about-part2 {
  position: relative;
  width: 100%;
}

.what-make-sec {
  position: relative;
  width: 100%;
}

.make-us-sec {
  padding: 30px;
  text-align: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px;
}
/*new css*/
.vertical-bar{
  background: #555;
  color: #fff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 30px 10px;
  text-transform: uppercase;
}
.greybg-overlap-sec.parallax.overlap1:before {
  background-color: rgb(224 224 224 / 84%);
}
.plumbing-section{
  position: relative;
}

.section-header{
  display:flex;
  align-items:center;
  gap:17px;
  flex-wrap:nowrap;
}

.icon-box{
  width:60px;
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.icon-box i{
  font-size: 60px;
}

.divider{
  width:2px;
  height:70px;
  background:#444;
}

.section-title{
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight:600;
  margin:0;
  line-height:1.1;
}

.content-text p{
  font-size:1.1rem;
  line-height:1.7;
  color:#333;
}

.content-text strong{
  font-weight:600;
}

.feature-list{
  padding-left:1.2rem;
  margin-top:30px;
}

.feature-list li{
  margin-bottom:20px;
  font-size:1.08rem;
  line-height:1.5;
}

.image-grid{
  margin-top:30px;
}

.image-grid img{
  width:100%;
  height:320px;
  object-fit:cover;
  display:block;
}
/*new cssend*/
.box1 {
  background: linear-gradient(rgb(0, 0, 0, 0.5), #000),
    url("../images/box1.jpg");
  height: 500px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.box1:hover {
  background: linear-gradient(#000, rgb(0, 0, 0, 0.5)),
    url("../images/box1.jpg");
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.box2 {
  background: linear-gradient(rgb(0, 0, 0, 0.5), #000),
    url("../images/box2.jpg");
  height: 500px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.box2:hover {
  background: linear-gradient(#000, rgb(0, 0, 0, 0.5)),
    url("../images/box2.jpg");
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.box3 {
  background: linear-gradient(rgb(0, 0, 0, 0.5), #000),
    url("../images/box3.jpg");
  height: 500px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.box3:hover {
  background: linear-gradient(#000, rgb(0, 0, 0, 0.5)),
    url("../images/box3.jpg");
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.box4 {
  background: linear-gradient(rgb(0, 0, 0, 0.5), #000),
    url("../images/box4.jpg");
  height: 500px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.box4:hover {
  background: linear-gradient(#000, rgb(0, 0, 0, 0.5)),
    url("../images/box4.jpg");
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.ctc-btn {
  padding: 15px 25px;
  border: 1px solid #fff;
  margin-top: 15px;
  display: inline-block;
  background-color: #000000a4;
  transition: 0.6s;
}

.ctc-btn:hover {
  background-color: #000000e1;
}

.ctc-sec h3 {
  font-size: 50px;
}

.slide-img-sec {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 600px;
}

.slide-img {
  flex: 1;
  transition: flex 0.8s ease;
  overflow: hidden;
}

.slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.slide-img:hover {
  flex: 5;
}

.slide-img:not(:hover) {
  flex: 4;
}

.slide-img {
  position: relative;
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: linear-gradient(#000, rgb(0, 0, 0, 0.5));
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
}

#testimonial-slider .testimonial-content {
  /* text-align: center; */
}

.owl-theme .owl-nav {
  display: flex;
}

#testimonial-slider .bi-quote {
  font-size: 70px;
}

#testimonial-slider .bi-star-fill {
  color: rgb(255, 208, 0);
}

#testimonial-slider .owl-nav {
  margin-top: 25px;
}

#testimonial-slider .owl-nav button {
  width: 40px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.28);
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
}

#testimonial-slider .owl-nav button>span {
  display: block;
  margin-top: -5px;
}

#testimonial-slider .owl-nav button.owl-prev:hover,
#testimonial-slider .owl-nav button.owl-prev:focus,
#testimonial-slider .owl-nav button.owl-prev:active {
  background-color: #000000;
}

#testimonial-slider .owl-nav button.owl-next:hover,
#testimonial-slider .owl-nav button.owl-next:focus,
#testimonial-slider .owl-nav button.owl-next:active {
  background-color: #000000;
}

/* #testimonial-slider .owl-nav button.owl-prev {
  left: -36px;
}
#testimonial-slider .owl-nav button.owl-next {
  right: -36px;
} */

.footer-widget h4 {
  color: #fff;
}

.footer-link ul li {
  color: #fff;
}

.footer-bottom-links {
  margin-top: 10px;
}

.footer-bottom-links a {
  display: unset
}

.footer-bottom-links a:hover {
  color: #ccc !important;
}

.social-media-link {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 10px;
}

.social-media-link li a i {
  font-size: 20px;
}

.contact-details-link {
  list-style: none;
  padding-left: 0;
}

.contact-details-link li {
  margin-bottom: 10px;
}

.header-mail {
  display: flex;
  justify-content: end;
}

.flexbox {
  display: -webkit-box;
  display: flex;
}

.flexbox .element {
  height: 100%;
}

.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-color2 {
  background-color: #414141;
}

.page-banner {
  height: 550px;
  position: relative;
  overflow: hidden;
  filter: grayscale(90%);
}

.page-banner .page-banner-img {
  object-fit: fill;
  height: 100%;
}

.mini-banner {
  position: absolute;
  bottom: 145px;
  left: 0;
  width: 100%;
  content: '';
  z-index: 1;
}

.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
  list-style: none;
}

.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: '';
}

.site-map-list li>ul.child-menu {
  margin: 10px 0 10px 20px;
}

.site-map-list li a:hover,
.site-map-list li a:focus {
  color: #333 !important;
}

.contact-box {
  border: 1px solid #fff;
  color: #fff;
}

.contact-icon i {
  font-size: 40px;
}

.single-service-item {
  margin: 15px 0;
}

.single-service-item .img-holder {
  overflow: hidden;
  position: relative;
}

.single-service-item .img-holder .img-responsive {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  /*border: 5px solid #0009;
      border-radius: 5px;*/
}

.single-service-item:hover .img-holder .img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
  background-color: rgba(0, 0, 0, .60);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
  background: #9a9a9a;
}

.single-service-item .text-holder h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0 6px;
  text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
  color: #fff;
}

.parallax.overlap:before,
.parallax.overlap1:before,
.parallax.overlap2:before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
  content: '';
}

.parallax.overlap1:before {
  background-color: rgba(0, 0, 0, 0.50);
}

.parallax.overlap2:before {
  background-color: rgba(0, 0, 0, 0.521);
}

.areas-list li {
  padding: 0 0 10px 25px;
  position: relative;
  color: #0b0507;
  list-style: none;
}

.areas-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\F270';
  font-family: "bootstrap-icons";
  font-size: 18px;
  color: #000000;
}

.areas-list li:before {
  content: '\F3E7';
}

.list1 li {
  margin-bottom: 8px;
}

/* --------------------- */
button,
a {
  cursor: pointer;
  display: inline-block;
}

.button {
  cursor: pointer;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

/* Responsive border for medium screens */
@media (min-width: 768px) {
  .button {
    border-width: 0.5px;
    border-color: #000;
  }
}

.animated-button {
  overflow: hidden;
  background: #fff;
  border-color: #F8F9FA;
}

.animated-button span {
  display: block;
  width: 100%;
  padding: 0.8rem;
}

.animated-button .top {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #F8F9FA;
  color: #000;
  transition: transform 0.7s ease-out, height 0.5s ease-out, background 0.4s ease-out;
}

.animated-button .bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111016;
  color: #fff;
  transform: translateY(100%);
  z-index: 3;
  height: 0;
  overflow: hidden;
  transition: transform 0.4s ease-in, height 0.4s ease-in, background 0.3s ease-out;
  transition-delay: 0s;
}

/* Hover effect (only on devices that support hover) */
@media (hover: hover) {
  .animated-button:hover .top {
    transform: translateY(-70%);
  }

  .animated-button:hover .bottom {
    transform: translateY(0);
    height: 100%;
    transition: transform 0.3s ease-out, height 0.2s ease-out;
    transition-delay: 0.2s;
  }
}

/* Active class behavior */
.animated-button.active .top {
  transform: translateY(-70%);
}

.animated-button.active .bottom {
  transform: translateY(0);
  height: 100%;
  transition: transform 0.5s ease-out, height 0.5s ease-out;
}

.btnwrap .animated-button .top {
  background-color: transparent;
  color: #000;
}

.btnwrap .animated-button {
  border-color: #111016;
}

.btnwrap .animated-button span {
  padding: 13px 30px;
}

section {
  overflow: hidden;
}

/* ---------------------- */
.section-padding {
  padding: 80px 40px;
}

.border-line-top-botm {
  position: relative;
  border-bottom: 1px solid #cbc7b7;
  border-top: 1px solid #cbc7b7;
}

.two-box {
  padding: 30px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.imgboxteam img {
  margin: 0 auto;
}

.hereborder {
  border-left: 1px solid #cbc7b7;
}

.boximg-notbook {
  position: relative;
  overflow: hidden;
  aspect-ratio: 6.6/5;
}

.boximg-notbook img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease-out, opacity .4s ease-out;
}

.boximg-notbook:hover img {
  transform: scale(1.03);
}

.btn-appear {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 1;
  transition: opacity 0.5s ease;
}

.boximg-notbook::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 53%);
  background: radial-gradient(circle, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 13%) 100%);
  z-index: 1;
}

.boximg-notbook:hover .btn-appear {
  opacity: 1;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #fff;
  padding: 15px;
  background: #ddd;
}

.border-box1 {
  padding: 30px;
  border: 1px solid #111016;
  width: 100%;
}

.overlap2,
.overlap3,
.overlap {
  position: relative;
}

.overlap:before,
.overlap2:before,
.overlap3:before {
  background-color: rgba(0, 0, 0, 0.35);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlap2:before {
  background-color: rgb(251 251 251 / 19%);
}

.overlap3:before {
  background: radial-gradient(circle, rgb(0 0 0 / 22%) 0%, rgb(255 255 255 / 50%) 100%);
}

.formwarpinner {
  padding: 80px;
}

.sliderform .form-control {
  border-radius: 0;
}

.insta-hero-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btnonimg {
  position: relative;
  text-align: center;
}

footer {
  position: relative;
  color: #000;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  text-align: center;
  z-index: 0;
}

footer a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 5px 0;
}

footer p {
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
  color: #ebebeb;
}

.cookie-notice {
  margin-top: 30px;
  font-size: 14px;
}

.cookie-options {
  margin-top: 10px;
}

.copyright-qucklinks a {
  display: inline-block;
  margin: 0 7px 0 7px;
}

.w-62 {
  width: 62%;
}

.submit-icon {
  display: none;
}

.submit-icon.rotating-show {
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  position: absolute;
  right: 13px;
  top: 23%;
  transform: translateY(-50%);
  z-index: 9;
  color: #ffffff;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.reservations {
  /*  display: flex;*/
  padding: 20px 0;
  align-items: center;
  margin: 10px 0;
  text-align: center;
  position: relative;
}

.reservations.reserv {
  position: relative;
  border-right: 1px solid #838383;
  min-height: 165px;
}

.color-1 {
  color: #fff !important;
}

.reservations .icon {
  position: relative;
  /*transform: rotate(32deg);*/
  top: 3px;
}

.reservations .text {
  padding-left: 0px;
}


.reservations .icon span {
  font-size: 40px;
  color: #4a4a4a;
  display: none;
}

.subtitle {
  font-size: 15px;
  font-family: 'avenirbook';
  font-weight: 400;
  color: #c5c5c5;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 6px;
  margin-bottom: 5px;
}

.process-section {
  position: relative;
  overflow: hidden;
}



.process-wrapper {
  position: relative;
}

.process-wrapper::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #ddd;
}

.process-item {
  margin-bottom: 60px;
  position: relative;
}

.process-img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.process-img img {
  width: 100%;
  display: block;
  border-radius: 20px;
  transition: 0.7s ease;
}

.process-img:hover img {
  transform: scale(1.08);
}

.process-content {
  background: #e7e7e7;
  padding: 25px 25px 25px 25px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
}

.process-content:hover {
  transform: translateY(-10px);
}

.process-content::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%) rotate(45deg);
  width: 28px;
  height: 28px;
  background: #e7e7e7;
}

.flex-lg-row-reverse .process-content::before {
  left: auto;
  right: -14px;
}

.step-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
  border: 6px solid #b9b9b9;
  z-index: 5;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.process-content p {
  margin-bottom: 0
}

.process-content h3 {
  margin-bottom: 10px !important
}
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s ease;
}

.whatsapp-btn i {
  font-size: 24px;
}

.whatsapp-btn:hover {
  background: #129e4a;
  color: #fff;
  transform: translateY(-2px);
}

.gallery-section .owl-theme .owl-nav {
  position: absolute;
  bottom: auto;
  top: 35%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


.gallery-section .owl-theme .owl-nav button.owl-prev,
.gallery-section .owl-theme .owl-nav button.owl-next {
  position: absolute !important;
  width: 55px;
  height: 55px;
  line-height: 34px;
  background: #cfcfcf;
  color: #000;
  font-size: 20px;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
  border: 1px solid #cfcfcf;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  transform: scale(1.0);
  z-index: 11;
}

.gallery-section .owl-theme .owl-nav button.owl-next {
  right: -35px;
}

.gallery-section .owl-theme .owl-nav button.owl-prev {
  left: -35px;
}

.gallery-section .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff
}
.gallery-section .owl-carousel{
  z-index: 0;
}

@media (min-width: 1367px) and (max-width: 1650px) {
  .banner-bottom-content h2 {
    font-size: 180px;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .banner-bottom-content h2 {
    font-size: 150px;
  }

  .banner-content h2 {
    font-size: 160px;
  }

  .logo {
    width: 160px;
  }

  .navigation>li {
    padding: 10px 16px;
  }

  .w-62 {
    width: 82%;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .banner-bottom-content h2 {
    font-size: 145px;
  }

  .banner-content {
    width: 100%
  }

  .navigation a {
    font-size: 12px;
  }

  .navigation>li {
    padding: 10px 13px;
  }

  .w-62 {
    width: 82%;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .stick {
    position: static;
  }

  body {
    font-size: 16px;
  }

  .m-header-top-right {
    text-align: right;
  }

  .header-right {
    text-align: right;
  }

  .mobile-menu {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    background: transparent;
    padding: 8px 14px;
    color: #fff;
    cursor: pointer;
    margin: 10px auto;
    border: 1px solid #fff;
  }

  .nav-wrapper {
    position: fixed;
    top: 0;
    right: -300px;
    width: 255px;
    height: 100%;
    overflow-x: scroll;
    z-index: 999;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #111016;
    padding-top: 0;
  }

  .navigation {
    text-align: left;
    padding-left: 0;
  }

  .nav-wrapper.open {
    right: 0;
  }

  .navigation>li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #333;
  }

  .navigation li.active a::before,
  .navigation li a::before {
    display: none;
  }

  .navigation>li:first-child {
    display: block;
  }

  .navigation li a {
    /*background-color: #787878;*/
    padding: 10px 20px;
    color: #fff !important;
  }

  .navigation a {
    border-radius: 0;
  }

  .navigation li:hover>a,
  .navigation li:focus>a,
  .navigation li.active>a {
    background-color: #f8f7f2;
    color: #000 !important;
  }

  .navigation>li.dropdown>a:after {
    right: 20px;
  }

  .navigation li.dropdown>.dropdown-menu,
  .navigation li.dropdown:hover>.dropdown-menu {
    position: static;
    top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    float: none;
  }

  .navigation li.dropdown>.dropdown-menu li a {
    padding: 10px 10px 10px 30px;
  }

  .get-a-quote,
  .header-info-box {
    margin: 15px;
  }

  /*.logo{
		display: table;
		margin:10px auto;
	}*/

  .fixed-top .text-end {
    background-color: #2c61de;
    text-align: center !important;
  }

  .fixed-top {
    position: static;
  }

  /* .header-info-box {
		position: relative;
		overflow: hidden;
	}

	.header-info-box:before {
		display: none;
	} */

  .p-200 {
    padding: 60px 30px;
  }
    
    .video-banner {
        height: auto!important;
    }
  .banner-content h1 {
    font-size: 50px;
  }

  .banner-content {
    left: 5%;
    width: 90%;
  }

  .banner-bottom-content {
    top: 25%
  }

  .banner-bottom-content h2 {
    font-size: 110px;
  }

  .header-bottom {
    margin: 0 17px;
  }

  .slide-content h2 {
    font-size: 25px;
  }

  .slide-img-sec {
    height: 500px;
  }

  .nav-box {
    padding: 15px 20px;
    background: transparent;
    margin: 10px 0;
  }

  .ctc-sec h3 {
    font-size: 32px;
  }

  .header-right {
    display: unset;
    justify-content: end;
  }

  .parallax.m-parallax {
    background-image: none !important;
    min-height: 100% !important;
  }

  .parallax.m-parallax-bg {
    background-image: none !important;
    height: 100% !important;
    min-height: 100% !important;
  }

  .two-box {
    width: 340px;
    padding: 70px 20px;
  }
  .two-box.customtwobox{
    width: 100%;
    padding: 25px;
  }
  .threeimg-vertical-section .vertical-bar{
    writing-mode: inherit;
    transform: none;
  }
  .contentnotebok {
    margin-bottom: 50px;
  }

  .formwarpinner {
    padding: 30px;
  }

  .cookie-notice {
    margin-top: 12px;
  }

  .w-62 {
    width: 92%;
  }

  .header {
    position: static;
    background-color: #111016;
  }

  .home-page .header {
    position: static;
    background-color: #111016;
  }

  .reservations.reserv {
    border-right: none !important;
    border-bottom: 1px solid #6b6b6b;
  }

  .reservations.reserv {
    min-height: auto;
  }

  .process-wrapper::before {
    display: none;
  }

  .process-item {
    margin-bottom: 60px;
  }

  .process-content {
    margin-top: 30px;
    padding: 35px;
  }

  .section-title h2 {
    font-size: 38px;
  }

  .step-number {
    top: 0
  }

  .process-content::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 28px;
    height: 28px;
  }

  .flex-lg-row-reverse .process-content::before {
    left: 50%;
    right: unset
  }
  .home-slide h1 {
    font-size: 45px;
  }
  .section-header{
    gap:20px;
  }

  .content-text{
    margin-bottom:30px;
  }

  .image-grid img{
    height:250px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-content h2 {
    font-size: 100px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .page-banner {
    background-attachment: unset !important;
    height: 360px;
  }

  .parallax-window {
    height: 350px;
  }

  s .mini-banner {
    bottom: 30px;
  }

  .isstuckcontainer {
    position: static !important;
  }

  .isStuck .logo {
    width: 195px;
  }

  .header-mail {
    display: flex;
    justify-content: start;
  }

  .header .isStuck {
    position: static !important;
  }

  .pseudoStickyBlock {
    display: none !important;
  }

  .copyright-qucklinks p {
    text-align: center;
  }

  .section-padding {
    padding: 30px 20px;
  }

  .two-box {
    width: 90%;
    padding: 40px 20px;
  }

  .border-box1 {
    padding: 20px;
  }

  .home-slide h1 {
    font-size: 37px;
  }
  .two-box.customtwobox{
    margin-bottom: 12px;
  }
  .headingh2 {
    font-size: 22px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .banner-bottom-content h2 {
    font-size: 85px;
  }

  /* .banner-content {
    width: 100%;
   
  } */

  .slide-img-sec {
    height: 300px;
  }

  .slide-content h2 {
    font-size: 20px;
  }

  .slide-content {
    padding: 17px;
  }

  .banner-content h2 {
    font-size: 80px;
  }
  .vertical-bar{
    font-size: 25px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  /* .top-mail-icon {
		display: none;
	} */

  .banner-content h1 {
    font-size: 35px;
  }

  .banner-content p {
    font-size: 25px;
  }

  .banner-bottom-content h2 {
    font-size: 40px;
  }

  .p-100 {
    padding: 15px 0;
  }

  .p-200 {
    padding: 50px 20px;
  }

  .ctc-sec h3 {
    font-size: 25px;
  }

  .slide-img-sec {
    height: 180px;
  }

  .slide-content h2 {
    font-size: 12px;
  }

  .slide-content {
    padding: 14px;
  }

  .contact-details-link i {
    display: none;
  }

  .stick {
    height: 40vh;
  }

  .banner-content h2 {
    font-size: 45px;
  }

  .headerlogo {
    text-align: center;
  }

  .two-box {
    width: 100%;
    padding: 40px 20px;
  }

  footer {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  footer p {
    font-size: 15px;
  }

  .logo {
    width: 100%;
  }

  .animated-button span {
    padding: 10px 2px;
  }

  .home-slide h1 {
    font-size: 28px;
  }

  .process-content {
    padding: 20px 15px;
  }

  .process-content h3 {
    font-size: 24px;
  }
  .step-number {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  .section-header {
    gap: 10px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .gallery-section .owl-theme .owl-nav button.owl-prev, .gallery-section .owl-theme .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .vertical-bar.d-flex{
    display: none !important;
  }
  .image-grid {
    margin-top: 0;
  }
  .section-title{
    font-size:2.2rem;
  }
  .icon-box{
    width:85px;
    height:85px;
  }
  .content-text p,
  .feature-list li{
    font-size:1rem;
  }
  .image-grid img{
    height:220px;
  }
}