section.home-section p {
    margin: 16px 45px 30px 0;
    max-width: 600px!important;
}

p.px {
    font-size: clamp(1rem,2.5vw,1.3rem) !important;
}

section.home-section .home-title-site {
    margin-top: 0px;
   font-size: calc(30px + (72 - 32) * ((100vw - 300px) / (1600 - 300))) !important;
}
p.px{
     margin-left: 0px!important;
}
p.px {
    font-size: clamp(1rem,2.5vw,1.5rem);
    margin-left: 0!important;
  max-width: 525px !important;
}
}
section.home-section p {
    margin: 16px 0px 49px 0;
    max-width: 526px !important;
}
/* .btn {
    border-radius: 0;
    min-width: 151px;
    height: 52px;
} */
section.home-section .right-section {
    position: absolute;
    width: 42%;
    right: 0;
}
@media (min-width: 768px){
  section.home-section .home-title-site {
   margin: 0% 0% 1%!important;
}
  .video {
	 width: 100%;
	 height: 550px;
	 position: relative;
}
section.home-section {
    height: 700px;
         padding: 0 5.4%;
}
}
.1st{
  padding: 100px !important;
}
@media (max-width: 992px){
  .rectangle-2 {
  display:none;
}
}

@media (max-width: 767px){
   .video {
	 width: 100%;
	 height: 450px;
	 position: relative;
}
/*  section.home-section .right-section .rectangle-2 {
    right: -1%!important;
    margin-top: -7% !important;
   top:0px !important;
    z-index: 0!important;
    position: relative;
}
  section.home-section .rectangle-2 {
    background-image: url(https://25789504.fs1.hubspotusercontent-eu1.net/hubfs/25789504/assets/img/Group%2018.jpg)!important;
    height: 73px !important;
    width: 550px !important;
} */
  .right-section {
    position: relative !important;
  }
  section.home-section .right-section .rectangle {
    height: 700px;
}
  .rectangle {
    position: relative !important;
    padding: 0px 0px 0px 0px !important; 
        width: 100% !important; 
}
  

  .right-section {
    position: absolute;
    width: 100%!important;
   
}
  .navbar-inverse {
    padding-top: 25px;
}
section.home-section {
    margin-top: 0;
    padding-top: 130px;
    padding-bottom: 80px;
}
}
.home-section h1, .home-section h2 {
    padding: 0;
    color: var(--heading-font-color)!important;
    font-weight: 700;
    font-family: inter;
}
section.home-section .rectangle {
  padding-top: 98px;
    width: 70%;
    height: 480px;
    max-width: 700px;
    background-color: #f5f5f500 !important;
}
@media (min-width: 767px){
section.home-section .right-section .rectangle-2 {
    right: calc(-11% + 0px) !important;
  top:0px !important;
    z-index: -1 !important;
}

section.home-section .rectangle-2 {
   height: 600px!important;
    width: 458px!important;
    background-image: url(https://25789504.fs1.hubspotusercontent-eu1.net/hubfs/25789504/assets/img/Group%2018.jpg) !important;
}
}


 .video-layer {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 opacity: 0;
	 z-index: 9;
	 transition: opacity 0.8s ease-in-out;
}
 .playing .video-layer {
	 opacity: 1;
}
 .video-layer iframe {
	 width: 100%;
	 height: 100%;
}
 
 .playing .video-preview {
	 opacity: 0;
}
 .video-preview svg {
	 position: absolute;
	 top: 50%;
	 left: 0;
	 width: 100%;
	 height: 80px;
	 margin-top: -40px;
}
 