  

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #6a6a6a;
  font-family: "segoe UI", sans-serif;
}

a {
  color: #6A6A6A;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #ec1e22;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "segoe UI", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ED1C20;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  text-align: center;

}

#preloadermain {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  text-align: center;

}

#preloader:before {
  content: "";
  position: fixed;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 110px;
  transition: all 0s;
  z-index: 997;
  transition: all 0s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 9px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  padding-top: 10px;
  width: 110px;
}

.main-pages {
  margin-top: 60px;
}
.androidBtn, .iosBtn {
	height: 65px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

@media (max-height: 768px){ 
	.dyn-margin {
		margin-top: 5%;	
	}
	#intro .intro-info {
		padding-top: 50px!important;
	}
}

#intro {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
}

#intro .intro-info h1 {
  color: #ED1C20;
  margin-bottom: 40px;
  font-size: 68px;
  font-weight: 700;
}
#intro .intro-info p {
  color: #6A6A6A;
  margin-bottom: 0px;
  font-size: 25px;
}

#reduceddiv {
  width: 80%;
}
#bigcta{
	display: flex;
  margin-top: 30px;
}
.first-btn img {
	margin-right: 15px;
	margin-bottom: 0px;
}
#intro .intro-info #introtext a {
  color: #6A6A6A;
  transition: 0.5s;
  text-decoration: underline;
}

#intro .intro-info #introtext a:hover,
a:active,
a:focus {
  color: #ec1e22;
  outline: none;
}


#intro .intro-info #introtext {
  color: #6A6A6A;
  margin-bottom: 10px;
  font-size: 17px;
}

#intro .intro-info h2 span {
  color: #ED1C20;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "segoe UI", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 38px;
  border-radius: 0px 30px 0px 30px;
  transition: 0.5s;
  color: #fff;
  background: linear-gradient(to right, #F23F47 , #BB385B);
  color: #fff;
  box-shadow: 0px 4px 10px rgba(127, 137, 161, 0.5);
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #000;
    transition: 0s;

}
 #intro .intro-img {
text-align: center;
text-align: -webkit-center;  }
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #808080;
  padding: 10px 20px;
  transition: 0.3s;
  font-size: 16px;
  font-family: "segoe UI", sans-serif;
  
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}


.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #ED1C20;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #ec1e22;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 25px 25px 0 0;
  color: #707070;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/* Dot Navigation */


.ttip .ttiptext {
  visibility: hidden;
  width: 120px;
  background-color: #707070;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 150%;
  font-family: "segoe UI";
  transition: 0s;
}

.ttip .ttiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #707070 transparent transparent;
  transition: 0s;
}
.ttip:hover .ttiptext {
  visibility: visible;
  transition: 0s;
}

.navdottable{
  top: 50%;
  position: fixed;
  left: 3%;
  margin-top: -105px;
  z-index: 1;
  border-right: 1px solid #707070;
  transition: 0s;
}

.navdotcell{
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  text-align: center;
  transition: 0s;
}

.navdots{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  left:25px;
  transition: 0s;
  }
 .navdots li:first-child{
  margin-top: 0px;
 }
.navdots li{
    position: relative;
    display: block;
    margin: 0 16px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-top:30px;
    transition: 0s;
  }
    
.navdots a.navdotcircle{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 1px #707070;
    transition: 0s;
  }
.navdotactive a.navdotcircle{
    content: '';
    position: absolute;
    bottom: 0;
    transition: 0s;
    left: 0;
    width: 100%;
    background-color: #707070;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #707070;
  
  }

  



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #242424;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "segoe UI", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ffffff;
}

/* Why Wordbot Section
--------------------------------*/

#whywordbot {
  padding: 40px 0;
}

#whywordbot .about-content {
  padding-top: 40px;
}

#whywordbot .about-content h2 {
  color: #413e66;
  font-family: "segoe UI", sans-serif;
  font-weight: 700;
}

#whywordbot .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#whywordbot .about-content ul {
  list-style: none;
  padding: 0;
}

#whywordbot .about-content ul li {
  padding-bottom: 10px;
}

#whywordbot .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #ED1C20;
}

#whywordbot .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 18px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#whywordbot .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#whywordbot .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 30px;
  margin-top: 15px;
}

#whywordbot .title a {
  color: #111;
}


#whywordbot .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

/* Circular button
--------------------------------*/

.btn-circle.btn-xl {
    width: 100px;
    height: 100px;
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 30px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

/* Video Pop up
--------------------------------*/
#videoModal {
  background-color: #000000bc;
}
#videoModalDialog {
      max-width: 800px;
      margin: 30px auto;
  }

#videoModalBody {
  position:relative;
  padding:0px;
}
#videoModalClose {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

/* Features Section
--------------------------------*/

#wbfeatures {
  padding: 60px 0 40px 0;
}

#wbfeatures .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#wbfeatures .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#wbfeatures .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#wbfeatures .icon i {
  font-size: 36px;
  line-height: 1;
}

#wbfeatures .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#wbfeatures .title a {
  color: #111;
}


#wbfeatures .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #242424;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #ED1C20;
}

/* Screenshot Section
--------------------------------*/

#screenshots {
  padding: 60px 0;
}

#screenshots .section-header {
  margin-bottom: 40px;
}

#screenshots .screenshots-item .screenshots-img {
  width: 100%;
  float: left;
}


#screenshots .owl-nav,
#screenshots .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#screenshots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#screenshots .owl-dot.active {
  background-color: #ED1C20;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #535074;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/


@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 130px;
  }

  #testimonials .testimonial-item p {
    width: 80%;
  }
   #last_menulink{
    border: 1px solid #6a6a6a; border-radius: 0px 20px 0px 20px;
    font-weight: 400;
}

#last_menulink:hover,#last_menulink:active,#last_menulink:focus{
    background-color: #000000;border:1px solid #000000;color: #fff;
}
}
@media (max-width: 1380px){
	.navdottable {
		left: 1%;
	}
}
@media (max-width: 1365px){
 .navdottable{
    display: none;
  }
}
@media (max-width: 991px) {
  #topbar {
    display: none;
  }
 
  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
	}
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }


}

@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 100px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 70%;
    margin-top: 80px;
  }

  #intro .intro-info {
    text-align: center;
    text-align: -webkit-center;
    padding-top: 40px;
  }
   

  #intro .intro-info h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }
#intro .intro-info p {
    font-size: 18px;
  }
#intro .intro-info #introtext {
  font-size: 16px;
}
  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }

}


/* Top Progress Bar*/

.wbpageprogress {
  position: fixed;
  top: 70px;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  display: none;
}


.wbpageprogress-container {
  width: 100%;
  height: 2px;
  background: #fff;
}

.wbpageprogress-bar {
  height: 2px;
  background: #a0a0a0;
  width: 0%;
}
.wbbarvisible{
  display: block;
}

/* FAQ */


.faqcontainer {
  margin: 0 auto;
  padding: 4rem;
  width: 48rem;
}

.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #707070;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #000;
}

.accordion a:hover::after {
  border: 1px solid #707070;
}

.accordion a.active {
  color: #000;
  border-bottom: 1px solid #e5e5e5;
}

.accordion a::after {
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #707070;
  padding: 3px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #707070;
  text-align: center;
}

.accordion a.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: #707070;
  border: 1px solid #000;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
 
}



/* Footer */

.site-footer
{
  background-color:#fafafa;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#707070;
  font-family:"segoe UI", sans-serif;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#242424;
  font-size:16px;
  margin-top:5px;
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#000;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#000;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#242424;
  color:#fff;
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
	}
	.dropdown-content {
		background-color: #000;
	}
	.dropbtn, .dropbtn:hover, .dropbtn:focus {
		color: #fff!important;
	}
	.dropdown-content a:hover {
		color: #ec1e22;
	}
	#bigcta {
		display: block;
	}
	.first-btn img {
		margin-bottom: 15px;
		margin-right: 0px;
	}
	.androidBtn, .iosBtn {
		width: 214px;
	}
}
@media (max-width:767px)
{
	.first-btn img {
		margin-right: 15px;
		margin-bottom: 0px;
	}
}
@media (max-width:500px)
{
	.first-btn img {
		margin-right: 0px;
	}
}
@media (max-width:474px)
{
	.first-btn img {
		margin-right: 0px;
		margin-bottom: 15px;
	}
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}

.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.instagram:hover
{
  background-color:#924900;
}
.social-icons a.website:hover
{
  background-color:#ec1e22;
}
.social-icons a.youtube:hover
{
  background-color:#ec1e22
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

video {
  width: 100%;
}

@media (min-width: 768px) {
  video {
      height: 400px;
  }
}


@media (min-width: 992px) {
  video {
    width: 100%;
    height: 500px;
  }   
}

@media (min-width: 1500px) {
  video {
    width: 100%;
    height: 600px;
  }   
}