* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  /* position: relative;   */
  width: 90%;
  margin: auto;
  /* border: 1px solid black; */
}



.navlink ul li {
  cursor: pointer;
}

.navlink ul li a {
  text-decoration: none;
  color: black;
}

.navicon i{
  color:black;
}

/* .navicon {
  display: none;
  font-size: 24px;
  cursor: pointer;
} */

/*  */


.Home_Contant span {
  color: #d72638;
}
.Home_bg {
  /* background: url("../images/BG-Img.jpeg"); */
  background: url("../images/bg-Dr-image.jpg");
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.Home-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.btn {
  padding: 15px 25px;
  border-radius: 10px;
  font-weight: 600;
  /* color: white; */
  border: none;
}
.pink-btn {
  background-color:#d72638;
  color:white
}

.pink-btn:hover {
  color: #d72638;
  background-color:white
}

.black-btn {
  background-color: black;
}
/* .Home_Contant{
    padding: 150px 0 100px 0; 
} */
p {
  margin: 25px 0px;
}
h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
}

.inner-contant {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
  gap:15px;
}
.inner {
  background-color:#d72638;
  border-radius: 3%;
  padding: 30px 50px;
  color: white;
  z-index: 5;
}
.inner a {
  color: white;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 100px;
}
.section-title div img {
  margin-top: 15px;
}
/* .icons h1, p{
color: #fff;
} */
.icon {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  gap: 30px;
  margin-top: 5%;
  /* border: 1px solid hotpink; */
  /* background-color: pink; */
}

.icons p
{
    margin: 25px 25px;
    
}


.icons img {
  font-size: 35px;
  margin: 20px 0;
  width: 80%;
  /* height: 70%; */
  /* padding: 31px 0; */
  border: 1px solid rgb(253, 36, 155);
  border-radius: 1cap;
  color: rgb(253, 36, 155);
  max-height: 13rem;
  max-width:11rem ;
}

.icon .icons {
  border: 1px solid rgb(253, 36, 155);
  min-height: 25rem;
  max-width: 20rem;
  position: relative;
  background-color: #d72638; 
  border-radius: 2cap;
}

.icons .button_icon {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}
/* section last css */
.center-section {
  text-align: center;
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
}

.center-section img {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
}

.center-section h2 {
  font-size: 24px;
  margin-top: 15px;
  color: #333;
}

.center-section p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .center-section {
    padding: 15px;
  }

  .center-section h2 {
    font-size: 20px;
  }

  .center-section p {
    font-size: 14px;
  }
}
/* end */

/* footer css */
footer {
  background: #333131;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1;
  min-width: 250px;
  margin: 10px;
}

.footer-column h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.footer-column p,
.footer-column ul {
  font-size: 14px;
  line-height: 1.6;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  text-align: center; /* Text को सेंटर करें */
  justify-content: center;
}

.footer-column ul li {
  display: inline-block; /* Inline block से सेंटर होगा */
  margin: 5px 10px; /* कुछ स्पेस दें */
}

.footer-column ul li a {
  color: #bbb;
  text-decoration: none;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  color: #fff;
}


.footer-column ul li a:hover {
  color: #fff;
}

.social-icons a {
  color: #bbb;
  font-size: 18px;
  margin: 0 10px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #fff;
}

.footer-bottom p{
  margin: 0px;
  padding-top: 10px;
  border-top: 1px solid #444;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
}

/* footer css end */

@media screen and (max-width: 1100px) {
  .inner-contant {
    flex-direction: column;
    gap: 20px;
  }
  .margin {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 970px) {
  .icon {
    flex-direction: column;
  }
}
/* @media screen and (max-width: 830px) {
  .navicon {
    display: inline-block !important;
  }
  .navbar .navlink {
    display: none !important;
  }
} */
