/* Comman Start */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Muli";
  overflow-x: hidden;
  line-height: normal;
}

*:focus {
  color: inherit;
  outline: inherit;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  text-decoration: none;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-family: "Roboto";
}

a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
}

.container {
  max-width: 1440px;
}

/* Comman End */
/* Button Comman Star */
.ct-btn {
  padding: 10px 30px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 30px;
  font-family: "Roboto";
  background-color: rgb(255, 204, 0);
  text-transform: uppercase;
  transition: all 0.4s ease;
  color: #000;
  width: fit-content;
  line-height: normal;
}

.ct-btn:hover {
  background-color: #fff;
  color: #000;
}

.show-a {
  opacity: 0;
  visibility: hidden;
  width: 0;
  transition: all 0.4s ease;
  margin-left: -13px;
}

.show-arrow-btn:hover .show-a {
  opacity: 1;
  visibility: visible;
  margin-left: 0px;
  width: fit-content;
}

.banner-button-group .btn-w {
  min-width: 190px;
}

/* Button Comman End */
/* Slide Css Start */
.banner-slider-section {
  position: relative;
}

.main-slider-boxs .banner-items {
  height: 700px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.main-slider-boxs .banner-items.banner-items-1 {
  background-image: url("../image/slider-1.png");
}

.main-slider-boxs .banner-items.banner-items-2 {
  background-image: url("../image/slider-2.png");
}

.main-slider-boxs .banner-items.banner-items-3 {
  background-image: url("../image/slider-3.png");
}

.main-slider-boxs .banner-items.banner-items-4 {
  background-image: url("../image/slider-4.png");
}

.main-slider-boxs .banner-inner-div {
  max-width: 893px;
  min-height: 250px;
  background-color: rgba(0, 0, 0, 0.36);
  padding: 30px 60px;
}

.main-slider-boxs .banner-inner-div h2 {
  font-family: "Muli";
  color: rgb(255, 255, 255);
  white-space: normal;
  line-height: 36px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 26px;
  padding-bottom: 10px;
}

.main-slider-boxs .banner-inner-div h1 {
  font-family: "Roboto Condensed";
  color: rgb(4, 187, 198);
  line-height: 70px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 70px;
  padding-bottom: 10px;
}

.main-slider-boxs .second-slider-data .nav-img {
  width: 80px;
  height: 60px;
  object-fit: cover;
}

.main-slider-boxs .second-slider-data {
  gap: 15px;
}

.main-slider-boxs .second-slider-data {
  display: block;
  text-align: left;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}

.nav-dott-slider-section .slick-track {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}

.nav-dott-slider-section {
  width: 270px;
  background-color: rgb(86 67 52 / 62%);
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.nav-dott-slider-section .slick-slide {
  width: 270px !important;
  padding: 10px;
  margin-bottom: 5px;
}

.nav-dott-slider-section .slick-slide:last-child {
  margin-bottom: 0;
}

.nav-dott-slider-section .slick-slide:hover {
  background-color: #eeeeee;
}

.nav-dott-slider-section .is-active {
  background-color: #eeeeee;
}

.nav-dott-slider-section .tab-title {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

/* @media */
@media (max-width: 1300px) {
  .main-slider-boxs .banner-inner-div {
    max-width: 750px;
    padding: 30px;
  }

  .main-slider-boxs .banner-inner-div h1 {
    line-height: 58px;
    font-size: 54px;
  }
}

@media (max-width: 1100px) {
  .main-slider-boxs .banner-inner-div {
    max-width: 600px;
    padding: 20px;
  }

  .main-slider-boxs .banner-inner-div h1 {
    line-height: 50px;
    font-size: 45px;
  }
}

@media (max-width: 991px) {

  .nav-dott-slider-section .slick-slide,
  .nav-dott-slider-section {
    width: 200px !important;
  }

  .main-slider-boxs .second-slider-data .nav-img {
    width: 60px;
    height: 50px;
  }

  .main-slider-boxs .banner-items {
    height: 650px;
    padding: 40px 0;
  }

  .nav-dott-slider-section .slick-slide {
    padding: 7px;
  }
}

@media (max-width: 800px) {
  .nav-dott-slider-section {
    display: none;
  }

  .main-slider-boxs .banner-inner-div {
    max-width: 100%;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .main-slider-boxs .banner-inner-div h2 {
    line-height: 23px;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 4px;
  }

  .main-slider-boxs .banner-inner-div h1 {
    line-height: 35px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 39px;
    padding-bottom: 4px;
  }
}

@media (max-width: 500px) {
  .ct-btn {
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner-button-group .btn-w {
    min-width: 100%;
  }

  .banner-button-group {
    flex-direction: column;
    gap: 15px;
  }

  .main-slider-boxs .banner-items {
    height: 480px;
    padding: 0px 0;
  }

  .banner-slider-section .container {
    padding: 0;
  }
}