/*==========================================================================
#texto-seo-home Common Css
==========================================================================*/
#texto-seo-home .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

#texto-seo-home .align-items-center {
    align-items: center !important;
}

#texto-seo-home p {
  color: var(--body-color);
  font-size: 16px !important;
  line-height: 26px;
  font-weight: 400;
}

#texto-seo-home .bold {
  font-weight: 700;
  font-style: italic;
}
#texto-seo-home 
img {  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
#texto-seo-home 
a {  outline: none;
  color: inherit;
  text-decoration: none;
}
#texto-seo-home 
a,
i {  text-decoration: none;
  color: inherit;
}
#texto-seo-home 
a:focus,
a:hover {  text-decoration: none;
  color: inherit;
}
#texto-seo-home 
.section-padding {  padding: 120px 0px;
}

@media (max-width: 575px) {
#texto-seo-home   .section-padding {    padding: 95px 0px;
  }
}
#texto-seo-home 
.img__full {  width: 100%;
}

/*==========================================================================
#texto-seo-home Form
==========================================================================*/

/*==========================================================================
Hedging CSS
==========================================================================*/
#texto-seo-home h1 {  font-size: 60px;
  line-height: 60px;
  padding: 0;
  margin-bottom: 20px;
  color: var(--heading-color);
  font-weight: 500;
}
#texto-seo-home 
h2 {  font-size: 45px;
  line-height: 50px;
  padding: 0;
  margin-bottom: 20px;
  color: var(--heading-color);
  font-weight: 500;
  margin-top: 15px;
}
#texto-seo-home 
h3 {  font-size: 30px;
  line-height: 40px;
  padding: 0;
  margin-bottom: 15px;
  color: var(--heading-color);
  font-weight: 500;
}
#texto-seo-home 
.company__area-left .counter {  font-size: 100px;
  line-height: 120px;
  font-weight: 700;
}
#texto-seo-home 
.company__area-left p {  
  font-size: 25px !important;
  line-height: 26px;
}

@media (max-width: 1199px) {
#texto-seo-home   h2 {    font-size: 40px;
    line-height: 54px;
  }
}

@media (max-width: 767px) {
#texto-seo-home   h2 {    font-size: 34px;
    line-height: 44px;
  }
}

@media (max-width: 440px) {
#texto-seo-home   h2 {    font-size: 30px;
    line-height: 40px;
  }
#texto-seo-home   h3 {    font-size: 26px;
    line-height: 36px;
  }
}

/*==========================================================================
#texto-seo-home Theme Btn CSS
==========================================================================*/
#texto-seo-home .theme-btn,
.theme-border-btn {  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 16px 43px;
  text-align: center;
  font-weight: 700;
  z-index: 3;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  text-transform: uppercase;
  overflow: hidden;
}

#texto-seo-home .theme-btn {
	color: white !important;
	border: 1px solid #fff;
}

#texto-seo-home 
.theme-btn::before,
.theme-border-btn::before {  position: absolute;
  content: '';
  position: absolute;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  top: 0;
  left: 0;
  background: var(--heading-color);
  width: 0;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
#texto-seo-home 
.theme-btn::after,
.theme-border-btn::after {  position: absolute;
  content: '';
  position: absolute;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  bottom: 0;
  right: 0;
  background: var(--heading-color);
  width: 0;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

#texto-seo-home 
.theme-btn:hover,
.theme-border-btn:hover {  color: var(--white);
}
#texto-seo-home 
.theme-btn:hover::before,
.theme-border-btn:hover::before {  width: 50%;
  opacity: 1;
}
#texto-seo-home 
.theme-btn:hover::after,
.theme-border-btn:hover::after {  width: 50%;
  opacity: 1;
}
#texto-seo-home 
.theme-btn:focus,
.theme-border-btn:focus {  color: var(--white);
}
#texto-seo-home 
.theme-border-btn {  color: #000;
  background: transparent;
  border: 1px solid #000;
  padding: 15px 42px;
}
#texto-seo-home 
.theme-border-btn::before {  background: var(--primary-color);
}
#texto-seo-home 
.theme-border-btn::after {  background: var(--primary-color);
}
#texto-seo-home 
.theme-border-btn:hover {  color: var(--white);
}
#texto-seo-home 
.theme-border-btn:focus {  color: var(--primary-color);
}
#texto-seo-home 
.subtitle__one {  font-size: 16px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 5px;
  font-family: var(--heading-font);
}

/*==========================================================================
#texto-seo-home Scroll Top CSS
==========================================================================*/

/*==========================================================================
Preloader CSS
========================================================================== */

/*==========================================================================
Video Animation CSS
==========================================================================*/

:root {
  --white: #FFFFFF;
  --black: #000000;
  --primary-color: #f6b220;
  --heading-color: #0E1317;
  --body-color: #333334;
  --color-1: #666667;
  --color-2: #999999;
  --color-3: #CCCCCC;
  --color-4: #F7F7F7;
  --color-5: #EDECE7;
  --color-6: #141C21;
  --color-7: #262B2E;
  --color-8: #3E4245;
  --color-9: #8A8A8A;
  --color-10: #D9D9D9;
  --color-11: #E0E0E1;
  --color-12: #CFD0D1;
  --border-color-1: #373939;
  --border-color-2: #E7E7E8;
  --border-color-3: #E7E8E9;
  --box-shadow-1: 0px 10px 50px rgba(0, 0, 0, 0.06);
  --box-shadow-2: 0px 10px 50px rgba(0, 0, 0, 0.05);
  --color-13: #0E1111;
  --border-color-55: #DEDFDF;
  --border-color-5: #282A2A;
  --box-shadow-3: 0px 7px 50px rgba(0, 0, 0, 0.07);
  --box-shadow-4: 0px 10px 50px rgba(0, 0, 0, 0.05);
}
#texto-seo-home 
.mb-30 {  margin-bottom: 30px;
}
#texto-seo-home 
.mt-35 {  margin-top: 35px;
}
#texto-seo-home 
.mb-60 {  margin-bottom: 60px;
}
#texto-seo-home 
.pt-80 {  padding-top: 80px;
}

@media (max-width: 991px) {
#texto-seo-home   .lg-mb-30 {    margin-bottom: 30px;
  }
#texto-seo-home   .lg-mt-30 {    margin-top: 30px;
  }
}

@media (max-width: 575px) {
#texto-seo-home   .sm-mb-30 {    margin-bottom: 30px;
  }
#texto-seo-home   .sm-t-center {    text-align: center;
  }
}

/*==========================================================================
#texto-seo-home Top Bar
==========================================================================*/

/*==========================================================================
Menu Bar Sticky
==========================================================================*/

/*==========================================================================
Menu Bar
==========================================================================*/

/*==========================================================================
Menu Box CSS
==========================================================================*/

/*==========================================================================
Responsive Menu Css
========================================================================== */

/*==========================================================================
Banner One
==========================================================================*/

/*==========================================================================
Banner Two
========================================================================== */

/*==========================================================================
Banner Three
========================================================================== */

/*==========================================================================
Accommodations
==========================================================================*/

#texto-seo-home .accommodations__area-title p {  margin-bottom: 25px;
  max-width: 445px;
}
#texto-seo-home 
.accommodations__area-right-image {  position: relative;
  margin: 120px 0 0 0;
}
#texto-seo-home 
.accommodations__area-right-image-two { position: absolute;
 box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  top: -90px;
  right: 0;
}

/*==========================================================================
#texto-seo-home Accommodations Two
==========================================================================*/

@media (max-width: 460px) {#texto-seo-home   .accommodations__area-right-image-two {    max-width: 190px;
  }
}

/*==========================================================================
#texto-seo-home Services
==========================================================================*/

/*==========================================================================
Services Two
==========================================================================*/
#texto-seo-home .services__two {  background-color:#f7f7f7;
}
#texto-seo-home 
.services__two-item {  border: 1px solid var(--white);
  -webkit-box-shadow: var(--box-shadow-1);
          box-shadow: var(--box-shadow-1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 40px;
  position: relative;
  min-height: 520px;
}
#texto-seo-home 

.last-service {  min-height: 200px !important
}
#texto-seo-home 
.services__two-item .number {  display: inline-block;
  font-weight: 700;
  font-size: 80px;
  line-height: 90px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  opacity: 0;
  color: var(--heading-color);
  position: absolute;
  top: 35px;
  right: 35px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: var(--heading-font);
}
#texto-seo-home 
.services__two-item-icon {  margin-bottom: 25px;
}
#texto-seo-home 
.services__two-item-icon img {  max-width: 60px;
}
#texto-seo-home 
.services__two-item-content h3 {  margin-bottom: 20px;
}
#texto-seo-home 
.services__two-item-content p {  margin-bottom: 15px;
}
#texto-seo-home 
.services__two-item:hover {  border-color: var(--primary-color);
}
#texto-seo-home 
.services__two-item:hover number {  opacity: 0.06;
}

/*==========================================================================
#texto-seo-home Blog
==========================================================================*/
.blog__area-title {  text-align: center;
}

/*==========================================================================
#texto-seo-home Blog Two
==========================================================================*/

/*==========================================================================
Blog Standard
==========================================================================*/

/*==========================================================================
Blog Details
==========================================================================*/

/*==========================================================================
Single Room
==========================================================================*/

/*==========================================================================
Room List
==========================================================================*/

/*==========================================================================
Room Details
==========================================================================*/

/*==========================================================================
Deluxe
==========================================================================*/

/*==========================================================================
Deluxe Two
==========================================================================*/

/*==========================================================================
Deluxe Two
==========================================================================*/

/*==========================================================================
Footer
==========================================================================*/

/*==========================================================================
Footer Two
==========================================================================*/

/*==========================================================================
Copyright
==========================================================================*/

/*==========================================================================
Copyright Two
==========================================================================*/

/*==========================================================================
Coming Soon
==========================================================================*/

/*==========================================================================
Feature
==========================================================================*/


#texto-seo-home .feature__area {  padding-top: 80px;
}

#texto-seo-home 
.feature__area-left-title {  padding: 0 0 0 80px;
	  
}
#texto-seo-home 
.feature__area-left-title h3 {
  color: white;
  font-weight: 600;
}
#texto-seo-home 
.feature__area-left-title p {  margin-bottom: 25px;
  max-width: 420px;
  color: white;
}

#texto-seo-home 
.feature__area-left-title a span {
	color: white
}

#texto-seo-home 
.feature__area .bg-left {  position: relative;
  z-index: 1;
  padding: 50px 0;
}
#texto-seo-home 
.feature__area .bg-left::before {  position: absolute;
  content: '';
  right: 12px;
  top: 0;
  width: 90%;
  height: 100%;
  background: #939aa0;
  z-index: -1;
}
#texto-seo-home 
.feature__area .bg-left::after {  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background: var(--white);
  z-index: -1;
}
#texto-seo-home 
.feature__area .bg-right {  position: relative;
  z-index: 1;
  padding: 50px 0;
}
#texto-seo-home 
.feature__area .bg-right::before {  position: absolute;
  content: '';
  left: 12px;
  top: 0;
  width: 90%;
  height: 100%;
  background: #939aa0;
  z-index: -1;
}
#texto-seo-home 
.feature__area .bg-right::after {  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background: var(--white);
  z-index: -1;
}

/*==========================================================================
#texto-seo-home Video
==========================================================================*/
#texto-seo-home .video__area {  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 180px 0;
}


#texto-seo-home .video__area .row .col-xxl-3  {
	text-align: right;
}

#texto-seo-home 
.video__area::after {  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--heading-color);
  z-index: -2;
  opacity: 0.7;
}
#texto-seo-home 
.video__area-title h2 {  color: var(--white);
}

/*==========================================================================
#texto-seo-home Call
==========================================================================*/

/*==========================================================================
Place
==========================================================================*/

#texto-seo-home .place__area {
	padding-bottom: 0px !important
}
#texto-seo-home .place__area-title h2 {  margin-bottom: 14px;
  max-width: 585px;
}
#texto-seo-home 
.place__area-title p {  margin-bottom: 25px;
  max-width: 625px;
}

/*==========================================================================
#texto-seo-home Place Two
==========================================================================*/

/*==========================================================================
Band#texto-seo-home .theme-border-btn
==========================================================================*/

/*==========================================================================
Company
==========================================================================*/
#texto-seo-home .company__area-title h2 {  margin-bottom: 14px;
}
#texto-seo-home 
.company__area-title p {  margin-bottom: 25px;
}
#texto-seo-home 
.company__area-image {  margin: 0 35px 0 45px;
}

/*==========================================================================
#texto-seo-home Offers
==========================================================================*/

/*==========================================================================
Pagination
========================================================================== */

@media (max-width: 1399px) {#texto-seo-home   .company__area-left .counter {    font-size: 72px;
    line-height: 82px;
  }
#texto-seo-home   .company__area-image {    margin: 0;
  }
#texto-seo-home   .company__area-image img {    min-height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 1199px) {
	#texto-seo-home h1 {
		font-size: 45px;
	}
#texto-seo-home   .feature__area-left-title {    padding: 0 0 0 40px;
  }
#texto-seo-home   .company__area-left .counter {    font-size: 60px;
    line-height: 70px;
  }
#texto-seo-home   .company__area-left p {    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
	#texto-seo-home .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
	#texto-seo-home .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
	#texto-seo-home .video__area div {
		width: 100%;
		
	}
	
	#texto-seo-home .video__area .row div:last-child {
		text-align: center;
	}
#texto-seo-home   .feature__area-left-title {    background: #939aa0;
    padding: 30px;
  }
#texto-seo-home   .feature__area .bg-left {    padding: 0;
  }
#texto-seo-home   .feature__area .bg-left::before {    display: none;
  }
#texto-seo-home   .feature__area .bg-left::after {    display: none;
  }
#texto-seo-home   .feature__area .bg-right {    padding: 0; flex-direction: column-reverse;
  }
#texto-seo-home   .feature__area .bg-right::before {    display: none;
  }
#texto-seo-home   .feature__area .bg-right::after {    display: none;
  }
#texto-seo-home   .video__area-title {    text-align: center;
    margin-bottom: 40px;
  }
#texto-seo-home   .company__area-image img {    min-height: initial;
  }
}

@media (max-width: 359px) {
#texto-seo-home   .feature__area-left-title {    padding: 30px 20px;
  }
}