/*
    Document   : slider.css
    Author     : jackh
    Description:
        Standard template.
*/

/* Import base css*/
@import url("slider_base.css");

/*----------------------------------*/
/*Slider related css (override)     */
/*----------------------------------*/
.transparent {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
}
.xpro-slider-item {
    background-size:cover;
    background-position:50% 50%;
    background-color: #000000;
    z-index: 300;
    
}

.banner{
  height: 773px !important;
}
.xpro-slider-nav-selected {
    background-color: transparent !important;
}

.xpro-thumb-item {
    background-image: url("images/bullet-l.png");
}

.logointro {
    display: inline-block;
}

/*----------------------------------*/
/* Content related */
/*----------------------------------*/

.xp-row {
    width: 100%;
}

.xp-col-half {
    position:relative;
    min-height: 50%;
}

/*-------------------------------*/
/* Image Slider element */
/*-------------------------------*/

.xpro-slider-container .p-slide-overlay {
  background: url("../../images/slide/overlay.png") rgba(0, 0, 0, 0.33);
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  /* height: 100%; */
}

.xpro-slider-container .p-intro-box {
  opacity:0;
  top:25%;
  left:0px;
  right:0px;
  margin:auto;
  text-align: center;
}

.xpro-slider-container .p-text-box {
  opacity:0;
  top:70%;
  left:0px;
  right:0px;
  margin:auto;
  text-align: center
}

.xp-headtext {
    color:#e7e7e7;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Oswald', sans-serif;
    font-weight: inherit;
    margin-bottom: 0px;
    padding:10px 0px;
    font-size:60px;
}

.xp-headsubtext {
    color:#e7e7e7;
    font-size: 20px;
}

.xp-hero-round-button, .xp-hero-circle-button {
    border-radius: 30px;
    padding: 15px 35px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;

    border: #ffffff 1px solid;
    color: #ffffff;
    text-decoration: none;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -o-transition: all 0.4s;
}

.xp-hero-round-button:hover, .xp-hero-circle-button:hover {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

.xp-hero-circle-button {
    box-sizing: border-box;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    padding: 0px;
    padding-top: 8px;
    padding-left: 2px;
}

.xp-hero-flight-blue {
    background-color: rgba(76, 127, 139, 0.7) !important;
}

.xp-hero-flight-blue:hover {
    background-color: #5094b0 !important;
    color: #ffffff;
}

.xp-sosmed-buttons {
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    color: #ffffff;

    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -o-transition: all 0.6s;
}


.xp-sosmed-buttons a {
    margin: 3px 5px;
    color: inherit;
}

/*-------------------------------*/
/* Video Slider element */
/*-------------------------------*/
/* .xpro-video-play {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: #f0f0f0 2px solid;
} */

/* .xpro-video-play:hover {
    background-color: rgba(70,205,200,0.8);
} */

/* .xpro-video-frame {
    display: inline-block;
    border: #ffffff 1px solid;
    box-shadow: 0px 0px 15px #000000;
}

.xpro-video-item {
    display: inline-block;
    border: #b8b8b8 1px solid;
}
.video-background video {
  width: 100%;
  height: auto;
  visibility: visible;
}

.ios video {
  position: absolute;
  top: calc(50% - 0px);
  top: -webkit-calc(50% - 0px);
  left: 50%;
  height: calc(120%) !important;
  height: -webkit-calc(120%) !important;
  -webkit-transform: translateY(-50%) translateX(-50%);
} */

/* #Media Queries
================================================== */
@media (min-width: 1024px) {
  .xpro-slider-container {
    padding: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .xpro-slider-item {
    background-size: cover;
    background-position: center center;
    height: 100vh; /* Ensures full viewport height */
  }
}

@media (max-width: 1024px) {
  .xpro-slider-container {
    height: 80vh;
    padding: 0;
  }
  .xpro-slider-item {
    background-size: contain;
    background-position: center center; /* Aligns image correctly */
    height: 80vh; /* Matches container height */
  }
  .xpro-slider-container .content {
    padding: 15px;
    font-size: 16px;
    max-width: 85%;
  }
}

@media (max-width: 768px) {
  .xpro-slider-container {
    height: 70vh;
    padding: 0;
  }
  .xpro-slider-item {
    background-size: contain;
    background-position: center center;
    height: 70vh;
  }
  .xpro-slider-container .content {
    padding: 10px;
    font-size: 14px;
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  .xpro-slider-container {
    height: 30vh;
    padding: 0;
  }
  .xpro-slider-item {
    background-size: contain;
    background-position: center center;
    height: 30vh;
  }
  .xpro-slider-container .content {
    padding: 8px;
    font-size: 12px;
    max-width: 75%;
  }
}

@media (min-width: 800px) {
  .xp-col-half {
    width: 50%;
    float: left;
    position: relative;
    min-height: 100%;
  }
}



/**
**--------------------------------------------**
** Floating Image Slider related CSS
**--------------------------------------------**
*/

.xpro-floating-slider {
  width: 80%;
  border:none;
  background-color: #1b1b1b;
  padding: 8px;
  overflow:hidden;
  z-index: 100000;
}

.xpro-floating-slider .xpro-item-layer {
    position: absolute;
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    border-radius: 5px;
}
.p-item-layer {
  bottom:10px;
  right:20px;
  color:#ffffff;
  background-color:rgba(0,0,0,0.5);
  padding:4px 16px;
}

.xpro-floating-slider #infopanel {
  height: 30px;
}

/**
**--------------------------------------------**
**Navigation
**--------------------------------------------**
*/

.xpro-slider-nav {
  height: 70px;
  width: 50px;
}

/**
* Previous button
*/
.xpro-slider-nav-prev {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  left:-10px;

}

/**
* Next button
*/
.xpro-slider-nav-next {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  right:-10px;
}

/**
* Info panel bar
*/
.xpro-slider-info {
  padding-top: 6px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

/**
* Progress
*/

/* slider interval progress bar */
.xpro-slider-progress {
  height: 3px;
  top: auto;
  bottom: 0;
}

/* slider interval progress bar content*/
.xpro-slider-progress-content {
  background-color: #c5a86a;
}

/**
**--------------------------------------------**
** Content related CSS
**--------------------------------------------**
*/

.xp-grid-thumb img {

  width: 100%;
  height: 100%;
  cursor: pointer;
}

.xp-grid-thumb {
  position: relative;
  margin-bottom: 30px;
  display: block;
}
.gallery-thumb-image {
  display: block;
  width: 100%;
  height: auto;
}
.xp-grid-thumb img:hover {
  opacity: 0.8;
  transition: .4s;
}
.xp-grid-thumb img {
  opacity: 1;
  transition: .4s;
}

/*New style */
.xp-grid-thumb .thumb-info-box {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  transition: .4s;
}
.xp-grid-thumb:hover .thumb-info-box {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
}
.xp-grid-thumb .thumb-info-box:before{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.xp-grid-thumb .thumb-info-box .centred-box {
  display: inline-block;
   vertical-align: middle;
   width: 100%;
}
.xp-grid-thumb .thumb-info-box .gallery-slide-image {
  position: absolute;
  top: 0;
}
.xp-grid-thumb .thumb-info-box .icon{
  position: relative;
  text-align: center;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
.xp-grid-thumb .thumb-info-box .icon img{
  position: relative;
  width: 40px;
  height: 40px;
}
.xp-grid-thumb .thumb-info-box .icon i{
  text-align: center;
  position: absolute;
  font-size: 20px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6);
}
.xp-grid-thumb .thumb-info-box .icon span, .xp-grid-thumb .thumb-info-box .icon a{
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.xp-grid-thumb .thumb-info-box .icon span:hover, .xp-grid-thumb .thumb-info-box .icon a:hover{
  opacity: 1;
}
.xp-grid-thumb .thumb-info-box .icon a{
  margin: 0 15px;
  position: relative;
}
.xp-grid-thumb .thumb-info-box .thumb-title {
  font-size: 25px;
  line-height: 26px;
  margin: 0px 10px 5px;
  padding: 0;
  text-align: center;
}
.xp-grid-thumb .thumb-info-box .thumb-desc {
  margin: 0px 10px 5px;
  padding: 0;
  text-align: center;
}

.gallery-content .page-title {
  padding: 15px;
}
