.pt-slider .pt-slide::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 13.62%, rgba(0, 0, 0, 0.5) 68.99%);
    width: 100%;
    height: 100%;
    z-index: 2;
}

:root {
    --primary-color: #040401;
    --secondary-color: #FFF8F6;
    --text-color: #616161;
    --accent-color: #FF3600;
    --white-color: #FFFFFF;
    --divider-color: #ECECEC;
    --dark-divider-color: #FFFFFF33;
    --error-color: rgb(230, 87, 87);
    --default-font: "DM Sans", sans-serif;
    --accent-font: "Epilogue", sans-serif;
}
.btn-default {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    background: var(--accent-color);
    color: var(--white-color);
    border-radius: 100px;
    padding: 16px 25px;
    margin-right: 48px;
    border: none;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
}
.btn-default::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--accent-color);
    background-image: url('../images/main-page-imges/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px auto;
    transform: translate(48px, 0px);
    transition: all 0.4s ease-in-out;
}
.hero-content-body .btn-default.btn-highlighted {
    margin-left: 20px;
}
.btn-default.btn-highlighted:before {
    background-color: var(--white-color);
    background-image: url('../images/main-page-imges/arrow-black.svg');
}
.btn-default.btn-highlighted {
    background-color: var(--white-color);
    color: var(--primary-color);
}
.btn-default:hover::before{
	background-color: var(--white-color);
	background-size: 14px auto;
	transform: translate(48px, 0px) rotate(45deg);
    background-image: url('../images/main-page-imges/arrow-black.svg');
}
.btn-default.btn-highlighted:hover::before{
	background-color: var(--accent-color);
    background-image: url('../images/main-page-imges/arrow-white.svg');
}
.subTitleAnk h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
    color: var(--accent-color);
    padding-left: 25px;
    margin-bottom: 15px;
}
.subTitleAnk h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/main-page-imges/icon-sub-heading.svg") no-repeat;
    background-position: left center;
    background-size: cover;
    width: 18px;
    height: 18px;
}
.MainTitle h3{
    font-size: 74px;
    font-weight: 700;
    margin-bottom: 0;
}
.bannerPara p {
    width: 100%;
    max-width: 745px;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 20px;
    color: var(--white-color);
}
.bannerPara {
    margin-bottom: 35px;
}
.pt-slide-content-wrapper {
    top: 57%;
}

.sectionHeading h2 {
    font-size: 35px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.sectionHeading .sectionSubtitle {
    display: inline-block;
    padding: 0px 15px;
    border: 1px solid #f00;
    color: #f00;
    border-radius: 50px;
    margin-bottom: 10px;
}
.sectionHeading {
    margin-bottom: 30px;
}
.subSections {
    padding: 50px 0;
}
section.mainContainerBox {
    background: #fff;
}
.modernCard {
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    height: 195px;
    box-shadow: inset rgba(143, 160, 241, .09) 0 0 0 1px, rgba(213, 220, 247, .22) 0 10px 20px;
}

.spreadsheet-grid {
    height: 139.2px;
    opacity: 1;
    position: absolute;
    right: -2px;
    top: -1px;
    transition: .35s cubic-bezier(.6, .6, 0, 1) opacity;
    width: 322px;
    /* z-index: 9; */
}
.modernCard .icon iconify-icon {
    font-size: 30px;
    padding: 5px;
    background: #f5f6f7;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    margin-bottom: 5px;
}
.modernCard h5 {
    margin-bottom: 0;
    font-size: 18px;
    position: relative;
    z-index: 1;
}
.modernCard p {
    font-size: 14px;
    margin-bottom: 0;
}
p.transferredDate {
    margin-top: 10px;
    font-weight: 600;
}
.mainContainerBox .subSections:nth-child(even) {
    background: #fafbff;
}
.ImageLeftSection .ContentWrapper h6 {
    margin-bottom: 0;
    color: #f00;
}
.ImageLeftSection .ContentWrapper h3 {
    margin-bottom: 5px;
}
.ImageLeftSection .ContentWrapper p {
    margin-bottom: 10px;
}
.ImageLeftSection .ContentWrapper ul {
    margin: 0;
    padding-left: 35px !important;
    list-style: none;
}
.ImageLeftSection .ContentWrapper ul li {
    margin-bottom: 10px;
    position: relative;
}
.ImageLeftSection .ContentWrapper ul li::before {
    content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    color: #f00;
    left: -35px;
}
.ImageLeftSection .ImageBOx {
    display: flex;
    align-items: center;
    margin-right: 50px;
    position: relative;
}
.ImageLeftSection .ImageBOx img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
.ImageLeftSection .row {
    align-items: center
}
.galleryCard {
    margin-bottom: 15px;
}
.galleryCard img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 5px;
}

.ItemCardConatiner {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    justify-content: center;
}

/* ItemCard styling */
/* .ItemCard {
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
} */
.ItemCard .modernCard {
    height: 100%;
    padding: 20px;
    text-align: center;
}
.ViewMoreBtn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 8px;
    background: #e00f0f;
    margin-top: 10px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #e00f0f;
    font-size: 14px;
    position: relative;
    z-index: 9999;
}
.ViewMoreBtn:hover{
    background: transparent;
    color: #e00f0f;
    border: 1px solid #e00f0f;
}
.spreadsheet-gradient-background {
    background: radial-gradient(54.43% 33.21% at 100% 100%, #ffc6c62e, #f4433603), radial-gradient(39.01% 30.53% at 50% 100%, #ffffff14, #fff0), radial-gradient(67.49% 100% at 50% 0%, #ffffff00, #ffffff00), #03030300;
    height: calc(100% - 2px);
    left: 1px;
    opacity: 1;
    top: 1px;
    width: calc(100% - 2px);
    z-index: 8;
    position: absolute;
}

.TextColumnConatiner{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    justify-content: center;
}
.spreadsheet-grid-text {
    height: 230.2px !important;
    opacity: 1;
    position: absolute;
    left: -12px;
    top: -13px;
    transition: .35s cubic-bezier(.6, .6, 0, 1) opacity;
    width: 360px;
    /* z-index: 9; */
    transform: translate3d(10px, 10px, 10px) scaleX(-1);
}
.innerContent {
    padding: 130px 10px 10px;
}
/* .TextColumn .modernCard {
    height: auto;
}
.TextColumn1 .sectionHeading {
    width: 53%;
    margin: 0 auto;
} */
.TextColumn2 .sectionHeading h2 {
    font-size: 25px;
    margin-bottom: 0;
    text-transform: capitalize;
    margin: 10px 0;
}
.TextColumn2 .sectionHeading .sectionSubtitle, .TextColumn3 .sectionHeading .sectionSubtitle {
    display: inline-block;
    padding: 0;
    border: none;
    color: #f00;
    border-radius: 50px;
    margin-bottom: 0;
}

.text-content {
    overflow: hidden;
    max-height: 60px;
    transition: max-height 0.5s ease-in-out;
    position: relative;
    margin-bottom: 0;
    color: #49555f;
}

.text-content.expanded {
    max-height: 500px; /* Adjust for full text */
}
.read-more {
    cursor: pointer;
    color: #000000;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}
.e-con-inner.countersection {
    margin-top: 0;
}
/* .CounterItem .elementor-widget-container {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: inset rgba(143, 160, 241, .09) 0 0 0 1px, rgba(213, 220, 247, .22) 0 10px 20px;
} */
.Counter_Section .e-con-inner {
    padding: 0 !important;
}
.CounterItem  .elementor-counter-number-wrapper {
    color: #fff;
    font-size: 55px !important;
}
.Counter_Section {
    background-size: cover;
    /* background-position: bottom; */
    /* background-origin: content-box; */
    background-repeat: no-repeat;
    padding: 90px 0;
}
.counter-align-left .elementor-counter .elementor-counter-title {
    text-align: left;
    color: #fff;
}

.videoPlaybutton {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient( rgba(255, 0, 35, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 40px 0px;
    box-shadow: 0px 0px 25px 3px #fff;
    user-select: none;
    -webkit-user-drag: none;
  }
  
  /* triangle */
  .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    z-index: 1;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  /* pulse wave */
  .play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #830C0F;
    top: -25%;
    left: -25%;
    background: rgba(198, 16, 0, 0);
  }
  
  @-webkit-keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  
    }
  }
  
  @keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  
    }
  }


  /* Step card css */
  .Steps__overview {
    margin-top: 40px;
}
.Steps__item {
    text-align: center;
    box-sizing: border-box;
    padding: 32px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 5px;
}
.Steps__item__imageIcon {
    height: 100px;
    margin-bottom: 8px;
    width: 100px;
    margin: 0 auto;
}
.Steps__item__step_subtitle {
    text-transform: uppercase;
    margin: 10px 0px 10px 0px;
}
.StepItem_title {
    font-size: 20px;
    margin-bottom: 0px;
}

.Steps__item__imageIcon iconify-icon {
    color: #e00f0f;
    padding: 10px;
    background: #fff3f2;
    border-radius: 10px;
    font-size: 50px !important;
}
.BgImageWithText::before {
    content: '';
    background: rgb(0 0 0 / 63%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.BgImageWithText {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 100px 0;
}
.BgImageWithText  .sectionHeading h2 {
    font-size: 35px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #fff;
}
.BgImageWithText  .read-more {
    cursor: pointer;
    color: #e00f0f;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    padding: 8px 10px;
    background: #f00;
    color: #fff;
    display: inline;
    border-radius: 5px;
    font-size: 14px;
}
.BgImageWithText .TextColumnContentSection p {
    color: #e2e2e2;
    margin-bottom: 10px;
}

.TunningType .elementor-element.elementor-element-64c20cf.e-flex.e-con-boxed.e-con.e-parent {
    margin-top: 0;
}
.TunningType  .pt-swiper-pagination {
    display: none;
}
.TunningType .ContentWrapper {
    text-align: center;
}
.TunningType .ContentWrapper h6 {
    margin-bottom: 0;
    color: #f00;
}
.TunningType .ContentWrapper h3 {
    font-size: 40px;
    margin-bottom: 5px;
}
.TunningType .ContentWrapper p {
    width: 80%;
    margin: 0 auto;
}
.TuningSpacesLOGOS_Widget  .brandsSection {
    margin-top: 0;
}
.TuningSpacesLOGOS_Widget.TunningType .ContentWrapper {
    text-align: center;
    margin-bottom: 40px;
}
.TuningSpacesLOGOS_Widget.TunningType  .brandslider  .item {
    border: 1px solid #ececec;
}



.ca-cta-area-2 {
    /* margin-bottom: -178px; */
    z-index: 9;
    position: relative;
    overflow: hidden;
    padding: 0;
}
.c-shape-1 {
    left: 63%;
    bottom: 0;
    z-index: 1;
}
.p-absolute {
    position: absolute;
}
.p-relative {
    position: relative;
}
.fix {
    overflow: hidden;
}
.ca-cta-2 {
    padding: 80px 60px;
    padding-bottom: 50px;
    padding-top: 70px;
}

.theme-black-bg-2 {
    background: #0C0504;
}
.cta-title-1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 5px;
}
.ca-btn-primary-22 {
	background: #D11207;
	padding: 16px 20px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	display: inline-flex;
	position: relative;
	z-index: 1;
	transition: .3s;
	gap: 10px;
	white-space: nowrap;
}
.c-shape-2 {
    bottom: -55px;
    z-index: 2;
    width: 75%;
    right: 15px;
}
.ca-cta-content p {
    color: #d0d5e6;
    margin-bottom: 15px;
}
.ca-portfolio-2-item {
    overflow: hidden;
}
.ca-portfolio-2-item img {
    transition: .3s;
}

.gallery-container {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 10px;
    align-items: stretch;
}
.large-image {
    overflow: hidden;
    border-radius: 5px;
}
.large-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    height: 100%;
}
.gallery-grid a {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 5px;
}
.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.5s ease;
    display: block;
}
.gallery-grid a:hover img {
    transform: scale(1.2);
}

/* about section css */
.AboutUs_Section .aboutmainsecContainer {
    margin-top: 0;
}   
.AboutUs_Section .pt-heading-subtitle::before {
display: none;
}
.AboutUs_Section .pt-heading-subtitle {
	display: inline-block;
	margin-bottom: 5px;
	color: currentColor;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	color: #f00;
	padding: 2px 15px;
	border: 1px solid #f00;
	border-radius: 50px;
}

/************************************/
/***    11. Why Choose Us css     ***/
/************************************/

.why-choose-us {
	background: url('../images/why-choose-us-bg.svg') no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 0;
}

.why-choose-item{
	display: flex;
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 45px;
	margin-bottom: 45px;
}

.why-choose-item:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.why-choose-item .icon-box{
	position: relative;
	padding: 5px 0px 0px 5px;
	margin-right: 20px;
}

.why-choose-item .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--accent-color);
    opacity: 10%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 0;
    transition: all 0.5s ease-in-out;
}

.why-choose-item .icon-box img{
    position: relative;
    max-width: 32px;
    z-index: 1;
}

.why-choose-content{
	width: calc(100% - 52px);
}

.why-choose-content h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.why-choose-content p{
	margin: 0;
}

.why-choose-image{
	position: relative;
	text-align: center;
}

.why-choose-image::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url('../images/why-choose-car-img.png') no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	z-index: 1;
}

.why-choose-image img {
	aspect-ratio: 1 / 1.65;
	object-fit: cover;
	border-radius: 200px;
	margin: 0 auto;
}
/********************************
  Hero Banner Section Design
*********************************/
.hero-area1 {
    background-position: center center;
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-area1 .main-headding {
    padding-top: 140px;
}
.hero-area1 .main-headding span.span {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: inline-flex;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(91deg, #FFF -2679.34%, rgba(255, 255, 255, 0) 189.33%);
    padding: 8px 10px;
    margin-bottom: 16px;
    align-items: center;
    gap: 5px;
}
.hero-area1 .main-headding h1 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 0;
}
.main-headding span img {
    width: 20px;
}
.hero-area1 .main-headding p {
    color: #e0e0e0;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-top: 16px;
}






.ImageGrid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.3fr; /* Box 1 & Box 4 are slightly larger */
    grid-template-rows: auto auto;
    gap: 10px;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    padding: 10px;
    padding: 24px;
    margin-top: -280px;
    z-index: 9;
    position: relative;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

}
.hero-area-image .ImageGrid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(105deg, #FFF -899.06%, rgba(255, 255, 255, 0) 152.98%);
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    z-index: -1;
}
.hero-area-image .ImageGrid::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 300px;
    width: 450px;
    border-radius: 20px;
    background-color: #a31005;
    z-index: -2;
    animation-name: animation1;
    animation-duration: 6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes animation1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-165%);
    }  
}

.hero-area-image {
    background: #fff;
}
.box {
    border-radius: 10px;
    overflow: hidden;
}

.box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Layout Structure */
.box1 {
    grid-column: 1;
    grid-row: span 2; /* Full height on the left */
}

.box2 {
    grid-column: 2;
    grid-row: 1;
}

.box3 {
    grid-column: 2;
    grid-row: 2;
}

.box4 {
    grid-column: 3;
    grid-row: span 2; /* Full height on the right */
}


/***************************************
 Header Sections Hero Section four type
****************************************/

/* Small Header Css */
.headerSmall {
    padding: 170px 0;
    height: 60vh;
}

.smallHeaderTitle {
    margin-bottom: 0;
    color: #fff;
    font-size: 45px;
    position: relative;
}
.bgImg::before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bgImg {
    background-position: center;
    background-size: cover;
    position: relative;
}

/* Header full css start here*/
.headerFull {
    height: 100vh;
    padding: 280px 0;
}
.SubTitleHeader {
    color: #ff0000;
    position: relative;
    margin-bottom: 5px;
}
.WhiteBtn {
    background: #fff;
    padding: 10px 30px;
    color: #000;
    font-weight: 600;
}
.Themebtn {
    background: #ff0000;
    padding: 10px 30px;
    color: #ffffff;
    font-weight: 600;
}
.headerAction {
    position: relative;
    margin-top: 20px;
}
.bannerAction {
    margin-top: 25px;
}
.btn-default {
    font-size: 15px;
    padding: 16px 20px;
    margin-right: 30px;
 
}
.HeaderLarge {
    height: 90vh;
    padding: 210px 0;
}

/* Header Video css Start here*/
.banner_vdo {
    height: 100vh;
    overflow-y: hidden;
    position: relative;
    border-radius: 0;
}
.resolutions-hero-slider video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.position-relative {
    position: relative !important;
}
.bnrContent {
    position: absolute;
    top: 40%;
    z-index: 1;
}
.HeaderVideo {
    position: relative;
}
.HeaderVideo::before {
    content: '';
    /* background: rgb(91 181 255 / 24%); */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    /* border-radius: 20px; */
    background: #FFFF;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 120%);
}
@media only screen and (max-width:767px){
    .smallHeaderTitle {
    font-size: 25px;
}
.headerSmall {
      height: 45vh;
}

.headerFull {
    height: 70vh;
    padding: 160px 0;
}
.btn-default::before {
    width: 45px;
    height: 45px;
}
.HeaderLarge {
    height: 70vh;
    padding: 150px 0;
}
.banner_vdo {
    height: 70vh;
  }
  .bnrContent {
    top: 35%;
}
}