
.custom-carousel {
  position: relative;
  width: 100%;
}
.custom-carousel__viewport {
  width: calc(100vw - 5px);
  position: relative;
  margin-left: -50vw;
  left: 50%;
  height:90vh
}
a.carousel-banner-link-btn:hover {
    color: white !important;
}
.custom-carousel__container {
  /* backface-visibility: hidden; */
  display: flex;
  /* touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1); */
  width: 100%;
  height:100%
}
.custom-carousel__image-container{
  height:100%
}

.custom-carousel__slide {
      flex: 0 0 100%;
      position:relative
}
.custom-carousel__slide img{
  width:100%;
  height:100%;
object-fit:cover;
image-rendering: -webkit-optimize-contrast; /* For WebKit browsers */
    image-rendering: crisp-edges; /* For other browsers */
    position: relative;
    z-index: -1;
}

.custom-carousel__slide .exp-editor{
  width:auto;
}

.custom-carousel__controls {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 1.8rem;
  position:relative;
  float: right;
    top: -80px;
    right: 5px;
    align-items: center;
}
.custom-carousel__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}
.custom-carousel__button {
  -webkit-tap-highlight-color: rgba(230, 230, 230, 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 0 0.2rem #FFF;
  width: 3.6rem;
  height: 3.6rem;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-carousel__button:disabled {
  color: rgb(101, 101, 101);
}
.custom-carousel__button__svg {
  width: 35%;
  height: 35%;
}
.custom-carousel__progress {
  border-radius: 1.8rem;
  /* box-shadow: inset 0 0 0 0.2rem rgb(234, 234, 234); */
  background-color: #E0E0E0;
  position: relative;
  height: 0.3rem;
  justify-self: flex-end;
  align-self: center;
  width: 15rem;
  max-width: 90%;
  overflow: hidden;
  opacity: 0.5;
}
.custom-carousel__progress__bar {
  background-color: #FFFFFF;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
}

.custom-carousel__play {
  cursor: pointer;
}
.custom-carousel__content-container{
  display: flex;
width: 772px;
padding: 32px;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
gap: 40px;
border-radius: 8px;
background: rgba(0, 0, 0, 0.50);
color: #FFF;
font-family: "Libre Franklin";
position: absolute;
  bottom: 10%;
  left:10%;
}

.carousel-banner-title{
  font-size: 44px;
  font-weight: 600;
  line-height: 54px; /* 122.727% */
  letter-spacing: 0px;
}
.carousel-banner-description{
  
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.custom-carousel__button-container a{
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 4px;
  border-radius:4px;
border: 1px solid #FFF;
font-size: 16px;
font-weight: 600;
line-height: 24px; /* 150% */
cursor: pointer;
text-decoration:none;
color:white
}
.carousel-slide-count{
  font-family: "Libre Franklin";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  text-transform: uppercase;
  color:#FFFFFF;
  align-items:center
}
.custom-carousel__video-container{
  width: calc(100vw - 5px);
  margin-left: -50vw;
  left: 50%;
  position:relative
}
.custom-carousel.video video{
  width:100%;
  position: relative;
  z-index:-1
}

.custom-carousel.video .custom-carousel__content-container{
  display: flex;
    width: 772px;
    padding: 32px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 40px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.50);
    color: #FFF;
    font-family: "Libre Franklin";
    position: absolute;
    bottom: 30%;
    left: 0%;
}
@media only screen and (max-width:500px){
  
  .custom-carousel__viewport{
    max-height: 661px;
    object-fit: cover;
  }
  .custom-carousel.video video{
    height: 102vh;
    object-fit: cover;
  }
  .custom-carousel__content-container,.custom-carousel.video .custom-carousel__content-container{
    width: 100%;
    position: absolute;
    bottom:0;
    gap:24px;
    left:0;
  }
  .carousel-banner-title{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: revert;
  }
  .carousel-banner-description{
    font-size:14px;
    padding-top: 20px;
  }
  .custom-carousel__button-container a{
    font-size: 14px;
    line-height:20px;
    padding:12px
  }
  .custom-carousel__controls{
    top:0px;
    right:0px;
    float:none
  }
  .custom-carousel__buttons > button{
    margin-bottom:0px !important
  }
}

@media (min-width:501px) and (max-width:768px){
  .custom-carousel.video{
    height:100vh
  }
  .custom-carousel__content-container,.custom-carousel.video .custom-carousel__content-container{
    left:0%;
    width:auto;
    position: absolute;
    bottom:0;
    gap:24px
  }
  .custom-carousel.video video{
    height:100vh;
    object-fit: cover;
  }
  
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
  .custom-carousel.video .custom-carousel__content-container{
    bottom:5%;
	padding: 16px;

  }
  .tb-header-container .tb-mainnavbar__item .tb-mainnavbar__link
  {
		font-size:6px;  
  }
  	  .tb-header-container .navbar-expand-md .navbar-nav .tb-megadrop--active {
	  top:52px !important;
  } 

  }

