
html,body
{
    width: 100%;
   margin: 0;
    
    overflow-x: hidden; 
    font-family: 'Hanken Grotesk', sans-serif;
    
}



.containerNew {
    background-color: #300d0d;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
 
.main-text
{
    position: absolute;
    top: 18%;
    left: 10.4%;
    width: 96.6%;
    color: #000000;
    z-index: 8;
    scale: 1.1;
}

.customrow40{
  padding-top: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 5rem;
}
.btn-min-block
{
    min-width: 170px;
    line-height: 26px;
}

.btn-clear
{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    margin-right: 15px;
}
.btn-clear:hover
{
    color: #000;
    background-color: #FFF;
}
.carousel-item{
    height: 85vh;
    position: relative;
      max-width: 100%;
}

.banner-image {
  width: 100%;
  height: 100%;
  display: block;/* Default styles for the banner, which apply to desktop */
  #banner-image {
    width: 100%; /* Set the width to 100% for desktop */
    /* Add other desktop-specific styles here */
  }
  
  /* Media query for screens with a maximum width of 768px (typical for mobile devices) */
  @media screen and (max-width: 768px) {
    #banner-image {
      width: 100%; /* Set the width to 100% for mobile devices */
      /* Add other mobile-specific styles here */
    }
  }
}

.carousel-item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-size: contain;
    background-repeat: no-repeat;
    background-position: 51%;
}
nav .navbar-nav li a{
    color: white !important;
    }

    /* Center and style the video */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
    
.paneltext,.sec-head{
    font-size: 3.5rem;
    font-weight: 700;
    color: red;

}
.paneltext-bottom {

    font-size: .9rem;
    color: #000;
    font-weight: 500;
    text-align: start;
}

.my-{
    color: red;
    width: 80%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
}
.span1{
   padding-bottom: 0.5rem;
    border-bottom:2px solid red;
    font-weight: 500;
    font-size: 2.5rem;

}
.span2{
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 500;
  padding-top: 1rem;
}
.center{
    text-align: center;
}
.speakerbio{
  color: #fff;
  z-index: 5;
  font-size: 0.8rem;
  
}

.marquee-wrapper{
    text-align:center;
  }
  .marquee-wrapper .container{
    overflow:hidden;
  }
  .marquee-inner span{
    float:left;
    width:50%;
  }
  .marquee-wrapper .marquee-block{
    --total-marquee-items:5;
    height: 150px;
    width: calc(250px * (var(--total-marquee-items)));
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin: 20px auto;
    
    padding: 30px 0;
  }
  .marquee-inner{
    display: block;
    width: 200%;
    position: absolute;
  }
  .marquee-inner p{
    font-weight: 800;
    font-size: 30px;
    font-family: cursive;
  }
  .marquee-inner.to-left{
    animation: marqueeLeft 38s linear infinite;
  }
  .marquee-inner.to-right{
    animation: marqueeRight 25s linear infinite;
  }
  .marquee-item{
    width: 230px;
    /* height: 2rem; */
    display: inline-block;
    margin: 0 10px;
    float: left;
    transition: all .2s ease-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 51%;
    
  }

  .marquee-item img{
    
      height: 100%;
      width: 100%;
    
    object-fit: contain;

  }
  @keyframes marqueeLeft{
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  @keyframes marqueeRight{
    0% { 
      left: -100%; 
    }
    100% {
     left: 0; 
    }
  }

  .headings{
    font-size: 2rem;
    font-weight: 500;
    color:#03190e;
  }

.navbar-brand img{
  
  height: 2rem;
  width: 3rem;
  scale: 1.2;
}


/* delete */

.section-header h4 {
	color: #f75023;
	font-weight: 600;
}
.section-header {
	padding-bottom: 15px;
}
.section-header h2 {
	font-weight: 700;
}
.section-header p {
	color: #6f6b80;
	width: 40%;
	margin: auto;
}

.content p {
	color: #6f6b80;
	width: 60%;
	margin: auto;
}
.person {
	width: 100px;
	height: 100px;
	display: block;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #f75023;
	margin-top: 20px;
}
.person img {
	width: 100%;
}
.content h5 {
	font-weight: 900;
	margin-top: 15px;
}
.testimonial-area {
	
	background-size: cover;
	background-position: center;
}
.carousel-indicators {
    position: absolute;
	bottom: 4rem;
  

    
}
.carousel-indicators [data-bs-target] {
	width: 60px;
	height: 10px;
	background-color: #f75023;
}
@media (min-width: 768px) and (max-width: 991px) {
	.section-header p {
		width: 85%;
	}
	.content p {
		width: 95%;
	}
}
@media (max-width: 767px) {
	.testimonial-area {
		padding: 30px 0;
	}
	.section-header p {
		width: 95%;
	}
	.content p {
		width: 100%;
	}
	.icon-area i {
		font-size: 50px;
	}
}

  
.btn-py{
    background: red;
}