@font-face {
  font-family: 'Ubuntu-B';
  font-weight: normal;
  font-style: normal;
  src: url('/content/dam/multibrand/camcar/es/assets-home-camcar/azeventos/fonts/Ubuntu-B.ttf');
}

.heading h1 {
  padding-left: 16px;
  letter-spacing: 3px;
  font-size: 70px;
  line-height: 78px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  width: 58%;
}

/*.heading h1:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: -20px;*/
/*  top: 0;*/
/*  height: 100%;*/
/*  width: 10px;*/
/*  background-color: #cf1070;*/
/*}*/

#video-slider-section {
  margin-bottom: -10px;
}

#video-page-heading.component-section {
  padding-bottom: 40px;
}

#page-banner {
  min-height: 500px;
  background-size: cover !important;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  padding: 0px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.video-parent {
  position: relative;
  margin-top: 25px;
}

/*slider section*/

#video-slider-section {
  padding: 24px 0 29px;
  background-color: #f9f9f9;
}

.sectionHeading.section h2 {
  color: #212529;
}

#privacy-section {
  padding: 24px 0 20px;
  background-color: #f9f9f9;
  margin-bottom: 0px;
}

#privacy-section .slider-section {
  margin-top: 64px;
  margin-bottom: 24px;
}

#privacy-section .slider-title {
  max-width: 530px;
  margin: auto;
}

#privacy-section .slider-title p {
  font-size: 28px;
  text-align: center;
  line-height: 33px;
  color: #212529;
  font-weight: bold;
  position: relative;
  padding: 8px;
  font-family: 'Ubuntu-B';
}

.slider-container .slide-card {
  min-width: calc(33.33% - 20px);
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slider-container .slide-card img {
  width: 100%;
  border-radius: 10px;
}

.slider-container .slider-card {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 20px;
}

#privacy-section .slider-title p::after {
  position: absolute;
  content: "";
  height: 4px;
  background-color: #2a2044;
  width: 100px;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, -50%);
}

#privacy-section #slider2 {
  margin-top: 64px;
}

.slider-container button.prev {
  left: 10px;
}

.slider-container button.next {
  right: 10px;
}

.slider-container .dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.slider-container button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.slider-container .dot.active {
  background-color: #717171;
}

.slider-container .dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

#video-page-heading .video-head h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #171717;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

#video-page-heading .video-head p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
}

/*#video-page-heading .kWidgetIframeContainer.initialized {*/
/*  border-radius: 30px;*/
/*}*/

/*================Responsive design==================*/

@media(min-width:1500px) {

  .modal-dialog {
    width: 800px;
  }

  .modal-body {
    padding: 10px 15px 60px;
  }

  .slider-container .slider-card {
    gap: 15px;
  }

  .modal-body {
    padding: 15px;
    max-height: calc(100vh) !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  #page-banner {
    min-height: 430px;
    display: block;
  }

  .heading h1 {
    width: 54%;
    font-size: 70px;
    line-height: 78px;
    margin: 113px 0px;
  }
  
  
  #video-page-heading .video-head h4 {
    font-size: 24px;
    line-height: 33px;
  }

  #video-page-heading .video-head p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 1184px) {

  .sectionHeading.section {
    width: auto;
  }
}

@media only screen and (min-width:993px) and (max-width: 1200px) {
  .heading h1 {
    font-size: 58px;
    line-height: 65px;
    margin: 0px;
    width: 65%;
  }
}

@media (max-width: 992px) {
  #privacy-section {
    padding: 36px 0 0;
  }

  #privacy-section .slider-section {
    margin-top: 90px;
    margin-bottom: 0px;
  }

  .slider-container .slider-card {
    gap: 15px;
  }

  .slider-container .slide-card {
    min-width: calc(50% - 10px);
  }

  .slider-container button {
    display: none !important;
  }

  .slider-container .dots {
    position: relative;
    top: 5px;
    padding-bottom: 24px;
    padding-top: 20px;
  }

  #page-banner {
    min-height: 423px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .heading h1 {
    font-size: 42px;
    line-height: 50px;
    margin: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 771px) {
  #video-page-heading.component-section {
    padding-left: 7px;
  }

  .heading h1 {
    padding-left: 16px;
    letter-spacing: 3px;
    font-size: 48px;
    line-height: 52px;
    font-family: Helvetica, sans-serif;
    color: #fff;
    width: 60%;
  }

  #page-banner {
    min-height: 385px;
  }
}

@media only screen and (max-width: 767px) {
  .heading h1 {
    font-size: 37px;
    line-height: 45px;
    margin: 0px;
    width: 100%;
  }

  .slide-caption h4 {
    font-size: 15px;
  }

  .sectionHeading.section h2 {
    font-size: 29px;
  }

  #page-banner {
    min-height: 50vh;
    background-position: 90% 100%;
    display: flex;
  }

  #video-slider-section {
    padding: 24px 0 48px;
  }

  #video-page-heading.component-section {
    padding-bottom: 25px;
  }

  #privacy-section .slider-title p {
    padding: 8px 0;
  }

  #privacy-section .slider-section {
    margin-top: 48px;
    margin-bottom: 0px;
    padding: 0 55px 0 60px;
  }

  .slider-container .slide-card {
    min-width: calc(100% - 10px);
  }

  .modal-dialog .modal-body {
    min-height: 250px;
  }

  #video-page-heading .kWidgetIframeContainer.initialized {
    border-radius: 11px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  #page-banner {
    min-height: 81vh;
  }

  .heading h1 {
    font-size: 49px;
    line-height: 57px;
    margin: 0px;
    width: 67%;
  }
}

@media (max-width: 540px) {
  #privacy-section .slider-section {
    padding: 0 10px;
  }

  .slider-container .slider-card {
    gap: 10px;
  }

  .slider-container .slide-card {
    min-width: calc(100% - 0px);
  }

  .slider-container .slide-card:nth-child(2) {
    min-width: calc(100% - 15px);
  }

  .slider-container .slide-card:nth-child(3) {
    min-width: calc(100% - 10px);
  }

  #popup-template .modal-body {
    min-height: auto;
  }

  .kWidgetIframeContainer {
    height: 230px!important;
  }
}


