/* body {
  font-family: "Syne", sans-serif;
} */

.container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.banner-video{
  height: calc(100vh - 107px);
  overflow: hidden;
}
.banner-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.ratio {
  position: relative;
  width: 100%;
  --bs-aspect-ratio: 50%;
}
#myVideo {
  /* position: relative; */
  /*right: 0;*/
  /*bottom: 0;*/
  /*min-width: 100%;*/
  /*min-height: 100%;*/
  /*overflow: hidden;*/
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.banner-content {
  width: 100%;
  padding-left: 270px;
  padding-right: 70px;
  max-width: 945px;
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  color: #f1f1f1;
  width: 100%;
  padding: 20px 0px;
}
@media screen and (max-width: 1499.98px) {
  .banner-content {
    padding: 0;
  }
}
.banner-content h4 {
  font-size: 28px;
  font-weight: 500;
  margin: 20px 0px;
  color: #fff;
}
.banner-content h1 {
  font-size: 78px;
  font-weight: 500;
  margin: 20px 0px;
  color: #fff;
}
@media screen and (max-width: 1365.98px) {
  .banner-content h1 {
    font-size: 60px;
  }
  .banner-video{
    height: calc(87vh - 107px);
    overflow: hidden;
  }
  
  
}
/* @media screen  (min-width: 1024.999px) and (max-width: 1024.999px) {} */
@media screen and (max-width: 1024.999px) {
  .banner-video{
    height: calc(60vh - 107px);
    overflow: hidden;
  }
  
}
@media screen and (max-width: 992.98px){
  /*.banner-video{*/
  /*  height: calc(45vh - 107px);*/
  /*  overflow: hidden;*/
  /*}*/
}
@media screen and (max-width: 767.98px) {
  .banner-content h1 {
    font-size: 48px;
    letter-spacing: -3px;
  }
  /*.banner-video{*/
  /*  height: calc(25vh - 107px);*/
  /*  overflow: hidden;*/
  /*}*/
}
.banner-content p {
  font-family: "Roboto", sans-serif;
  color: #f1f1f1;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  margin: 0;
  max-width: 420px;
}
.banner-content .view-project-btn {
  max-width: 190px;
  margin-top: 50px;
}
.banner-content .view-project-btn a {
  text-decoration: none;
  color: #fff;
  padding: 17px 20px;
  background-color: black;
  border: 1px solid black;
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.banner-content .view-project-btn a span svg {
  margin-bottom: -3px;
  fill: #fff;
  margin-left: 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.banner-content .view-project-btn a:hover {
  border-color: #fff;
  background-color: transparent;
  color: rgb(255, 255, 255);
}
.banner-content .view-project-btn a:hover span svg {
  fill: rgb(255, 255, 255);
}
.chat-bot a{
  width: 45px !important;
  height: 45px !important;
}
footer .chat-bot{
  position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 1050;
}

header,.dtr-header-flex{
  /* max-width: 1330px; */
  margin: 0 auto;
  /* padding: 0 15px; */
}