.hero-section-tm {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    background: url(../images/cubesbg.png) no-repeat top right;
    background-size: contain;
}
.banner-container {
    display: flex;
    width: 100%;
    height: 80vh;
    position: relative;
}
.content-column {
    width: 40%;
    background: linear-gradient(to right, #00416a 0%, #799f0c  51%, #ffe000  100%);;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}
.content-box {
    max-width: 80%;
    position: relative;
    z-index: 2;
}
.slider-column {
    width: 60%;
    padding: 0;
    margin: 30px 0 0 0;
  
    position: relative;
    z-index: 3;
    margin-left: -50px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.hero-section-tm .bg-layer{
  margin: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  /* padding-top: calc(10vh); */
}
.hero-section-tm .bg-layer img{
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: #fff solid 2px;
}
/* .hero-section-tm .bg-layer::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(98.84deg, rgba(0, 0, 0, 0.65) 25.85%, rgba(0, 0, 0, .35) 59.91%, rgba(0, 0, 0, .2) 100%);
} */

/* .hero-section-tm .content-column{
  width: 60%;
  padding: 100px 15px 130px 15px;
  color: #f6f6f8;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding-block: 197px;
} */
.hero-section-tm .content-column{
  color: #f6f6f8;
  /* padding-block: 120px; */
}
.hero-section-tm .content-column .content-box{
  position: relative;
}
.hero-section-tm .content-column .content-box h1{
  color: var(--text-white);
  font-size: 3rem;
  font-weight: 700;
}
.hero-section-tm .content-column .content-box h2{
  color: var(--text-white);
  text-transform: lowercase;
  font-size: 2rem;
  line-height: 2.4rem;
}
/* .hero-section-tm .content-column .content-box h1 strong{
  background-image: linear-gradient(to right, #00416a 0%, #799f0c  51%, #ffe000  100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
} */
.hero-section-tm .content-column .content-box h5{
  margin-top: 20px;
  color: var(--text-white);
  font-weight: 100;
  margin-bottom: 20px;
  font-size: 22px;
}
.hero-section-tm .content-box .icon-box{
  position: relative;
  display: inline-block;
}

.hero-section-tm .content-box .icon-box .icon{
  position: absolute;
  left: 62%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 70px;
  color: var(--title-color);
}

.hero-section-tm .content-box .upper-text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.hero-section-tm .content-box h2{
  display: block;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: var(--text-white);
}

.hero-section-tm .content-box p{
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 32px;
  font-weight: 300;
}

.carousel.carousel-fade .carousel-item {
  transition: opacity 3.5s ease-in-out;
}

/** rtl-css **/

.rtl .banner-carousel .content-box{
  text-align: right;
}

.rtl .hero-section-tm .bg-layer{
  right: inherit;
  left: 0px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px){
  .banner-carousel .owl-nav{
    display: none;
  }

  .banner-style-three .slide-item .image-layer{
    right: 0px;
  }
}

@media only screen and (max-width: 991px){
  .hero-section-tm .content-column{
    width: 100%;
  }
}

@media only screen and (max-width: 767px){
  .banner-carousel .slide-item{
    padding: 95px 0px 100px 0px;
  }

  .banner-carousel .content-box h2{
    font-size: 40px;
    line-height: 50px;
  }

  .banner-carousel .slide-item .shape{
    display: none;
  }

  .banner-style-two .banner-carousel .slide-item{
    padding: 95px 0px 310px 0px;
  }

  .banner-style-three .banner-carousel .slide-item .shape-box{
    display: none;
  }

  .banner-style-three .banner-carousel .slide-item{
    padding: 92px 0px 100px 0px;
  }

  .banner-style-four .banner-carousel .slide-item{
    padding: 100px 0px;
    border-radius: 0px;
  }

  .banner-style-four{
    padding: 0px;
  }

  .hero-section-tm .content-box h2{
    font-size: 50px;
    line-height: 60px;
  }

  .hero-section-tm .content-column{
    padding-bottom: 0; 
  }

}

@media only screen and (max-width: 599px){
  .banner-container{
    flex-direction: column;
    height: auto;
  }
  .content-box{
    padding: 30px 15px 50px;
    width: 100%;
  }
  .slider-column {
    width: 100%;
    margin: 0;
    margin-top: -50px;
    padding: 0 15px;
  }

}

@media only screen and (max-width: 499px){
  .hero-section-tm .content-column .content-box h1{
    font-size: 2rem;
    line-height: 2rem;
  }
  .hero-section-tm .content-column .content-box h2{
    line-height: 2rem;
    margin-top: 15px;
    font-size: 1.3rem;
  }
  .hero-section-tm .content-column .content-box h5{
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
  }
  .btn-grad{
    margin-bottom: 30px;
  }
  .hero-section-tm .bg-layer{
    padding-top: calc(75vh + 0px);
  }
  .hero-section-tm .carousel {
    display: none;
  }
}







































