@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap");

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

.top-selector {
  gap: 15px;
  width: 100%;
  background-color: lightgray;
  padding: 10px;
}

.top-selector a {
  color: #ff69b4;
  font-size: 14px;
  font-weight: 600;
}

.top-selector p {
  color: #800080;
  font-size: 14px;
  font-weight: 600;
}

.top-selector i {
  color: #800080;
}

.b-nav {
  display: block;
  width: 100%;
}

.pink-heading {
  font-size: 32px;
  color: #800080;
}

.blog-mid-text .blog-content h5 {
  font-size: 16px;

  font-weight: 400;
}

.blo-content-boredr {
  padding: 10px 15px;
}

.blog-mid-text .blog-content p {
  font-size: 16px;

  font-weight: 500;
  line-height: 28px;
}

.blog-content-futer h1 {
  font-size: 14px;
  color: #800080;
  font-weight: 600;
}

.blog-msg-20 {
  border: 2px solid #ff69b4;
  border-radius: 4px;
}

.blog-user-1 {
  border: 2px solid #ff69b4;
  border-radius: 4px;
}

.blo-content-boreder {
  border-radius: 6px;
}

.border-gray {
  border: 1px solid gray;
  padding: 13px;
}

.border {
  margin-top: 4px;
}

.blog-mid-text h2 {
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
}

.blog-small-text h2 {
  font-size: 16px;
  font-weight: 600;
}

.blog-small-text p {
  font-size: 14px;
}

.blog-small-text .blog-img {
  width: 133px;
}

.small-head {
  border-bottom: 1px solid #ffc0cb;
  padding-bottom: 10px;
  font-size: 21px;
}

.pop-vdos {
  border-radius: 10px;
  border: 1px solid #ffc0cb;
  padding: 10px;
}

.main-banner {
  margin-top: 20px;
  display: block;
  width: 100%;
}

.small-head h1 {
  font-size: 21px;
  color: #800080;
}

.fulw img {
  width: 100%;
}

.push {
  position: absolute;
  top: 50px;
  right: 50px;
}

.first-box {
  display: block;
}

.first-box-text {
  display: flex;
  padding: 10px 15px;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 7px;
  background: #f0f0ff;
}

.first-box-img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}

.mid-box {
  position: relative;
  display: block;
}

.button-add-1 {
  position: absolute;
  bottom: 10%;
  right: 30%;
  background: #800080;
  padding: 10px;
  font-weight: 600;
  border-radius: 10px;
  transition: all ease 2s;
}

.button-add-1:active {
  scale: 2;
}

.button-add-1 a {
  color: white;
}

.mid-box-text {
  position: absolute;
  width: 37%;
  color: white;
  top: 50px;
  left: 34px;
  font-weight: 600;
}

.mid-box {
  position: relative;
}

.mid-box-text-2 span {
  color: #800080;
}

.mid-box-text-2 .pink {
  color: #ff69b4;
}

.mid-box-text-2 {
  position: absolute;
  padding: 20px;
  width: 95%;
  font-size: 22px;
  font-weight: 600;
  color: white;
}

.ads-star {
  position: absolute;
  top: 124px;
  right: 39px;
}

.ads-star1 {
  position: relative;
}

.star-offer {
  position: absolute;
  top: 37%;
  right: 57px;
  color: white;
}

.button-add-2 {
  position: absolute;
  bottom: 6%;
  left: 50%;
  background: #800080;
  padding: 10px;
  width: 180px;
  text-align: center;
  transform: translateX(-50%);
  border-radius: 5px;
  transition: all ease 1s;
}

.button-add-2 a {
  color: white;
  font-weight: 600;
}

.button-add-2:active {
  scale: 2;
}

/*------------------------contactus-----------------------------*/
.email {
  display: flex;
  align-items: center;
}

.conatact-us-text {
  display: block;
  background: #800080;
  border-radius: 15px;

  margin-top: -54%;
}

.conatact-us-text h1 {
  display: flex;
  align-content: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  padding-top: 15px;
}

.contact-us-full {
  padding: 15px 35px;
  display: block;
  width: 100%;
}

.email {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

.email i {
  margin-top: 5px;
  font-size: 20px;
  color: white;
}

.email p {
  font-size: 18px;
  color: white;
}

.conatact-us-text span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: white;
  padding: 14px;
}

.hour {
  color: white;
  font-size: 16px;
}

.cu-from {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}

.feedback-contact-us textarea {
  width: 100%;
  border: 2px solid #ff69b4;
  border-radius: 5px;
}

.cu-from input {
  border: 2px solid #ff69b4;
}

.cu-from a {
  background: #800080;
  padding: 10px;
  border-radius: 5px;
  color: white;
  font-weight: 503;
  width: 100px;
  text-align: center;
  margin-top: -7px;
}

.contact-us-from {
  margin-top: 5%;
  display: block;
}

.contact-us-from h1 {
  font-size: 32px;
  color: #800080;
}

.contact-us-from p {
  font-size: 16px;
  font-weight: 301;
  line-height: 28px;
  padding: 9px 0;
}

.map iframe {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .conatact-us-text {
    margin-top: 0px;
  }
}

/*------------------list-catagory-blog--------------------*/
.pink-heading-text {
  height: 100%;
  display: flex;
  padding: 10px 15px;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  line-height: 32px;
  background: #f0f0f0;
  border-radius: 7px;
}

.pink-heading-text h1 {
  color: #800080;
  font-family: Koulen;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}
.pink-heading-img {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border-radius: 7px;
}
/*-------------------detail---------------------*/
.detail-banner-text-date {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 300;
  font-family: Lexend;
}

.detail-banner-text h1 {
  color: #800080;
  text-align: center;
  font-family: Koulen;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.detail-banner-text span {
  font-family: lexend;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}

.detail-banner-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 70px 44px;
}

.top-selector-detail {
  gap: 15px;
  width: 100%;
}

.top-selector-detail a {
  color: #ff69b4;
  font-size: 14px;
  font-weight: 600;
}

.top-selector-detail i {
  color: #800080;
}

.b-nav-full {
  display: flex;
  justify-content: space-between;
  background-color: lightgray;
  padding: 10px;
}

.mid-detail-text p {
  font-size: 18px;
  line-height: 32px;
  font-family: Inter;
}

.mid-detail-text h1 {
  font-size: 18px;
  line-height: 32px;
  font-family: Inter;
  font-weight: 600;
}

.mid-detail-text-full {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 10px;
}

.detail-mid-img {
  display: flex;
  justify-content: center;
}

.detail-mid-fut {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.detail-mid-fut p {
  font-size: 16px;
  font-weight: 500;
  font-family: lexend;
}

.detail-back-img img {
  border-radius: 30px;
}

.comment-head {
  display: flex;
  align-items: center;
}

.comment-head .line {
  background: #ffc0cb;
  height: 3px;
  width: 90%;
  margin-left: 7px;
  margin-top: 7px;
}

.comment-head h1 {
  color: #800080;
  font-family: Koulen;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.deatil-comment {
  display: block;
  padding: 20px 0;
}

.detail-comment-text {
  display: flex;
  gap: 10px;
  background: #f0f0f0;
  align-items: center;
}

.detail-comment-text p {

    font-size: 16px;
    font-family: lexend;
    line-height: 30px;

  font-size: 16px;
  font-family: lexend;
  line-height: 20px;

}

.detail-comment-text-1 {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0 100px;
}

.detail-comment-text-1 p {
  font-size: 16px;
  font-family: lexend;
  line-height: 20px;
}

.detail-form {

    display: block;
    margin: 30px 20px;

  display: block;
  margin-top: 30px;

}

.detail-form .form-control {
  border: 1px solid #ff69b4;
}

.feedback-detail textarea {
  width: 100%;
  border: 1px solid #ff69b4;
  border-radius: 5px;
}

.feedback-detail {
  padding: 10px 0px;
}

.detail-form button {
  background: #800080;
  border: none;
  padding: 4px;
  width: 81px;
  color: white;
  font-weight: 600;
}

.artical .line {
  background: #ffc0cb;
  height: 3px;
  width: 90%;
  margin-left: 7px;
  margin-top: 7px;
}

.artical-head h1 {
  color: #800080;
  font-family: Koulen;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.artical-head {
  display: flex;
  align-items: center;
}

.vdo-btn-line .line {
  height: 2px;
  width: 70%;
  background-color: #ff69b4;
}

.vdo-btn-line h5 {
  color: #800080;
  font-family: Koulen;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

@media (max-width: 768px) {
  .date h5 {
    font-size: 12px;
    margin-top: 9px;
  }

  .last-icon {
    margin-top: -38px;
    margin-left: 9px;
    font-size: 12px;
    padding: 1px;
  }

  .header-main .hmain-logo {
    margin-left: 1px;
  }
}

@media (max-width: 400px) {
  .header-main .hmain-logo img {
    margin-left: -19px;
  }

  .hmain-search {
    margin-left: -60px;
  }

  .detail-banner-text h1 {
    line-height: 38px;
  }

  .detail-banner-text span {
    line-height: 38px;
  }
}
