.banner_sec {
  position: relative;
  background: var(--base-white);
  padding: 50px 0;
  overflow: hidden;
  height: 100vh;
}

.banner_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--basedark-color);
  /* clip-path: polygon(0 0, 70% 0, 50% 100%, 0% 100%); */
  clip-path: polygon(0 0, 29% 0, 85% 100%, 0% 100%);
  z-index: 1;
}

.banner_sec .hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}

.banner_sec .hero-text {
  width: 65%;
  background-color: var(--basedark-color);
}

.banner_sec .hero-text h1 {
  font-size: 45px;
  margin-bottom: 20px;
  color: var(--base-white);
}

.banner_sec .hero-text p {
  color: var(--base-white);
}

.banner_fontbtn {
  margin-top: 20px;
  border: none;
  display: block;
  position: relative;
  padding: 0.7em 2.4em;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  color: var(--base-white);
  z-index: 1;
  font-family: inherit;
  font-weight: 500;
}

.banner_fontbtn:hover {
  color: var(--base-white);
}

.banner_fontbtn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  border: 4px solid var(--base-white);
}

.banner_fontbtn:focus-visible {
  color: #2be5e2 !important;
}

.banner_fontbtn span::before {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  height: 500%;
  background: var(--basedark-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-60deg);
  transition: all 0.3s;
}

.banner_fontbtn:hover span::before {
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 100%;
  background: var(--base-white);
}

.banner_fontbtn:hover {
  color: var(--basedark-color);
}

.banner_fontbtn:active span::before {
  background: var(--base-white);
}

.banner_sec .hero-slider {
  width: 80%;
  position: relative;
}

.banner_sec .slides {
  position: relative;
  overflow: hidden;
  border: 20px solid var(--base-white);
  height: 550px;
}

.banner_sec .tx {
  position: relative;
}

.banner_sec .tx .FS-TX {
  background: var(--base-white);
  position: absolute;
  display: flex;
  flex-direction: column;
  top: -91px;
  left: -54px;
  z-index: 3;
  width: 201px;
  padding: 12px 10px;
}

.banner_sec .tx .FS-TX p {
  font-size: 18px;
  color: var(--base-color);
}

.banner_sec .tx .FS-TX span {
  color: var(--primarydark-color);
  font-size: var(--font-lg);
}

.banner_sec .tx .se-tx {
  background: var(--base-white);
  position: absolute;
  display: flex;
  top: -499px;
  left: -160px;
  width: 237px;
  z-index: 3;
  padding: 18px 10px;
}

.banner_sec .tx .se-tx p {
  font-size: 18px;
  color: var(--base-color);
}

.banner_sec .tx .se-tx span {
  color: var(--primarydark-color);
  font-size: var(--font-lg);
}

.banner_sec .controls {
  position: absolute;
  bottom: -60px;
  right: 0;
}



.banner_sec .hero-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  /* clip-path: polygon(0 0, 70% 0, 50% 100%, 0% 100%); */
  clip-path: polygon(0 0, 32% 0, 51% 100%, 0% 100%);
  /*background-image: url(../images/banner-bg.jpg);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_sec .hero-shape::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--basedark-color);
  z-index: 2;
}

.banner_sec .hero-content {
  position: relative;
  z-index: 2;

}

.banner_sec .hero-slider {
  position: relative;
}

.banner_sec .dot {
  position: absolute;
  width: 115px;
  height: 80px;
  background-image: radial-gradient(#ced6d8 2px, transparent 2px);
  background-size: 12px 12px;
  opacity: 0.5;
  z-index: 6;
}

.banner_sec .top-dot {
  top: 35px;
  left: 80%;
}

.banner_sec .bottom-dot {
  left: 310px;
  bottom: 190px;
}

/*************************************/
/********* responsive start ***********/
/*************************************/

@media (min-width:1200px) and (max-width:1399px) {
  .banner_sec .slides {
    height: 400px;
  }

  .banner_sec .tx .se-tx h1 {
    font-size: 16px;
  }

  .banner_sec .tx .FS-TX h1 {
    font-size: 16px;
  }

  .banner_sec .tx .se-tx {
    top: -358px;
    left: -102px;
    width: 201px;
    padding: 11px 10px;
  }

  .banner_sec .hero-text h1 {
    font-size: 32px;

  }

  .banner_sec .bottom-dot {
    left: 310px;
    bottom: 80px;
  }
}

@media (min-width:1200px) and (max-width:1399px) and (min-height:700px) and (max-height:900px) {
  .banner_sec .hero-text h1 {
    font-size: 45px;
  }

  .banner_sec .slides {
    height: 521px;
  }

  .banner_sec .tx .se-tx {
    top: -446px;
    left: -102px;
    width: 228px;
    padding: 11px 10px;
  }
}

@media (min-width:1400px) and (max-width:1500px) {
  .banner_sec .slides {
    height: 469px;
  }

  .banner_sec .bottom-dot {
    bottom: 80px;
  }

  .banner_sec .tx .se-tx {
    top: -420px;
    left: -140px;
    width: 215px;
    z-index: 3;
    padding: 11px 10px;
  }
}


@media (min-width:1700px) and (max-width:1900px) {
  .banner_sec .slides {
    height: 605px;
  }
}

@media (min-width:1901px) and (max-width:3000px) {
  .banner_sec .hero-content {
    margin-top: 163px;
  }

  .banner_sec .slides {
    height: 637px;
  }

  .banner_sec .hero-text h1 {
    font-size: 62px;
  }

  .banner_sec .tx .se-tx {
    top: -539px;
    left: -160px;
    width: 251px;
    z-index: 3;
    padding: 22px 10px;
  }

  .banner_sec .tx .se-tx h1 {
    font-size: 20px;
  }

  .banner_sec .tx .se-tx span {
    font-size: 25px;
  }

  .banner_sec .tx .FS-TX {
    top: -143px;
    left: -54px;
    z-index: 3;
    width: 233px;
    padding: 22px 10px;
  }

  .banner_sec .tx .FS-TX h1 {
    font-size: 20px;
  }

  .banner_sec .tx .FS-TX span {
    font-size: 25px;
  }

  .banner_sec .hero-text p {
    font-size: 25px;
  }

  .banner_sec .hero-text button {
    padding: 16px 52px;
    font-size: 22px;
    font-weight: bold;
  }

  .banner_sec .top-dot {
    top: 73px;
  }
}

.banner_sec .static-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-social {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.banner-social a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
  transition: .3s;
}

.banner-social .whatsapp {
  background: #25D366;
}

.banner-social .telegram {
  background: #229ED9;
}

.banner-social a:hover {
  transform: scale(1.1);
}

/*************************************/
/*********mobile responsive start ***********/
/*************************************/

@media (max-width: 990px) {
  .banner_sec {
    padding: 60px 15px;
    min-height: auto;
  }

  .banner_sec .hero-content {
    flex-direction: column;
    margin-top: 25px;
    gap: 30px;
  }

  .banner_sec .hero-text {
    width: 100%;
  }

  .banner_sec .hero-text h1 {
    font-size: 26px;
    line-height: 1.4;
  }

  .banner_sec .hero-text p {
    font-size: 14px;
  }

  .banner_sec .hero-text button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .banner_sec .hero-slider {
    width: 100%;
  }

  .banner_sec .slides {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 3;
    border: 10px solid #fff;
  }

  .banner_sec .controls {
    position: relative;
    bottom: 0;
    margin-top: 15px;
    text-align: center;
  }

  .banner_sec::before {
    clip-path: none;
  }

  .banner_sec .hero-shape {
    clip-path: none;
  }

  .banner_sec .dot {
    display: none;
  }

  .banner_sec .tx .FS-TX {
    /* top: -302px;
    left: -36px;
    width: 201px;
    padding: 10px 10px; */
    top: -315px;
    left: -36px;
    width: 162px;
    padding: 10px 10px;
  }
.banner_sec .tx .FS-TX span {
    font-size: 14px;
}
  .banner_sec .tx .se-tx {
    top: -32px;
    left: 133px;
    width: 206px;
    padding: 9px 10px;
  }

  .banner_sec .hero-text button {
    margin-bottom: 10px;
  }
}

@media (max-width:990px) {
  .banner-social {
    top: 77%;
  }
}

.skip-link{
    position:absolute;
    left:-9999px;
    top:0;
    z-index:99999;
    padding:12px 20px;
    background: #3886d8;
    border: 1px solid #009aff;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    border-radius:0 0 8px 8px;
}

.skip-link:focus{
    left:20px;
    top:20px;
}