body, h1, h2, h3, h4, h5, h6, p, a, ul, li, button, input, span, abbr{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}

ul,li{
    list-style: none;
}

.container {
    max-width: 100%;
    padding: 0px 30px;
}

.navbar {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.site_logo img {
    width: 400px;
}

body {
    background: #0b0b0b;
}

.wrap form{
  width: 260px;
  transition: all 0.5s ease;
  display: block;
  opacity: 0;
}
.wrap form.active{
    opacity: 1;
}
.wrap .input{
  border: 0;
    background: #fff;
    outline: none;
    font-family: sans-serif;
    font-size: 18px;
    color: #000;
    font-style: italic;
    transition: all 0.3s ease;
    position: relative;
    padding: 10px 5px;
    border-radius: 5px;
}

.wrap .fa{
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.wrap.active{
  width: 250px;
  padding-left: 25px;
  transition: all 0.5s ease;
}

.wrap input::placeholder {
  color: #000;
}
.right_searcbar {
    position: relative;
    text-align: right;
}
.wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.icon-cl {
    order: 2;
}
a.tooglr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

a.tooglr div {
    background: #fff;
    width: 26px;
    height: 3px;
    margin: 4px 0px;
}
button.btn-close.text-reset {
    text-align: right;
    position: absolute;
    right: 15px;
    color: #fff !important;
    opacity: 1;
    font-size: 28px;
    font-weight:  600 !important;
}

div#offcanvasExample {
    background: #000;
    border-right: 1px solid #fff;
}

.navbar ul {
    text-align: left;
    margin-top: 40px;
    padding-left: 40px;
}

.navbar ul a {
    font-size: 27px;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}

.site_logo {width: 60%;text-align: center;}

.right_searcbar {
    width: 20%;
}

.left_sidebar {
    width: 20%;
}
footer{
    background: #000;
    padding: 40px 0px;
}
.foot-menu ul li {
    display: inline-block;
    padding-right: 30px;
}

.foot-menu ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.right_icons ul li {
    display: inline-block;
    padding-right: 20px;
}

.right_icons {
    text-align: right;
}

.right_icons ul li a {
    color: #fff;
    font-size: 22px;
}

.video_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #000;
}
.video_wrapper_full {
  padding-top: 400px;
}
.video_section .row {
    align-items: center;
}

.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
 background-image:url("../images/first.jpg");
  background-size: 100%;
  border: none
   text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  pointer-events: none;
}
.videoPoster1{
    background-image:url("../images/second.jpg");
}
.videoPoster:hover {
  cursor: pointer;
}
.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background-color: rgba(255, 255, 255, 0.79);
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
  pointer-events: all;
}
.videoPoster:after {
    pointer-events: all;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -25px 0 0 -13px;
    border-left: 40px solid #222;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}
.videoPoster:hover:before,  .videoPoster:focus:before {
    border-color: #9b9b9b;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #9b9b9b;
}
.videoPoster:focus {
    outline: dashed 3px #222;
    outline-offset: -2px;
}
.videoPoster:focus:before {
    border-style: dashed;
    border-radius: 100%;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.video_section {
    padding-top: 70px;
}

.video_text h6 {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
}
.video_img img {
    width: 100%;
}
.flex-btn.last-img img {
    width: 162px;
}
.video_text  p {
    color: #fff;
    margin-top: 20px;
}

.flex-btn {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.flex-btn a:first-child {
    margin-right: 20px;
}
.Upcoming_section {
    padding: 70px 0px;
}

h3.title_up {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}

.upcoming_text {
    border: 1px solid #282828;
    background: #000;
    border-radius: 5px;
}

.upcoming_text img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.text_btm {
    padding: 40px 10px;
}

.text_btm h6 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.text_btm p {
    color: #fff;
}

.about-section {
    padding: 70px 0px;
}

.about-section .row {
    align-items: center;
}

.image_about img {
    width: 100%;
}

.image_text h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.image_text p {
    color: #fff;
    margin-bottom: 20px;
}
.contact-section {
    padding: 100px 0px;
}

.contact_text h3 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}

.contact_text form {
    text-align: left;
}

.contact_text {
    max-width: 50%;
    margin: auto;
    text-align: center;
}

.contact_text .half {
    margin-bottom: 15px;
}

.contact_text .half input {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    outline: none !important;
}
.contact_text textarea {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    outline: none !important;
}

.contact_text input[type="submit"] {
    width: auto;
    margin: auto;
    padding: 10px 20px;
    font-weight: bold;
    background: #3560ff;
    color: #fff;
}

.submit-button-wrapper.half {
    text-align: center;
    margin-top: 20px;
}


/* Responsive css */

@media (max-width: 767px){
    .video_text {
    margin-top: 30px;
}

.upcoming_text {
    margin-bottom: 30px;
}

.right_icons {
    text-align: center;
}
.foot-menu {
    text-align: center;
    margin-bottom: 30px;
}
.image_text {
    margin-top: 50px;
}
.contact_text {
    max-width: 90%;
}
.site_logo img{
    width: auto;
}
}