@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
}

.mazter_nav_bg {
  background-color: #eff2f0;
}

a {
  text-decoration: none !important;
  color: #fff;
}

.brand_logo img {
  height: 30px;
  margin-right: 30px;
}

.mail_connect {
  /* border: 1px solid #000;
    border-radius: 100px;
    padding: 15px 7px; */
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.mail_connect img {
  height: 75px;
}

.mail_connect p {
  position: absolute;
  color: #000;
  font-size: 11px;
  left: 24%;
  bottom: -10px;
}

.chatboat {
  position: fixed;
  right: 15px;
  top: 85vh;
  z-index: 999;
}

.chatboat a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4.5px 12px;
  background-color: #25d366;
  border: 1px solid #25d366;
  border-radius: 100px;
}

.chatboat a i {
  font-size: 30px;
  color: #000;
}

.mail_connect:hover {
  background-color: #fff;
}

.mail_connect:hover a {
  color: #000;
}

.mail_connect a {
  color: #000;
}

.mail_connect a:hover i {
  color: #000;
  background-color: #fff;
}

.mail_connect a i {
  margin-right: 10px;
  border: 1px solid;
  padding: 9px 11.5px;
  border-radius: 100px;
}

.footer_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer_title h6 {
  margin-left: 142px;
  color: #32332e;
}

.footer_title img:nth-child(1) {
  height: 45px;
  margin-bottom: 10px;
}

.footer_title img:nth-child(2) {
  height: 34px;
}

.footer_content p {
  width: 100%;
}

.footer_social {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_social a {
  margin: 10px;
  border: 1px solid #fff;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  color: #000000;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background-color: #ddd;
}

.footer_social a:hover {
  transform: scale(1.3);
}
.footer_social .facebook_icon {
  color: #1877f2;
}

.footer_social .twiter_icon {
  color: #1da1f2;
}

.footer_social .linkdin_icon {
  color: #0077b5;
}

.footer_social .youtube_icon {
  color: #cd201f;
}

.footer_social a i {
  display: flex;
  justify-content: center;
  align-items: center;
}

.link_short {
  display: flex;
  justify-content: end;
  align-items: center;
}

.link_short a.footer_link {
  margin-left: 15px;
  color: #ffffff;
}

/* .home_slider img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
} */

.product_slider img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.indicators button {
  width: 7px !important;
  height: 7px !important;
  border-radius: 100px !important;
  overflow: hidden !important;
  border-top: unset !important;
  border-bottom: unset !important;
}

.collection p {
  font-size: 12px;
}

.product_title {
  height: 5%;
}

.product_title h3 {
  font-size: 1.5rem;
}

.details {
  /* border: 1px solid #ddd; */
  padding: 15px;
  border-radius: 10px;
  height: 89%;
  width: fit-content;
  margin: auto;
}

.details ul li {
  margin-bottom: 12px;
  font-size: 15.5px;
}

.data_content p {
  color: #000;
  text-align: justify;
  margin: 0;
}

.data_content {
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 20px;
}

.ms-data p {
  color: #000;
  font-size: 20px;
  text-align: justify;
}

form input,
form textarea {
  color: #000;
}

.product_title h3,
.details,
.list_image {
  color: #000;
}

.product_data_outter {
  background-color: #212529;
  padding: 0 12px !important;
}

.product_data {
  background-color: #eff2f0;
  padding: 18px 20px;
  /* height: 100%; */
  /* border: 1px solid #ddd; */
}

.pro_sl_ctr {
  background-color: #000;
  border-radius: 5px;
}

.slider_title {
  bottom: 30px !important;
}

.clip-text-video {
  position: relative;
  height: 500px;
  border-radius: 0 0 200px 200px;
  overflow: hidden;
}

video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.clip-text-video__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 4vw solid white;
  color: #fff;
  overflow: hidden;
  background: #17191b;
  mix-blend-mode: multiply;
  border-radius: 300px;
}

.clip-text-video__text p {
  font-size: 10vw;
  line-height: 1;
  font-weight: 900;
  margin: 0;
}

.list_image li {
  list-style-image: url("/assets/media/logo/list_icon.png");
}

footer {
  color: #000;
}

.footer_bg {
  background-color: #eff2f0;
}
.left_pr_img img {
  width: 100%;
}
.left_pr_content {
  color: #000000;
}

@media only screen and (min-width: 1200px) {
  .footer_content p {
    width: 50%;
  }

  .chatboat {
    right: 15px;
    top: 90vh;
  }

  .product_data_outter {
    background-color: #000;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer_content p {
    width: 60%;
  }

  .chatboat {
    right: 15px;
    top: 90vh;
  }

  .product_data_outter {
    background-color: #000;
    padding: 0 !important;
  }

  .details ul li {
    margin-bottom: unset;
  }
}

@media only screen and (max-width: 991px) {
  .clip-text-video {
    height: 300px;
    border-radius: 0 0 130px 130px;
  }

  .clip-text-video__text {
    border: 5vw solid white;
  }

  .slider_title {
    bottom: unset !important;
    top: 100px !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .footer_content p {
    width: 80%;
  }

  .chatboat {
    right: 15px;
    top: 85vh;
  }

  .product_data_outter {
    background-color: transparent;
  }

  .product_data {
    border-radius: 0 0 15px 15px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .footer_content p {
    width: 90%;
  }

  .chatboat {
    right: 15px;
    top: 87vh;
  }

  .product_data_outter {
    background-color: transparent;
  }

  .product_data {
    border-radius: 0 0 15px 15px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .clip-text-video {
    height: 100px;
    border-radius: 0 0 50px 50px;
  }

  .clip-text-video__text {
    border: 5vw solid white;
  }

  .slider_title {
    bottom: unset !important;
    top: 20px !important;
  }
}

@media only screen and (min-width: 469px) and (max-width: 600px) {
  .chatboat {
    right: 15px;
    top: 90vh;
  }

  .top_line {
    border-top: 1px solid #fff;
  }

  .product_data_outter {
    background-color: unset;
    padding: 0 12px;
  }

  .product_data {
    border-radius: 0 0 15px 15px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 468px) {
  .chatboat {
    right: 15px;
    top: 88vh;
  }

  .product_data_outter {
    background-color: unset;
  }

  .product_data {
    border-radius: 0 0 15px 15px;
    padding-bottom: 50px;
  }
}
