#main-content{
  margin: 0;
  overflow-x: clip;
}
 .main-container {
            margin: 0;
            padding: 0;
            background-image: url('https://2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/datastax-banner.png');
            background-size: cover;
   background-repeat:no-repeat;
            background-position: bottom;
            overflow-x: hidden; /* To hide horizontal overflow */
       height: 604px;
        }
/* .grand-parent-container{
  background-image: url('https://2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/datastax-banner.png');
    background-size: cover;
    background-position: center center;
} */
.parent-container {
   max-width: 1140px; 
    margin: 0 auto; 
  padding: 20px 15px;
  gap:32px;
    display: flex;
/*     flex-direction: column; */
    align-items: flex-start; /* Center content horizontally */
    justify-content: center; /* Center content vertically */
/*     height: 100vh; /* Ensure full viewport height */ */
}
.child-container {
    flex: 1; /* Equal width for both child containers */
    max-width: 50%; /* Allow each child container to take up to 50% of the parent's width */
    text-align: center; /* Center content within child containers */
}
.child-container.content {
    max-width: 100%; /* Allow the content container to grow up to 100% of the parent's width */
    text-align: left;
    display: flex;
}

.child-container.video {
    max-width: 100%; /* Allow the video container to grow up to 100% of the parent's width */
    text-align: center; /* Center video and button */
  margin-top: 30px
}.datastax-register-btn {
  color: #FFF;
font-family: Space Grotesk;
font-size: 16px;
font-style: normal;
/* font-weight: 700; */
line-height: normal;
  background-color: #e34d25;
  border-radius: 40px;
  color: #ffffff;
  padding: 8px 8px 8px 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 170px;
  height: 54px;
  z-index: 1;
  gap: 10px;
  position: relative;
  text-decoration: none;
  transition: border 0.3s ease;
}      
.datastax-register-btn:hover::after {
   content: "";
   position: absolute;
   inset: 0;
   border-radius: 31px;
   padding: 3px;
   width: 170px;
   height: 55px;
   background:linear-gradient(96.19deg, #e34d25 0%, #9747ff 100%) border-box ;
   -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
   -webkit-mask-composite: xor;
   mask-composite: exclude;
   pointer-events: none;
}
.datastax-register-btn:hover{
font-family: Space Grotesk;
font-size: 16px;
font-style: normal;
/* font-weight: 700; */
line-height: normal;
   color:#e34d25 !important;
   background-color: white  !important;
   text-decoration:none;
}
.talk-arrow{
  width:40px;height: 40px;gap: 10px;
}

.datastax-register-btn:hover .talk-arrow {
   content: url(https://2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/hover-arrow.svg);
}
.watch-button:hover .play-icon {
/*   transform: scale(1.1); */
  content: url("https://2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/play_circle.svg"); /* Change the image source on hover */
}
.container-fluid{
  padding:0px !important;
}
.datastax{
  width:100vw;
  height:100vh;
  background-image: url('https://2535467.fs1.hubspotusercontent-na1.net/hubfs/2535467/datastax-banner.png');
  background-size: cover;
}
.dnd-section > .row-fluid, .content-wrapper, .header__wrapper {
    width: 100%;
  max-width: 1900px;
}
.dnd-section {
    padding: 0px;
  margin-top:-1px;
}
.navbar{
    padding: 0px !important;
    margin: 0px;
}
.navbar-toggler-icon {
  color: white;
}.navbar-nav  {
  list-style: none;
  display: flex;
}

.nav-item {
  min-width: 80px;
  max-width:160px;
  height: 36px;
  top: 68px;
  left: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 16px;
  border-radius: 30px;
  border: 2px;
  border:none;
  transition: border 0.3s, border-image 0.3s, margin 0.3s;
  gap: 4px;
  justify-content:center;
  color:#111827;

}
.navbar-nav .nav-link {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin: -2px;
    position:relative;
  white-space: nowrap; 
}

.stage{
  z-index:1;
  position:relative;
  }
.stage:hover{
  color:#e34d25;
}

.navbar-nav .nav-item:hover::after {
    content: '';
    border-radius: 30px;
    border: 2px solid transparent;
    background: linear-gradient(96.19deg, #e34d25 0%, #9747ff 100%) border-box;  
   -webkit-mask:  linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    width:160px;
    height:40px;
    text-align:center !important;
    margin:-3px;
    z-index:0;
    position:absolute;
    color:#e34d25;
}
.navbar-nav .nav-item:hover .nav-link .stage {
    color: #e34d25 !important;
    background-color: transparent !important;
}
.navbar-nav .nav-item .nav-link:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}

.nav-item li:last-child {
  margin-right: 0;
}
 .nav-item .nav-link {
  font-family: Space Grotesk !important; 
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #111827;

}
.navbar-nav .nav-link .special-font {
    font-family: 'Roboto', sans-serif;
}
.nav-item  a {
  text-decoration: none;
  color: #333; 
}
.content-h3{
  color: var(--neutral-900, #111827);
  font-feature-settings: 'liga' off;
  font-family: Space Grotesk;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px; /* 147.059% */
  letter-spacing: -0.85px;
  padding: 32px 48px 0px 0px;
}
.hero-section {
/*   padding:64px; */
  width:80vw;
  height:auto;
  margin:auto;
      color: #ccc;
      text-align: center;
  background-position: center center;
    }
.hero-section .btn:hover,
.hero-section .btn:focus {
  background-color:#E34D25;
  color:#fff !important;
}
.gradient-title {
      background: linear-gradient(180deg, #FFFFFF 0%, #838597 100%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      font-size: 48px;
      font-weight: 500;
      line-height:48px;
  font-family:roboto;
      text-align: center;
    }
.video-section {
      position: relative;
/*       background-image: url('https://app.hubspot.com/api/filemanager/api/v3/files/thumbnail-redirect/127968474990?size=medium&portalId=2535467&hs_static_app=file-picker-ui&hs_static_app_version=static-1.2698&errorOnPlaceholder=true&upscale=true&t=1690960220934');
      background-size: cover;
      background-position: center;
      color: #fff;
      text-align: center;
      padding-bottom: 50px;
      background-color:#050618; */
       
    }

    .video-container {
      position: relative;
      width: 100%;
      overflow: hidden;
      margin-bottom:80px;
    }
.watch-button .play-icon {
  width: 50px; /* Adjust the width as needed */
  height: 50px; /* Adjust the height as needed */
  transition: transform 0.2s;
}
.watch-button {
  position: absolute;
  top: 54%;
  left: 49%;
  transform: translate(-50%, -50%);
  background: transparent;
  display: flex;
  padding: 5px 9px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: solid #e34d25;
  border:none;
  border-radius:40px;
  z-index:3;
/*   background-color:#e34d25; */
  background-color: transparent;
  border: none;
  cursor: pointer;
  color:#fff;
}
.watch-button:hover::after {
    content: '';
    border-radius: 30px;
    position: absolute;
/*     border: 2px solid transparent !important;  */
    inset: 0;
/*     background: linear-gradient(96.19deg, #e34d25 0%, #9747ff 100%) border-box;  */
/*     -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); */
/*     -webkit-mask-composite: xor; */
    mask-composite: exclude;
    height: 36px;
    color: #e34d25;
    pointer-events: none;
}
.watch-button:hover{
  border: 2px solid transparent !important;
  padding: 7px;
  height: 38px;
/*   width: 100px; */
  background-color:#ffffff;
  border-radius: 30px;
}

.watch-button:hover i::before {
    content: "\f144"; /* Unicode for the new Font Awesome icon */
    background: linear-gradient(96.19deg, #e34d25 0%, #9747ff 100%);
    -webkit-background-clip: text; /* Apply gradient as text fill (for browser compatibility) */
    color: transparent; /* Make the text transparent */
  font-size:3rem;
}

/* Initial icon style */
/* .watch-button i::before {
    content: "\f111"; 
} */

   .video-container iframe {
      position: absolute;
      top: 0px;
      left: 0;
      width: 100%;
      height: 100%;
      
    }

.body-header{
  top:20px;
  color:#fff;
  text-align:center;
}
#hs_cos_wrapper_widget_1690882084833{
  padding-bottom:0px !important;
}

@media (max-width: 769px) {
  .navbar-brand {
    width:50%;
  }
  .hero{
    display:flex;
    flex-direction:column;
  }
  .text{
    width:100% !important;
    text-align:center !important;
  }
  .video-section{
    width:100% !important;
    align-self:center;
    margin-bottom:100px;
  }
}

   .hs-content-id-129386203721 .hero-section {
    /* display: none; */
    padding-bottom: 0px;
}

.hs-content-id-129386203721 .video-section {
    display: none;
}

.hs-content-id-129386203721 .hero-section a.btn {
    display: none;
}

.hs-content-id-129386203721 form {
    max-width: 610px;
    margin: auto;
    padding-top: 20px;
}

.hs-content-id-129386203721 label {
    color: #ccc !important;
    font-size: 13px !important;
    display: none;
}

.hs_submit.hs-submit {
    width: calc(100% - 10px);
}


.hs-content-id-129386203721 label.hs-error-msg {
    color: #ef6b51 !important;
    display: block;
}

.hs-content-id-129386203721 .submitted-message {
    text-align: center;
    background: transparent;
    color: #fff;
    font-size: 28px;
}

video#bullittplayer {
    display: none;
}

@media (max-width: 768px) {
  .content-h3{
    padding:0px;
  }
   .main-container{
  height:auto !important;
  }
  .parent-container{
    flex-direction:column;
    align-items:center;
  }
  .child-container.content{
    width:100%;
      text-align:center;
  }
  .datastax-register-btn{
    margin: 20px auto;
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    width: 60%; /* Adjust as needed for larger screens */
  }
  .main-container{
   height: 784px;
  }
}
@media screen and (max-width: 1279px){
  .main-container{
  height:675px;
  }
}