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

html {
  scroll-behavior: smooth !important;
}

body {
  background-color: #353434;
  font-family: "Poppins", sans-serif;
  line-height: 1.7rem;
  letter-spacing: 0.03rem;
  color: #f4f0f0;
}

p {
  /* font-size: 17px !important; */
  line-height: 1.6rem;
  letter-spacing: 0.03rem;
}

.header {
  background-color: rgba(87, 88, 92, 0.543);
  transition: 0.5s ease-in-out;
}

.right {
  text-shadow: 0px 0px 5px #ec2172;
}

.nav_link {
  margin-bottom: 0;
}

.nav_link li {
  list-style: none;
  margin-right: 8px;
  padding: 5px 10px;
}

.menu_wrapper {
  position: relative;
}

.nav_link li>a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0 !important;
  position: relative;
  color: #fff;
  transition: 0.4s ease-in-out;
}

.nav_link>li>a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 0px;
  background-color: #ff0066;
  margin-left: -8px;
}

.nav_link li a.active::after,
.nav_link li:hover a::after {
  width: 3px;
  background-color: #ff0066;
}

.sub_menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(74, 76, 77, 0.742);
  width: 300px;
  padding: 8px;
  z-index: 99;
  display: none;
}

.menu_wrapper:hover .sub_menu {
  display: block;
}

.nav_link li ul li:hover {
  background: #ec2172;
}

.drop {
  color: #fcf7f9;
  height: 1px;
  font-size: 15px;
}

.sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.5s ease-in-out;
  background-color: #333333;
  border-bottom: 3px solid #ff0066;
}

.hader__banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(180, 9, 60, 0.537)), url(../image/header_banner_image.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 23rem 0;
  width: 100%;
  /* clip-path: circle(79% at 62% -20%); */
  clip-path: circle(100% at 80% -34%);
  position: relative;
}

.ham {
  height: 40px;
  width: 40px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: none;

  &>span {
    display: block;
    position: absolute;
    top: 18px;
    left: 4px;
    height: 3px;
    width: 30px;
    z-index: 1;
    background: #fff;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
  }

  & span:nth-child(1) {
    transform: translateY(-7px);
    width: 20px;
  }

  & span:nth-child(3) {
    transform: translateY(7px);
    width: 20px;
  }

  &.transfrom span:nth-child(2) {
    transform: translateX(50px);
  }

  &.transfrom span:nth-child(1) {
    transform: rotate(45deg);
    width: 30px;
  }

  &.transfrom span:nth-child(3) {
    transform: rotate(315deg);
    width: 30px;
  }
}

.header_banner_text {
  top: 50%;
  left: 60%;
  transform: translate(-60%, -50%);
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 700px;
  width: 100%;
  padding: 30px 10px;
}

.btn_div button {
  height: 45px;
  width: 180px;
  background-color: #ff0066;
  position: relative;
  border: none;
  z-index: 1;
  color: #fff;
  border-radius: 50px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  font-weight: 500;
}

.btn_div button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 0%;

  background-color: #fff;
  opacity: 0.2;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

.btn_div button::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 0%;
  background: #fff;
  opacity: 0.2;
  z-index: -1;
  transition: 0.5s ease-in-out;
  border-left: 5px;
  border-bottom: 5px;
}

.btn_div:hover button::before {
  width: 50%;
  color: #ff0066 !important;
}

.btn_div:hover button {
  color: black;
}

.btn_div:hover button::after {
  width: 50%;
}

.puneet-about_text h2,
.puneet-about_text p {
  color: #fff;
}

.clint_image {
  max-height: 560px;
  max-width: 500px;
  width: 100%;
  position: relative;
  box-shadow: -35px 35px 0px #0a0a0a;
  border-radius: 20px;

  & img {
    border-radius: 20px;

  }
}

.clint_text {
  position: absolute;
  bottom: 0;
  left: 34%;
  transform: translate(0 -50%);
  background: #646163f6;
  padding: 4px 20px;
}

.curcle_bg {
  background-image: url(../image/bg-image.jpg);
  -webkit-animation: slide 20s linear infinite;
  animation: slide 23s linear infinite;
  background-attachment: fixed;
}

@keyframes slide {
  0% {
    background-position: 0 400px;
  }

  100% {
    background-position: 400px 0;
  }
}

.Benifits {
  position: relative;

  &:before {
    position: absolute;
    left: 0;
    top: -10px;
    content: "";
    background: #ff0066;
    height: 5px;
    width: 20%;
  }
}

/* ------------------------------------------ */
.hover-underline-animation {
  display: inline-block;
  position: relative;

}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ff0066;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* ------------------------------------------------------ */
.Treatments {
  font-size: 40px !important;
  color: #353434;
  font-weight: 600;
}

.curcle {
  height: 230px;
  max-width: 230px;
  width: 100%;
  position: relative;
  z-index: 1;

  & .phlip_div {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff006640;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 50%;
    animation: phlip 3s linear infinite;
    opacity: 0;
  }
}

.Meditation h4 {
  color: #353434;
  font-weight: 500;
}

@keyframes phlip {
  25% {
    opacity: 0;
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
    transform: scale(0.8);
  }

  75% {
    opacity: 0.5;
    transform: scale(1);
  }

  100% {
    opacity: 0.2;
    transform: scale(1);
  }
}

.curcle_image {
  height: 160px;
  width: 160px;
  border-radius: 50%;
  border: 4px solid #ff0066;
  transition: 0.6s ease-in-out;
  overflow: hidden;
  position: relative;

  &:hover {
    height: 200px;
    width: 200px;
  }

  & img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
  }
}

.Wellness_inner {
  background: #fff;
  position: relative;
  transition: 0.4s ease-in-out;
  border-radius: 8px;
  color: #353434 !important;
  height: 232px;

  &:hover {
    box-shadow: 10px 10px 20px #100f10;
    transform: translateY(-8px);

    & .Wellness_wrapper_image {
      border: 3px solid #ff0066;
    }
  }

  & .Wellness_wrapper_image {
    height: 80px;
    width: 80px;
    position: absolute;
    top: -20%;
    left: 10%;
    border: 1px solid gray;
    border-radius: 50%;
    box-shadow: 0 0 25px rgb(49, 46, 46);
    transition: 0.5s ease-in-out;

    & img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
    }
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper_image {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(12, 12, 12);
  border-radius: 8px;
}

.swiper_text h5 {
  color: #ff0066;
}

.star_div {
  color: #ff0066;
}

.project_bg {
  background-image: url(../image/bg-image.jpg);
  -webkit-animation: slide 20s linear infinite;
  animation: slide 23s linear infinite;
}

@keyframes slide {
  0% {
    background-position: 0 400px;
  }

  100% {
    background-position: 400px 0;
  }
}

.wel_text p,
.wel_text h2 {
  color: #353434;
}

.older_adults {
  margin-top: 70px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Yogis-image {
  object-fit: cover;
  position: relative;
  overflow: hidden !important;
  border-radius: 20px 20p 0 0;
}

.Yogis_card {
  border-radius: 1px;
  overflow: hidden !important;
}

.Yogis-image h5 {
  background: #ec2172bb;
  color: #fcfbfb !important;
}

.Yogis_card .Service {
  background: #fff;
  color: #333333;
  transition: 0.3s ease-in-out;
}

.Yogis-image .over_lay {
  position: absolute;
  left: 0;
  top: 0;
  background: #ec21729b;
  height: 100%;
  width: 0%;
  transition: 0.5s ease-in-out;
}

.Yogis-image:hover .over_lay {
  width: 100%;
}

.Yogis_card:hover .Service {
  color: #ec2172 !important;
}

.Yogis-image:hover .aero {
  opacity: 1;
  visibility: visible;
  left: 50%;
}

.aero {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s ease;
  z-index: 99;
}

.btn_2 button {
  height: 45px;
  width: 168px;
  background-color: #1b1b1aba;
  position: relative;
  border: none;
  z-index: 1;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  font-weight: 500;
}

.Yogis_card {
  position: relative;
  overflow: hidden !important;
}

.Yogis_card:hover .contact_btn {
  transform: translateY(-75px);
}

.contact_btn {
  position: absolute;
  background: #ec2172bb;
  width: 100%;
  transition: 0.4s ease-in-out;
}

.footer_bg {
  background: black;
}

.footer_menu ul {
  list-style: square;
  padding: 0px;
  color: #ec2172;
}

.footer_menu ul li {
  margin-top: 10px;
  transition: 0.3s;
}

.footer_menu ul li a:hover {
  color: #ec2172;
}

.footer_menu span:hover {
  color: #ec2172;
}


.footer_menu ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 5px;
  transition: 0.3s;
}
.social_icons a{
  text-decoration: none;
  color: white;
}

.counter_div {
  color: #333333 !important;
}

.counter_div .fa-solid {
  font-size: 45px;
  color: #ec2172 !important;
}

.counter_nu p {
  font-size: 25px;
  font-weight: 900;
  color: #ec2172 !important;
}

.counter_nu h5 {
  font-size: 40px;
}

.social_media .fa-brands {
  height: 40px;
  width: 40px;
  border: 2px solid rgb(244, 240, 240);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 20px;
  border-radius: 50%;
  transition: 0.46s ease-in-out;
}

.social_media i:hover {
  color: #fff;
  background: #ff0066;
}

.contact_info a span .fa-solid {
  height: 35px;
  width: 35px;
  border: 2px solid rgb(252, 249, 249);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-bottom: 15px !important;
}

.footer_text h4 {
  color: #ff0066;

}

.Training_bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../image/pexels-kampus-production-6298324.jpg);
  background-position: center center;
  background-size: cover;
  padding: 10rem 0;
}

.border-color{
  border: 3px solid #ffffff;
}

/* ------------------------------------- */


.paragraph_size {
  font-size: 12px;
}

.navbar_logo img {
  width: 135px;
  height: 68px;
  vertical-align: middle;
  text-align: center;
  /* margin-left: 35px; */
  margin-left: 5px;
}

.know_more a {
  text-decoration: none;
  color: white;
}

.know_more a:hover {
  color: black;
}

/* -----------------Depression------------- */
.Depression {
  text-align: center;
}

.Depression li {
  display: inline-block;
  text-align: center;
  list-style: none;
}

.Depression li a {
  text-decoration: none;
  color: #333333;
}

.Depression li:nth-child(2) a {
  color: #ff0066;
}

.Depression_inner h2 {
  background: #ec2172b8;
  color: #fff;
  font-size: 50px;
  width: 100%;
  padding: 10px;
  transform: translateX(-100px);
}

.Depression_inner p {
  color: #333333;
  font-size: 20px !important;
  line-height: 33px;
}

.Classes_text p,
.Classes_text h2 {
  color: #333333;
}

.Depression_bg {
  background-image: url(../image/testimonials-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.Depression_icon {
  display: flex;
}

.Depression_icon .fa-brands {
  height: 40px;
  width: 40px;
  border: 1px solid rgb(116, 114, 114);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px;
  color: #ec2172;
  font-size: 25px;
  transition: 0.8s ease-in-out;
}

.fa-brands:hover {
  color: #fff;
  background: #ec2172;
}

.curcle_div {
  height: 40px;
  max-width: 40px;
  width: 100%;
  border: 2px solid rgb(244, 242, 242);
  border-radius: 50%;
  background-color: #ec2172;
}

.symptom_text h6 {
  color: #f7f0f3;
}

.symptom_text {
  position: relative;
}

/* .symptom_text::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #ec2172ef;
  transition: 0.5s ease-in-out;
  z-index: -1;
  border-radius: 50px 0 0 50px;
} */

.children h4 {
  color: #ff0066;
}

.Hypertantion ul li::marker,
.children ul li::marker {
  color: #f3307e;
  font-size: 20px;
}

.Hypertantion ul li {
  margin-top: 12px;
}

.Hour_bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(241, 23, 106, 0.614)),
    url(../image/pexels-jonathan-borba-3076509.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15rem;
}

.HeartDisease_size_images {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

.checkmark_symbol {
  list-style: none;
}

.checkmark_symbol li:before {
  margin-right: 5px;
  content: '✓';

}

/* -------------------our gallary-------------- */

/* body{
	margin:0;
	padding:0;
} */
.container {
  width: 90%;
  margin: 10px auto;
}

.portfolio-menu {
  text-align: center;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all .5s ease;
  color: #f4f0f0;
}


.portfolio-item .item {
  /*width:303px;*/
  float: left;
  margin-bottom: 10px;
}

/* ------------------our gallary end-------------------- */

/* -----------------Whatsapp icon------------------ */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 0px 10px #9A1;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}







/* ------------------playstore icon footer-- */
.store_inner {
  height: 50px;
  height: 50px;
  width: 170px;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}

.store_inner img {
  width: 100%;
  height: 100%;
}



/* -----------------Contact us page--------------- */

/* body {
  margin-top: 20px;
} */


/*======= Contact ======*/

.form-control {
  box-shadow: none !important;
  outline: none !important;
  border: 2px solid #cecece;
  height: 38px;
  margin-top: 5px;
}

.form-control:hover,
.form-control:focus {
  border-color: #97a0af;
}


.error {
  margin: 8px 0px;
  display: none;
  color: red;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.con_sub_text {
  margin: 20px 0px;
  font-size: 15px;
}

.contact-detail-box {
  margin-bottom: 50px;
}

.contact-detail-box a {
  color: white;
  text-decoration: none;
}

.contact-detail-box address {
  font-size: 14px;
}

.contact-map {
  background-color: #ededed;
}

.title-box .border,
.btn-primary,
.back-to-top,
.logo i,
.question-q-box,
.social-circle li a:hover {
  background-color: #f16000 !important;
}

.title-box .title-alt,
.text-colored,
.footer a:hover,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li.active a {
  color: #f16000;
}

.btn-primary {
  border: 1px solid #f16000 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  background-color: #d85600 !important;
  border: 1px solid #d85600 !important;
}

.btn-shadow.btn-primary {
  box-shadow: 1px 5px 9px rgba(241, 96, 1, 0.32);
}

/* ---------------------------About Us page--------------------- */
:root {
  --primary-color: #d291bc;
  --max-width: 1200px;
  --text-light: #64748b;
}

.home-about {
  padding-bottom: 0;
}

.spad {
  padding-top: 100px;
  /* padding-bottom: 100px; */
}

.home_about_pic {
  margin-right: -20px;
  padding-right: 30px;
}

.home_about_pic_item {
  height: 620px;
  width: calc(50% - 20px);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.home_about_pic_item_inner {
  height: 300px;
  margin-bottom: 20px;
}

.home_about_text {
  padding-top: 35px;
}

.home_about_text h2 {
  letter-spacing: 3px;
}

.home_about_text .section-title {
  text-align: left;
  margin-bottom: 24px;
}

.home_about_text span {
  display: block;
  font-size: 16px;
  color: #404d80;
  margin-bottom: 12px;
}

.home_about_text p.para-2 {
  margin-bottom: 40px;
}

.section-title h2 {
  font-weight: 400;
  font-size: 40px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}

.section-title p {
  padding-top: 15px;
  margin-bottom: 30px;
}

.custom-btn.bg-color:hover,
.custom-btn.bg-color:focus {
  background: var(--white-color);
  border-color: transparent;
  color: var(--primary-color);

}

.custom-btn {
  background: transparent;
  border-radius: var(--border-radius-small);
  padding: 14px 24px;
  color: var(--white-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.custom-btn:hover {
  color: var(--primary-color);
}

.custom-btn:focus {
  box-shadow: none;
}

.bg-color {
  background: var(--primary-color);
  color: var(--white-color);
}

/* --------------------members----------------------------------------------- */


/* img {
  width: 100%;
  display: flex;
} */

/* a {
  text-decoration: none;
} */

/* html,
body {
  scroll-behavior: smooth;
} */

/* body {
  font-family: "Work Sans", sans-serif;
} */

.section__container {
  max-width: var(--max-width);
  margin: auto;
  padding: 1rem 1rem;
}

.section__subheader {
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  /* color: var(--text-light); */
  color: white;
  letter-spacing: 2px;
}

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

.section__header {
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  color: var(--text-dark);
}

.why__content .section__header {
  margin-bottom: 1rem;
  text-align: left;
}

.stories__grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.stories__card {
  padding: 1rem;
}

.stories__content {
  position: relative;
  isolation: isolate;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.stories__content span {
  padding: 7px 10px;
  font-size: 1.5rem;
  color: var(--white);
  background-color: var(--primary-color);
  border-radius: 100%;
}

.stories__content::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  top: 0;
  left: 24px;
  background-color: white;
  opacity: 0.1;
  z-index: -1;
}

.stories__content p {
  line-height: 1.5rem;
  /* color: var(--text-light); */
  color: white
}

.stories__content p {
  line-height: 1.5rem;
  /* color: var(--text-light); */
  color: white
}

.stories__author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.stories__author img {
  max-width: 100px;
  border-radius: 100%;
}

.stories__author__details h4 {
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text-dark);
}

.stories__author__details h6 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-light);
}


@media (width < 900px) {

  .why__content :is(.section__header, p) {
    text-align: center;
  }

  .stories__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (width < 600px) {

  .stories__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}



















/*======= Responsive ======*/
@media (min-width: 768px) {
  .nav-custom-left {
    margin-left: 5%;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-page .col-sm-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .navbar-custom {
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
  }

  .screen-space {
    margin: 0px auto 50px auto;
  }

  .feature-detail {
    padding: 0px 0px 50px 30px !important;
  }

  .footer h5 {
    margin-top: 30px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-wrapper .blog-item {
    width: 50%;
  }

  .navbar-custom .navbar-nav li a {
    font-size: 12px;
  }

  .blog-detail-box {
    padding-right: 0px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {}

@media (max-width: 767px) {
  .blog-wrapper .blog-item {
    width: 100%;
  }

  .logo {
    margin-top: 7px;
  }

  .blog-detail-box {
    padding-right: 0px;
  }
}



/* --------------------------------------------------- */

/* ------------------------------------------------------ */
@media only screen and (max-width: 1130px) {
  .header_banner_text {
    top: 42%;
    left: 68%;
  }

  .hader__banner {
    /* clip-path: circle(100% at 80% -34%); */
    clip-path: circle(115% at 80% -34%);
  }
}

@media only screen and (min-width: 768px) {
  .nav_link li:hover>ul {
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (max-width: 1110px) {
  .nav_link {
    top: 100px;
    left: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: start !important;
    justify-content: start !important;
    background: rgb(41, 40, 40);
    width: 100%;
    z-index: 9999;
    height: 00vh;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s ease-in-out;
  }

  .sub_menu {
    position: static;
  }

  .ham {
    display: initial;
  }

  .show {
    height: 60vh;
    opacity: 1;
    visibility: visible;
    transition: 0.6s ease-in-out;
  }

}

@media only screen and (max-width: 920px) {
  .header_banner_text {
    top: 35%;
    left: 68%;
    max-width: 500px;
  }
}

/* -------Depression------------ */
@media only screen and (max-width: 766px) {
  .Depression_inner h2 {
    transform: translateX(0px);
    font-size: 35px;
    width: 100%;
    padding: 8px;
  }
}

@media only screen and (max-width: 656px) {
  .header_banner_text {
    top: 20%;
    left: 60%;
    max-width: 500px;
  }
}

@media only screen and (max-width: 459px) {
  .header_banner_text {
    top: 20%;
    left: 60%;
    max-width: 400px;
  }

  .hader__banner {
    height: 100vh;
    
  }

  .header_banner_text h1 {
    font-size: 20px;
  }
}