.main-container-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top:170px; 
}

.video-background-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2; 
}

.video-overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;.
}
  main-container-1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top:170px; 
}

.video-background-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2; 
}

.video-overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none; 
}
.video-col-1 {
    max-width: 1280px;
    margin: auto;
    width: 100%;
}
.video-section-1 {
    display: flex;
    position: relative;
    z-index: 99;
    align-items: flex-end;
   padding-bottom:60px;
}
.video-fallback-1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.cta-1, .cta-2 {
    width: 50%;
}
.btn-col-1 {
    display: flex;
    gap: 15px;
    padding: 0px;
    margin-top: 32px;
}
.cta-1 a, .cta-2 a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-content-1 a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background: #ec6837;
    padding:14px;
  border-radius: 3px;
}
.video-content-1 {
   width:50%;
}
.content-text {
    font-size: 16px;
    line-height: 30px;
}
.video-content-1 p {
    font-family: poppins;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #fff !important;
    line-height: 26px;
  padding:0px;
}
.col-2-1 {
    margin-top: 20px;
    width:50%;
}
.video-content-1 a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background: #ec6837;
}
.video-content-1 h1 {
    font-size: 56px;
    line-height: 65px;
    font-weight: 400;
    color: #fff;
    margin: 12px 0px 0px 0px;
}
.video-content-1 h1 span {
    color: #EC6837;
  font-weight:700;
}
.video-content-1 .cta-2 a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background: #ec683700;
    border: solid 1px;
}
.video-content-1 h3 {
    color: #fff;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    border-bottom: solid 1px #EC6837;
    width: fit-content;
}
.video-content-1 svg {
    width: 20px;
    fill: #fff;
    position: relative;
    top: 5px;
    left: 16px;
}
.experience-section-1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}
.year-of-experience-1 h3 {
    font-size: 77px;
    color: #fff;
    font-weight: 600;
    line-height: 82px;
    margin: 0px !important;
}
.year-of-experience-1 p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin: 0px !important;
}
.year-of-experience-1 {
    background: #110B28;
    border-radius: 6px;
    padding: 20px;
  text-align:center;
}
.testimonial-quote-1 {
    display: flex;
    padding: 37px;
    background: #221638;
    align-items: center;
}
.testimonial-quote-1 span {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    border-left: solid 2px #ec6837;
    padding-left: 15px;
}
.testimonial-quote-1:before {
    content: url("https://8985787.fs1.hubspotusercontent-na1.net/hubfs/8985787/AWS%20Badges/Black%20(10).png");
    position: absolute;
    margin-left: -52px;
    margin-top: -148px;
    background: #ec6837;
    padding: 15px 15px 12px 15px;
    border-radius: 10px;
}
.video-background-module-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    height: 100%;
}


@media(max-width:980px){
  .video-section-1{
    flex-direction:column;
  }
  .col-2-1, .video-content-1{
    width:100%;
}
  .video-content-1 a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    
}
  .experience-section-1{
    flex-direction:column;
  }
.year-of-experience-1 h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    line-height: 36px;
    margin: 0px !important;
}
.year-of-experience-1 {
    background: #110b28;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
}
  .year-of-experience-1 p {
    color: #fff;
    font-size: 10px!important;
    line-height: 14px!important;
    margin: 0 !important;
}
    .experience-section-1 {
        flex-direction: row;
        column-gap: 70px;
    }
  .testimonial-quote-1 {
    align-items: center!important;
    background: #221638!important;
    display: flex!important;
    padding: 37px!mportant;
    padding-right: 10px !important;
}
  .testimonial-quote-1 span{
     font-size: 10px!important;
    line-height: 14px!important;
  }
  .video-col-1 {
    padding: 0px 20px;
}
  .video-content-1 h1 {
    font-size: 35px !important;
    line-height: 45px !important;
}
  br{
    display:none;
  }
}

    height: 100%;
    z-index: -1;
    pointer-events: none; 
}
.video-col {
    max-width: 1280px;
    margin: auto;
    width: 100%;
}
.video-section {
    display: flex;
    position: relative;
    z-index: 99;
    align-items: flex-end;
   padding-bottom:60px;
}
.video-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.video-content {
   width:50%;
}

.col-2 {
    margin-top: 20px;
    width:50%;
}
.video-content a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background: #ec6837;
    padding: 19px 61px;
    border-radius: 3px;
}
.video-content h1 {
    font-size: 56px;
    line-height: 65px;
    font-weight: 400;
    color: #fff;
    margin: 12px 0px 36px 0px;
}
.video-content h1 span {
    color: #EC6837;
  font-weight:700;
}
.video-content h3 {
    color: #fff;
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    border-bottom: solid 1px #EC6837;
    width: fit-content;
}
.video-content svg {
    width: 20px;
    fill: #fff;
    position: relative;
    top: 5px;
    left: 16px;
}
.experience-section {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}
.year-of-experience h3 {
    font-size: 77px;
    color: #fff;
    font-weight: 600;
    line-height: 82px;
    margin: 0px !important;
}
.year-of-experience p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin: 0px !important;
}
.year-of-experience {
    background: #110B28;
    border-radius: 6px;
    padding: 20px;
  text-align:center;
}
.testimonial-quote {
    display: flex;
    padding: 37px;
    background: #221638;
    align-items: center;
}
.testimonial-quote span {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    border-left: solid 2px #ec6837;
    padding-left: 15px;
}
.testimonial-quote:before {
    content: url("https://8985787.fs1.hubspotusercontent-na1.net/hubfs/8985787/AWS%20Badges/Black%20(10).png");
    position: absolute;
    margin-left: -52px;
    margin-top: -148px;
    background: #ec6837;
    padding: 15px 15px 12px 15px;
    border-radius: 10px;
}
.video-background-module {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    height: 100%;
}


@media(max-width:980px){
  .btn-col-1{
    flex-direction:column;
  
  }.cta-1, .cta-2 {
    width: 100%;
}
  .video-section{
    flex-direction:column;
  }
  .col-2, .video-content{
    width:100%;
}
  .video-content a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background: #ec6837;
    padding: 19px 44px;
    border-radius: 3px;
}
  .experience-section{
    flex-direction:column;
  }
.year-of-experience h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    line-height: 36px;
    margin: 0px !important;
}
.year-of-experience {
    background: #110b28;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
}
  .year-of-experience p {
    color: #fff;
    font-size: 10px!important;
    line-height: 14px!important;
    margin: 0 !important;
}
    .experience-section {
        flex-direction: row;
        column-gap: 70px;
    }
  .testimonial-quote {
    align-items: center!important;
    background: #221638!important;
    display: flex!important;
    padding: 37px!mportant;
    padding-right: 10px !important;
}
  .testimonial-quote span{
     font-size: 10px!important;
    line-height: 14px!important;
  }
  .video-col {
    padding: 0px 20px;
}
  .video-content h1 {
    font-size: 35px !important;
    line-height: 45px !important;
}
  br{
    display:none;
  }
}
@media only screen and (min-width: 834px) and (max-width: 1194px) {
    .col-2-1 {
        margin-top: 20px;
        width: 40%;
    }
    .video-content-1 {
        width: 60%;
       padding: 0px 20px;
    }
    
    
  }






