@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --style-font: 'Cormorant Garamond', serif;
  }
* {
    margin: 0;
    padding: 0;
    font-family: 'Arial', serif;
  }
  
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
   }
section {
  padding: 2.111rem 0;
}
::selection {
  color: #cda45e;

}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-thumb {
  background:linear-gradient(90deg, #000000 0%, #836823 90%, #000000 100%);
}

a {
  color: inherit;
  text-decoration: none;
}
.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);

}
.flex {
  display: flex;
}
.lead {
  opacity: 0.8;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}
.gold-head {
  color: var(--gold);
  font-family: var(--style-font);
}

.black-bg {
  background-color: var(--black);
  color: var(--bs-gray-400);
}
h1 {
  font-size: 3.75rem;
  line-height: 4.25rem;
  font-weight: 700;
  color: white;
text-transform: capitalize;
  font-family: var(--style-font);
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.img-hover {
  transition: .2s ease-in;
}
.img-fluid {
  box-shadow: 4px 4px 2px #cda45e;
}
.img-hover:hover {
  transform: scale(.8);
}
header .navbar {
  background-color:#222222;
}
header .navbar .navbar-nav li .nav-link {
  display: block;
  width: fit-content;
  color: #E0E7E9;
  font-weight: 700;

  border: none;
}
header .navbar .navbar-nav li .nav-link:hover {
  color: #E0E7E9;
  opacity: .8;
}
header .navbar ul li .nav-link.active {
  color: #E0E7E9;
}
header .navbar .link-btn {
  margin-left: auto;
  margin-right: auto;
}
.container .link-btn,
.link-btn {
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;
    cursor: pointer;
    letter-spacing: 2px;
    position:relative;
    overflow:hidden;

    color: #cdba76;
}
.hover-underline {
  position: relative;
  max-width: max-content;

}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-block: 1px solid  #cdba76;
  transform: scaleX(0.2);
  opacity: 0;
  transition: var(--transition-2);
  
}

.hover-underline:is(:hover, :focus-visible)::after {
  transform: scaleX(1);
  opacity: 1;
}

.fourth-button {
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  border: 3px #9C854F solid;
  position: relative;
  color: #9C854F;
}

.fourth-button:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -10px;
  left: -10px;
  border-left: 3px #9C854F solid;
  border-top: 3px #9C854F solid;
  transition: all 0.3s ease-in;
}

.fourth-button:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-right: 3px #9C854F solid;
  border-bottom: 3px #9C854F solid;
  transition: all 0.2s ease-in;
}

.fourth-button:hover::before {
  width: 50px;
  height: 50px;
  border-left: 3px #9C854F solid;
  border-top: 3px #9C854F solid;
}

.fourth-button:hover::after {
  width: 50px;
  height: 50px;
  border-right: 3px #9C854F solid;
  border-bottom: 3px #9C854F solid;
}

.fourth-button:hover {
  color: #9C854F;
  box-shadow: 0px 5px 25px 1px #45561f;
  border-color: #9C854F;
}

.container .navbar .link-btn {
  padding: .4rem 1.3rem;
}
.main-bg {
  background: url('images/Property Photos/312884196.jpg') rgba(0, 0, 0, .3);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  height: 80vh;
  transition: background-image 1s ease-in-out;
}

.main-bg h1 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.73);
  letter-spacing: 10px;
  font-weight: 600;
  font-family: 'Bodoni Moda', serif;
}

.main-bg h2 {
  font-weight: 200;
  letter-spacing: 5px;
  font-size: 1.3rem;
}

.jumbotron {
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url('../images/312865975.jpg') center/cover no-repeat fixed;
 
  background-attachment: fixed;
  min-height: 50vh;
}
.jumbotron1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url('../images/319148092.jpg') center/cover no-repeat fixed;
   
    background-attachment: fixed;
    min-height: 50vh;
  }
.jumbotron h2 {
  color: #020101BA;
  letter-spacing: 10px;
}

    
    .jumbotron1 h2 {
      color: #020101BA;
      letter-spacing: 10px;
    }
.im-img {
  width: 35%;
}
.bg-images {
  background: rgba(0, 0, 0, 0.8);
  background-position: center;
  background-size: cover;

  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bg-images section {
  margin-top: 10vh;
}
.bg-images section h1 {
  font-weight: 600;
  font-family: var(--style-font);
  letter-spacing: 3px;
}
.contact section p {
  color: white;
  text-align: center;
}
.contact section a {
  text-decoration: none;
  color: inherit;
  transition: .1s;
  border-bottom: 1px solid transparent;
}
.contact section a:hover {
  border-color: var(--bs-secondary);
}


@media only screen and (min-width: 992px) {

  header .navbar .link-btn {
    margin: 0;
    margin-left: auto;
  }

  .im-img {
    width: 28%;
  }
}


@media (max-width: 767px) {
  .section1 {
    text-align: center !important;
    align-items: center !important;

  }
}

.footer_wrapper {

  background:linear-gradient(90deg, #000000 0%, #44391e 50%, #000000 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5% 0 5% 0;
}
.footer_wrapper h5 {
  color: #ffffff;;
  margin-bottom: 1.25rem;
}
.footer_wrapper ul li {
  margin-bottom: .5rem;
  list-style: none;
}
.footer_wrapper .contact-info li a {
  color: white;
}
.footer_wrapper .link-widget li a,
.footer_wrapper p {
  color: white;
  font-size: 14px;
  padding-left: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer_wrapper .link-widget li a::before {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}
.footer_wrapper .link-widget li a:hover {
  margin-left: .625rem;
  color: hsl(38, 61%, 73%);
}

.footer_wrapper .social-network a {
  width: 2.1875rem;
  height: 2.1875rem;
  margin: .5rem;
  line-height: 2rem;
  font-size: .875rem;
  display: inline-block;
  border: .125rem solid hsl(38, 61%, 73%);
  color: var(--text-gray);
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer_wrapper .social-network a:hover {
  background-color: white;
  border-color: var(--secondary-color);
  color: var(--text-white);
  box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
  transform: translateY(-0.1875rem);
}
.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}
.footer_wrapper .copyright-section {
  background-color: #222222;
  padding: 1.10rem 0 .3125rem;
  text-align: center;
}
.footer_wrapper .copyright-section a {
  color:white;
}

@media (max-width: 767px) {
  .footer_wrapper>div {
    padding: 0 1.875rem;
  }
}



.text-gold{
  color: #867051;
}

@media (max-width:800px){

  .container .link-btn,
  .link-btn {
  padding: 0 25px;
  font-size: 12px;
  line-height: 35px;


}
.none{
  display: none;
}
.btnfooter{
  display: none;
}
}
.box_facilities{padding:0 25px 25px;border-width:2px;border-style:solid;border-right:0;border-image:linear-gradient(to bottom,#ededed,transparent) 1 60%}.box_facilities i{font-size:3.875rem;color:#978667}.box_facilities.no-border{border-width:0}.box_facilities.white{border-image:linear-gradient(to bottom,rgba(255,255,255,0.2),transparent) 1 60%}.box_facilities.white i{color:#ebd7b2}
.retro-layout-alt .mb30 {
  margin-bottom: 30px;
}


.retro-layout-alt .hentry {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.retro-layout-alt .hentry .featured-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.retro-layout-alt .hentry:hover .featured-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.retro-layout-alt .gradient {
  position: relative;
}

.retro-layout-alt .gradient:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.retro-layout-alt .post-category {
  margin-left: 20px;
  margin-top: 10px;
}

.retro-layout-alt .v-height {
  height: 300px;
}

.retro-layout-alt .text {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 20px;
  max-width: 350px;
}

.retro-layout-alt .text h2,
.retro-layout-alt .text .h2 {
  color: #fff;
  font-size: 26px;
}

.retro-layout-alt .text.text-sm h2,
.retro-layout-alt .text.text-sm .h2 {
  font-size: 18px;
  line-height: 1.5;
}

.retro-layout-alt .two-col>a {
  width: calc(50% - 15px);
  float: left;
}

@media (max-width: 575.98px) {
  .retro-layout-alt .two-col>a {
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px;
  }
}


.clearfix::after {
  display: block;
  clear: both;
  content: "";
}


.home1 {
  padding: 0;
}

.home1 .slide {
  min-height: 40vh;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
}

.swiper-button-next,
.swiper-button-prev {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  background: transparent;
  color: white;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: transparent;
  color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
}

.subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)), url('../images/312865859.jpg') center/cover no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 63px 62px 63px;

}

.subscribe-content h4 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

.subscribe-content h1 {
  font-size: 38px;
  color: #ffffff;
  font-weight: 700;
}
.wg-service {
    position: relative;
}

.wg-service::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 430px;
    background: url(../images/bg-service.png);
}

.service-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.service-item::after {
    position: absolute;
    content: '';
    top: 17px;
    left: 18px;
    right: 17px;
    bottom: 17px;
    border: 1px solid #d8cbb6;
    border-radius: 10px;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover::after {
    opacity: 1;
    visibility: visible;
}

.service-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(0deg,rgba(18, 15, 12,0.651),rgba(18, 15, 12,0));
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover::before {
    backdrop-filter: blur(2px);
    background-color: rgba(18, 15, 12, 0.65);
}

.service-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 41px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover .content {
    bottom: 50%;
    transform: translateY(50%);
    padding-bottom: 0;
}

.service-item .content > i {
    font-size: 87px;
    color: #f6e7d0;
}

.service-item .content .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin-top: 14px;
}

.service-item .content .title span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover .content .title span {
    opacity: 1;
    visibility: visible;
}

.service-item .content .title a {
    color: #FFF;
}

.service-item .content .title a:hover {
    color: #C3A27C;
}

.service-item .content p {
    color: #FFF;
    padding: 0 50px;
    opacity: 0;
    visibility: hidden;
    margin-top: -100px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item:hover .content p {
    opacity: 1;
    visibility: visible;
    margin-top: 17px;
}

.service-item img {
    width: 100%;
}

.fade-down {

  animation: 3.5s fadeDown;
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translate3d(0, -40%, 0);
  }
}


.pattern_2 {
  background: #fff url(../images/pattern_2.png) top right no-repeat;
}

.review-item blockquote {

  line-height: 1.8;
}

.review-content .swiper-arrow {
  top: 50%;
  bottom: 0;
  z-index: 2;
  border: 1px solid var(--bs-gray-400);
  color: var(--bs-gray-400);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: 0.4s ease-in-out;
}

.review-content .swiper-arrow:hover {
  border: 1px solid #4d5969;
  color: #4d5969;
}

.review-content .swiper-arrow.swiper-arrow-prev {
  left: -80px;
}

.review-content .swiper-arrow.swiper-arrow-next {
  right: -80px;
}

.review-content .quotation svg.quote {
  color: gray;
}

#testimonials .swiper-pagination {
  display: none;
}

@media only screen and (max-width: 901px) {
  #testimonials .swiper-pagination {
    display: block;
    bottom: 10px;
  }

  .review-content .swiper-arrow {
    display: none !important;
  }
}