#videoContainer {
  position: relative;
  height: calc(100vh - 60px);
  width: 100vw;
  background: white;
}

.clientLogo {
  float: left;
  margin: 30px;
  width: 147px;
}

#clientsLogoContainer {
  /* position: absolute; */
  padding: 80px;
}
.contactSpan {
  display: inline-block;
  margin-top: 6px;
}
#video1Container {
  position: absolute;

  top: 0px;

  left: 0px;

  width: 100%;
}

#video1 {
  position: absolute;
}

#video2 {
  position: absolute;

  left: 0;

  top: 0;

  width: 2020px;

  height: 820px;
}

#video1Loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#video1RedLoader {
  width: 50px;
  height: 50px;
  background: url(/files/layouts/loader.gif);
  background-position: center;
  background-size: 100%;
  position: absolute;
}

#video3Loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#video3RedLoader {
  width: 100px;
  height: 100px;
  background: url(/files/layouts/loader.gif);
  background-position: center;
  background-size: 100%;
  position: absolute;
}

#video4Loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#video4RedLoader {
  width: 100px;
  height: 100px;
  background: url(/files/layouts/loader.gif);
  background-position: center;
  background-size: 100%;
  position: absolute;
}

#video3 {
  border-radius: 10px;

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;
}

#play {
  cursor: pointer;

  width: 40px;

  height: 40px;

  position: absolute;

  top: calc(50% - 20px);

  left: calc(50% - 20px);
}

#play2 {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 305px;
  top: 135px;
}

#carousel {
  display: none;
}

.vc {
  display: block;

  height: 0;

  overflow: hidden;

  padding-bottom: 51%;

  padding-top: 48px;

  position: relative;
}

#video4FixedContainer {
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

#video4Container{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
}

#imgV {
  cursor: pointer;
  height: 100%;
  width: 625px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#requestDemoBlackPopup {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  position: fixed;
}

#requestDemoBlackPopupBackground {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  cursor: pointer;
}

#requestDemoPopupContent {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0px auto;
  margin-top: 10%;
}

#requestDemoHeaderContainer {
  margin: 15px;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
}

.verticalLine {
  border-left: 1px solid white;

  height: 30px;

  margin-right: 10px;
}

#form2 {
  float: left;

  width: 70%;

  margin-top: 50px;
}

#vcover {
  top: -200px;

  left: 0;

  display: none;

  height: 100vh;

  z-index: 99999999999;
}

#secondSection {
  position: relative;
  width: 100%;
  height: 400px;
  background: #f5f5f5;
  overflow: hidden;
}

.cover {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.bg-video {
  width: 100%;

  height: 820px;
}

#bgNegro {
  display: none;

  position: fixed;

  width: 100%;

  background: black;

  z-index: 99;

  top: 0;

  left: 0;

  transition: height 1s;
}

.secondSectionCard {
  background: #ffffff;
  left: 10%;
  box-shadow: 0px 13px 50px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  width: 511px;
  height: 200px;
  padding: 45px 30px;
  position: absolute;
  top: 220px;
  cursor: pointer;
}

.secondCol {
  width: 40%;

  float: left;
}

.firstCol {
  float: left;

  width: 60%;

  display: flex;

  align-items: center;

  height: 400px;
}

#requestADemo {
  position: absolute;
  bottom: 20px;
  left: 45%;
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #eb1d23;
  border-radius: 13px;
  color: white;
  cursor: pointer;
}
#requestADemo:hover {
  background-color: white;
  border: 2px solid #eb1d23;
  color: #eb1d23;
}

#requestADemoText {
  position: absolute;
  left: 0px;
  top: 14px;
  letter-spacing: 1px;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

#secondSectionVideoButton {
  position: absolute;
  right: 0px;
  height: 400px;
  cursor: pointer;
}

#requestDemoVideoCover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.secondSectionGreyLine {
  height: 100%;
  position: absolute;
  left: -5px;
  top: -25%;
}

.dContainer {
  width: 20%;

  float: left;
}

.secondSectionRedLine {
  height: 50%;
  position: absolute;
  right: -75px;
  top: -25%;
}

.redCurve2 {
  background-image: url(/files/layouts/redCurveW.svg);
  background-position: 0px 254px;
  background-size: 60px;
  width: 62px;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
}

.greyCurve {
  background-image: url(/files/layouts/grey.svg);

  background-position: 0px -80px;

  background-size: 109px;

  width: 109px;

  right: 0;

  position: absolute;

  height: 100%;

  background-repeat: no-repeat;
}

.redButton {
  position: absolute;
  width: 35px;
  text-align: center;
  background: #eb1d23;
  right: -17px;
  font-size: 17px;
  bottom: 20px;
  letter-spacing: -3px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
  display: flex;
  height: 35px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#ourWork {
  width: 100%;

  background: white;
}

#ourWorkImgsContainer{
  width: 80%;
  margin: 10px auto;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}

.redContainer {
  display: none;

  width: 100%;

  position: relative;

  height: 0;

  background: rgba(235, 29, 35, 0.51);

  bottom: 50px;
  overflow: hidden;
}
.imgItemContainer {
  overflow: hidden;
  width: 23%;
  height: 255px;
  float: left;
  margin: 10px 1%;
}

.imgItem {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  /* float: left; */
  overflow: hidden;
  height: 100%;
  transition: all 0.5s;
}
.imgItem:hover {
  transform: scale(1.2);
}

.imgItemContainer:hover .redContainer {
  display: block;

  height: 50px;

  transition: height 0.25s ease-in;
}

.redContText {
  /* margin: 8px; */
  font-size: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 10px;
  /* justify-content: center; */
}







#knowMoreSection {
  position: relative;
  width: 100%;
  height:100vh;
  overflow: hidden;
  text-align: center;
}

#needToKnowBlackBkg {
    position: absolute;
    top:0px;
    width:100%;
    height: 50%;
    background-color: black;
}

#needToKnowTitle {
    position: relative;
    width:100%;
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
}

#needToKnowSubtitle{
    position: relative;
    width:100%;
    text-align: center;
    margin-top: 5px;
}

#imgKnowMore{
    position: absolute;
    cursor: pointer;
}

#video3FixedContainer {
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

#video3Container{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
}

#video3Cover{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}





#ourWorkSection {
  position: relative;
  width: 100%;
  height:auto;
  overflow: hidden;
}
#ourWorkTitle {
    position: relative;
    width:100%;
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    color:black;
}




.videoCard {
  height: 250px;

  background: white;

  float: left;

  margin: 75px 0px 75px 65px;

  box-shadow: 0px 13px 50px rgba(0, 0, 0, 0.06);

  transform: rotate3d(1, 5, 1, 20deg);

  transition: ease 0.2s;
}

#contactSection {
  width: 100%;
  background-image: url(/files/layouts/contactBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vw;
}
#contactTitle {
    position: relative;
    width:100%;
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    color:black;
}



.customTextArea {
  color: #180f0f;

  width: 85%;

  padding: 5px 10px;
}

#requestDemoVideoButton {
  bottom: 20px;
  right: 20px;
  width: 200px;
  height: 40px;
  background-color: #eb1d23;
  border-radius: 1px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* top: 50px !important; */
  position: fixed;
  z-index: 999999;
}

.sectionLogosContainer {
  display: flex;

  width: 100%;

  height: 144px;

  align-items: center;

  justify-content: center;
}

#submitButton {
  display: flex;

  height: 40px;

  align-items: center;

  width: 90%;

  color: white;

  justify-content: center;

  cursor: pointer;

  background-color: #eb1d23;
}

#submitButton:hover {
  background-color: transparent;
  border: 3px solid #eb1d23;
  /* color: #eb1d23; */
}

#closeSubmision {
  display: flex;

  height: 30px;

  margin-top: 10px;

  align-items: center;

  width: 15%;

  color: white;

  justify-content: center;

  cursor: pointer;

  background-color: #eb1d23;
}

#closeSubmision:hover {
  background-color: #000000;

  border: 2px solid #eb1d23;
}

#submitButtonPopup:hover {
  background-color: #000000;

  border: 4px solid #eb1d23;
}

#requestDemoContentSubmision {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0px auto;
  margin-top: 10%;
}

#closeBlackPopup {
  position: absolute;

  right: 30px;

  cursor: pointer;
}

#submitButtonPopup {
  display: flex;

  height: 30px;

  align-items: center;

  width: 35%;

  color: white;

  font-size: 14px;

  padding: 0px 0px;

  cursor: pointer;

  justify-content: center;

  background-color: #eb1d23;
}

.contactContainer {
  height: 100%;

  width: 60%;

  padding: 90px 0px;

  margin: 0px auto;
}

.info {
  float: left;

  width: 40%;

  margin-left: 10%;

  overflow: hidden;
}

.city {
  margin-top: 25px;
}

.inputContainer {
  margin: 20px;
}

.customInput {
  color: #180f0f;

  height: 30px;

  width: 85%;

  padding: 1px 10px;
}

#form2 .customInput {
  width: 48%;

  border-radius: 2px;

  padding: 0px 10px;
}

#form {
  width: 50%;

  float: left;
}

#needToKnow {
  background: #180f0f;

  width: 100%;

  height: 400px;
}

.cardDemoOption {
  margin-top: 12px;
  line-height: 19px;
}

.cardDemoOption span {
  font-weight: bold;
}
.sectionTitle {
  width: 100%;
  height: 80px;
  font-size: 20px;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

#clientsImg {
  height: 600px;
  width: 100%;
  background: #5f0809;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

.card-text {
  float: left;
  width: 80%;
  color: #5a5a5a;
}


.imgClients {
  background-image: url("/files/layouts/clients.svg");

  background-position: center;

  /* background-size: cover; */

  background-repeat: no-repeat;

  background-size: 65%;

  width: 100%;

  height: 600px;
}

#demoTitle {
    position: relative;
    width:100%;
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    color: black;
}

#demoSubtitle{
    position: relative;
    width:100%;
    text-align: center;
    margin-top: 5px;
    color: black;
}

#instagramBoxRow{
    position: fixed;
    bottom: 28px;
    height: 62px;
    width: 100%;
}


#instagramLogo{
    position: relative;
    display: block;
    width:50px;
    margin: 0px auto;
}

#instagramTextBox{
    position: relative;
    margin:0px auto;
    height: 24px;
    width: 150px;
    background-color: black;
    border-radius: 30px;
    overflow: hidden;
}

#instagramText{
    position: relative;
    display: block;
    color: white;
    font-size: 12px;
    margin-top: 6px;
    width: 100%;
    text-align: center;
}

@media (orientation: portrait) {
  #secondSection {
    height: auto !important;
    overflow: hidden;
  }

  #carousel {
    display: block;

    position: relative;

    top: -160px;
  }

  #carousel img {
    top: auto !important;
  }

  .imgItem {
    width: 100%;
  }

  .card-text {
    width: 100%;
  }

  .secondSectionCard {
    margin-left: 0px;
    width: 70%;
    position: relative;
    top: unset !important;
    left: 0px !important;
    margin-top: 35px;
    height: auto;
    overflow: hidden;
  }


  #secondSectionVideoButton {
    margin-left: 30%;
    width: 70%;
    position: relative;
    top: unset !important;
    left: 0px !important;
    margin-top: 35px;
    height: auto !important;
    overflow: hidden;
    display: block;
  }
  

  #ourWorkImgsContainer {
    display: none;
  }

  .secondSectionGreyLine {
    display: none;
  }

  .redButton {
    left: 75%;
    top: unset;
    transform: rotate(90deg);
    bottom: 0px;
    display: none;
  }

  .firstCol {
    width: 100%;
  }

  .secondCol {
    width: 100%;
  }

  #play2 {
    top: calc(75% - 20px);

    left: calc(85% - 140px);
  }

  #imgV {
    cursor: pointer;

    width: 90%;

    height: auto;

    margin-left: 5%;

    /* margin: 0 auto; */

    margin-top: 0px;
  }

  #play {
    left: calc(50% - 20px);
  }

  #knowMoreSection {
    width: 90%;

    height: 218px;
  }

  #imgKnowMore {
    display: none;
  }

  #contacto {
    height: 850px;

    background: linear-gradient(
        92.33deg,
        rgba(70, 70, 70, 0) 2.04%,
        #212121 98.58%
      ),
      url(/files/layouts/contactBg.png);
  }

  .contactContainer {
    width: 100%;

    padding: 50px 0px;
  }

  #form {
    width: 100%;
  }

  #carousel {
    /* z-index: -1; */
  }

  .customInput {
    width: 95%;
  }

  .info {
    width: 100%;

    text-align: center;

    margin-left: 0px;
  }

  .customTextArea {
    width: 95%;
  }

  #submitButton {
    width: 101%;
  }

  .bg-video {
    height: 205px;
  }

  #videoContainer {
  }

  #video1Loader {
  }
  #video4Loader {
    height: 205px;
  }

  #videoContainer .cover {
  }

  .secondSectionRedLine {
    height: 35px;
  }
  #requestADemo {
  position: relative;
  bottom: 0px !important;
  margin: 0px auto;
  left: unset;
  margin-top: 60px;
  margin-bottom: 60px;
  }
  #play2 {
    display: none;
  }
  #work {
    top: -200px !important;
  }
}
