@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Patua+One&family=Roboto+Slab:wght@100..900&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pattaya&family=Patua+One&family=Roboto+Slab:wght@100..900&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Cantata+One&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orelega+One&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Pattaya&family=Patua+One&family=Ramaraja&family=Roboto+Slab:wght@100..900&family=Rubik+Gemstones&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.navbar-nav{
   
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }

  a{
      text-decoration: none;
  }
  
/*  HEADER */

.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color:#206FA0;
  transition: color 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:#636363;
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:#206FA0;
      }
    }

.nav-item .underline {
  height: 4px;
  background-color: transparent;
  width: 0;
  transition: width 0.6s, background-color 0.6s;
  border-radius: 70px;
  margin: 0 auto;

}

.nav-item.active-link a {

  color: #206FA0;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#206FA0;

}

.nav-item:hover .underline {
  background-color:#206FA0;
  width: 100%;

}

.nav-item:hover a {

  color:  #206FA0;
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#206FA0;

}

::selection {
  background-color: #206FA0;
  color:#000000;
}


.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;

}

.navbar {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease-in-out;

}

.navbar-scrolled {
  background-color: #f5f5f5;

}


@media only screen and (max-width: 1000px) {
  .navbar {
      background-color: #f7f7f7;
      transition: background-color 0.3s ease-in-out;
  
  }
}

.navbar-toggler{
  border-color: #ffffff !important;
  background-color:#ffffff #ffffff !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color:#ffffff!important;
  background-color: #ffffff; 
  color: transparent !important;


}

@media screen and (width: 1024px) {
  .navbar-nav {
      font-size: 16px;
  }
}
/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button {
  background:#F28732;
  border: 0;
  border-radius: 0px !important;
  color:rgb(255, 255, 255) !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:0;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #ffffff;

}

#button::before,
#button::after {
    
  background:#F28732 !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #ffffff !important;
  transform: scale(1);
  border: 2px solid #ffffff;

}


.btn-3 {
    overflow: hidden;
  }

  .btn-3::before {
    height: 100%;
    left:0;
    top: 0;
transition: 0.5s;
    width: 0;

  }
  
  .btn-3::after {
    height: 100%;
    right:0;
    top: 0;

    width: 0;

  }

  .btn-3:hover:after,  .btn-3:hover:before {
    height: 100%;
    width: 55%;
  }



  
  .fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }



    

/* footer */
.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%;
    }
  }
  .footer_wrapper {
    background: linear-gradient(0deg, #000000b0, #00000091), url('image/6246477.jpg') center/cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Gilda Display', serif;
  }
  
  .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(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: #FF7617;
    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;
    }
  }
  
  .con{
    padding-left: 80px;
  }  
  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 
      .gold-head1 {
       
        font-size: 20px !important;
      }
  }


  .index-bg1{
    background: url('image/6246477.jpg') rgba(0, 0, 0, 0.671);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 80vh;
    position: relative;
  
  
    overflow: hidden;
  }



  /*Index-About*/
#aboutus {
    position: relative;
  }
  .about-section {
    position: absolute;
    clip-path: polygon(11% 0, 33% 0, 24% 100%, 0% 100%);
    width: 100%;
    height: 115%;
    top: -98px;
    right: 0;
    background-color: #FF7617;
    z-index: -1;
  }
  .about-section-img {
    position: absolute;
    width: 39.3vw !important;
    height: 350px;
    z-index: 100 !important;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
  
  @media(max-width:990px){
      
  .about-section{display: none;}
  
  
    }
  

    

  .Slogan .bg{
    background: url('image/pexels-luisphotogram-3583877.jpg')rgba(0, 0, 0, 0.575);
   
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 350px;
}
  /*Index - Ameneties*/
.service-item {
    height: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: rgb(255, 244, 241);
    box-shadow: 0 0 45px #c0c0c018;
    transition: .5s;
    border: 2px solid #FF7617;
}
   

.service-item:hover {
    background: #F8E1B6;
}
.service-item:hover i,
.service-item:hover h5,
.service-item:hover p {
    color: #000000 !important;
}
.rounded {
    border-radius: 2px !important;
}
.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 65px;
    height: 65px;
    transition: .5s;
   
}
.service-item i,
.service-item h5,
.service-item p {
    transition: .5s;
}




  /*GALLERY*/
  .gallery {
    background-color: #ffffff;

  
  }
  

  
  .gallery .titlepage {
    text-align: center;
  }
  
  .gallery .gallery_img {
    height:22vh;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 7px 5px 3px #474747;
    
  }
  
  .gallery .gallery_img figure {
    margin: 0;
  }
  
  .gallery .gallery_img figure img {
    width: 100%;
    transition: all .5s;

  }
  
  .gallery .gallery_img figure img:hover {
    transform: scale(1.2);
  }

  @media screen and (max-width: 991px) {

    .gallery .gallery_img {
      height:20vh;}
  }


  /*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    display: block;
    padding: 70px 0 20px;
    background-color: #FFF4F1;
  }
  
  .why-choose-one__top {
    position: relative;
    display: block;
    padding-bottom: 94px;
  }
  
  .why-choose-one__left {
    position: relative;
    display: block;
    margin-right: 40px;
  }
  
  .why-choose-one__img-box {
    position: relative;
    display: block;
  }
  
  .why-choose-one__img {
    position: relative;
    display: block;
  }
  
  .why-choose-one__img img {
    width: 100%;
    border-radius: 8px;
  }
  
  .why-choose-one__count-box {
    position: absolute;
    background-color: var(--endreox-primary);
    text-align: center;
    padding: 36px 36px 24px;
    border-radius: 8px;
    left: 30px;
    bottom: -34px;
  }
  
  .why-choose-one__count-box .icon {
    position: relative;
    display: inline-block;
  }
  
  .why-choose-one__count-box .icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #4ddbff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .why-choose-one__count-box:hover .icon span {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  
  .why-choose-one__content-box {
    position: relative;
    display: block;
    margin-top: 9px;
  }
  
  .why-choose-one__content-box h3 {
    font-size: 45px;
    font-weight: 700;
    color: var(--endreox-white);
    font-family: var(--endreox-font) !important;
    line-height: 45px !important;
  }
  
  .why-choose-one__letter {
    font-size: 27px;
    font-weight: 700;
    color: var(--endreox-white);
    font-family: var(--endreox-font) !important;
    line-height: 42px !important;
    position: relative;
    top: -3px;
    padding-left: 3px;
  }
  
  .why-choose-one__count-text {
    font-size: 20px;
    line-height: 26px;
    color: var(--endreox-white);
    font-weight: 500;
  }
  
  .why-choose-one__count-box .odometer-formatting-mark {
    display: none;
  }
  
  .why-choose-one__right {
    position: relative;
    display: block;
  }
  
  .why-choose-one__right .section-title__title {
    color: #0b1970;
  }
  
  .why-choose-one__right .section-title {
    margin-bottom: 21px;
  }
  
  .why-choose-one__text {
    position: relative;
    display: block;
  }
  
  .why-choose-one__points {
    position: relative;
    display: block;
    margin-top: 35px;
  }
  
  .why-choose-one__points li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .why-choose-one__points li+li {
    margin-top: 8px;
  }
  
  .why-choose-one__points li .icon {
    position: relative;
    display: inline-block;
    top: -1px;
  }
  
  .why-choose-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #848688;
  }
  
  .why-choose-one__points li .text {
    position: relative;
    display: block;
  }
  
  .why-choose-one__points li .text p {
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    color: #202743;
    margin-left: 18px;
  }
  
  .why-choose-one__bottom {
    position: relative;
    display: block;
  }
  
  .why-choose-one__single {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
  }
  
  .why-choose-one__single .icon {
    position: relative;
    display: inline-block;
    top: 10px;
  }
  
  .why-choose-one__single .icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--endreox-primary);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .why-choose-one__single:hover .icon span {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .why-choose-one__content {
    position: relative;
    display: block;
    margin-left: 22px;
  }
  
  .why-choose-one__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    font-family: var(--endreox-font);
  }
  
  .why-choose-one__title a {
    color: #0b1970;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .why-choose-one__title a:hover {
    color: var(--endreox-base);
  }
  
  .why-choose-one__text-2 {
    font-size: 17px;
    line-height: 26px;
    margin-top: 9px;
  }
  



  .service-bg1{
    background: url('image/Screenshot 2024-05-22 153715.jpg') rgba(0, 0, 0, 0.712);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  

  }
  .bg01{
    text-align: center;
    font-family: 'Cinzel', serif; 
    font-weight: 500;
     font-size: 45px;
    
     padding-top: 200px;
     text-shadow: 1px 1px 1px #ffffff;
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 200px !important;
        }
        .img2001{
            display: none;
        }

        .about99{
            padding-top: 50px !important;
        }
     
   }
     
      .about-bg1{
        background: url('image/pexels-skitterphoto-745708.jpg') rgba(0, 0, 0, 0.644);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
      }
      .gallery-bg1{
        background: url('image/pexels-luisphotogram-3583877 - Copy.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom ;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }

      .contact-bg1{
        background: url('image/pexels-jayoke-1146562.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom 70%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }

      
      .room-box:hover{
        -webkit-box-shadow: 7px 7px 0px 0px #F28732 !important;
      -moz-box-shadow: 7px 7px  0px 0px #F28732 !important;
      box-shadow: 7px 7px  0px 0px #F28732 !important;
      transition: 0.3s ease;
      }
      
      .room-box:hover button{
      background: #F28732 !important;
      }
      .room-content{
        padding: 0px 30px 0px 30px;
      }

      .golden5 {
        padding-top: 10px ;
        font-family: 'Gilda Display', serif;
      }



   
      .about-section1 {
        position: absolute;
        clip-path: circle(40.7% at 0 49%);
        width: 100%;
        height: 115%;
        top: -98px;
        right: 0;
        background-color: #FF7617;
        z-index: -2;

      }
   
      .about-section-img {
        position: absolute;
        width: 39.3vw !important;
        height: 350px;
        z-index: 100 !important;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
      }
      
      @media(max-width:990px){
          
      .about-section{display: none;}
      
      .image-7{
        width: 80%;
      }
      .rode{
        font-size: 25px !important;
      }
      .stst{
        font-size: 30px !important;
      }
     
      .WELL{
        margin-top: -95% !important;
        font-size: 15px !important;
      }
      .well1{
        
        font-size: 16px !important;
      }

      .About-Section-col{
       order: 2;
      }

      .font05{
        font-size: 25px !important;
      }
      .font06{
        font-size: 25px !important;
      }
     .Slogan{
        padding-bottom: 40px !important;
     }
        }


       
        /*Contact.html*/
  .section-background3{
    background-color: #1e1e1e;
   
    background-attachment: fixed;
    background-position:top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 450px;
    margin-bottom: 100px;
  }
  .contact-box{
    border: 1px solid white;
    padding: 50px;
    border-radius: 5px;

    background: url('image/Screenshot 2024-05-22 153715.jpg') rgba(20, 19, 19, 0.747);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  }



.gool{
    font-family: 'Gilda Display', serif;  
}