@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
  
  --white:#fff;
  --main:#6da743;
  --btn-color:#2D5D33;
  --text: #777777;
}

*{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0;padding: 0;
  box-sizing: border-box;
  outline: none; border: none;
  text-decoration: none !important;
    
}

/* *::selection{
    color: var(--bgcolor);
} */
*::-webkit-scrollbar{
    height: .5rem;
    width: 1rem;
}

*::-webkit-scrollbar-track{
    background-color: transparent;
}

*::-webkit-scrollbar-thumb{
    background-color: var(--main);
    border-radius: 5rem;
}

html{
    font-size: 15px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
}
ul, li{
    list-style: none;
}

.container{
  margin: 0 auto;
}

.a-btn{
  color: #fff;
  background-color: var(--btn-color);
  text-transform: uppercase;
  padding: .8rem 1.8rem;
  font-size: 15px;
  display: inline-block;
  transition: all .5s ease-in-out;
}
.a-btn:hover{
  background-color: #fff;
  color: var(--main);
  letter-spacing: 3px;
}

.main_head{
  color: #272727;
  font-family: "Playfair Display", serif;
  font-size: 46px;
  font-weight: 700;
}


#bottomtop-button {
  background-color: var(--main);
  position: fixed;
  bottom: 80px;
  right: 80px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  z-index: 1000;
	padding: 5px;
	width: 45px;
	height: 45px;
	line-height: 15px !important;
	text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottomtop-icon{
	color: #fff;
	margin-top: 2px;
  font-size: 16px;
}
#bottomtop-button:hover {
  cursor: pointer;
  background-color: var(--btn-color);
}
#bottomtop-button:active {
  background-color: var(--main);
}
#bottomtop-button.show {
  opacity: 1;
  visibility: visible;
}

.head-contact .social button{
  background-color: transparent;
  color: var(--main);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.head-contact .social button:active, .head-contact .social button:hover{
  color: var(--btn-color);
}
.head-contact div:first-child a{
  margin-right: 10px;
}

#menu-btn{
  display: none;
}

header{
  display: grid;
  align-items: center;
  grid-template-columns: 440px calc(100% - 440px);
  background-color: var(--main);
  position: relative;
  z-index: 1000;
}
.logo a img{ 
  max-width: 300px;
  width: 162px;
  padding-top: 1rem ;
  transition: all .5s ease-in-out;
}
header .logo{
  background-color: #fff;
  height: 100%;
  padding-left: 8rem;
}
.head-contact{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem;
  padding-right: 8rem;
  border-bottom: 1px solid #fff;
}
.head-contact a{
  color: #fff;
  font-size: 16px;
}
 .social{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.head-contact .social a{
  font-size: 16px;
  transition: all .3s ease-in-out ;
}
.head-contact .social a:hover{
  color: var(--btn-color);
}



nav {
  background-color: transparent;
  overflow: hidden;
  padding: 1rem;
  padding-right: 8rem;
}



nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5rem;
}

/* nav ul li {
  float: left;
} */

nav ul li a {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  transition: all 300ms ease-in-out;
}

nav ul li a:hover {
  color: var(--btn-color);
}

nav ul li .dropdown-content a {
  color: var(--btn-color);
  padding: 12px 2rem;
  text-decoration: none;
  display: block;
  text-align: left;
  width: 20rem;
}
nav ul li .dropdown-content a span{
  font-size: 14px;
}
nav ul li .dropdown-content a.sub-active {
  color: #fff;
  background-color: var(--main);
}
.menu-active a{
  color: var(--btn-color);
}

nav ul li .dropdown-content a:hover {
  background-color: var(--main);
  color: #fff;
}

nav ul li .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

nav ul li:hover .dropdown-content {
  display: block;
}
header{
  border-bottom: 1px solid var(--btn-color);
  transition: all .5s ease-in-out;
  position: fixed;
  top: -0; left: 0; right: 0;
  z-index: 10000;
}
.darkHeader .logo a img {
  max-width: 300px;
  width: auto;
  height: 90px;
  padding-top: 1rem;
  transition: all .5s ease-in-out;

}
/* .darkHeader .head-contact{
  display: none;
  transition: all .5s ease-in-out;

} */
.nav-up {
  top: -120px;
}





/* slider-end */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider{
  min-height: 85vh;
  background-size: cover;
  background-position: center;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.slider-1{
  background-image: url(../assets/img/slider-1.jpg);
}
.slider-2{
  background-image: url(../assets/img/slider-2.jpg);
}
.slider-3{
  background-image: url(../assets/img/slider-3.jpg);
}
.slider h1{
  font-family: "Playfair Display", serif;
  font-size: 64px;
  font-weight: 700;
  width: 816px;
}
.slider h5{
  font-size: 18px;
  margin: 1.4rem 0;
}
.main-slider .swiper-pagination{
  bottom: 18% !important;
}
.swiper-pagination-bullet{
  background-color: #7C7A7E !important;
  height: 10px !important;
  width: 10px !important;
  border: 1px solid #7C7A7E;
}
.swiper-pagination-bullet-active{
  background-color: transparent !important;
  height: 10px !important;
  width: 10px !important;
  border: 1px solid #7C7A7E;
}
.main-slider{
  margin-top: 136px;
}
/* slider-end */






.home_contact-container{
  max-width: 1170px;
  margin: 0 auto;
}
.home_contact{
  display: grid;
  align-items: center;
  grid-template-columns: calc(100% - 400px) 400px;
  background-color: #fff;
  margin: -64px 0 5rem;
  box-shadow: 0px 0px 12px #414040, -0px 0px 1px #333030;
  position: relative;
  z-index: 9;
}
.home_contact div:first-child{
  padding: 0 5rem;
}
.home_contact .main_head{
  text-transform: capitalize;
  font-size: 36px;
}
.home_contact div:last-child{
  display: flex;
  justify-content: center;
  background-color: var(--main);
  padding: 2rem 5rem;
}
.home_contact .a-btn{
  text-transform: capitalize;
  padding: .8rem 3rem;
}


.home_about-container{
  max-width: 985px;
  margin: 0 auto;
}
.home_about{
  display: grid;
  align-items: center;
  grid-template-columns: 40% 60%;
  justify-content: center;
  background-color: #fff;
  margin: 10rem 0 5rem;
}
.home_about div:first-child{
  position: relative;
  z-index: 1;
}
.home_about h1{
  width: 587px;
  position: relative;
  z-index: 1;
}
.home_about p{
  font-size: 15px;
  color: #777777;
  width: 454px;
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.home_about .h_about-btn{
  text-align: right;
}
.home_about a{
  color: #118ACB;
  text-align: end;
  position: relative;
} 
.home_about a::after{
  position: absolute;
  top: 50%;
  right: -90%;
  content: "";
  display: block;
  width: 66px;
  height: 2px;
  background-color: #118ACB;
}
.home_about .h_about-img{
  display: flex;
  
}
.home_about .h_about-img img{
  height: 480px;
  margin-left: 1rem;
}
.mobile-res{
  display: none;
}


.home_gallery-container{
  margin: 0 auto;
}
.home_gallery{
  margin: 10rem 0 15rem;
}
.home_gallery h1{
  width: 511px;
  margin: 0 auto;
  font-size: 42px;
  text-align: center;
}
.home_gallery .tittle{
  color: #777777;
  font-size: 16px;
  width: 782px;
  text-align: center;
  margin: 2rem auto 4rem;
}
.home_gallery .flex-box{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  gap: 1.8rem;
}
.home_gallery .flex-box h3{
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 19px;
  font-weight: 600;
}
.home_gallery .flex-box p{
  color: #333;
  font-size: 14px;
  margin-top: 1rem;
}
.home_gallery .flex-box .box{
  background-size: cover !important;
  background-position: center !important;
  align-items: end;
  display: flex;
  height: 280px;
  padding: 1rem;
  transition: all .3s ease-in-out;
  border-radius: 3px;
}


/* .home_gallery .flex-box .box:nth-child(1){
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/img/gallery-1.jpg), no-repeat;
}
.home_gallery .flex-box .box:nth-child(2){
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/img/gallery-2.jpg), no-repeat;
}
.home_gallery .flex-box .box:nth-child(3){
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/img/gallery-3.jpg), no-repeat;
}
.home_gallery .flex-box .box:nth-child(4) {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/img/gallery-4.jpg), no-repeat;
}
.home_gallery .flex-box .box:nth-child(5){
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/img/gallery-5.jpg), no-repeat;
}
.home_gallery .flex-box .box:nth-child(6){
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/img/gallery-6.jpg), no-repeat;
}
.home_gallery .flex-box .box:nth-child(7) {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/img/gallery-7.jpg), no-repeat;
}
.home_gallery .flex-box .box:nth-child(8), .home_gallery .flex-box .box:nth-child(9) {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../assets/img/gallery-8.jpg), no-repeat;
} */

.home_gallery .border-gallery{
  border: 1px solid var(--main);
  padding: 0.5rem;
  border-radius: 5px;
}
.home_gallery .content{
  
  padding: .5rem;
  min-height: 90px;
  /* display: grid;
  align-items: center;
  width: 100%; */
}
.home_gallery .content a{
  font-size: 14px;
  text-transform: capitalize;
  color: var(--main);
  margin-top: 1rem;
  display: inline-block;
  border-bottom: 1px solid var(--main);
  margin-bottom: 5px;
}
.home_gallery iframe{
  width: 100%;
  height: 150px;
}

.home_service{
  background-image: url(../assets/img/home-bg-1.jpg);
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  align-items: center;
  display: flex;
  justify-content: center;
}
.home_service-container{
  margin: 0 auto;
}
.home_service h1{
  width: 559px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 6rem 0 12rem;
}
.home_service .swiper-slide{
  background-color: transparent;
  color: #fff;
  text-align: left;
}

.home_service span{
  font-size: 22px;
  color: #118ACB;
  margin: 1rem 0;
}
.home_service h4{
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin-top: 1rem;
}
.home_service a{
  color: #fff;
  transition: all 300ms ease-in-out;
  font-size: 15px;
}
.home_service a:hover{
  color: #118ACB;
}
.home_service .swiper{
  padding-bottom: 6rem;
}

.home_test {
  padding: 10rem 0;
  background-color: #fbfbfb;
}
.home_test-container{
  max-width: 667px;
  margin: 0 auto;
}

.home_test .main_head{
  font-size: 52px;
  text-align: center;
}

.home_test .stars{
  display: flex;
  gap: .5rem;
  justify-content: center;
  color: #FCE340;
  margin: 2rem 0;
}
.home_test .tittle{
  color: #777777;
  font-size: 16px;
}
.home_test .test-name{
  color: #118ACB;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin: 2rem 0;
}
.home_test .test-position{
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 5rem;
}
.home_test .swiper-slide{
  background-color: #fbfbfb;
}
.home_test  .swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_test .swiper-pagination-bullet{
  background-color: #7C7A7E !important;
  height: 65px !important;
  width: 65px !important;
  background-position: center;
  background-size: cover;
  border: none;
  opacity: 1 !important;
  margin: 0 -7px -4px !important;
  position: relative;
  z-index: 1;
}
.home_test .swiper-pagination-bullet:nth-child(1){
  background-image: url(../assets/img/test-1.png);
}
.home_test .swiper-pagination-bullet:nth-child(2){
  background-image: url(../assets/img/test-1.png);
}
.home_test .swiper-pagination-bullet:nth-child(3){
  background-image: url(../assets/img/test-1.png);
}
.home_test .swiper-pagination-bullet-active{
  background-color: transparent !important;
  height: 72px !important;
  width: 72px !important;
  border: 1px solid #272727;
  position: relative;
  z-index: 2;
}

footer{
  padding-top: 8rem;
  background-color: var(--btn-color);
  color: #fff;
  font-size: 18px;
}
.footer-container {
  margin: 0 auto;
}
footer .box h3{
  font-family: "Playfair Display", serif;
  color: #fff;
  margin: 0;
  font-size: 22px;
}
footer .box a.footer-head{
  margin: 0 !important;
}

footer .flex-box{
  display: grid;
  grid-template-columns: 40% 20% 20% 20%;
  justify-content: space-between;
}

footer .box p{
  font-size: 18px;
  color: #B9B9B9;
  margin-top: 2rem;
  width: 365px;
}
footer .flex-box .box a{
  font-size: 15px;
  color: #B9B9B9;
  margin: 2rem 0 ;
  display: block;
  transition: all .5s ease-in-out;
}
footer .flex-box .box a:hover{
  color: var(--main);
}

.footer-last{
  margin-top: 8rem;
  border-top: 1px solid #fff;
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.footer-last span, .footer-last a{
  color: var(--main);
  font-size: 13px;
}

footer .box .social a{
  margin: .5rem 0;
}


/* ============================
inner-page
=============================== */


.inner-page{
  background-image: url(../assets/img/baner-img.jpg);
  background-position: center;
  background-size: cover;
  padding: 4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 136px;
}
.page-tittle{
  font-size: 48px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
  margin-bottom: 2rem;
}

.breadcrumbs{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.breadcrumbs, .breadcrumbs a{
  font-size: 16px;
  text-transform: uppercase;
  color: #9A9A9A;
}
.breadcrumbs i{
  font-size: 8px;
  margin-right: .2rem;
}
.breadcrumbs li, .breadcrumbs li a{
  margin-right: .7rem;
  display: flex;
  align-items: center;
  gap: .2rem;
}

.properties-inner{
  margin: 8rem 0;
}

.properties-inner .flex-box{
  display: grid;
  grid-template-columns:  calc(100% - 400px) 400px;
  gap: 1.5rem;
}

.properties-inner .flex-box .box img{
  width: 100%;
  margin-bottom: 2rem;
}
.properties-inner .hotel-contact{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 2rem;
}
.properties-inner .hotel-contact .main_head{
  font-size: 36px;
  text-transform: capitalize;
}
.properties-inner .hotel-contact h3{
  font-size: 22px;
}
.properties-inner .hotel-contact span, .properties-inner .hotel-contact .hotel-details a{
  color: var(--btn-color);
  font-size: 18px;
  font-weight: 700;
  margin-top: 1rem;
  display: block;
}
.properties-inner .hotel-contact span i{
  margin-right: .3rem;
}
.properties-inner .hotel-contact .box-social{
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 20px;
}
.properties-inner .hotel-contact .box-social a{
  background-color: var(--main);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  line-height: 0;
  transition: all .5s ease-in-out;
}
.properties-inner .hotel-contact .box-social a:nth-child(1){
  background-color: #1877F2;
}
.properties-inner .hotel-contact .box-social a:nth-child(1):hover{
  background-color: #1556ac;
}
.properties-inner .hotel-contact .box-social a:nth-child(2){
  background-color: #25D366;
}
.properties-inner .hotel-contact .box-social a:nth-child(2):hover{
  background-color: #159443;
}
.properties-inner .hotel-contact .box-social a:nth-child(3){
  background-image: linear-gradient(140deg, #F51E9F 0%, #FF1D53 50%, #E9D41E 95%);
}
.properties-inner .hotel-contact .box-social a:nth-child(3):hover{
  background-image: linear-gradient(140deg, #F51E9F 0%, #FF1D53 50%, #E9D41E 95%);
}
.properties-inner .hotel-contact .box-social a:nth-child(4){
  background-color: #000;
  border: .5px solid #000;
}
.properties-inner .hotel-contact .box-social a:nth-child(4):hover{
  background-color: #fff;
  color: #000;
}

.properties-inner .box p{
  font-size: 16px;
  color: #777777;
  margin-bottom: 1.5rem;
}
.properties-inner .box p span{
  font-size: 22px;
  color: var(--main);
}
.properties-inner .box h5{
  margin-top: 2rem;
}
.properties-inner .box h5, .properties-inner .box h6{
  font-size: 16px;
  color: #777777;
  display: block;
}
.properties-inner .box h6{
  font-weight: 700;
  margin-top: 1rem;
}
.properties-inner .box .map{
  margin-top: 4rem;
}

.hotel-contact .hotel-details  div{
  display: flex;
  gap: 2rem;
}
/* .hotel-contact .hotel-details i{
  margin-right: 8px;
} */
.more-hotels h2{
  font-family: "Playfair Display", serif;
  font-size: 36px;
  padding: 0 1rem;
}
.more-hotels .hotel-list{
  margin-top: 2rem;
  margin-left: 1rem;
}
.more-hotels .hotel-list li{
  border-bottom: 1px solid var(--btn-color);
}
.more-hotels .hotel-list li:first-child{
  border-top:  1px solid var(--btn-color);
}
.more-hotels .hotel-list li:hover, .hotel-list-active {
  background-color: var(--main);
}
.more-hotels .hotel-list li a{
  color: #000;
  font-size: 18px;
  display: block;
  padding: 1rem 1rem;
  transition: all .3s ease-in-out;
  text-transform: capitalize;
}
.more-hotels .hotel-list li a span{
  font-size: 14px;
}
.more-hotels .hotel-list li:hover a, .hotel-list-active a{
  color: #fff !important;
  background-color: var(--main);

}




.properties-inner .swiper {
  width: 100%;
  height: 100%;
}

.properties-inner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.properties-inner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.properties-inner .myProperties2.swiper {
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}
.properties-inner .myProperties.swiper {
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.properties-inner .swiper-slide {
  background-size: cover;
  background-position: center;
}

.properties-inner .mySwiper2 {
  height: 80%;
  width: 100%;
}

.properties-inner .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.properties-inner .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.properties-inner .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.properties-inner .myProperties .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.coming-soon a{
  animation: blink 1s linear infinite;
}
@keyframes blink{
  0%{opacity: .2;}
  50%{opacity: 1;}
  100%{opacity: .2;}
}



/* ============================
inner-page end
=============================== */











/* ============================
about us
=============================== */

.about-main{
  margin: 8rem 0;
}
.about-main .flex-box{
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 2rem;
  margin-bottom: 8rem;
  flex-direction: column-reverse;
  padding-right: 2rem;
}
.about-main .about-content{
  padding-right: 5rem;
}
.about-main .about-content .main_head{
  text-transform: capitalize;
}
.about-main .about-content p{
  color: var(--text);
  margin: 2rem 0 3rem;
}
.about-main .about-content .a-btn{
  border: 1px solid var(--btn-color);
}
.about-main .flex-box:nth-child(2) .about-content{
  margin-left: 3rem;
}

.about-main .about_main-img img{
  height: 955px;
  object-fit: cover;
}

.about-slider {
  padding: 5.5rem 2rem 3rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.about-slider .swiper-slide a{
  background-size: cover !important;
  background-position: center !important;
  align-items: end;
  display: flex;
  height: 280px;
  padding: 1rem;
  color: #fff;
}
.about-slider .ab-slider-1 a{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../assets/img/gallery-1.jpg), no-repeat;
}
.about-slider .ab-slider-2 a{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../assets/img/gallery-2.jpg), no-repeat;
}
.about-slider .ab-slider-3 a{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../assets/img/gallery-3.jpg), no-repeat;
}
.about-slider .ab-slider-4 a{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../assets/img/gallery-4.jpg), no-repeat;
}
.about-slider .ab-slider-5 a{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../assets/img/gallery-5.jpg), no-repeat;
}
.about-slider .ab-slider-6 a{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../assets/img/gallery-6.jpg), no-repeat;
}
.about-slider .ab-slider-4 a{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../assets/img/gallery-4.jpg), no-repeat;
}
.about-slider .ab-slider-5 a{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../assets/img/gallery-5.jpg), no-repeat;
}
.about-slider .ab-slider-6 a{
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../assets/img/gallery-6.jpg), no-repeat;
}
.about-slider .swiper-slide a div{
  text-align: left;
}
.about-slider .swiper-slide a h4{
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: .5rem;
}
.about-slider .swiper-slide a p{
  font-size: 14px;
}
.about-slider .swiper{
  padding-bottom: 5rem;
}
.about-slider .swiper-pagination{
  bottom: 0;
}

.about-last{
  margin: 8rem 0;
}
.about-last .flex-box{
  display: flex;
  align-items: center;
  gap: 2rem ;
  flex-wrap: wrap;
  justify-content: center;
}

.about-last .flex-box .box p{
  color: var(--text);
  font-size: 16px;
  margin: 1rem 0 2rem;
}
.about-last .flex-box .box a{
  border: 1px solid var(--btn-color);
}














/* ============================
contact
=============================== */




.contact{
  margin: 8rem 0;
}
.contact .flex-box{
  display: grid;
  align-items: center;
  grid-template-columns: 50% 50%;
  gap: 2rem;

}
.contact .flex-box a{
  font-size: 18px;
  color: var(--text);
}
.contact .flex-box li{
  margin: 2rem 0;
}
.contact .flex-box .social a{
  color: var(--btn-color);
  font-size: 22px;
}
.contact .flex-box .social a:hover{
  color: var(--main);
  transition: all .3s ease-in-out;
}
.contact .flex-box .box .col{
  display: inline-block;
  border: 1px solid var(--btn-color);
  border-radius: 5px;
  padding: 2rem;
}



/* =========================
      
         properties

=============================*/

.properties{
  margin: 8rem 0;
}