html {
  scroll-behavior: smooth;
}
.bannerWebinar{
  padding: 150px 0 200px 0;
  width: 100%;
  height: 100%;
}
.bannerWebinar .flexCol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 70px;
}
.bannerWebinar .topContent{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  gap: 12px;
}
.bannerWebinar .topContent .tag {
  background-image: linear-gradient(
    93.99deg,
    #fbad37 4.83%,
    rgba(133, 72, 239, 0.7) 94.85%
  ) !important;
  background-color: transparent;
  padding: 10px 20px !important;
  border-radius: 60px;
  box-shadow: 0px 0px 10.4px 0px rgba(55, 169, 251, 0.48);
  position: relative;
  margin: 0 auto;
}
.bannerWebinar .topContent .tag:after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  border-radius: 60px;
  background: #0f2040;
  top: 1px;
  left: 1px;
  z-index: 0;
}

.bannerWebinar .topContent .tag span {
  position: relative;
  font-size: 18px;
  z-index: 1;
}
.bannerWebinar .topContent .tag span:before {
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(251, 173, 55, 1);
  position: relative;
  border-radius: 100%;
  display: inline-block;
  margin-right: 8px;
  top: -2px;
}
.bannerWebinar .topContent .tag span:after {
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(251, 173, 55, 1);
  position: relative;
  border-radius: 100%;
  display: inline-block;
  margin-left: 8px;
  top: -2px;
}
.bannerWebinar .topContent .venue{
  color: #00BAD6;
  font-size: 24px;
  line-height: 130%;
  padding-top: 10px;
  letter-spacing: 0.3px;
  margin-bottom: 40px;
}

.bannerWebinar .topContent p{
  color: #fff;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.3px;
  margin: 0;
}

.bannerWebinar .topContent h1{
  color: #fff;
  font-size: 72px;
  line-height: 130%;
  letter-spacing: 0;
  margin: 0;
}

.bannerWebinar .topContent h1 span{
  background: linear-gradient(92.39deg, #FBAD37 55.68%, #9252FF 92.41%);         
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.linkYellow , input[type="submit"]{
  display: inline-flex !important;
  color: #101828 !important;
  background-color: #F5BE0B !important;
  border: 1px solid #F5BE0B !important;
  padding: 8px 18px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s !important;
}

.linkYellow:hover ,  input[type="submit"]:hover{
  transition: all 0.3s !important;
  color: #F5BE0B !important;
  background-color: transparent !important;

}

.bannerWebinar .counterContent {
  max-width:530px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.bannerWebinar .counterContent .countBox{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 10px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.3px;
  width: 100%;
}
.bannerWebinar .counterContent .countBox .count{
  background-color: #26293E;
  color: #00BAD6;
  font-size: 60px;
  font-weight: bold;
  line-height: 130%;
  border-radius: 8px;
  max-width: 139px;
  width: 100%;
}

@media (max-width:767px){
  .bannerWebinar .topContent h1{
    font-size: 42px;
  }
  .bannerWebinar {
    padding:100px 0
  }
  .bannerWebinar .counterContent .countBox .count {
    font-size: 36px;
  }
  .bannerWebinar .counterContent{
    max-width: 400px;
    gap: 20px;
  }
  .bannerWebinar .counterContent .countBox {
    font-size: 15px;
}


