
*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "HelveticaNeue";
  margin: 0px;
  padding: 0px;
  outline: 0px !important;
}

/*video section*/

.videSection .container{
  padding-bottom: 103px;
  border-bottom: 1px solid #E6E8ED;
}
.video-wrapper{
  background: url(../images/showreel.png);
  padding-top: 291px;
  padding-bottom: 268px;
  background-repeat: repeat-y;
  background-repeat-x: no-repeat;
  background-size: 100%;
}
.video-container {
  max-width: 832px;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(black, 0.4);
}
.video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.player__video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height:100%;
  pointer-events: none;
}
#circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

/*map section start*/

.wannaTalk {
  background: #fcda69;
  padding-top: 150px;
  padding-bottom: 64px;
  background-image: url(../images/wannaTalk.jpg);
  background-size: cover;
}

.checkBox span {
  font-family: "HelveticaNeue-regular";
  color: #BCBCBC;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 16px;
}

.claendy img:first-child {
  padding-right: 26px;
}
.shedule {
  margin-top: 96px;
  /* border-top: 1px solid #8b7a5e; */
  padding: 64px 0;
}
.sheduleText h3 {
  margin: 0;
}
.claendy {
  display: flex;
  justify-content: flex-end;
}
.sheduleText h3 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
}
.sheduleText span {
  font-size: 20px;
  font-weight: 700;
  padding-right: 26px;
  text-transform: uppercase;
  opacity: 0.42;
}
.sheduleText {
  display: flex;
  align-items: center;
}
.box {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.newsletter {
  position: relative;
  margin-top: 87px;
  width: 100%;
  max-width: 580px;
}
.boxBorder {
  width: 161px;
  height: 161px;
  background: #000;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 20%;
  right: -54px;
}
.newsletter .skewInput {
  background: #fff;
  width: 100%;
  height: 66px;
  position: relative;
  right: 0;
  display: flex;
  align-items: center;
  transform: skew(-25deg);
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  border: none;
}
.newsletter .skewInput input {
  width: 100%;
  height: 66px;
  position: relative;
  background: transparent;
  font-family: "HelveticaNow-Display";
  right: 0;
  transform: skew(25deg);
  padding-left: 25px;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  max-width: 400px;
  border: none;
}
.newsletter .skewInput input::placeholder {
   color: #616559;
  }

.message {
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  color: #000;
  margin-top: 30px;
  font-family: "HelveticaNow-Display";
  opacity: 0.6;
}

.wannaTalk .row {
  align-items: center;
}
.submit span {
  transform: skew(25deg);
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  font-family: "HelveticaNeue-Bold";
}
.submit span img{
  margin-top: -5px;
}

.newsletter .submit {
  transform: skew(-25deg);
  justify-content: center;
  align-items: center;
  right: 0;
  position: absolute;
  height: 66px;
  top: 0;
  display: flex;
  color: #fff;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  width: 100%;
  max-width: 166px;
  border: 1px solid #000;
  background: #000;
}

.information {
  justify-content: flex-end;
  display: flex;
  margin-top: 5px;
}
/*.check.aos-init.aos-animate {
  max-width: 1000px;
}
*/

/*media query*/


@media screen and (max-width: 991px) {
  .message {
    margin-bottom: 49px;
  }
}

@media screen and (max-width: 768px) {
  .sheduleText span {
   padding-right: 0;
   }
  
  .submit span,
  .newsletter .skewInput input {
    width: auto;
    font-size: 14px;
    padding-left: 15px;
  }
  .newsletter .skewInput input {
    max-width: 252px;
  }
  .sheduleText h3 {
    font-size: 36px;
    padding: 26px 0;
  }
  
  .newsletter .submit {
    max-width: 104px;
    right: 10px;
  }
  .submit img {
    width: 100%;
    max-width: 20px;
    margin-top: -3px;
  }
  .submit span {
    font-size: 14px;
  }
  .newsletter {
    margin-top: 40px;
    padding: 0 10px
  }
  .shedule {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0;
  }
  .wannaTalk {
    padding-top: 50px;
    padding-bottom: 54px;
  }
  .sheduleText h3 {
    width: 100%;
  }
  .heading .title {
    width: 100%;
    max-width: 100%;
    line-height: 46px;
  }
  
  .sheduleText {
    flex-direction: column;
  }
  .claendy {
    justify-content: flex-start;
  }


}

@media (max-width: 1280px) {
  .videSection .container{
    padding-bottom: 60px;
  }
}

/*Responsive Start Here from 1200px*/

@media (max-width: 1200px) {
  .videSection .container{
    padding-bottom: 0px;
    border-bottom: 0px;
  }
}

/*Responsive Start Here from 1024px*/

@media (max-width: 1024px) {
  .video-wrapper{
    padding:124px 0px;
  }
}
@media (max-width: 991px) {
  .video-container{
    width: 100%;
  }
  .videSection .container{
    padding-bottom: 0px;
    border-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .video-wrapper{
    padding:50px 0px;
    max-height: 400px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .claendy img:first-child {
    padding-right: 4px;
    width: 100%;
    max-width: 171px;
  }
  .claendy img:nth-child(2) {
    width: 100%;
    max-width: 24px;
  }

  .boxBorder {
    width: 100px;
    height: 100px;
  }
}

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

  .newsletter .skewInput input {
    max-width: 252px;
  }
  .newsletter .submit {
    height: 56px;
  }

  .newsletter .skewInput {
    height: 56px;
  }

}
