:root{
    --green2: #6ba538;
    --orange2: #d75d1c;
    --bg: #eee;
    --bg2:#fdfafa;
    --white: #ffffff;
    --black: #000000;
    --black2: #242423;
}
 #body .container{
    max-width: 1370px !important;
}
*{
	scroll-behavior: smooth;
    scroll-padding-top: 40px;
}

body{
    font-family: "Jost", sans-serif !important;
}


.a-font{
    font-family: "Marcellus", serif;
     font-family: "Gilda Display", serif;
}






/*---------------------- navigation --------------------------*/

.main_nav {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 99999;
}


.main_nav .navbar .container-fluid {
    padding: 0 !important;
}

a.navbar-brand img {
    width: 160px;
}

/* a.navbar-brand .logo h5 span{
    color: #ee0d08;
} */


.main_nav .navbar {
    background-color: #fff;
    /* padding: 13px 0 !important; */
    border-radius: 6px;
    /* margin-top: 30px; */
    margin: 0 20px;
}

.main_nav .navbar .container-fluid .navbar-nav li a {
    color: #000000;
    /* padding-left: 28px !important; */
    font-size: 19px;
    /* font-family: "Saira", sans-serif; */
    font-weight: 500;
    padding: 0 25px !important;
    /* font-family: "Exo", sans-serif; */
    text-transform: capitalize;
}

.main_nav .navbar .container-fluid .navbar-nav li a i {
    font-size: 15px;
    transform: translateY(0px);
}


.nav-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-list li a{
    display: inline-block;
}


.nav-list li a {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 15px;
    /* margin-left: 12px; */
    margin-right: 30px;
    text-decoration: none !important;
}

.nav-list li a i {
    color: #67a015;
    margin-right: 8px;
}

.nav-icon{
    color: #fff;
}

.nav-icon:hover{
    color: #fff;
}


/* .xtd-shadow--large-light {
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22) !important;
} */

/* .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    
    box-shadow: 0 6px 17px -6px #abaaaa;
}

  .sticky2 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
   
  } */

 a.nav-btn2 {
    color: #ffffff;
    /* font-family: "Saira", sans-serif; */
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    /* background: #1282a2; */
    display: inline-block;
    padding: 15px 28px;
    border-radius: 5px;
    /* font-family: "Space Grotesk", sans-serif; */
    letter-spacing: 1px;
    /* margin-left: 31px; */
    background: #6ba538;
    /* background: #05d3aa; */
    /* font-family: "Montserrat", sans-serif; */
}

a.nav-btn2 i{
    font-size: 13px;
    margin-left: 10px;
}

a.nav-btn2:hover{
    text-decoration: none;
    color: #fff;
}




/*--------------- banner ---------------------*/

.banner-up{
    position: absolute;
    top: 0;
    left: 0;
}

.bc-img{
    background: url(../images/banner3.webp) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 930px;
    position: relative;
}

.bc-img2{
    background: url(../images/banner1.webp) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 930px;
    position: relative;
}

.bc-img3{
    background: url(../images/banner2.webp) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 930px;
    position: relative;
}

.bc-img4{
    background: url(../images/banner4.webp) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 930px;
    position: relative;
}

/* .main-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 30%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
} */

.banner-content{
    z-index: 9999;
    position: relative;
}

/* .bc-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 47%, #000000 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
} */


.ban-header2 {
    font-size: 75px;
    color: #ffffff;
    margin-bottom: 20px;
    /* text-transform: capitalize; */
    font-weight: 700;
    /* text-align: center; */
    /* padding-left: 200px; */
    padding-right: 286px;
    text-shadow: 2px 6px 20px #000000;
    /* text-align: center; */
    /* padding: 0 300px; */
    /* padding-right: 453px; */
    line-height: 95px;
    letter-spacing: 2px;
}

p.ban-para {
    color: #e0e0e0;
    font-size: 20px;
    text-shadow: 2px 6px 20px #000000;
    padding-right: 406px;
    line-height: 31px;
    margin-bottom: 37px;
}

h5.ban-title.a-font {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #ffffff;
}

.banner-content .container-fluid {
    padding: 0 50px !important;
}

.banner-box {
    padding-top: 18.5%;
}

.banner-content{
    position: absolute;
    top: 0;
    left: 0;
}

.ban-link {
    display: inline-block;
    background-color: var(--orange2);
    /* padding: 8px 8px 8px 26px; */
    color: #ffffff;
    /* font-family: "Space Grotesk", sans-serif; */
    border-radius: 6px;
    font-weight: 600;
    /* font-family: "Montserrat", sans-serif; */
    padding: 18px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13.5px;
    transition: .4s ease-in-out;
}

.ban-link i {
    font-size: 12px;
    margin-left: 10px;
}

.ban-link:hover{
    background-color: var(--green2);
    text-decoration: none;
    color: #ffffff;
}

.ban-link2 {
    display: inline-block;
    background-color: #ffffff;
    /* padding: 8px 8px 8px 26px; */
    color: #000000;
    /* font-family: "Space Grotesk", sans-serif; */
    border-radius: 6px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 14px 28px;
    /* letter-spacing: 1px; */
    /* border: 2px solid #fff; */
    margin-left: 10px;
}

.ban-link2 i {
    font-size: 12px;
    margin-left: 10px;
}

.ban-link2:hover{
    text-decoration: none;
    color: #000000;
}


.main-banner i.fa-solid.fa-arrow-left-long {
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    line-height: 40px;
}

.main-banner i.fa-solid.fa-arrow-right-long {
    color: #fff;
    font-size: 12px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    line-height: 40px;
   
}

.carousel-control-prev {
    left: 85% !important;
    top: -100px !important;
}

/* .carousel-control-next {
    right: -60px;
} */

.carousel-control-prev {
    
    opacity: 1 !important;
}

.carousel-control-next {
    
    opacity: 1 !important;
}

.carousel-control-next, .carousel-control-prev {
  
    z-index: 9999999999999999 !important;
}



.ban-form .container .ban-date .form-reserve .row .col-lg-3 .form-group label {
    font-size: 17px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    margin-bottom: 13px;
}

.ban-form .container .ban-date .form-reserve .row .col-lg-3 .form-group .form-control {
    height: 48px;
    color: #495057;
    background-color: initial;
    border: 1px solid #44503f;
    border-radius: initial;
}
.ban-form .container .ban-date .form-reserve .row .col-lg-3 .form-group .form-control:focus{
    box-shadow: none;
    border-color: var(--green2);
}

.ban-date {
    background-color: #fff8f8;
    padding: 40px 40px;
    box-shadow: 0px 5px 30px 0px rgba(79.99999999999997, 57.00000000000001, 23.999999999999996, 0.18);
    margin-top: -87px;
    position: relative;
}

a.form-btn {
    background: var(--green2);
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 11px;
    margin-top: 37.5px;
    text-transform: uppercase;
    transition: .4s ease-in-out;
}

a.form-btn:hover{
    background-color: var(--orange2);
    color: #fff;
    text-decoration: none;
}




/*--------------- about ---------------------*/

.ab-lft {
    /* margin-right: -20px; */
    margin-top: 5px;
    margin-left: -30px;
}

.ab-img img {
    width: 88%;
    /* border-radius: 20px; */
    /* margin-left: auto; */
    /* float: right; */
    height: 610px;
}

h5.ab-cap {
    color: var(--orange2);
    text-transform: uppercase;
    font-size: 15px;
    /* font-family: "Gilda Display", serif; */
    letter-spacing: 3px;
    font-weight: 600;
    position: relative;
    margin-bottom: 17px;
    position: relative;
    padding-left: 60px;
}

h5.ab-cap::before{
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    left: 0;
    bottom: 5px;
    background: #da3c3c;
}

h5.ab-head2.a-font {
    font-size: 37px;
    font-weight: 500;
    /* padding: 0 219px; */
    line-height: 54px;
    color: #000;
    margin-bottom: 13px;
    padding-right: 35px;
}

p.ab-para {
    font-size: 18px;
    color: #555e63;
    line-height: 30px;
    padding-right: 37px;
    margin-bottom: 18px;
    text-align: justify;
}

.ab-link {
    color: #ffffff;
    /* font-family: "Saira", sans-serif; */
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    background: var(--orange2);
    display: inline-block;
    padding: 15px 26px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    margin-top: 31px;
    text-transform: uppercase;
    transition: .4s ease-in-out;
}

.ab-link i{
    font-size: 13px;
    margin-left: 10px;
    
}

.ab-link:hover{
    background-color: var(--green2);
    color: #ffffff;
    text-decoration: none;
}

h5.ab-title.a-font.text-center {
    font-size: 32px;
    color: #022047;
    font-weight: 700;
    padding: 0 90px;
    line-height: 47px;
    margin-bottom: 60px;
}

.ab-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.ab-list li {
    /* color: #686868; */
    color: #555e63;
    line-height: 42px;
    font-size: 17px;
}
.ab-list li i {
    color: var(--orange2);
    font-size: 14px;
    transform: translateY(0px);
    margin-right: 12px;
}

.about {
    margin-top: 80px;
}

.ab-para2 {
    font-size: 17px;
    line-height: 33px;
    margin-top: 19px;
    padding-right: 223px;
}

.ab-lft::before {
    content: url(../images/ab.png);
    position: absolute;
    right: -20%;
    bottom: -33%;
}

/*---------------------- paralox --------------------------*/

.display-5 {
    font-size: 64px;
    /* font-family: "Space Grotesk", sans-serif !important; */
    font-weight: 500;
    color: #ffffff;
    font-family: "Gilda Display", serif;
}

h5.si-cap {
    font-size: 64px;
    font-family: "Gilda Display", serif;
    /* font-weight: 700; */
    color: #ffffff;
    margin-bottom: 0;
    text-transform: lowercase;
    margin-top: 9px;
}

h5.si-cap span {
    margin-left: -14px;
}

h5.si-title {
    font-size: 21px;
    /* font-weight: 600; */
    margin-bottom: 0;
    margin-top: -3px;
    white-space: nowrap;
    color: #fff;
    margin-left: 3px;
}

.si-rt1 {
    margin-left: 70px;
}

.paralox {
    margin: 80px 0;
}

.paralox {
    background: url(../images/paralox.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 80px 0;
    position: relative;
}

.paralox::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 25, 33, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}



/*---------------------- room --------------------------*/

h5.r-head {
    color: var(--orange2);
    text-transform: uppercase;
    font-size: 15px;
    /* font-family: "Gilda Display", serif; */
    letter-spacing: 3px;
    font-weight: 600;
    position: relative;
    margin-bottom: 7px;
}

.r-head::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    left: 39.3%;
    bottom: 5px;
    background: #da3c3c;
}

.r-head::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    right: 39.3%;
    bottom: 5px;
    background: #da3c3c;
}

.r-para2 {
    font-size: 37px;
    font-weight: 500;
    /* padding: 0 219px; */
    line-height: 63px;
    color: #000;
    margin-bottom: 21px;
}

.r-box {
    border: 1px solid #dadada;
    padding: 24px;
    border-radius: 25px;
    /* box-shadow: 0px 24px 80px rgba(74, 58, 45, 0.12); */
}

.rm1 img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(26%) saturate(3224%) hue-rotate(353deg) brightness(90%) contrast(87%);
    width: 24px;
}


.r-cap {
    font-size: 16px;
    color: #555e63;
    font-weight: 400;
    margin-top: 4px;
    margin-left: 9px;
    margin-right: 15px;
    white-space: nowrap;
}

.r-cap2 {
    font-size: 19px;
    font-family: "Gilda Display", serif;
    margin-top: 8px;
}

.r-cap2 span {
    font-weight: 600;
}

.r-icon {
    background: var(--green2);
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    border-radius: 4px;
    margin-top: 5px;
    margin-left: 109px;
    transition: .4s ease-in-out;
}

.r-icon i {
    font-size: 22px;
}

.r-icon:hover{
    background-color: var(--orange2);
    color: #ffffff;
}

.r-img img {
    width: 100%;
    /* height: 265px; */
    border-radius: 12px;
    margin-top: 18px;
}

.r-head2 {
    font-size: 24px;
}

.r-para {
    color: #555e63;
    font-size: 17px;
    line-height: 29px;
	margin-bottom: 0 !important;
}

.r-link {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--orange2);
    letter-spacing: 1px;
    font-weight: 600;
    transition: .4s ease-in-out;
}

.r-link i {
    margin-left: 7px;
}

.r-link:hover{
    color: var(--green2);
    text-decoration: none;
}

.r-3 {
    background: #fcf4f4;
    padding: 18px;
    border-radius: 12px;
    margin-top: 25px;
}


/*---------------------- dining --------------------------*/

.dine2 {
    padding: 60px 0;
}

.dine {
    margin-top: 80px;
}

.di-img{
	border-radius: 20px;
	overflow: hidden;
}
.di-img img{
    width: 100%;
	height: 423px;
	object-fit: cover;
}
.img-long img{
	height: auto;
}

.d-box {
    background: #131d29;
    padding: 54.2px;
    border-radius: 20px;
}

h5.d-cap {
    color: var(--green2);
    text-transform: uppercase;
    font-size: 15px;
    /* font-family: "Gilda Display", serif; */
    letter-spacing: 3px;
    font-weight: 600;
    position: relative;
    margin-bottom: 16px;
    padding-left: 60px;
}

.d-cap::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    left: 0;
    bottom: 5px;
    background: var(--green2);
}

h5.d-title.a-font {
    color: #fff;
    font-size: 33px;
    border-bottom: 1px solid #747474;
    /* padding-top: 20px; */
    padding-bottom: 26px;
    margin-bottom: 33px;
}

.d-icon i {
    color: #ff9500;
    font-size: 15px;
}

h5.d-cap2 {
    color: #d1d1d1;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 2px;
    margin-left: 10px;
}

p.d-para {
    color: #cccccc;
    font-size: 18px;
    line-height: 35px;
    margin-top: 9px;
	margin-bottom: 0 !important;
}

.d-link {
    color: #fff;
    /* font-family: "Saira", sans-serif; */
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 14px 22px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    margin-top: 13px;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

.d-link i {
    font-size: 13px;
    margin-left: 10px;
}

.d-link:hover{
    color: #ffffff;
    background-color: var(--green2);
    border-color: var(--green2);
    text-decoration: none;
}


/*---------------------- paralox2 --------------------------*/


.paralox2 {
    background: url(../images/paralox2.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 230px 0;
    margin-top: 80px;
}

.wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
  
  .video-main {
    position: relative;
    display: inline-block;
  }
  
  .video {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #da3c3c;
    display: inline-block;
    background: #ffffff;
    z-index: 999;
    font-size: 15px;
}
  
  @keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  
  .fa-play:before {
    content: "\f04b";
  }
  
  .waves {
    position: absolute;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
          
  .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }


/*---------------------- amenity --------------------------*/

.paralox3 {
    background: url(../images/paralox3.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    position: relative;
    padding: 80px 0;
    margin-top: 80px;
}

.paralox3::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(22, 25, 33, 0.9);
    position: absolute;
    top: 0;
    left: 0;
}


.am-full{
    position: relative;
    z-index: 9999999999;
}

.am-para2 {
    font-size: 37px;
    font-weight: 500;
    /* padding: 0 219px; */
    line-height: 63px;
    color: #ffffff;
    margin-bottom: 26px;
}

.amenity {
    margin-top: 80px;
}

.am-link {
    color: #ffffff;
    /* font-family: "Saira", sans-serif; */
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    background: #da3c3c;
    display: inline-block;
    padding: 14px 35px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    margin-top: -12px;
    text-transform: uppercase;
}

.am-link i{
    font-size: 13px;
    margin-left: 10px;
    
}

.am-link:hover{
    color: #ffffff;
    text-decoration: none;
}

.am-cap{
    color: var(--orange2);
    text-transform: uppercase;
    font-size: 15px;
    /* font-family: "Gilda Display", serif; */
    letter-spacing: 3px;
    font-weight: 600;
    position: relative;
    margin-bottom: 7px;
}

.am-cap::before{
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    left: 41.5%;
    bottom: 5px;
    background: #da3c3c;
}

.am-cap::after{
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    right: 41.5%;
    bottom: 5px;
    background: #da3c3c;
}

.am-icon img {
    /* filter: brightness(0) saturate(100%) invert(30%) sepia(79%) saturate(1481%) hue-rotate(343deg) brightness(106%) contrast(73%); */
    /* filter: brightness(0) saturate(100%) invert(6%) sepia(37%) saturate(1301%) hue-rotate(177deg) brightness(92%) contrast(89%); */
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7398%) hue-rotate(78deg) brightness(110%) contrast(100%);
    margin-top: 5px;
}

p.am-para {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 26px;
    color: #e9e9e9;
    padding-right: 30px;
}

h5.am-head {
    color: #da3c3c;
    /* font-family: "Gilda Display", serif; */
    text-transform: capitalize;
    /* font-size: 22px; */
}

.am-txt {
    margin-left: -20px;
}

.am-1 {
    margin-bottom: 50px;
}

.para-link3 {
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    background: var(--green2);
    display: inline-block;
    padding: 17px 31px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    margin-top: 18px;
    text-transform: uppercase;
    z-index: 99999999;
    transition: .4s ease-in-out;
}

.para-link3 i{
    font-size: 13px;
    margin-left: 10px;
}

.para-link3:hover{
    background-color: var(--orange2);
    text-decoration: none;
    color: #ffffff;
} 

/*----------- amenity2 -----------*/

.am-2 {
    background: #fff;
    text-align: center;
}

.am img {
    /* filter: brightness(0) saturate(100%) invert(6%) sepia(37%) saturate(1301%) hue-rotate(177deg) brightness(92%) contrast(89%) !important;
    filter: brightness(0) saturate(100%) invert(7%) sepia(8%) saturate(3970%) hue-rotate(173deg) brightness(96%) contrast(91%) !important; */
    filter: brightness(0) saturate(100%) invert(43%) sepia(26%) saturate(3224%) hue-rotate(353deg) brightness(90%) contrast(87%);
    width: 55px;
}

.am3 {
    color: #717171 !important;
}

.am2 {
    color: #131d29 !important;
    margin-top: 26px;
    font-size: 18px !important;
    margin-bottom: 0;
}

.am-2 {
    background: #fff;
    text-align: center;
    padding: 27px 10px;
    margin-bottom: 30px;
    border-radius: 6px;
}

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

/*----------- gallery -----------*/

.gallery .container-fluid {
    padding: 0 0 !important;
}
.g-img {
    background-color: #ddd;
    margin-bottom: 30px;
    min-height: 291px;
}

.g-img2{
    background-color: #ddd;
    margin-bottom: 30px;
    min-height: 300px;
}

/* .g-img3 {
    background-color: #ddd;
   
    min-height: 630px;
} */

.g-img3 img {
    height: 620px;
}

.g-cap{
    color: var(--orange2);
    text-transform: uppercase;
    font-size: 15px;
    /* font-family: "Gilda Display", serif; */
    letter-spacing: 3px;
    font-weight: 600;
    position: relative;
    margin-bottom: 7px;
}

.g-cap::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    left: 44.2%;
    bottom: 5px;
    background: #da3c3c;
}

.g-cap::after{
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    right: 44.2%;
    bottom: 5px;
    background: #da3c3c;
}

.gallery {
    margin-top: 80px;
}

/*---------------- paralox3 ----------------------*/


/* .para-txt{
    z-index: 999;
    position: relative;
}

.para-title {
    color: #da3c3c;
    text-transform: uppercase;
    font-size: 15px;
    
    letter-spacing: 3px;
    font-weight: 600;
    position: relative;
    margin-bottom: 17px;
    z-index: 999;
}

.para-title::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    left: 37%;
    bottom: 5px;
    background: #da3c3c;
}

.para-title::after{
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    right: 37%;
    bottom: 5px;
    background: #da3c3c;
}

.para-title2 {
    color: #fff;
    font-size: 50px;
    z-index: 999;
    margin-bottom: 17px;
}

.para1{
    color: #fff;
    font-size: 18px;
    z-index: 999;

}

.para-link3{
    color: #ffffff;
    
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    background: #da3c3c;
    display: inline-block;
    padding: 15px 26px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    text-transform: uppercase;
    z-index: 99999999;

}

.para-link3 i{
    font-size: 13px;
    margin-left: 10px;
}

.para-link3:hover{
    text-decoration: none;
    color: #ffffff;
} */

/*---------------- location ----------------------*/

.l-img img {
    width: 100%;
    height: 319px;
    border-radius: 10px;
}

.l-img2 img {
    width: 100%;
    height: 319px;
    border-radius: 10px;
}

.l-box {
    position: relative;
}

h5.l-header {
    display: inline-block;
    font-size: 22px;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    font-weight: 500;
    /* letter-spacing: 4px; */
    text-transform: capitalize;
}

.l-img{
    position: relative;
}

.l-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(319deg, rgba(11, 11, 17, 0) 0%, rgba(7, 10, 15, 0.5) 64.71%, #03080D 100%);
    border-radius: 10px;
}

.l-img2{
    position: relative;
}

.l-img2::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(319deg, rgba(11, 11, 17, 0) 0%, rgba(7, 10, 15, 0.3) 64.71%, #03080D 100%);
    border-radius: 10px;
}

.mt-row{
    margin-top: 35px;
}

.location {
    margin-top: 50px;
}

.l-link {
    color: #ffffff;
    /* font-family: "Saira", sans-serif; */
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    background: var(--orange2);
    display: inline-block;
    padding: 16px 38px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    margin-top: 35px;
    text-transform: uppercase;
    transition: .4s ease-in-out;
}

.l-link i{
    font-size: 13px;
    margin-left: 10px;
    
}

.l-link:hover{
    background-color: var(--green2);
    color: #ffffff;
    text-decoration: none;
}


/*---------------- footer ----------------------*/

.footer {
    /* background: url(../images/ftr-bg.png) no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    /* margin-top: 80px; */
    background: #131d29;
    margin-top: 80px;
}

.ft-padding {
    padding: 70px 0;
}

.ftr-logo a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(0%) hue-rotate(250deg) brightness(110%) contrast(108%);
    width: 40%;
}

.ftr-para {
    font-size: 17px;
    color: #c1c1c1;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 31px;
    padding-right: 38px;
}

h5.ft-title4 {
    /* font-family: "Montserrat", sans-serif; */
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 18px;
}


.ftr-social a i {
    display: inline-block;
    width: 36px;
    height: 35px;
    /* background: #fff; */
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    /* border-radius: 100%; */
    /* line-height: 45px; */
    margin-right: 5px;
    /* background: #da3c3c; */
    line-height: 37px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 14px;
}

.ftr-header {
    color: #fff;
    font-size: 18px;
    /* font-weight: 600; */
    margin-bottom: 15px;
    text-transform: capitalize;
    /* font-family: "Cal Sans", sans-serif; */
    /* letter-spacing: 0.5px; */
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Gilda Display", serif;
}
.ftr-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.ftr-list li a {
    color: #dbdbdb;
    display: inline-block;
    line-height: 45px;
    text-transform: capitalize;
    /* margin-bottom: 20px; */
    font-size: 17px;
    text-decoration: none;
    white-space: nowrap;
    /* font-size: -webkit-xxx-large; */
    font-weight: 400;
    /* font-family: "Cal Sans", sans-serif; */
    /* font-family: "Cal Sans", sans-serif; */
    letter-spacing: 0.5px;
    font-weight: 400;
}

.ft-up {
    margin-top: 20px;
}

.ftr-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 20px;
}

.ftr-add {
    display: inline-block;
    color: #fff;
    line-height: 29px;
    color: #dbdbdb;
    /* font-family: "Cal Sans", sans-serif; */
    font-weight: 400;
    font-size: 16px;
}

.ftr-add:hover{
    color: #fff;
    text-decoration: none;
}

.ft-top {
    margin-top: 25px;
    margin-bottom: 14px;
}


h5.ftr-cap.text-center {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.footer2 {
    border-top: 1px solid #868686;
    padding: 18px 0;
    background: #131d29;
}
.ftr-4 {
    margin-left: 50px;
}

.ftr-font {
    font-size: 22px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ee0d08;
    color: #da150b;
    /* margin-bottom: 5px; */
    padding-bottom: 4px;
    margin-top: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.ftr-font:hover{
    color: #ee0d08;
}




.ftr-con{
    margin: 0;
    padding: 0;
    list-style: none;
}

.ftr-con li a{
    display: flex;
    text-decoration: none !important;

}

.ftr-con li a h5 {
    font-weight: 400;
    font-size: 16px;
    color: #c6c6c6;
    line-height: 27px;
    margin-bottom: 16px;
   
    text-decoration: none !important;
}

.ftr-con li a i {
    color: #fff;
    font-size: 13px;
    transform: translateY(8px);
    margin-right: 15px;
    /* margin-bottom: 20px; */
}

.footer .form-control {
    display: block;
    width: 78%;
    height: 52px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: initial;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer .form-control::placeholder{
    font-size: 15px;
    padding-left: 10px;
}

a.frm-link i {
    background: #da3c3c;
    color: #ffffff;
    display: inline-block;
    padding: 12px 15px;
    font-size: 17px;
    border-radius: 5px;
}

.frm-btn {
    position: absolute;
    top: 0px;
    right: 80px;
}

a.frm-link {
    display: inline-block;
    text-transform: uppercase;
    background: var(--orange2);
    color: #fff;
    padding: 16px 24px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 0px 6px 6px 0px;
    font-size: 14px;
    transition: .4s ease-in-out;
}

a.frm-link:hover{
    background-color: var(--green2);
    color: #fff;
    text-decoration: none;
}

.ftr-2 {
    margin-left: 63px;
    position: relative;
}

.ftr-2::before {
    content: '';
    width: 1px;
    height: 256px;
    background-color: #5a5a5a;
    position: absolute;
    top: 5px;
    left: -77px;
}

.ftr-2::after {
    content: '';
    width: 1px;
    height: 256px;
    background-color: #5a5a5a;
    position: absolute;
    top: 5px;
    right: -297px;
}

.ftr-3 {
    margin-left: 27px;
}

.ftr-4 {
    margin-left: 90px;
    /* margin-top: 20px; */
}







.h-masonry-wrapper {
  overflow-x: auto;   /* allow horizontal scroll */
  overflow-y: hidden;
  scroll-behavior: auto;
}

.h-masonry {
  display: flex;
  gap: 20px;
  width: max-content;
}

/* each vertical column */
.m-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 280px;
  flex-shrink: 0;
}

/* images */
.m-col img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
/* Hide scrollbar - Chrome, Safari */
.h-masonry-wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar - Firefox */
.h-masonry-wrapper {
  scrollbar-width: none;
}

/* Hide scrollbar - IE/Edge (old) */
.h-masonry-wrapper {
  -ms-overflow-style: none;
}

.extra-item {
  display: none;
  opacity: 0;
  transition: 0.4s ease-in-out;
}

.extra-item.show {
  display: block;
  opacity: 1 !important;
}