


/*banner S*/

.vs_bnr_sldr figure {
  margin-bottom: 0;
  /*display: flex;*/
  width: 100%;
  overflow: hidden;
  position: relative;
}

.vs_slide_item video{
   height: calc(100vh);
    object-fit: cover;
    /*margin-bottom: -8px;*/
  }
    .vs_bnr_video{
          position: relative;

    }
  .vs_bnr_video::before{
         content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(0deg, black 5%, #ffffff00 95%);
    opacity: 1;
    width: 100%;
    height: 100%;
  }
.vs_bnr_sldr .vs_slide_item figure:before {
      content: "";
    position: absolute;
    top: 0px;
    left: 0px;
        background-image: linear-gradient(180deg, black 5%, #ffffff00 95%);
    opacity: 0.8;
    width: 100%;
    height: 100%;
}


.vs_bnr_sldr figure figcaption .vs_slide_text {
     padding-left: 20px;
    padding-top: 39px;
    position: relative;
    overflow: hidden;
}


.vs_bnr_sldr {
  position: relative;
}


.vs_bnr_sldr figure figcaption h1 {
        font-size: calc(20px + 8vw);
   font-family: itcfranklingothicstd-med;
   color: #ffffff;
   font-weight: 700;

}
.vs_bnr_sldr figure figcaption h1 {
  animation-delay: 10s;
  animation: captionText 10s ease forwards;
}
@keyframes captionText {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.vs_bnr_sldr figure figcaption h2 {
  font-size: calc(10px + 1.3vw);
    font-weight: 600;
    letter-spacing: 6px;
    font-family: itcfranklingothicstd-book;
    padding-bottom: 10px;
    color: #a7a7a7;
}
.vs_bnr_sldr figure figcaption p{
      font-size: 14px;
          padding-block: 13px;
}
.vs_bnr_sldr figure figcaption {
  position: absolute;
  /*left: 5%;*/
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  width:100%;
  text-align: center;

}


.vs_bnr_sldr figure img {
  width: 100%;
}



/*banner E*/
.vs_talent_bg{
      position: relative;
    margin-top: -100px;
    background-color: #fff;
    /*box-shadow: 1px -1px 10px 0px #b9b9b9;*/
}
.vs_talent_slider {
  padding-block:20px 10px;
}
.vs_talent_slider .owl-nav{
display: none;
}

.vs_talent_box img{
  width: 100%;
}



.vs_video_bg h2{
   font-size: calc(15px + 2vw);
   font-family: itcfranklingothicstd-book;
   color: #000;
}
.vs_video_bg p{
  font-family: itcfranklingothicstd-book;
      color: #919191;
}
.vs_video_bg figure{
  position: relative;
  margin-bottom: 0;
}
/*.vs_video_bg figure::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:#000000c7;

}*/
.vs_video_bg figure video{
      height: 600px;
    object-fit: cover;
}
.vs_video_bg figure figcaption{
    position: absolute;
    border: 1px solid;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: none;
}
.vs_video_bg figure figcaption i {
  font-size: 50px;line-height: 0;
}
.vs_blog_slrd_box{
      border: 1px solid #e3e3e3;
}
.vs_blog_slrd a{
      font-size: 18px;
    font-weight: 200;
    line-height: 1.4em;
    color: #202020;
}

.vs_blog_slrd .owl-nav{
  display: none;
}
.vs_blog_slrd .vs_blog_slrd_box h3{
font-family: itcfranklingothicstd-book;
    padding-block: 20px;
    font-size: calc(10px + 1vw);
    line-height: 1.3em;
}
.vs_blog_slrd .vs_blog_slrd_box:hover h3{
  color: #7c7b7a;
}
.vs_blog_slrd_details{
   padding:40px 20px;
   display: none;
}
/*vs_all_logo_slider S*/


.vs_all_logo_slider.owl-theme.owl-loaded.owl-drag {
  position: relative;
}

.vs_all_logo_slider.owl-theme .owl-nav button {
  display: none;
}


.vs_all_logo_slider.owl-theme img {
  width: 150px;
      object-fit: contain;
    transition: all 0.5s;
    /*filter: grayscale(1);*/
}

.vs_all_logo_slider.owl-theme img:hover {
  transform: scale(1.1);
}

.vs_all_logo_slider.owl-theme .owl-item {
  /*border-left: 1px solid #d1d1d1;
      border-right: 1px solid #d1d1d1;*/
      background-color:#ebebeb;
}

.vs_all_logo_img {
  text-align: center;
  padding: 40px;

}

/*vs_all_logo_slider E*/
.vs_registration_form_bg .vs_registration_form .form-control{
  border: 0;
    border-bottom: 1px solid grey;
    border-radius: 0;
    padding: 12px;
    margin-bottom: 30px;
}



/*all banner S*/



.vs_all_banner figure {
  margin-bottom: 0;
  position: relative;
}


.vs_all_banner figure:before {
      content: "";
    position: absolute;
    top: 0px;
    left: 0px;
        background-color: #000000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}
.vs_all_banner {
  position: relative;
}

.vs_all_banner figure figcaption h1 {
     font-size: calc(15px + 2vw);
   font-family: itcfranklingothicstd-med;
   color: #ffffff;
   font-weight: 700;
    text-transform: uppercase;
}


.vs_all_banner figure figcaption {
  position: absolute;
  /*left: 5%;*/
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  width:100%;
  text-align: center;

}

.vs_all_banner figure img {
  width: 100%;
}

/*all banner E*/

.vs_about_bg p{
font-size: 19px;
    letter-spacing: 1px;
    padding-bottom: 25px;
    color: #4a4a4a;
}
.vs_about_bg p b{
  color:#000000;
}

.vs_about_bg .vs_about_logo{
      border: 1px solid #cfcfcf;
}

.vs_contact_bg ul{
 padding-block:20px;
}
.vs_contact_bg ul li a {
    font-size: 20px;
    color: #625e5e; 
}
.vs_contact_bg ul li a:hover{
      color: #000000;
}
.vs_contact_bg ul li i{
      font-size: calc(10px + 1vw);
    background-color:#525252;
    line-height: 00;
    padding: 14px;
    color: #ffffff;
}
.vs_contact_bg form .form-control{
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    background-color: transparent;
}
/*gallery page S*/

.vs_gallery_bg{
margin-top: calc(30px + 3em)
}
.vs_gallery_box{
position: relative;
transition: all 0.5s;
margin-bottom: 20px;
}
.vs_gallery_box_detalis::before{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    height: 100%;
    /*z-index: 9;*/
    opacity: 0;
    transition: all 0.5s;
}
.vs_gallery_box_detalis{
  position: relative;
    background-color: #000000;
    padding: 10px;
    text-align: center;
    display: none;
}
.vs_gallery_box_detalis a{
  color: #fff;
  font-size: 20px;
}
.vs_gallery_box_detalis i{
  position: absolute;
    top: 50%;
    font-size: 38px;
    line-height: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
}
.vs_gallery_box:hover .vs_gallery_box_detalis i{
opacity: 1;
}
.vs_gallery_box:hover .vs_gallery_box_detalis::before{
  opacity: 1;
}


.vs_green_tab {
  background-color: #fff;
    padding-block: 16px;
        z-index: 1;
}


.vs_green_tab .nav-link.active{
      border: 2px solid #000;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
}
.vs_green_tab .nav-link{
      border: 2px solid #000;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    
}
.vs_green_tab .nav{
  display: flex; 
  gap:20px;
}
.vs_green_tab_content{
      border: 1px solid #e1e1e1;
    padding: 10px;
    margin-top: 30px;
    padding-top: 30px;
}
.vs_green_tab_content h3{
      font-size: calc(15px + 1vw);
    font-weight: 900;
    text-transform: uppercase;
        font-family: itcfranklingothicstd-med;
/*    padding-top: 30px;
*/}
.vs_green_tab_content p{
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
}
.vs_green_box_new{
    background-color: #e9e9e9;
    padding: 20px;
    text-transform: uppercase;
    font-size: calc(10px + 2vw);
    /*box-shadow: 0px 0px 10px #a5a5a5;*/
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.vs_green_box_new h4{
  font-size: calc(10px + 1vw);
    font-weight: 800;
    letter-spacing: 3px;
}
.vs_green_tab_box{
  padding-bottom: calc(20px + 6vw);
}
.vs_green_tab_box img{
    width: 100%;
        margin-bottom: 50px;
}

.vs_green_box_new{
 background: linear-gradient(-45deg, #000000, #FFC107, #a7a7a7, #000000);
    background-size: 400% 400%;
    animation: Gradient_h 3s ease infinite, rocking_h 3s ease infinite;
    animation-delay: 2s;
    border-radius: 2px;
    color: #fff;
}



@keyframes Gradient_h {

  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes rocking_h {

  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(2deg);
  }

  75% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0);
  }
}
.vs_green_tab_head h3{
      background-color: #2a2a2a;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}
.vs_green_tab_coming .progress {
    height: 3rem;
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
}

.vs_sponsors_detalis h5{
font-size: 15px;
    letter-spacing: 1px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 700;
    font-family: itcfranklingothicstd-med;
}
.vs_sponsors_detalis p{
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #b7b7b7;

}
.vs_career_bg{
  font-size: calc(15px + 1vw);
}

.vs_privacy_bg h4{
  font-size: calc(15px + 1vw);
}
.vs_privacy_bg h5{
  font-size: calc(10px + 1vw);
  /*font-family: itcfranklingothicstd-med;*/
  color: #404040;
}
.vs_privacy_bg  p{
  color: grey;
}
.vs_designer_box{
      text-align: center;
    box-shadow: 0 0 9px #a7a7a7;
    padding: 26px;
}
.vs_designer_bg h4{
    font-size: calc(12px + 1vw);
    font-weight: 700;
    font-family: itcfranklingothicstd-med;
    letter-spacing: 2px;
    color: #525252;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.vs_designer_box p{
        letter-spacing: 0.6px;
    color: #838383;
    font-size: 13px;
        padding-top: 8px;
}


.vs_more_form_tab li {
  border: 1px solid #454545;
  position: relative;
  padding: 17px 15px;
  margin-bottom: 10px;
}

.vs_more_form_tab li p {
  font-size: 35px;
  position: absolute;
  top: -26px;
  transform: translate(-50%, 0px);
  left: 50%;
  background-color: white;
  padding: 0px 10px;
  color: #e11928;

}

.vs_more_form_tab ul {
  border: 1px solid #454545;
  padding: 50px;
  position: relative;
}

.vs_more_form_tab h5 {
  position: absolute;
  top: -13px;
  background-color: #fff;
  padding: 0 18px 0 0;
  left: -2px;
}
.vs_more_form_tab li img{
      filter: grayscale(1);
}

.vs_more_form_tab .nav-pills .nav-link.active,
.vs_more_form_tab .nav-pills .show>.nav-link {
  color: #454545;
  background-color: transparent;
}

.vs_brochure_btn{
      position: relative;
    padding-left: 80px;
}

.vs_brochure_btn::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-color: #4e4e4e;
    left: 0;
    transform: translate(0px, -50%);
    top: 50%;
}
.vs_brochure_btn a {
  display: block;
  width: fit-content;
}
.vs_brochure_btn a:hover{
  color: #fff;
}

.vs_contact_box:hover {
  box-shadow: 0px 0px 10px 0 #cececff2;
}

.vs_contact_box a {
  color: #2c3667;
}

.vs_contact_box a:hover {
  color: #e81a29;
}

.vs_contact_icon:hover {
  animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.vs_contact_form .input-group-text {
  background-color:#454545;
  font-size: 18px;
  border: 1px solid #454545;
}









/*** Footer S ***/
footer{
  /*background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),  url(../img/ftr_bg.jpg);*/
  background-color: #000  !important;
  color: #fff;
  background-size: cover;
    background-repeat: no-repeat;
    position: relative;
        margin-top: calc(40px + 6vw);

}
footer::before{
  content: "BFW";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: #181818;
    font-size: calc(70px + 11vw);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-family: itcfranklingothicstd-med;
    letter-spacing: 12px;
}

footer a {
  color:#fff;
    font-weight: 500;
}

footer a:hover {
  color:#bdbdbd;
}

footer h4{
  position: relative;
}

footer .vs_sub_form form{
      border-bottom: 1px solid #ffffff;
}
footer .vs_sub_form .form-control{
  background: none;
  border: 0;
  border-bottom: 1px solid #04040433;
  border-radius: 0;
  height: 70px;
  color: #fff;
}
footer .vs_sub_form button{
  border: 0;
    background-color: transparent;
    color: #fff;
    width: 100%;
    text-align: end;
}
footer .vs_sub_form{
  margin-bottom: 50px;
  padding-top: 40px;
}
footer .vs_social_icon .nav{
  flex-direction: column;
    gap: 50px;
}
footer .vs_social_icon {
     width: fit-content;
    background-color:#ebebeb;
    padding: 90px 20px;
    margin-block: -50px;
}
footer .vs_social_icon li a{
        width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    transition: all 0.3s;
    font-size: 20px;
    color: #000;
    border-radius: 50%;
}



footer .vs_ftr_list li {
  margin-bottom: 3px;
    padding: 0;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: normal;
    transition: all 0.3s;
}

footer .vs_ftr_list li i{
  color: #fff;
}


footer .vs_ftr_list li:hover {
  box-shadow: none;
}


footer .copyright {
  font-size: 15px;
}

footer .copyright img{
  width: 200px;
  object-fit: contain;
}
