/* ---------------------------------------------------------
Reset Css: uxcoding@gmail.com
--------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;

}

::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  gap: 653px;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  color: #ffffff;
  background-color: #000000;
}

html {
  line-height: 20px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: 'robotoregular', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01rem;
  direction: ltr;
  text-align: left;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
  color: #202020;
  background-color: #ffffff;
}

p {
  margin-bottom: 16px;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01rem;
  color: #555555;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

img {
  outline: 0;
  border: 0;
  display: block;
}

a {
  outline: 0;
  text-decoration: none;
  transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

button,
input,
select,
textarea {
  direction: ltr;
  text-align: left;
  border: 0;
  outline: 0;
  letter-spacing: .015rem;
  font-synthesis: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.input-text {
  margin: 0;
  padding: 0.5rem 1rem;
  width: 100%;
  display: block;
  font-size: 0.95rem;
  line-height: 1.5rem;
  color: #202020;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cacaca;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.form-select {
  padding: 0.5rem 0.75rem;
  font-size: .95rem;
  line-height: 1.5rem;
  color: #202020;
}

.a-link {
  color: #202020;
  border-bottom: 1px solid #555555;
}

.a-link:hover {
  color: #ff0000;
  border-bottom: 0;
}

/* ---------------------------------------------------------
fix-wrap
--------------------------------------------------------- */
.fix-wrap {
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 1386px;
  display: block;
  position: relative;
}

/* ---------------------------------------------------------
head-Part
--------------------------------------------------------- */
.head-Part {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
head-Box
--------------------------------------------------------- */
.head-Box {
  margin: 0;
  padding: 12px 0;
  width: 100%;
  display: block;
  position: relative;
  background-color: #555555;
}

.head-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-lft {
  margin: 0;
  padding: 0;
  flex: 1;
}

.head-lft p {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  text-indent: 22px;
  white-space: nowrap;
  color: #ffffff;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../img/smile-icon.webp");
}

.head-lft .head-lft-btn {
  margin-left: 5px;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  color: #ffcc33;
}

.head-lft .head-lft-btn:hover,
.head-lft .head-lft-btn:focus {
  color: #ffffff;
  text-decoration: underline;
}

.head-cen {
  margin: 0;
  padding: 0;
  flex: 1;
  text-align: center;
}

.head-cen .head-cen-btn {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  text-indent: 22px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: left center;
  background-image: url("../img/gift-box.webp");
}

.head-cen .head-cen-btn:hover,
.head-cen .head-cen-btn:focus {
  color: #ffcc33;
  text-decoration: none;
}

.head-rgt {
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.head-rgt p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
  color: #ffffff;
}

.head-rgt .head-rgt-btn {
  margin-left: 5px;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  color: #ffcc33;
}

.head-rgt .head-rgt-btn:hover,
.head-rgt .head-rgt-btn:focus {
  color: #ffffff;
  text-decoration: underline;
}

/* ---------------------------------------------------------
nave-Part
--------------------------------------------------------- */
.nave-Part {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
nave-Box
--------------------------------------------------------- */
.nave-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
  background-color: #202020;
}

.nave-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.nave-lft {
  margin: 0;
  padding: 0;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nave-lft-btn {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  color: #ffcc33;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.nave-lft-btn img {
  margin: 0;
  padding: 0;
  display: flex;
  width: 168px;
}

.nave-rgt {
  margin: 0;
  padding: 0;
  width: 80%;
  display: flex;
  justify-content: flex-end;
}

.nave-rgt>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.nave-rgt>ul>li {
  margin-right: 6px;
  padding: 0;
  display: inline-block;
  position: static;
}

.nave-rgt>ul>li:last-child {
  margin-right: 0;
}

.nave-rgt>ul>li>a {
  margin: 0;
  padding: 18px 14px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  position: relative;
}

.nave-rgt>ul>li:last-child>a {
  padding-right: 0;
}

.nave-rgt>ul>li>a>.nave-icon {
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  font-size: 0;
  line-height: unset;
  position: absolute;
  right: 4px;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.nave-rgt>ul>li>a>.nave-icon::before {
  margin-top: -1px;
  padding: 0;
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  font-size: 0;
  line-height: unset;
  top: 50%;
  right: 0;
  z-index: 0;
  position: absolute;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
}

.nave-rgt>ul>li>a:hover,
.nave-rgt>ul>li>a:focus,
.nave-rgt>ul>li>a.active {
  color: #ffcc33;
}

.nave-rgt>ul>li>a:hover .nave-icon::before,
.nave-rgt>ul>li>a:focus .nave-icon::before {
  border-color: #ffcc33;
}

.nave-rgt ul li .nave-menu {
  margin: 0;
  padding: 6px 15px 45px 15px;
  width: 100%;
  max-width: 1386px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  left: 0;
  top: calc(100%);
  z-index: 999;
  position: absolute;
  opacity: 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  background-color: #202020;
}

.nave-menu .nave-menu-lft {
  margin: 0;
  padding: 0;
  width: calc(100% - 200px);
  display: block;
}

.nave-menu .nave-menu-lft h2 {
  margin-bottom: 27px;
  padding-bottom: 6px;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  border-bottom: 1px solid #383838;
}

.nave-menu .nave-menu-lft ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.nave-menu .nave-menu-lft ul li {
  margin-bottom: 7px;
  padding: 0;
  width: 25%;
  display: block;
}

.nave-menu .nave-menu-lft ul li a {
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  text-indent: 12px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  color: #cacaca;
}

.nave-menu .nave-menu-lft ul li a::before {
  margin-top: -2px;
  padding: 0;
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  left: 8px;
  top: 50%;
  z-index: 1;
  position: absolute;
  background-color: #ffcc33;
}

.nave-menu .nave-menu-lft ul li a:hover,
.nave-menu .nave-menu-lft ul li a:focus {
  color: #ffcc33;
}

.nave-menu-rgt {
  margin: 0;
  padding: 0;
  width: 200px;
}

.nave-menu .nave-menu-rgt h3 {
  margin-bottom: 45px;
  padding-bottom: 6px;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  border-bottom: 1px solid #383838;
}

.nave-menu-rgt a {
  margin: 0;
  padding: 0;
  display: block;
}

.nave-menu-rgt a img {
  margin: 0;
  padding: 0;
  width: 200px;
  height: 224px;
  display: block;
  object-fit: cover;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.nave-rgt>ul>li:hover .nave-menu {
  opacity: 1;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.nave-cen {
  margin: 0;
  padding: 0;
  width: 56px;
  height: 60px;
  display: none;
  cursor: pointer;
}

.nave-cen ul {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: relative;
}

.nave-cen ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
}

.nave-cen ul li:nth-child(2)::before {
  margin: -5px 0 0 0;
  padding: 0 2px 0 0;
  display: block;
  content: "Menu";
  color: #ffffff;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  background-color: #202020;
}

.nave-cen ul li .nave-cen-icon {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  display: block;
  font-size: 0;
  line-height: unset;
  background-color: #ffcc33;
}

.nave-cen.nave-change ul li:nth-child(1) {
  transform: translate(0, 15px) rotate(-45deg);
  -webkit-transform: translate(0, 15px) rotate(-45deg);
}

.nave-cen.nave-change ul li:nth-child(2) {
  opacity: 0;
}

.nave-cen.nave-change ul li:nth-child(3) {
  transform: translate(0, -15px) rotate(45deg);
  -webkit-transform: translate(0, -15px) rotate(45deg);
}

/* ---------------------------------------------------------
hero-Part
--------------------------------------------------------- */
.hero-Part {
  margin-bottom: 45px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
hero-Box
--------------------------------------------------------- */
.hero-Box {
  margin: 0;
  padding: 45px 0;
  width: 100%;
  display: block;
  position: relative;
  background-color: #eeeeee;
}

.hero-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 580px;
  display: flex;
  overflow: hidden;
  position: relative;
}

.hero-Bar::before {
  margin: 0;
  padding: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
}

.hero-Bar img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  vertical-align: middle;
  overflow: hidden;
}

.hero-case {
  margin: 0;
  padding: 0 25px;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 140px;
  align-items: center;
  justify-content: space-between;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}

.hero-lft {
  margin: 0;
  padding: 0;
  flex: 1.5;
}

.hero-lft h1 {
  margin-bottom: 24px;
  padding: 0;
  display: block;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-lft h2 {
  margin-bottom: 24px;
  padding: 0;
  display: block;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-lft p {
  margin-bottom: 11px;
  padding: 0;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

.hero-lft ol {
  margin-bottom: 38px;
  padding: 0;
  display: block;
  list-style: none;
}

.hero-lft ol li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.hero-lft ol li .hero-span {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  color: #ffcc33;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.hero-lft ol li:first-child .hero-span {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.hero-lft ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

.hero-lft ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.hero-lft ul li a {
  margin: 0;
  padding: 0 50px;
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  color: #202020;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #ffcc33;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.hero-lft ul li a:hover,
.hero-lft ul li a:focus {
  background-color: #ffffff;
}

.hero-lft ul li .hero-or {
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  color: #ffffff;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.hero-lft ul li:last-child a {
  background-color: #ffffff;
}

.hero-lft ul li:last-child a:hover,
.hero-lft ul li:last-child a:focus {
  background-color: #ffcc33;
}

.hero-rgt {
  margin: 0;
  padding: 31px 15px 40px 15px;
  flex: 1;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: rgba(32, 32, 32, 0.75);
}

.hero-rgt .hero-span {
  margin-bottom: 21px;
  padding-bottom: 0;
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #ffcc33;
  font-weight: normal;
  font-family: 'robotolight', sans-serif;
}

.hero-rgt .hero-span::after {
  margin-left: -50px;
  padding: 0;
  content: "";
  width: 100px;
  height: 1px;
  display: block;
  left: 50%;
  bottom: 0;
  z-index: 1;
  position: absolute;
  background-color: #ffffff;
}

.hero-rgt p {
  margin-bottom: 23px;
  padding: 0 30px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.hero-rgt a.call-back {
  margin: 0;
  padding: 0 30px 0 66px;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #ffffff;
  color: #ffcc33;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: 30px center;
  background-image: url("../img/whatsapp-btn.png");
}

.hero-rgt a.call-back:hover,
.hero-rgt a.call-back:focus {
  border-color: #ffcc33;
  background-image: url("../img/whatsapp-btn-hover.png");
}

.call-case {
  margin: auto auto 30px auto;
  padding: 0;
  width: 100%;
  max-width: 380px;
  display: block;
}

.call-case .call-item {
  margin-bottom: 16px;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}

.call-case .call-item:nth-last-child(1) {
  margin-bottom: 0;
}

.call-case .call-item:nth-last-child(2) {
  margin-bottom: 30px;
}

.call-case .call-item .input-text {
  margin: 0;
  color: #cacaca;
  border-color: #cacaca;
  border-radius: 50px;
  background-color: #202020;
}

.call-case .call-item .call-submit {
  margin: 0;
  padding: 0 50px;
  width: auto;
  font-size: 16px;
  line-height: 42px;
  color: #202020;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  background-color: #ffcc33;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.call-case .call-item .call-submit:hover,
.call-case .call-item .call-submit:focus {
  background-color: #ffffff;
}

.call-case .call-item label.error {
  margin: 0;
  padding: 5px 0 0;
  display: block;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  text-indent: 16px;
  color: #ffffff;
}

.hero-Bar.owl-carousel .owl-nav {
  margin: 0;
  padding: 0 50px;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  bottom: 35px;
  z-index: 1;
  position: absolute;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.hero-Bar.owl-carousel .owl-nav .owl-prev,
.hero-Bar.owl-carousel .owl-nav .owl-next {
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  background-color: transparent;
}

.hero-Bar.owl-carousel .owl-nav .owl-prev {
  margin-left: -50px;
  opacity: 0;
}

.hero-Bar.owl-carousel:hover .owl-nav .owl-prev {
  margin-left: 0;
  opacity: 1;
}

.hero-Bar.owl-carousel .owl-nav .owl-next {
  margin-right: -50px;
  opacity: 0;

}

.hero-Bar.owl-carousel:hover .owl-nav .owl-next {
  margin-right: 0;
  opacity: 1;
}

.hero-Bar.owl-carousel .owl-nav .owl-prev [aria-label="Previous"] {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  line-height: unset;
  color: #ffffff;
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/hero-left-arrow.webp");
}

.hero-Bar.owl-carousel .owl-nav .owl-next [aria-label="Next"] {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  line-height: unset;
  color: #ffffff;
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/hero-right-arrow.webp");
}

/* ---------------------------------------------------------
look-Part
--------------------------------------------------------- */
.look-Part {
  margin-bottom: 91px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
look-Box
--------------------------------------------------------- */
.look-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.look-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.look-lft {
  margin: 0;
  padding: 30px 45px 45px 45px;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #202020;
  background-size: 12px 12px;
  background-repeat: repeat;
  background-position: left top;
  background-image: url("../img/dots-bg.webp");
}

.look-lft p {
  margin-bottom: 10px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}

.look-lft .look-span {
  margin-bottom: 30px;
  padding-bottom: 6px;
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #cacaca;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.look-lft .look-span::after {
  margin-left: -75px;
  padding: 0;
  content: "";
  width: 150px;
  height: 1px;
  display: block;
  left: 50%;
  bottom: 0;
  z-index: 1;
  position: absolute;
  background-color: #ffcc33;
}

.look-case {
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 380px;
  display: block;
}

.look-case .look-item {
  margin-bottom: 16px;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}

.look-case .look-item:nth-last-child(1) {
  margin-bottom: 0;
}

.look-case .look-item:nth-last-child(2) {
  margin-bottom: 30px;
}

.look-case .look-item .input-text {
  margin: 0;
  color: #cacaca;
  border-color: #cacaca;
  border-radius: 50px;
  background-color: #202020;
}

.look-case .look-item .look-submit {
  margin: 0;
  padding: 0 50px;
  width: auto;
  font-size: 16px;
  line-height: 42px;
  color: #202020;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  background-color: #ffcc33;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.look-case .look-item .look-submit:hover,
.look-case .look-item .look-submit:focus {
  background-color: #ffffff;
}

.look-case .look-item label.error {
  margin: 0;
  padding: 5px 0 0;
  display: block;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  text-indent: 16px;
  color: #ffffff;
}

.look-rgt {
  margin: 0;
  padding: 0;
  width: 100%;
  flex: 1.5;
  display: block;
  position: relative;
  background-color: #202020;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../img/look-pick.webp");
}

.look-rgt a {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}

.look-rgt a .look-play {
  margin: auto;
  padding: 0;
  width: 84px;
  min-height: 84px;
  display: block;
}

/* ---------------------------------------------------------
iptv-Part
--------------------------------------------------------- */
.iptv-Part {
  margin-bottom: 45px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
iptv-Box
--------------------------------------------------------- */
.iptv-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.iptv-Bar {
  margin: 0;
  padding: 0;
}

.iptv-head {
  margin-bottom: 38px;
  padding: 0 80px;
  width: 100%;
  display: block;
  text-align: center;
}

.iptv-head h2 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.iptv-head h2 a {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #202020;
  text-decoration: underline;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.iptv-head h2 a:hover,
.iptv-head h2 a:focus {
  text-decoration: none;
}

.iptv-head p {
  margin-bottom: 13px;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.iptv-head p:nth-last-of-type(1) {
  margin: 0;
}

.iptv-head p .iptv-head-span {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-family: 'robotomedium', sans-serif;
}

.iptv-item {
  margin: 0;
  padding: 45px 16px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #202020;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/shape-bg-01.webp");
}

.iptv-lft {
  margin: 0;
  padding: 0;
  width: 100%;
  flex: 2;
  z-index: 2;
}

.iptv-lft h3 {
  margin-bottom: 14px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffcc33;
}

.iptv-lft p {
  margin-bottom: 24px;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #cacaca;
}

.iptv-lft .iptv-apply {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  color: #656565;
  left: 16px;
  bottom: 16px;
  z-index: 0;
  position: absolute;
}

.iptv-lft ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1px;
}

.iptv-lft ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

.iptv-lft ul li:first-child a {
  margin: 0;
  padding: 0 30px;
  display: inline-block;
  width: auto;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  white-space: nowrap;
  color: #cacaca;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #383838;
}

.iptv-lft ul li:last-child a {
  margin: 0;
  padding: 0;
  width: 50px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #ffcc33;
}

.iptv-lft ul li:last-child a img {
  margin: 0;
  padding: 0;
  display: block;
  width: 20px;
  height: 20px;
  object-fit: cover;
  object-position: center center;
}

.iptv-lft ul li:first-child a:hover,
.iptv-lft ul li:first-child a:focus {
  color: #202020;
  background-color: #ffffff;
}

.iptv-lft ul li:last-child a:hover,
.iptv-lft ul li:last-child a:focus {
  background-color: #ffffff;
}

.iptv-rgt {
  margin: 0;
  padding: 0;
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.iptv-rgt img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.iptv-Bar.owl-carousel .owl-nav {
  margin: 0;
  padding: 0 50px;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  bottom: -45px;
  z-index: 1;
  position: absolute;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.iptv-Bar.owl-carousel .owl-nav .owl-prev,
.iptv-Bar.owl-carousel .owl-nav .owl-next {
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  background-color: transparent;
}

.iptv-Bar.owl-carousel .owl-nav .owl-prev {
  margin-left: -50px;
  opacity: 0;
}

.iptv-Bar.owl-carousel:hover .owl-nav .owl-prev {
  margin-left: 0;
  opacity: 1;
}

.iptv-Bar.owl-carousel .owl-nav .owl-next {
  margin-right: -50px;
  opacity: 0;

}

.iptv-Bar.owl-carousel:hover .owl-nav .owl-next {
  margin-right: 0;
  opacity: 1;
}

.iptv-Bar.owl-carousel .owl-nav .owl-prev [aria-label="Previous"] {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  line-height: unset;
  color: #ffffff;
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/iptv-left-arrow.webp");
}

.iptv-Bar.owl-carousel .owl-nav .owl-next [aria-label="Next"] {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  line-height: unset;
  color: #ffffff;
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/iptv-right-arrow.webp");
}

/* ---------------------------------------------------------
add1-Part
--------------------------------------------------------- */
.add1-Part {
  margin-bottom: 45px;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.add1-Part.sub {
  margin-bottom: 91px;
}

/* ---------------------------------------------------------
add1-Box
--------------------------------------------------------- */
.add1-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.add1-Bar {
  margin: 0;
  padding: 0 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #202020;
  background-size: 152px 180px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../img/shape-bg-02.webp");
}

.add1-Bar .add1-apply {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  color: #656565;
  right: 32px;
  bottom: 16px;
  z-index: 0;
  position: absolute;
}

.add1-lft {
  margin: 0;
  padding: 0;
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.add1-lft img {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 288px;
  display: block;
}

.add1-cen {
  margin: 0;
  padding: 11px 0 18px;
  width: 100%;
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 0;
}

.add1-cen h2 {
  margin-bottom: 5px;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.add1-cen p {
  margin-bottom: 10px;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  color: #ffcc33;
  text-transform: uppercase;
}

.add1-cen a {
  margin: 0;
  padding: 0 18px 0 50px;
  width: auto;
  height: 36px;
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  color: #cacaca;
  position: relative;
  border: 1px solid #383838;
  -moz-border: 1px solid #383838;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: rgba(56, 56, 56, 0.35);
}

.add1-cen a:hover,
.add1-cen a:focus {
  color: #ffffff;
  background-color: #383838;
}

.span-blink {
  margin: 0;
  padding: 0;
  width: 14px;
  height: 14px;
  display: block;
  font-size: 0;
  line-height: 0;
  color: #ffffff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  animation: spanblink 2s linear infinite;
  z-index: 1;
  left: 18px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@keyframes spanblink {
  0% {
    background-color: #6699ff;
  }


  30% {
    background-color: #ff66cc;
  }

  60% {
    background-color: #ffcc66;
  }

  90% {
    background-color: #66ff99;
  }

  100% {
    background-color: #6699ff;
  }
}

.add1-rgt {
  margin: 0;
  padding: 0;
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.add1-rgt a {
  margin: 0;
  padding: 0 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  color: #202020;
  background-color: #ffcc33;
}

.add1-rgt a:hover,
.add1-rgt a:focus {
  background-color: #ffffff;
}

/* ---------------------------------------------------------
month-Part
--------------------------------------------------------- */
.month-Part {
  margin-bottom: 91px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
month-Box
--------------------------------------------------------- */
.month-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.month-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #202020;
}

.month-lft {
  margin: 0;
  padding: 8px 8px;
  width: 100%;
  flex: 2.5;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-right: 20px solid #ffffff;
  -moz-border-right: 20px solid #ffffff;
}

.month-list {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
}

.month-list .month-item {
  margin: 1px 1px;
  padding: 0;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #383838;
}

.month-list .month-item:first-child {
  padding: 0 10px;
  flex: 3;
  justify-content: flex-start;
}

.month-list .month-item h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #ffcc33;
  background-color: #383838;
}

.month-list .month-item p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  color: #cacaca;
  background-color: #383838;
}

.month-list .month-item .month-close {
  margin: 9px auto;
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  line-height: unset;
  border: 1px solid #202020;
  -moz-border: 1px solid #202020;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/icon-close.webp");
}

.month-list .month-item .month-open {
  margin: 9px auto;
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  line-height: unset;
  border: 1px solid #202020;
  -moz-border: 1px solid #202020;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/icon-open.webp");
}

.month-rgt {
  margin: 0;
  padding: 45px 16px 38px 16px;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.month-rgt .mi-logo {
  margin-bottom: 19px;
  padding: 0;
  display: inline-block;
  font-size: 40px;
  line-height: 50px;
  color: #383838;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.month-rgt .mi-logo img {
  margin: 0;
  padding: 0;
  width: 49px;
  height: 44px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.month-rgt .month-label {
  margin-bottom: 22px;
  padding: 0 60px;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.month-case {
  margin: auto;
  padding: 0;
  display: block;
  width: 100%;
}

.month-case .month-input {
  margin-bottom: 16px;
  padding: 0;
  display: block;
}

.month-case .month-input:last-child {
  margin-bottom: 22px;
}

.month-case .month-input .month-value {
  margin: 0;
  padding: 0.5rem 1rem;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1.5rem;
  text-align: center;
  border: 1px solid #cacaca;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 50px;
  color: #cacaca;
  background-color: #202020;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 44px 8px;
  background-image: url("../img/icon-select.webp");
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.month-case .month-input .month-btn {
  margin: 0;
  padding: 0 50px;
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  color: #202020;
  background-color: #ffcc33;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.month-case .month-input .month-btn:hover,
.month-case .month-input .month-btn:focus {
  background-color: #ffffff;
}

.month-error {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}

.month-value-error {
  margin-bottom: 15px;
  padding: 0;
  display: none;
  font-size: 14px;
  line-height: 24px;
  color: #ff0000;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.month-case .month-input .month-show {
  margin: 0;
  padding: 0;
  display: block;
  border: 1px solid #383838;
  border-radius: 50px;
}

.month-case .month-input .month-show p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 42px;
  color: #cacaca;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.month-rgt .month-and {
  margin-bottom: 11px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffcc33;
  text-transform: uppercase;
}

.month-rgt h3 {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.month-rgt .month-call {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #ffcc33;
  font-weight: normal;
  font-family: 'robotolight', sans-serif;
}

.month-rgt .month-call:hover,
.month-rgt .month-call:focus {
  color: #ffffff;
}

/* ---------------------------------------------------------
pack-Part
--------------------------------------------------------- */
.pack-Part {
  margin-bottom: 45px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
pack-Box
--------------------------------------------------------- */
.pack-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.pack-Bar {
  margin: 0;
  padding: 0;
}

.pack-head {
  margin-bottom: 38px;
  padding: 0 80px;
  width: 100%;
  display: block;
  text-align: center;
}

.pack-head h2 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.pack-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.pack-item {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
  background-color: #202020;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/shape-bg-01.webp");
}

.pack-item .pack-lft {
  margin: 0;
  padding: 45px 16px;
  width: 100%;
  flex: 1;
  text-align: center;
}

.pack-item .pack-lft .pack-iptv {
  margin: auto auto 21px auto;
  padding: 0;
  display: block;
  width: 54px;
  height: 34px;
  font-size: 0;
  line-height: unset;
  color: #ffffff;
}

.pack-item .pack-lft .pack-iptv img {
  margin: 0;
  padding: 0;
  display: block;
  width: 54px;
  height: 34px;
}

.pack-item .pack-lft h3 {
  margin-bottom: 22px;
  padding: 0;
  display: block;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #ffcc33;
}

.pack-item .pack-lft .pack-speed {
  margin-bottom: 37px;
  padding: 0 30px;
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #cacaca;
  border: 1px solid #383838;
  -moz-border: 1px solid #383838;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.pack-item .pack-lft h4 {
  margin-bottom: 39px;
  padding: 0;
  display: block;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
}

.pack-item .pack-lft h4 .pack-time {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  font-family: 'robotolight', sans-serif;
}

.pack-item .pack-lft a {
  margin: 0;
  padding: 0 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  color: #202020;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #ffcc33;
}

.pack-item .pack-lft a:hover,
.pack-item .pack-lft a:focus {
  background-color: #ffffff;
}

.pack-item .pack-lft .pack-or {
  margin: 0;
  padding: 6px 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.pack-item .pack-lft a.pack-call {
  margin: 0;
  padding: 0 30px 0 60px;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  white-space: nowrap;
  color: #202020;
  border-radius: 50px;
  background-color: #ffffff;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 30px center;
  background-image: url("../img/whatsapp.png");
}

.pack-item .pack-lft a.pack-call:hover,
.pack-item .pack-lft a.pack-call:focus {
  background-color: #ffcc33;
}

.pack-item .pack-apply {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  color: #656565;
  right: 16px;
  bottom: 16px;
  z-index: 0;
  position: absolute;
}

.pack-item .pack-rgt {
  margin: 0;
  padding: 36px 16px 28px 16px;
  width: 100%;
  flex: 1.5;
  border-left: 1px solid #383838;
  -moz-border-left: 1px solid #383838;
}

.pack-item .pack-rgt .pack-list {
  margin-bottom: 12px;
  padding: 0;
  display: block;
}

.pack-item .pack-rgt .pack-list p {
  margin: 0;
  padding-left: 16px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  color: #cacaca;
}

.pack-item .pack-rgt .pack-list p::before {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  left: 0;
  top: 11px;
  z-index: 0;
  position: absolute;
  background-color: #cacaca;
}

.pack-item .pack-rgt .pack-list p .pack-strong {
  margin: 0;
  padding-right: 4px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.pack-Bar.owl-carousel .owl-nav {
  margin: 0;
  padding: 0 50px;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  bottom: -45px;
  z-index: 1;
  position: absolute;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.pack-Bar.owl-carousel .owl-nav .owl-prev,
.pack-Bar.owl-carousel .owl-nav .owl-next {
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  background-color: transparent;
}

.pack-Bar.owl-carousel .owl-nav .owl-prev {
  margin-left: -50px;
  opacity: 0;
}

.pack-Bar.owl-carousel:hover .owl-nav .owl-prev {
  margin-left: 0;
  opacity: 1;
}

.pack-Bar.owl-carousel .owl-nav .owl-next {
  margin-right: -50px;
  opacity: 0;

}

.pack-Bar.owl-carousel:hover .owl-nav .owl-next {
  margin-right: 0;
  opacity: 1;
}

.pack-Bar.owl-carousel .owl-nav .owl-prev [aria-label="Previous"] {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  line-height: unset;
  color: #ffffff;
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/iptv-left-arrow.webp");
}

.pack-Bar.owl-carousel .owl-nav .owl-next [aria-label="Next"] {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  line-height: unset;
  color: #ffffff;
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/iptv-right-arrow.webp");
}

/* ---------------------------------------------------------
local-Part
--------------------------------------------------------- */
.local-Part {
  margin-bottom: 45px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
local-Box
--------------------------------------------------------- */
.local-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.local-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 512px;
  display: block;
  position: relative;
}

.local-Bar img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  object-position: center;
}

.local-Bar .local-cen {
  margin: 0;
  padding: 30px 16px 0 16px;
  width: 100%;
  max-width: 452px;
  height: 100%;
  display: block;
  text-align: center;
  left: 242px;
  top: 0;
  z-index: 0;
  position: absolute;
  background-color: #202020;
}

.local-Bar .local-cen h2 {
  margin-bottom: 12px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}

.local-Bar .local-cen .local-list {
  margin-bottom: 10px;
  padding: 0;
  display: block;
  text-align: left;
}

.local-Bar .local-cen .local-list:nth-last-of-type(1) {
  margin-bottom: 23px;
}

.local-Bar .local-cen .local-list p {
  margin: 0;
  padding-left: 16px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #cacaca;
  position: relative;
}

.local-Bar .local-cen .local-list p::before {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  left: 0;
  top: 10px;
  z-index: 0;
  position: absolute;
  background-color: #cacaca;
}

.local-Bar .local-cen a {
  margin: 0;
  padding: 0 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  color: #202020;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #ffcc33;
}

.local-Bar .local-cen a:hover,
.local-Bar .local-cen a:focus {
  background-color: #ffffff;
}

/* ---------------------------------------------------------
why-Part
--------------------------------------------------------- */
.why-Part {
  margin-bottom: 45px;
  padding: 0;
  width: 100%;
  display: block;
}

.why-Part.sub {
  margin-bottom: 91px;
}

/* ---------------------------------------------------------
why-Box
--------------------------------------------------------- */
.why-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.why-head {
  margin-bottom: 38px;
  padding: 0 80px;
  width: 100%;
  display: block;
  text-align: center;
}

.why-head h2 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.why-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.why-item {
  margin: 0;
  padding: 45px 16px 38px 16px;
  width: 100%;
  display: block;
  position: relative;
  background-color: #202020;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/shape-bg-01.webp");
}

.why-item .why-cen {
  margin-bottom: 13px;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.why-item .why-cen .why-icon {
  margin-right: 15px;
  padding: 0;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  color: #ffffff;
}

.why-item .why-cen img {
  margin: 0;
  padding: 0;
  display: block;
}

.why-item .why-cen h3 {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #ffcc33;
}

.why-item p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #cacaca;
}

.why-item .why-apply {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  color: #656565;
  right: 16px;
  bottom: 16px;
  z-index: 0;
  position: absolute;
}

/* ---------------------------------------------------------
fast-Part
--------------------------------------------------------- */
.fast-Part {
  margin-bottom: 45px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
fast-Box
--------------------------------------------------------- */
.fast-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.fast-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 502px;
  display: block;
  position: relative;
}

.fast-Bar img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  object-position: center;
}

.fast-Bar .fast-cen {
  margin: 0;
  padding: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  left: 100px;
  top: 0;
  z-index: 0;
  position: absolute;
}

.fast-Bar .fast-span {
  margin-bottom: 30px;
  padding: 0 50px;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  position: relative;
  border: 1px solid #383838;
  -moz-border: 1px solid #383838;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.fast-Bar .fast-span::before {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  overflow: hidden;
  left: 40px;
  top: 10px;
  z-index: 0;
  position: absolute;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #ffcc33;
}

.fast-Bar .fast-cen h2 {
  margin-bottom: 11px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}

.fast-Bar .fast-cen p {
  margin-bottom: 38px;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #cacaca;
  position: relative;
}

.fast-Bar .fast-cen a {
  margin: 0;
  padding: 0 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  color: #202020;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #ffcc33;
}

.fast-Bar .fast-cen a:hover,
.fast-Bar .fast-cen a:focus {
  background-color: #ffffff;
}

/* ---------------------------------------------------------
add3-Part
--------------------------------------------------------- */
.add3-Part {
  margin-bottom: 91px;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.add3-Part.sub {
  margin-bottom: 91px;
}

/* ---------------------------------------------------------
add3-Box
--------------------------------------------------------- */
.add3-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.add3-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: #202020;
  background-size: 152px 180px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../img/shape-bg-02.webp");
}

.add3-Bar::after {
  margin: 0;
  padding: 0;
  content: "";
  width: 92px;
  height: 188px;
  display: block;
  right: 0;
  bottom: -6px;
  z-index: 0;
  position: absolute;
  background-size: 92px 188px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../img/add3-pick-sub.webp");
}

.add3-Bar .add3-apply {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  color: #656565;
  right: 32px;
  bottom: 16px;
  z-index: 0;
  position: absolute;
}

.add3-lft {
  margin: 0;
  padding: 0;
  width: 100%;
  flex: 1;
}

.add3-lft img {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 300px;
  display: block;
}

.add3-cen {
  margin: 0;
  padding-bottom: 9px;
  width: 100%;
  flex: 2;
  text-align: center;
}

.add3-cen h2 {
  margin-bottom: 3px;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.add3-cen p {
  margin-bottom: 13px;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  color: #ffcc33;
  text-transform: uppercase;
}

.add3-cen a {
  margin: 0;
  padding: 0 18px 0 50px;
  width: auto;
  height: 36px;
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  color: #cacaca;
  position: relative;
  border: 1px solid #383838;
  -moz-border: 1px solid #383838;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: rgba(56, 56, 56, 0.35);
}

.add3-cen a:hover,
.add3-cen a:focus {
  color: #ffffff;
  background-color: #383838;
}

.add3-rgt {
  margin: 0;
  padding: 0;
  width: 100%;
  flex: 1;
  text-align: right;
}

.add3-rgt a {
  margin-right: 50px;
  padding: 0 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  color: #202020;
  background-color: #ffcc33;
}

.add3-rgt a:hover,
.add3-rgt a:focus {
  background-color: #ffffff;
}

/* ---------------------------------------------------------
what-Part
--------------------------------------------------------- */
.what-Part {
  margin-bottom: 45px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
what-Box
--------------------------------------------------------- */
.what-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.what-head {
  margin-bottom: 36px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.what-head h2 {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.what-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  background-color: #202020;
}

.what-cen {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  background-color: #ffffff;
}

.what-cen .what-lft {
  margin: 0;
  padding: 0;
  width: 50%;
  display: block;
  position: relative;
}

.what-cen .what-lft::before {
  margin: 0;
  padding: 0;
  content: "";
  width: 100%;
  height: 200px;
  display: block;
  left: 0;
  top: 50%;
  z-index: 0;
  position: absolute;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #ffcc33;
}

.what-cen .what-lft img {
  margin: 0;
  padding-left: 50px;
  padding-right: 25px;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: relative;
}

.what-cen .what-lft .what-text {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  left: 0;
  top: 0;
  z-index: 0;
  position: absolute;
}

.what-cen .what-lft .what-text h3 {
  margin: auto;
  padding: 0;
  max-width: 240px;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #cacaca;
  font-weight: normal;
  font-family: 'robotolight', sans-serif;
}

.what-cen .what-lft .what-text h3 .what-span {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #ffcc33;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.what-cen .what-rgt {
  margin: 0;
  padding: 0;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 15px solid #202020;
  border-bottom: 15px solid #202020;
}

.what-case {
  margin: 0;
  padding: 0;
}

.what-case .what-item {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}

.what-case .what-item h3 {
  margin-bottom: 13px;
  padding: 0;
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #202020;
}

.what-case .what-item h4 {
  margin-bottom: 29px;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
}

.what-case .what-item p {
  margin-bottom: 38px;
  padding: 0 50px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #202020;
}

.what-case .what-item img {
  margin: 0 auto 6px auto;
  padding: 0;
  width: 62px;
  height: 62px;
  display: block;
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}

.what-case .what-item h5 {
  margin-bottom: 8px;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
}

.what-case .what-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.what-case .what-item ul li {
  margin: 0 1px;
  padding: 0;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.what-case .what-item ul li .what-rate {
  margin: 0;
  padding: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/rating-01.webp");
}

.what-case .what-item ul li:nth-last-child(1) .what-rate {
  background-image: url("../img/rating-03.webp");
}

.what-case .what-item ul li:nth-last-child(2) .what-rate {
  background-image: url("../img/rating-02.webp");
}

.what-case.owl-carousel .owl-nav {
  margin: 0;
  padding: 0 50px;
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  bottom: 0;
  z-index: 1;
  position: absolute;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.what-case.owl-carousel .owl-nav .owl-prev,
.what-case.owl-carousel .owl-nav .owl-next {
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  background-color: transparent;
}

.what-case.owl-carousel .owl-nav .owl-prev {
  margin-left: -50px;
  opacity: 0;
}

.what-case.owl-carousel:hover .owl-nav .owl-prev {
  margin-left: 0;
  opacity: 1;
}

.what-case.owl-carousel .owl-nav .owl-next {
  margin-right: -50px;
  opacity: 0;

}

.what-case.owl-carousel:hover .owl-nav .owl-next {
  margin-right: 0;
  opacity: 1;
}

.what-case.owl-carousel .owl-nav .owl-prev [aria-label="Previous"] {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  line-height: unset;
  color: #ffffff;
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/iptv-left-arrow.webp");
}

.what-case.owl-carousel .owl-nav .owl-next [aria-label="Next"] {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  line-height: unset;
  color: #ffffff;
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/iptv-right-arrow.webp");
}

/* ---------------------------------------------------------
count-Part
--------------------------------------------------------- */
.count-Part {
  margin-bottom: 45px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
count-Box
--------------------------------------------------------- */
.count-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.count-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  gap: 1px;
}

.count-Bar .count-item {
  margin: 0;
  padding: 45px 0 38px 0;
  width: 100%;
  flex: 1;
  background-color: #202020;
}

.count-text {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.count-text .count-pick {
  margin-bottom: 20px;
  padding: 0;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #ffffff;
}

.count-text .count-pick img {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  display: block;
}

.count-text h2 {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.count-text h2 .count-numb {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #ffcc33;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

/* ---------------------------------------------------------
you-Part
--------------------------------------------------------- */
.you-Part {
  margin-bottom: 45px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
you-Box
--------------------------------------------------------- */
.you-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.you-Bar {
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 880px;
  display: block;
  text-align: center;
}

.you-Bar.sub {
  max-width: 630px;
}

.you-Bar a {
  margin: 0;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 60px;
  color: #202020;
  border: 1px solid #202020;
  -moz-border: 1px solid #202020;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}

.you-Bar a img {
  margin: 0;
  padding: 0;
  display: block;
}

.you-Bar a .you-show {
  display: block;
}

.you-Bar a .you-hide {
  display: none;
}

.you-Bar a .you-text {
  margin-left: 16px;
  padding: 0;
  display: inline-block;
  font-size: 24px;
  line-height: 60px;
  color: #202020;
}

.you-Bar a:hover .you-show,
.you-Bar a:focus .you-show {
  display: none;
}

.you-Bar a:hover .you-hide,
.you-Bar a:focus .you-hide {
  display: block;
}

.you-Bar a:hover .you-text,
.you-Bar a:focus .you-text {
  color: #ffffff;
}

.you-Bar a:hover,
.you-Bar a:focus {
  color: #ffffff;
  background-color: #202020;
}

/* ---------------------------------------------------------
watch-Part
--------------------------------------------------------- */
.watch-Part {
  margin-bottom: 45px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
watch-Box
--------------------------------------------------------- */
.watch-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.watch-Bar {
  margin: 0;
  padding: 0;
}

.watch-item {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.watch-text {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(32, 32, 32, 0.92);
}

.watch-Bar .owl-item.center .watch-text {
  background-color: transparent;
}

.watch-text ul {
  margin-left: 25px;
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  width: 100%;
  display: none;
  gap: 25px;
}

.watch-Bar .owl-item.center .watch-text ul {
  display: flex;
}

.watch-text ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.watch-text ul li a {
  margin: 0;
  padding: 0 42px;
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  color: #202020;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #ffffff;
}

.watch-text ul li a .watch-span {
  margin-right: 5px;
  padding-right: 8px;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  position: relative;
  color: inherit;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.watch-text ul li a .watch-span::after {
  margin: 0;
  padding: 0;
  content: "";
  width: 4px;
  height: 4px;
  overflow: hidden;
  display: block;
  top: 50%;
  right: 0;
  z-index: 1;
  position: absolute;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #ffffff;
}

.watch-text ul li:last-child a {
  color: #ffffff;
  background-color: rgba(22, 22, 22, 0.2);
}

.watch-text ul li a:hover,
.watch-text ul li a:focus {
  color: #202020;
  border-color: #ffcc33;
  background-color: #ffcc33;
}

.watch-text ul li a:hover .watch-span::after,
.watch-text ul li a:focus .watch-span::after {
  background-color: #202020;
}

.watch-item .watch-apply {
  margin: 0;
  padding: 0;
  display: none;
  font-size: 8px;
  line-height: 18px;
  color: #cacaca;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  position: absolute;
}

.watch-Bar .owl-item.center .watch-item .watch-apply {
  display: block;
}

.watch-Bar.owl-carousel .owl-nav {
  margin: 0;
  padding: 0 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  top: 50%;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.watch-Bar.owl-carousel .owl-nav .owl-prev,
.watch-Bar.owl-carousel .owl-nav .owl-next {
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  background-color: transparent;
}

.watch-Bar.owl-carousel .owl-nav .owl-prev {
  margin-left: -50px;
  opacity: 0;
}

.watch-Bar.owl-carousel:hover .owl-nav .owl-prev {
  margin-left: 0;
  opacity: 1;
}

.watch-Bar.owl-carousel .owl-nav .owl-next {
  margin-right: -50px;
  opacity: 0;

}

.watch-Bar.owl-carousel:hover .owl-nav .owl-next {
  margin-right: 0;
  opacity: 1;
}

.watch-Bar.owl-carousel .owl-nav .owl-prev [aria-label="Previous"] {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  line-height: unset;
  color: #ffffff;
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/watch-left-arrow.webp");
}

.watch-Bar.owl-carousel .owl-nav .owl-next [aria-label="Next"] {
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  line-height: unset;
  color: #ffffff;
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/watch-right-arrow.webp");
}

/* ---------------------------------------------------------
foot-Part
--------------------------------------------------------- */
.foot-Part {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  background-color: #202020;
}

/* ---------------------------------------------------------
foot-Box
--------------------------------------------------------- */
.foot-Box {
  margin: 0;
  padding: 72px 0 80px 0;
  width: 100%;
  display: block;
  position: relative;
}

.foot-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  gap: 100px;
}

.foot-item {
  margin: 0;
  padding: 0;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.foot-item:first-child {
  flex: 2.5;
}

.foot-item:first-child .foot-head {
  margin-bottom: 13px;
}

.foot-item .foot-head {
  margin-bottom: 22px;
  padding: 0;
  display: block;
}

.foot-item .foot-head h2 {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
}

.foot-item .foot-read {
  margin-bottom: 29px;
  padding: 0;
  display: block;
}

.foot-item .foot-read p {
  margin-bottom: 14px;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #adadad;
}

.foot-item .foot-read a {
  margin: 0;
  padding-left: 32px;
  width: 120px;
  height: 25px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #adadad;
  position: relative;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../img/read-more-arrow.webp");
}

.foot-item .foot-read a:hover,
.foot-item .foot-read a:focus {
  color: #ffcc33;
}

.foot-item .foot-touch {
  margin-bottom: 30px;
  padding: 0;
  display: block;
}

.foot-item .foot-touch h2 {
  margin-bottom: 14px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
}

.foot-item .foot-touch ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.foot-item .foot-touch ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  border: 0;
}

.foot-item .foot-touch ul li .foot-span {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #adadad;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.foot-item .foot-touch ul li a {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #adadad;
}

.foot-item .foot-touch ul li a:hover {
  color: #ffcc33;
}

.foot-item .foot-follow {
  margin: 0;
  padding: 0;
  display: block;
}

.foot-item .foot-follow h2 {
  margin-bottom: 22px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
}

.foot-item .foot-follow ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.foot-item .foot-follow ul li {
  margin-right: 20px;
  padding: 0;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  border: 0;
}

.foot-item .foot-follow ul li a {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.foot-item .foot-follow ul li a img {
  margin: 0;
  padding: 0;
  display: block;
}

.foot-item .foot-follow ul li a .foot-show {
  display: block;
}

.foot-item .foot-follow ul li a .foot-hide {
  display: none;
}

.foot-item .foot-follow ul li a:hover .foot-show,
.foot-item .foot-follow ul li a:focus .foot-show {
  display: none;
}

.foot-item .foot-follow ul li a:hover .foot-hide,
.foot-item .foot-follow ul li a:focus .foot-hide {
  display: block;
}

.foot-item>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.foot-item:nth-last-child(1)>ul {
  margin-bottom: 22px;
}

.foot-item:nth-last-child(1)>ul:nth-last-child(1) {
  margin-bottom: 0;
}

.foot-item>ul>li {
  margin: 0;
  padding: 0;
  display: block;
  border-top: 1px dashed #363636;
  -moz-border-top: 1px dashed #363636;
}

.foot-item>ul>li:last-child {
  border-bottom: 1px dashed #363636;
  -moz-border-bottom: 1px dashed #363636;
}

.foot-item>ul>li>a {
  margin: 0;
  padding: 10px 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #adadad;
}

.foot-item>ul>li>a:hover,
.foot-item>ul>li>a:focus {
  color: #ffffff;
}

/* ---------------------------------------------------------
pay-Box
--------------------------------------------------------- */
.pay-Box {
  margin: 0;
  padding: 14px 0;
  width: 100%;
  display: block;
  position: relative;
  background-color: #383838;
}

.pay-head {
  margin-bottom: 23px;
  padding: 0;
  display: none;
}

.pay-head h2 {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #ffffff;
}

.pay-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.pay-item {
  margin-right: 45px;
  padding: 0;
  display: block;
}

.pay-item:last-child {
  margin-right: 0;
}

.pay-item .pay-items{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #c9c9c9;
}

.pay-item .pay-items img{
  margin-right: 5px;
  padding: 0;
  display: block;
  width: auto;
  filter: invert(40%);
}

.pay-item .pay-items-text {
  margin-left: 10px;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #adadad;
  white-space: nowrap;
}

/* ---------------------------------------------------------
site-Box
--------------------------------------------------------- */
.site-Box {
  margin: 0;
  padding: 21px 0;
  width: 100%;
  display: block;
  position: relative;
}

.site-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
}

.site-Bar p {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #adadad;
}

.site-Bar p>a {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ffcc33;
}

.site-Bar p>a:hover,
.site-Bar p>a:focus {
  color: #adadad;
}

.site-Bar>a {
  margin-left: 45px;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #adadad;
}

.site-Bar a:hover,
.site-Bar a:focus {
  color: #ffffff;
}

/* ---------------------------------------------------------
bred-Part
--------------------------------------------------------- */
.bred-Part {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
bred-Box
--------------------------------------------------------- */
.bred-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.bred-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.bred-Bar {
  margin: 0;
  padding: 14px 0;
  width: 100%;
  display: block;
  position: relative;
}

.bred-Bar ol {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  display: flex;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bred-Bar ol li {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #202020;
  position: relative;
}

.bred-Bar ol li+li::before {
  margin: 0;
  padding: 0 10px;
  content: "/";
  display: inline-block;
}

.bred-Bar ol li a {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #202020;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.bred-Bar ol li a:hover,
.bred-Bar ol li a:focus,
.bred-Bar ol li.active a {
  text-decoration: underline;
}

/* ---------------------------------------------------------
banner-Part
--------------------------------------------------------- */
.banner-Part {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
banner-Box
--------------------------------------------------------- */
.banner-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.banner-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.banner-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  position: relative;
}

.banner-Bar img {
  margin: 0;
  padding: 0;
  width: 1354px;
  height: 278px;
  overflow: hidden;
  display: flex;
  object-fit: cover;
  object-position: center center;
}

.banner-block {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}

.banner-text {
  margin: auto;
  padding: 72px 0;
  width: 520px;
  max-width: 520px;
  display: block;
  text-align: center;
  background-color: #202020;
}

.banner-text h1 {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
}

.banner-text .banner-span {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #ffcc33;
}


/* ---------------------------------------------------------
btxt-Part
--------------------------------------------------------- */
.btxt-Part {
  margin-bottom: 91px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
btxt-Box
--------------------------------------------------------- */
.btxt-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.btxt-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #202020;
}

.btxt-head {
  margin-bottom: 0;
  padding: 36px 80px 45px 80px;
  width: 100%;
  display: block;
}

.btxt-head .span-strong {
  margin-bottom: 12px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffcc33;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

/* 
.btxt-head .span-color {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #ffcc33;
}
*/

.btxt-head p {
  margin-bottom: 23px;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #cacaca;
}

.btxt-head a {
  margin: 0;
  padding: 0 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  color: #cacaca;
  background-color: #383838;
}

.btxt-head a:hover,
.btxt-head a:focus {
  color: #202020;
  background-color: #ffffff;
}

.btxt-head .priv-link {
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #cacaca;
  border: 1px solid #383838;
  background-color: transparent;
}



/* 
.btxt-head.sub h1+p {
  margin-bottom: 14px;
} 
*/

/* 
  .btxt-head .btxt-link {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #ffcc33;
    background-color: transparent;
  }

  .btxt-head .btxt-link:hover,
  .btxt-head .btxt-link:focus {
    color: #ffffff;
    background-color: transparent;
  } 
*/

.btxt-case {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.btxt-case p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

/* ---------------------------------------------------------
ctxt-Part
--------------------------------------------------------- */
.ctxt-Part {
  margin-bottom: 38px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
ctxt-Box
--------------------------------------------------------- */
.ctxt-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.ctxt-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.ctxt-head {
  margin: 0;
  padding: 0 80px;
  width: 100%;
  display: block;
  text-align: center;
}

.ctxt-head h1 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.ctxt-head p {
  margin-bottom: 28px;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.ctxt-head p:nth-last-of-type(1) {
  margin-bottom: 0;
}

/* ---------------------------------------------------------
about-Part
--------------------------------------------------------- */
.about-Part {
  margin-bottom: 84px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
about-Box
--------------------------------------------------------- */
.about-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.about-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.about-head {
  margin: 0;
  padding: 0 80px;
  width: 100%;
  display: block;
  text-align: center;
}

.about-head h1 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.about-head p {
  margin-bottom: 28px;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.about-head p:nth-last-of-type(1) {
  margin-bottom: 0;
}

/* ---------------------------------------------------------
miss-Part
--------------------------------------------------------- */
.miss-Part {
  margin-bottom: 91px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
miss-Box
--------------------------------------------------------- */
.miss-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.miss-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.miss-head {
  margin-bottom: 38px;
  padding: 0 80px;
  width: 100%;
  display: block;
  text-align: center;
}

.miss-head h2 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.miss-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.miss-case {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  gap: 1px;
}

.miss-item {
  margin: 0;
  padding: 45px 16px 38px 16px;
  width: 100%;
  flex: 1;
  background-color: #202020;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/shape-bg-01.webp");
}

.miss-text {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.miss-text .miss-pick {
  margin-bottom: 17px;
  padding: 0;
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #ffffff;
}

.miss-text .miss-pick img {
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  display: block;
}

.miss-text h3 {
  margin-bottom: 13px;
  padding: 0;
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: #ffcc33;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.miss-text p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #cacaca;
}

/* ---------------------------------------------------------
bfaq-Part
--------------------------------------------------------- */
.bfaq-Part {
  margin-bottom: 100px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
bfaq-Box
--------------------------------------------------------- */
.bfaq-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.bfaq-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.bfaq-head {
  margin-bottom: 38px;
  padding: 0 80px;
  width: 100%;
  display: block;
  text-align: center;
}

.bfaq-head h1 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.bfaq-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.bfaq-case {
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1175px;
  display: block;
}

.faq-data {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.faq-data dl {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.faq-data dl dt {
  margin: 0 0 1px 0;
  padding: 0 1rem;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #202020;
}

.faq-data dl dt h2 {
  margin: 0;
  padding: .6rem 0;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.faq-data dl dt span {
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  display: flex;
  overflow: hidden;
  position: relative;
  justify-content: center;
  align-items: center;
}

.faq-data dl dt span::after {
  margin: 0;
  padding: 0;
  content: '+';
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  position: absolute;
}

.faq-data dl dt.active span::after {
  margin: 0;
  padding: 0;
  content: '-';
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  position: absolute;
}

.faq-data dl dd {
  margin: 0;
  padding: 20px 16px 22px 16px;
  width: 100%;
  height: auto;
  display: none;
}

.faq-data dl dd.active {
  display: block;
}

.faq-data dl dd p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
}

.faq-data dl dd p+p {
  margin-top: 20px;
}

.faq-data dl dd ul {
  margin: 0;
  padding: 0 0 0 50px;
}

.faq-data dl dd ul li {
  margin: 0;
  padding: 0;
  list-style: lower-alpha;
  font-size: 14px;
  line-height: 22px;
}

/* ---------------------------------------------------------
channels-Part
--------------------------------------------------------- */
.channels-Part {
  margin-bottom: 91px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
channels-Box
--------------------------------------------------------- */
.channels-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.channels-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.channels-head {
  margin-bottom: 38px;
  padding: 0 80px;
  width: 100%;
  display: block;
  text-align: center;
}

.channels-head h1 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.channels-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.channels-case {
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
}

.channels-case .channels-item {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.channels-item .channels-pick {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.channels-item .channels-pick img {
  margin: 0;
  padding: 0;
  width: 438px;
  height: 275px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.channels-item .channels-text {
  margin: 0;
  padding: 34px 20px 45px 20px;
  width: 100%;
  display: block;
  background-color: #202020;
}

.channels-item .channels-text .channels-name {
  margin-bottom: 13px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.channels-item .channels-text .channels-numb {
  margin-left: 15px;
  padding: 0;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #ffcc33;
  font-weight: normal;
  font-family: 'robotolight', sans-serif;
}

.channels-item .channels-text p {
  margin-bottom: 23px;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #cacaca;
}

.channels-item .channels-text a {
  margin: 0;
  padding: 0 50px;
  display: inline-block;
  font-size: 14px;
  line-height: 41px;
  color: #ffffff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #383838;
}

.channels-item .channels-text a:hover,
.channels-item .channels-text a:focus {
  color: #202020;
  text-decoration: none;
  background-color: #ffffff;
}

.channels-item .channels-text a .channels-arrow {
  margin-left: 2px;
  padding: 0;
  display: inline-block;
  font-size: 18px;
  line-height: inherit;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.channels-item .channels-text a:hover .channels-arrow {
  padding-left: 5px;
}

/* ---------------------------------------------------------
take-Part
--------------------------------------------------------- */
.take-Part {
  margin-bottom: 84px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
take-Box
--------------------------------------------------------- */
.take-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.take-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.take-head {
  margin-bottom: 38px;
  padding: 0 80px;
  width: 100%;
  display: block;
  text-align: center;
}

.take-head h2 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.take-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.take-case {
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
}

.take-item {
  margin: 0;
  padding: 45px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #202020;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/pattern-02-bg.webp");
}

.take-item::before {
  margin-top: -6px;
  padding: 0;
  content: "";
  display: block;
  width: 60px;
  height: 13px;
  left: 20px;
  top: 50%;
  z-index: 1;
  position: absolute;
  background-size: 60px 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/channel-list-shape.webp");
}

.take-item::after {
  margin-top: -6px;
  padding: 0;
  content: "";
  display: block;
  width: 60px;
  height: 13px;
  right: 20px;
  top: 50%;
  z-index: 1;
  position: absolute;
  background-size: 60px 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/channel-list-shape.webp");
}

.take-item img {
  margin-bottom: 21px;
  padding: 0;
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
}

.take-item p {
  margin-bottom: 23px;
  padding: 0 100px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}

.take-item a {
  margin: 0;
  padding: 0 70px;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  color: #202020;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #ffcc33;
}

.take-item a:hover,
.take-item a:focus {
  color: #202020;
  text-decoration: none;
  background-color: #ffffff;
}

.take-foot {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.take-foot p {
  margin: 0;
  padding-top: 35px;
}


/* ---------------------------------------------------------
smart-Part
--------------------------------------------------------- */
.smart-Part {
  margin-bottom: 100px;
  padding: 0;
  width: 100%;
  display: block;
}

.smart-Part.sub {
  margin-bottom: 91px;
}

/* ---------------------------------------------------------
smart-Box
--------------------------------------------------------- */
.smart-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.smart-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.smart-head {
  margin-bottom: 38px;
  padding: 0 80px;
  width: 100%;
  display: block;
  text-align: center;
}

.smart-head h2 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.smart-head p {
  margin: 0;
  padding: 0;
  display: block;
}

.smart-case {
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.smart-item {
  margin: 0;
  padding: 50px 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #202020;
}

.smart-item img {
  margin: auto;
  padding: 0;
  width: 249px;
  height: 28px;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: invert(30%);
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
}

.smart-item:hover img {
  filter: invert(0%);
}

/* ---------------------------------------------------------
topc-Part
--------------------------------------------------------- */
.topc-Part {
  margin-bottom: 91px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
topc-Box
--------------------------------------------------------- */
.topc-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.topc-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.topc-head {
  margin-bottom: 38px;
  padding: 0 80px;
  width: 100%;
  display: block;
  text-align: center;
}

.topc-head h2 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.topc-head p {
  margin-bottom: 28px;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.topc-head p:nth-last-of-type(1) {
  margin: 0;
}

.topc-case {
  margin: 0;
  padding: 15px 13px 15px 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  background-color: #202020;
}

.topc-item {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  width: calc(20% - 2px);
}

.topc-name {
  margin: 0;
  padding: 0 10px;
  display: block;
  font-size: 14px;
  line-height: 42px;
  text-indent: 12px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #cacaca;
  background-color: #383838;
}

.topc-name::before {
  margin-top: -2px;
  padding: 0;
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  left: 8px;
  top: 50%;
  z-index: 1;
  position: absolute;
  background-color: #ffcc33;
}

/* ---------------------------------------------------------
gets-Part
--------------------------------------------------------- */
.gets-Part {
  margin-bottom: 91px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
gets-Box
--------------------------------------------------------- */
.gets-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.gets-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.gets-rgt {
  margin: 0;
  padding: 30px 45px 45px 45px;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #202020;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/pattern-02-bg.webp");
}

.gets-rgt h3 {
  margin-bottom: 11px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
  text-transform: uppercase;
  color: #ffffff;
}

.gets-rgt p {
  margin-bottom: 30px;
  padding-bottom: 6px;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #cacaca;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.gets-rgt p::after {
  margin-left: -75px;
  padding: 0;
  content: "";
  width: 150px;
  height: 1px;
  display: block;
  left: 50%;
  bottom: 0;
  z-index: 1;
  position: absolute;
  background-color: #ffcc33;
}

.gets-rgt .gets-case {
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 380px;
  display: block;
}

.gets-rgt .gets-case .gets-item {
  margin-bottom: 15px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}

.gets-rgt .gets-case .gets-item:nth-last-child(1) {
  margin-bottom: 0;
}

.gets-rgt .gets-case .gets-item:nth-last-child(2) {
  margin-bottom: 30px;
}

.gets-rgt .gets-case .gets-item .input-text {
  margin: 0;
  color: #cacaca;
  border-color: #cacaca;
  border-radius: 50px;
  background-color: #202020;
}

.gets-rgt .gets-case .gets-item .gets-submit {
  margin: 0;
  padding: 0 50px;
  width: auto;
  font-size: 16px;
  line-height: 42px;
  color: #202020;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  background-color: #ffffff;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.gets-rgt .gets-case .gets-item .gets-submit:hover,
.gets-rgt .gets-case .gets-item .gets-submit:focus {
  color: #202020;
  background-color: #ffcc33;
}

.gets-case .gets-item label.error {
  margin: 0;
  padding: 5px 0 0;
  display: block;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  text-indent: 16px;
  color: #ffffff;
}

.gets-lft {
  margin: 0;
  padding: 0;
  width: 100%;
  flex: 1.8;
  display: flex;
  position: relative;
  background-color: #202020;
}

.gets-block {
  margin: 0;
  padding: 0 45px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #383838;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/shape-bg-01.webp");
}

.gets-block .gets-text {
  margin: 0;
  padding-right: 15px;
  width: 100%;
  flex: 3;
}

.gets-block .gets-text h2 {
  margin-bottom: 12px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
}

.gets-block .gets-text p {
  margin-bottom: 38px;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #cacaca;
}

.gets-block .gets-text .gets-apply {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  color: #ffffff;
  left: 16px;
  bottom: 16px;
  z-index: 0;
  position: absolute;
}

.gets-block .gets-text a {
  margin: 0;
  padding: 0 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  white-space: nowrap;
  color: #202020;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #ffcc33;
}

.gets-block .gets-text a:hover,
.gets-block .gets-text a:focus {
  background-color: #ffffff;
}

.gets-block .gets-pick {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex: 1;
  position: relative;
}

.gets-block .gets-pick img {
  margin: 0;
  padding: 0;
  display: block;
  width: 173px;
  height: 337px;
  object-fit: cover;
  object-position: center center;
}

/* ---------------------------------------------------------
cate-Part
--------------------------------------------------------- */
.cate-Part {
  margin-bottom: 91px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
cate-Box
--------------------------------------------------------- */
.cate-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.cate-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.cate-head {
  margin-bottom: 38px;
  padding: 0 80px;
  width: 100%;
  display: block;
  text-align: center;
}

.cate-head h2 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.cate-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.cate-case {
  margin: 0;
  padding: 15px 15px;
  width: 100%;
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  background-color: #202020;
}

.cate-item {
  margin: 0;
  padding: 32px 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #383838;
}

.cate-pick {
  margin-bottom: 12px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cate-pick img {
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  display: block;
}

.cate-text {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}

.cate-text h3 {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #ffcc33;
  font-weight: normal;
  font-family: 'robotolight', sans-serif;
}

/* ---------------------------------------------------------
plan-Part
--------------------------------------------------------- */
.plan-Part {
  margin-bottom: 91px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
plan-Box
--------------------------------------------------------- */
.plan-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.plan-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.plan-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
}

.plan-head {
  margin-bottom: 38px;
  padding: 0 80px;
  width: 100%;
  display: block;
  text-align: center;
}

.plan-head h1 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.plan-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.plan-item {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
  background-color: #202020;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/shape-bg-01.webp");
}

.plan-item .plan-lft {
  margin: 0;
  padding: 45px 16px;
  width: 100%;
  flex: 1;
  text-align: center;
}

.plan-item .plan-lft .plan-iptv {
  margin: auto auto 21px auto;
  padding: 0;
  display: block;
  width: 54px;
  height: 34px;
  font-size: 0;
  line-height: unset;
  color: #ffffff;
}

.plan-item .plan-lft .plan-iptv img {
  margin: 0;
  padding: 0;
  display: block;
  width: 54px;
  height: 34px;
}

.plan-item .plan-lft h2 {
  margin-bottom: 22px;
  padding: 0;
  display: block;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #ffcc33;
}

.plan-item .plan-lft .plan-speed {
  margin-bottom: 37px;
  padding: 0 30px;
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #cacaca;
  white-space: nowrap;
  border: 1px solid #383838;
  -moz-border: 1px solid #383838;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.plan-item .plan-lft h3 {
  margin-bottom: 39px;
  padding: 0;
  display: block;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
}

.plan-item .plan-lft h3 .plan-time {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  font-family: 'robotolight', sans-serif;
}

.plan-item .plan-lft a {
  margin: 0;
  padding: 0 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  color: #202020;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #ffcc33;
}

.plan-item .plan-lft a:hover,
.plan-item .plan-lft a:focus {
  background-color: #ffffff;
}

.plan-item .plan-lft .plan-or {
  margin: 0;
  padding: 6px 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.plan-item .plan-lft a.plan-call {
  margin: 0;
  padding: 0 30px 0 60px;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  white-space: nowrap;
  color: #202020;
  border-radius: 50px;
  background-color: #ffffff;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: 30px center;
  background-image: url("../img/whatsapp.png");
}

.plan-item .plan-lft a.plan-call:hover,
.plan-item .plan-lft a.plan-call:focus {
  background-color: #ffcc33;
}

.plan-item .plan-apply {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  color: #656565;
  right: 16px;
  bottom: 16px;
  z-index: 0;
  position: absolute;
}

.plan-item .plan-rgt {
  margin: 0;
  padding: 36px 16px 28px 16px;
  width: 100%;
  flex: 1.5;
  border-left: 1px solid #383838;
  -moz-border-left: 1px solid #383838;
}

.plan-item .plan-rgt .plan-list {
  margin-bottom: 12px;
  padding: 0;
  display: block;
}

.plan-item .plan-rgt .plan-list p {
  margin: 0;
  padding-left: 16px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  color: #cacaca;
}

.plan-item .plan-rgt .plan-list p::before {
  margin: 0;
  padding: 0;
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  left: 0;
  top: 11px;
  z-index: 0;
  position: absolute;
  background-color: #cacaca;
}

.plan-item .plan-rgt .plan-list p .plan-strong {
  margin: 0;
  padding-right: 4px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}


/* ---------------------------------------------------------
pwhy-Part
--------------------------------------------------------- */
.pwhy-Part {
  margin-bottom: 84px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
pwhy-Box
.pwhy-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.pwhy-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.pwhy-head {
  margin-bottom: 41px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.pwhy-head h2 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.pwhy-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}
--------------------------------------------------------- */

/* ---------------------------------------------------------
buy-Part
--------------------------------------------------------- */
.buy-Part {
  margin-bottom: 91px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
buy-Box
--------------------------------------------------------- */
.buy-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.buy-head {
  margin-bottom: 38px;
  padding: 0 80px;
  width: 100%;
  display: block;
  text-align: center;
}

.buy-head h1 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.buy-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.buy-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  gap: 20px;
}

.buy-lft {
  margin: 0;
  padding: 30px 0 45px 0;
  width: 100%;
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #202020;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/shape-bg-01.webp");
}

.buy-lft h2 {
  margin-bottom: 10px;
  padding: 0;
  display: block;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.buy-lft p {
  margin-bottom: 30px;
  padding-bottom: 6px;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #cacaca;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.buy-lft p::after {
  margin-left: -75px;
  padding: 0;
  content: "";
  width: 150px;
  height: 1px;
  display: block;
  left: 50%;
  bottom: 0;
  z-index: 1;
  position: absolute;
  background-color: #ffcc33;
}

.buy-lft .buy-case {
  margin: auto auto 19px auto;
  padding: 0;
  width: 100%;
  max-width: 432px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.buy-lft .buy-case .buy-item {
  margin-bottom: 16px;
  padding: 0;
  width: 100%;
  display: block;
}

.buy-lft .buy-case .buy-check {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.buy-lft .buy-case .buy-term {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-indent: 8px;
  color: #cacaca;
}

.buy-lft .buy-case .buy-item:nth-last-child(1) {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.buy-lft .buy-case .buy-item:nth-last-child(2) {
  margin-bottom: 23px;
  padding: 0;
  display: flex;
  align-items: center;
}

.buy-lft .buy-case .buy-item .input-text {
  margin: 0;
  color: #cacaca;
  border-color: #cacaca;
  border-radius: 50px;
  background-color: #202020;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 28px 8px;
  background-image: url("../img/icon-drop.webp");
}

.buy-lft .buy-case .buy-item .buy-submit {
  margin: 0;
  padding: 0 50px;
  width: 100%;
  max-width: 176px;
  display: block;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  color: #202020;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  background-color: #ffcc33;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.buy-lft .buy-case .buy-item .buy-submit:hover,
.buy-lft .buy-case .buy-item .buy-submit:focus {
  background-color: #ffffff;
}

.buy-lft h3 {
  margin-bottom: 22px;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.buy-lft ul {
  margin: 0;
  padding: 13px 0;
  list-style: none;
  width: calc(100% - 100px);
  gap: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #383838;
}

.buy-lft ul li {
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.buy-lft ul li .buy-pay{
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.buy-lft ul li .buy-pay img {
  margin: 0;
  padding: 0;
  width: auto;
}

.buy-rgt {
  margin: 0;
  padding: 45px 50px 38px 50px;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  background-color: #383838;
}

.buy-rgt .ux-logo {
  margin-bottom: 19px;
  padding: 0;
  display: inline-block;
  font-size: 40px;
  line-height: 50px;
  color: #202020;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.buy-rgt .month-label {
  margin-bottom: 22px;
  padding: 0 60px;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}

.buy-rgt .month-case .month-input .month-show {
  border-color: #cacaca;
}

.buy-rgt .month-and {
  margin-bottom: 11px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffcc33;
  text-transform: uppercase;
}

.buy-rgt h5 {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.buy-rgt .month-call {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #ffcc33;
  font-weight: normal;
  font-family: 'robotolight', sans-serif;
}

.buy-rgt .month-call:hover,
.buy-rgt .month-call:focus {
  color: #ffffff;
}

/* ---------------------------------------------------------
want-Part
--------------------------------------------------------- */
.want-Part {
  margin-bottom: 91px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
want-Box
--------------------------------------------------------- */
.want-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.want-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.want-head {
  margin-bottom: 38px;
  padding: 0 100px;
  width: 100%;
  display: block;
  text-align: center;
}

.want-head h2 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.want-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.want-lft {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 419px;
  flex: 1;
  display: flex;
  position: relative;
  background-color: #202020;
}

.want-pick {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}

.want-pick img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.want-rgt {
  margin: 0;
  padding: 30px 20px 45px 20px;
  width: 100%;
  min-height: 419px;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color: #202020;
  background-size: 12px 12px;
  background-repeat: repeat;
  background-position: left top;
  background-image: url("../img/dots-bg.webp");
}

.want-rgt h3 {
  margin-bottom: 10px;
  padding: 0;
  display: block;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.want-rgt p {
  margin-bottom: 30px;
  padding-bottom: 6px;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #cacaca;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.want-rgt p::after {
  margin-left: -75px;
  padding: 0;
  content: "";
  width: 150px;
  height: 1px;
  display: block;
  left: 50%;
  bottom: 0;
  z-index: 1;
  position: absolute;
  background-color: #ffcc33;
}

.want-rgt .want-case {
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 380px;
  display: block;
}

.want-rgt .want-case .want-item {
  margin-bottom: 16px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}

.want-rgt .want-case .want-item:nth-last-child(1) {
  margin-bottom: 0;
}

.want-rgt .want-case .want-item:nth-last-child(2) {
  margin-bottom: 30px;
}

.want-rgt .want-case .want-item .input-text {
  margin: 0;
  color: #cacaca;
  border-color: #cacaca;
  border-radius: 50px;
  background-color: #202020;
}

.want-rgt .want-case .want-item .want-submit {
  margin: 0;
  padding: 0 50px;
  width: auto;
  font-size: 16px;
  line-height: 42px;
  color: #202020;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  background-color: #ffcc33;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.want-rgt .want-case .want-item .want-submit:hover,
.want-rgt .want-case .want-item .want-submit:focus {
  background-color: #ffffff;
}

.want-case .want-item label.error {
  margin: 0;
  padding: 5px 0 0;
  display: block;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  text-indent: 16px;
  color: #ffffff;
}

/* ---------------------------------------------------------
touch-Part
--------------------------------------------------------- */
.touch-Part {
  margin-bottom: 91px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
touch-Box
--------------------------------------------------------- */
.touch-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.touch-head {
  margin-bottom: 38px;
  padding: 0 100px;
  width: 100%;
  display: block;
  text-align: center;
}

.touch-head h1 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.touch-head p {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.touch-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.touch-lft {
  margin: 0;
  padding: 30px 16px 45px 16px;
  width: 100%;
  min-height: 638px;
  flex: 1.35;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-size: cover;
  background-color: #202020;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/shape-bg-01.webp");
}

.touch-lft h2 {
  margin-bottom: 10px;
  padding: 0;
  display: block;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.touch-lft p {
  margin-bottom: 30px;
  padding-bottom: 6px;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #cacaca;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.touch-lft p::after {
  margin-left: -75px;
  padding: 0;
  content: "";
  width: 150px;
  height: 1px;
  display: block;
  left: 50%;
  bottom: 0;
  z-index: 1;
  position: absolute;
  background-color: #ffcc33;
}

.touch-lft .touch-case {
  margin: auto auto 19px auto;
  padding: 0;
  width: 100%;
  max-width: 432px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.touch-lft .touch-case .touch-item {
  margin-bottom: 16px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
}

.touch-lft .touch-case .touch-item:nth-last-child(1) {
  margin-bottom: 0;
}

.touch-lft .touch-case .touch-item:nth-last-child(2) {
  margin-bottom: 30px;
}

.touch-case .touch-item .input-text {
  margin: 0;
  color: #cacaca;
  border-color: #cacaca;
  border-radius: 50px;
  background-color: #202020;
}

.touch-case .touch-item .touch-area {
  margin: 0;
  padding: 0.5rem 1rem;
  width: 100%;
  height: 82px;
  resize: none;
  display: block;
  font-size: 0.95rem;
  line-height: 1.5rem;
  color: #cacaca;
  background-clip: padding-box;
  border: 1px solid #cacaca;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #202020;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.touch-case .touch-item .touch-submit {
  margin: 0;
  padding: 0 50px;
  width: auto;
  font-size: 16px;
  line-height: 42px;
  color: #202020;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  background-color: #ffcc33;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.touch-case .touch-item .touch-submit:hover,
.touch-case .touch-item .touch-submit:focus {
  background-color: #ffffff;
}

.touch-case .touch-item label.error {
  margin: 0;
  padding: 5px 0 0;
  display: block;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  text-indent: 16px;
  color: #ffffff;
}

.touch-lft .touch-grid {
  margin-bottom: 22px;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.touch-lft ul {
  margin: auto;
  padding: 13px 0;
  list-style: none;
  width: calc(100% - 100px);
  gap: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #383838;
}

.touch-lft ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

.touch-lft ul li .touch-pay {
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.touch-lft ul li .touch-pay img {
  margin: 0;
  padding: 0;
  width: auto;
}

.touch-rgt {
  margin: 0;
  padding: 45px 45px;
  width: 100%;
  min-height: 638px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #202020;
  background-size: 832px 832px;
  background-repeat: repeat;
  background-position: center center;
  background-image: url("../img/graphic-01.webp");
}

.touch-block {
  margin: 0;
  padding: 32px 45px 38px 45px;
  width: 100%;
  max-width: 420px;
  display: block;
  background-color: #ffffff;
}

.touch-block h3 {
  margin-bottom: 27px;
  padding: 0;
  display: block;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  text-indent: 42px;
  text-transform: capitalize;
  color: #202020;
  font-weight: normal;
  font-family: 'robotobold', sans-serif;
}

.touch-list {
  margin-bottom: 26px;
  padding: 0;
  width: 100%;
  display: flex;
}

.touch-list:nth-last-child(2) {
  margin-bottom: 62px;
}

.touch-list .touch-icon {
  margin-right: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #383838;
  -moz-border-right: 1px solid #383838;
}

.touch-text {
  margin: 0;
  padding: 0;
  flex: 1;
}

.touch-text .touch-txts {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #202020;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.touch-text a {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #202020;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.touch-text a:hover {
  text-decoration: underline;
}

.touch-media {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.touch-media h4 {
  margin-right: 8px;
  padding: 0;
  display: block;
  text-indent: 42px;
  font-size: 18px;
  line-height: 28px;
  color: #202020;
  font-weight: normal;
  font-family: 'robotoblack', sans-serif;
}

.touch-data {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
}

.touch-term {
  margin: 0;
  padding: 0;
  display: flex;
}

.touch-term a {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.touch-term a img {
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* ---------------------------------------------------------
thank-Part
--------------------------------------------------------- */
.thank-Part {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
thank-Box
--------------------------------------------------------- */
.thank-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.thank-Bar {
  margin: 0;
  padding: 100px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.thank-block {
  margin: 0;
  padding: 25px 25px;
  width: 100%;
  max-width: 738px;
  background-color: #202020;
  background-size: 832px 832px;
  background-repeat: repeat;
  background-position: center center;
  background-image: url("../img/graphic-01.webp");
}

.thank-item {
  margin: 0;
  padding: 50px 15px 47px 15px;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #202020;
}

.thank-head {
  margin-bottom: 21px;
  padding: 0;
  width: 100%;
  display: block;
}

.thank-head img {
  margin: auto;
  padding: 0;
  display: block;
  width: 22px;
  height: 22px;
}

.thank-text {
  margin-bottom: 26px;
  padding: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.thank-text h1 {
  margin-bottom: 14px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
}

.thank-text p {
  margin: 0;
  padding: 0 84px;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #cacaca;
}

.thank-foot {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.thank-foot a {
  margin-bottom: 43px;
  padding: 0 30px;
  display: inline-block;
  font-size: 14px;
  line-height: 41px;
  color: #202020;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-color: #ffcc33;
}

.thank-foot a:hover,
.thank-foot a:focus {
  text-decoration: none;
  background-color: #ffffff;
}

.thank-foot a .thank-arrow {
  margin-left: 2px;
  padding: 0;
  display: inline-block;
  font-size: 18px;
  line-height: inherit;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.thank-span {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: #808080;
}

/* ---------------------------------------------------------
pays-Part
--------------------------------------------------------- */
.pays-Part {
  margin: 0;
  padding: 45px 0 45px 0;
  width: 100%;
  display: block;
  background-color: #ffffff;
}

/* ---------------------------------------------------------
pays-Box
--------------------------------------------------------- */
.pays-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.pays-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.pays-case {
  margin: 0;
  padding: 20px 20px;
  width: 100%;
  position: relative;
  background-color: #cacaca;
}

.pays-block {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
}

.pays-item {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.pays-block .pays-item:nth-last-child(1) {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.pays-item .pays-text {
  margin-bottom: 5px;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-indent: 5px;
  border-left: 1px solid #202020;
  font-weight: normal;
  font-family: 'robotomedium', sans-serif;
}

.pays-item .input-text {
  border-color: #202020;
}

.pays-item .input-text[readonly] {
  background-color: rgba(22, 22, 22, .08);
}

.pays-item .input-text:focus {
  border-color: #202020;
  box-shadow: 0 0 0 0.2rem rgb(22 22 22 / 20%);
}

.pays-foot {
  margin-top: 20px;
  padding: 20px 0;
  display: block;
  text-align: center;
  background-color: #ffffff;
}

.pays-foot .pays-submit {
  margin: 0;
  padding: 0 50px;
  width: auto;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  background-color: #202020;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.pays-foot .pays-submit:hover,
.pays-foot .pays-submit:focus {
  color: #ffcc33;
}

.pays-case .pays-item label.error {
  margin: 0;
  padding: 5px 0 0;
  display: block;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  text-indent: 16px;
  color: #ff0000;
}

/* ---------------------------------------------------------
priv-Part
--------------------------------------------------------- */
.priv-Part {
  margin-bottom: 93px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
priv-Box
--------------------------------------------------------- */
.priv-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.priv-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.priv-text {
  margin-bottom: 29px;
  padding: 0;
  width: 100%;
  display: block;
}

.priv-text:nth-child(2) p:nth-last-of-type(1) {
  margin-bottom: 28px;
}

.priv-text:nth-child(5) p:nth-last-of-type(1) {
  margin-bottom: 28px;
}

.priv-text p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.priv-text h1 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.priv-text h2 {
  margin-bottom: 26px;
  padding: 0;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #202020;
  text-transform: uppercase;
}

.priv-text h3 {
  margin-bottom: 27px;
  padding: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #202020;
}

.priv-text h4 {
  margin-bottom: 28px;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #202020;
}

.priv-text p {
  margin-bottom: 28px;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.priv-text ul {
  margin-left: 18px;
  margin-bottom: 0;
  padding: 0;
  display: block;
  list-style: disc;
}

.priv-text ul li {
  margin-bottom: 4px;
}

.priv-text ul+p {
  margin-top: 29px;
}

.priv-text ul.sub {
  list-style: decimal;
}

.priv-list {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}

.priv-text.sub:nth-child(4) p:nth-last-of-type(1) {
  margin-bottom: 28px;
}

/* ---------------------------------------------------------
priv-Part
--------------------------------------------------------- */
.priv-Part {
  margin-bottom: 93px;
  padding: 0;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------------
scroll-part
--------------------------------------------------------- */
.scroll-part {
  margin: 0;
  padding: 0;
  height: 36px;
  width: 36px;
  display: none;
  overflow: hidden;
  position: fixed;
  right: 50px;
  bottom: 74px;
  z-index: 999;
  border-radius: 45px;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  background-color: #ffffff;
}

.scroll-Bar {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #202020;
}

.scroll-Bar a {
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  display: block;
  font-size: 0;
  line-height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/up-arrow.webp");
}

/* ---------------------------------------------------------
modal-part
--------------------------------------------------------- */
.modal-part {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50000000000 !important;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.85);
}

/* ---------------------------------------------------------
modal-Box
--------------------------------------------------------- */
.modal-Box {
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 640px;
  min-height: 522px;
  display: flex;
  left: 50%;
  top: 50%;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.modal-Bar {
  margin: auto;
  padding: 30px 45px 45px 45px;
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #202020;
  background-size: 12px 12px;
  background-repeat: repeat;
  background-position: left top;
  background-image: url(../img/dots-bg.webp);
}

.modal-close {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  right: 16px;
  top: 16px;
  z-index: 1;
  position: absolute;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  background-color: #202020;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/close.png");
}

.modal-close .modal-btn {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
}

.modal-head {
  margin-bottom: 23px;
  padding: 0;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.modal-head h2 {
  margin-bottom: 10px;
  padding: 0;
  display: block;
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
  text-transform: capitalize;
}

.modal-head h3 {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  text-transform: capitalize;
}

.modal-head h3 a {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #ffcc33;
}

.modal-head h3 a:hover,
.modal-head h3 a:focus {
  color: #ffffff;
}

.modal-head p {
  margin: 0;
  padding: 0;
  color: #cacaca;
}

.modal-line {
  margin: 9px 0 5px 0;
  padding: 0;
  width: 100%;
  display: block;
  height: 1px;
  font-size: 0;
  line-height: unset;
  background-color: #ffffff;
}

.modal-body {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.modal-case {
  margin: auto;
  padding: 0;
  display: block;
  width: 100%;
  max-width: 480px;
}

.modal-case .modal-item {
  margin-bottom: 16px;
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
}

.modal-case .modal-item:nth-last-child(1) {
  margin: 0;
  padding: 0;
  text-align: center;
}

.modal-case .modal-item .input-text {
  margin: 0;
  color: #cacaca;
  border-color: #cacaca;
  border-radius: 50px;
  background-color: #202020;
}

.modal-case .modal-item label.error {
  margin: 0;
  padding: 5px 0 0;
  display: block;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  text-indent: 16px;
  color: #ffffff;
}

.modal-case .modal-item .modal-submit {
  margin: 0;
  padding: 0 50px;
  width: auto;
  font-size: 16px;
  line-height: 42px;
  color: #202020;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  background-color: #ffcc33;
  font-weight: normal;
  font-family: 'robotoregular', sans-serif;
}

.modal-case .modal-item .modal-submit:hover,
.modal-case .modal-item .modal-submit:focus {
  background-color: #ffffff;
}

.rm-scroll {
  overflow: hidden;
  padding-right: 17px
}

/* ---------------------------------------------------------
button-Part
--------------------------------------------------------- */
.button-Part {
  margin: 0;
  padding: 0;
  display: block;
  width: auto;
  right: 0;
  top: 50%;
  z-index: 999;
  position: fixed;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* ---------------------------------------------------------
button-Box
--------------------------------------------------------- */
.button-Box {
  margin: 0;
  padding: 0;
  display: block;
}

/* ---------------------------------------------------------
button-Bar
--------------------------------------------------------- */
.button-Bar {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

.button-Bar ul {
  margin: 0;
  padding: 0;
  display: block;
}

.button-Bar ul li {
  margin: 0;
  padding: 0;
  display: block;
}

.button-Bar ul li a {
  margin-right: 0;
  padding: 5px 20px 5px 5px;
  width: 188px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 22px;
  transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -webkit-transition: all ease 0.5s 0s;
  color: #ffffff;
  background-color: #202020;
}

.button-Bar ul li a .button-pick {
  margin-right: 5px;
  padding: 0;
  width: 38px;
  height: 38px;
  overflow: hidden;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  color: #ffffff;
  border-radius: 2px;
  background-size: 18px 18px;
  background-color: #383838;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/whatsapp-btn.png");
}

.button-Bar ul li a .button-text {
  margin: 0;
  padding: 0;
  display: inline-block;
  white-space: nowrap;
}

.button-Bar ul li:nth-child(1) a .button-pick {
  background-image: url("../img/whatsapp-btn.png");
}

.button-Bar ul li:nth-child(2) a .button-pick {
  background-image: url("../img/call-button.png");
}

.button-Bar ul li:nth-child(3) a .button-pick {
  background-image: url("../img/chat-button.png");
}

.button-Bar ul li:nth-child(4) a .button-pick {
  background-image: url("../img/email-button.png");
}

.button-Bar ul li:nth-child(1) a,
.button-Bar ul li:nth-child(2) a,
.button-Bar ul li:nth-child(3) a,
.button-Bar ul li:nth-child(4) a {
  transform: translate(140px, 0);
  -moz-transform: translate(140px, 0);
  -webkit-transform: translate(140px, 0);
}

.button-Bar ul li:nth-child(1) a:hover,
.button-Bar ul li:nth-child(2) a:hover,
.button-Bar ul li:nth-child(3) a:hover,
.button-Bar ul li:nth-child(4) a:hover {
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.fix-aap {
  margin: 0;
  padding: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 25px;
  bottom: 35px;
  z-index: 999;
  position: fixed;
}

.fix-aap img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* ---------------------------------------------------------
marq-Part
--------------------------------------------------------- */
.marq-Part {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  overflow: hidden;
  background-color: #202020;
}

/* ---------------------------------------------------------
marq-Box
--------------------------------------------------------- */
.marq-Box {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: marquee 15s linear infinite;
}

.marq-Bar {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1px;
}

.marq-item {
  margin: 0;
  padding: 10px 20px;
  white-space: nowrap;
  display: inline-block;
  background-color: #383838;
}

.marq-span {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.marq-Part:hover .marq-Box {
  animation-play-state: paused;
}