/*!
 * Name: demo5.css
 * Date: 2021-12-31
 * Credits: Mohammed Ba'ashar, https://www.bytsnbytes.com
 * Email: mabaashar@gmail.com;
 */
 

.video_row{
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;

}
.intro_div{
  top: 0;
  margin-top: 40%;
}
.intro_slider{
  margin-bottom: -30%;
  padding-top: 5px;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  bottom: 0;
}
.video_row{
  width: 100%;
}
.section_2{
  margin-top: 35%;

}


/*======RESPONSIVE CSS=========*/

/* X-Small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

  .intro_div{
  top: 0;
  margin-top: 1%;
}
.intro_slider{
  margin-bottom: -10%;
  width: 70%;
  margin-left: 15%;
  bottom: 0;
}
.section_2{
  margin-top: 25%;
}

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

.intro_div{
  top: 0;
  margin-top: 5%;

}
.intro_div_2{
  top: 0;
  margin-top: 17%;

}
.intro_slider{
  margin-bottom: -8%;
  width: 70%;
  margin-left: 15%;
  bottom: 0;
}
.section_2{
  margin-top: 23%;
}

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

.intro_div{
  top: 0;
  margin-top: 5%;

}
.intro_div_2{
  top: 0;
  margin-top: 17%;

}
.intro_slider{
  margin-bottom: -2%;
  width: 70%;
  margin-left: 15%;
  bottom: 0;
}
.section_2{
  margin-top: 15%;
}
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.intro_div{
  top: 0;
  margin-top: 5%;

}
.intro_div_2{
  top: 0;
  margin-top: 17%;

}
.section_2{
  margin-top: 12%;
}
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
  .intro_div{
  top: 0;
  margin-top: 5%;

}
.intro_div_2{
  top: 0;
  margin-top: 17%;

}
.section_2{
  margin-top: 12%;
}
}
