body {
  /* background-image: url("./assets/TeamBg.jpg");
  background-size: cover;
  background-attachment: fixed; */
    background-image: url("./assets/bgBlur.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
input {
  box-shadow: none !important;
}
textarea {
  box-shadow: none !important;
}
.navList ul li {
  text-align: center;
}

.sectionHead {
  text-align: center;
  font-family: "Saira Stencil One", serif;
  font-size: 50px;
  margin-bottom: 30px;
  color: #000000;
}

.navHead {
  background-image: url("./assets/TitanXInnerPageImage.jpg");
  background-size: cover;
}

.navHead .innerData {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.navHead .innerPageContainer {
  background-color: #00000090;
  padding: 60px 0;
}

.navHead h2 {
  font-size: 64px;
  font-family: "Michroma";
  color: #ffffff;
  text-align: center;
}

.navHead .innerData .breadcrumb li a {
  color: #d01011;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
}

.navHead .innerData .breadcrumb li {
  font-family: "Montserrat";
  color: #ffffff;
}

.whatsappBtn {
  position: fixed;
  z-index: 999999;
  bottom: 20%;
  right: 2%;
  width: 50px;
  height: 50px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.whatsappBtn img {
  width: 100%;
}

.phoneBtn {
  position: fixed;
  z-index: 999999;
  bottom: 10%;
  right: 2%;
  width: 50px;
  height: 50px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.phoneBtn i,
.whatsappBtn i {
  color: #ffffff;
}

.phoneBtn img {
  width: 100%;
}

/* -------------------------------------------------------------------- Nav Container-------------------------------------------------------------- */

.navContainer {
  /* background-color: #ffffff; */
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 100%;
}
.navContainer.active {
  position: fixed;
  z-index: 999999;
  animation: comeDown 0.5s ease-in-out;
  background-color: white;
  width: 100%;
}

@keyframes comeDown {
  0% {
    top: -100%;
  }

  100% {
    top: 0;
  }
}

.navBar .toggleListIcon {
  display: none;
}

.navContainer.active .navBar {
  background-color: transparent;
  justify-content: center !important;
}

.navContainer.active .navBar .navList ul {
  background-color: #ffffff;
  padding: 10px 30px;
  border-radius: 30px;
}

.navContainer.active .navBar .navList ul li:last-child {
  background-color: #000000;
}

.navContainer.active .navBar .navList ul li a {
  color: #000000;
  font-size: 14px;
}

.navContainer.active .navBar .navList ul li:last-child a {
  color: #ffffff !important;
}

.navContainer.active .navBar .logo {
  display: none;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.logo h1 {
  font-family: "Saira Stencil One", serif;
  margin: 0;
  font-size: 64px;
  color: #d01011;
}

.logo h6 {
  font-family: "Saira Stencil One", serif;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  transform: translateY(-12px);
}

.navBar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}

.navBar .logo img {
  width: 350px;
  position: relative;
  z-index: 999999;
}

.navBar .navList ul {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  padding-left: 0;
}

.navBar .navList ul li {
  list-style-type: none;
  margin: 0 15px;
}

.navBar .navList ul li a {
  font-family: "Montserrat", serif;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0;
}

.navBar .navList ul li:last-child {
  padding: 5px 20px;
  background-color: #000000;
  border-radius: 50px;
}

.navBar .navList ul li:last-child a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}

.navBar .socialMediaIcons img {
  width: 35px;
  aspect-ratio: 1;
  height: 35px;
  margin: 0 5px;
}

.navBar .navList.posAbs {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 50%;
  background-color: #ffffff;
}

.navBar .navList.posAbs ul {
  flex-direction: column;
}

.mobileNavBar {
  display: none;
}

.mobileNavBar {
  background-color: #ffffff;
}

.mobileNavBar .logo img {
  width: 100px;
}

.mobileNavBar .navList {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobileNavBar .navList ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.mobileNavBar .navList ul li {
  list-style-type: none;
  padding: 20px 0;
}

.mobileNavBar .navList ul li a {
  font-family: "Montserrat", serif;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0;
}

.mobileNavBar .navList ul li:last-child {
  padding: 8px 32px;
  background-color: #d01011;
  border-radius: 30px;
}

.mobileNavBar .navList ul li:last-child a {
  color: #ffffff;
}

/* --------------------------------------------------------------------Nav Container-------------------------------------------------------------- */

/* mainContent Container */
.mainContentContainer {
  /* background-color: #ffffff; */

padding: 150px 0 50px 0;
}
.mainData {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.mainData h6 {
  text-align: center;
  margin: 0;
  font-family: "Montserrat";
}
.mainData h1 {
  text-align: center;
  font-family: "Saira Stencil One", serif;
  font-weight: 600;
  font-size: 3rem;
  color: #d01011;
}
.mainData p {
  font-family: "Montserrat";
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
  width: 80%;
}
.carBg1 {
  background-image: url("./assets/carousalImage1.jpg");
  background-size: cover;
  padding: 250px 0;
  background-position: center;
}

.carBg2 {
  background-position: center;
  background-image: url("./assets/carousalImage2.jpg");
  background-size: cover;
  padding: 250px 0;
}

.carBg3 {
  background-position: center;
  background-image: url("./assets/carousalImage3.jpg");
  background-size: cover;
  padding: 250px 0;
}

.carousel-item {
  position: relative;
}

.carData {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.carData h1 {
  font-family: "Prosto One", serif;
  font-size: 80px;
  margin: 0;
  color: #d01011;
  animation: fade 1.5s ease-in-out;
  text-align: center;
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.carData p {
  margin: 0;
  color: #ffffff;
  font-family: "Montserrat";
  width: 80%;
  text-align: center;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 3;
}

.btnContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.btnContainer a {
  color: #ffffff;
  background-color: #000000;
  font-family: "Montserrat";
  text-decoration: none;
  padding: 10px 20px !important;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.btnContainer a:nth-child(1) {
  animation: 1s ease-in-out come;
}

.btnContainer a:nth-child(2) {
  animation: 2s ease-in-out come;
}

@keyframes come {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/* mainContent Container */

/* --------------------------------------------------------------------aboutContainer-------------------------------------------------------------- */
.aboutContainer {
  padding: 50px 0;
  background-color: #ffffff;
}

.aboutMatter {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}

.aboutMatter .logo {
  display: flex;
  justify-content: flex-start;
}

.aboutMatter h2 {
  font-size: 45px;
  font-family: "Prosto One", serif;
  color: #000000;
  line-height: 65px;
  text-align: left !important;
}

.aboutMatter h2 span {
  background-color: #000000;
  color: #d01011;
  padding: 5px;
  border-radius: 5px;
}

.aboutMatter p {
  font-family: "Montserrat";
  font-weight: 500;
}

.aboutMatter .logo h6 {
  color: #000000;
  padding: 2px;
  margin: 0;
  font-family: "Montserrat";
}

.aboutMatter a {
  border: 2px solid #000000;
  text-decoration: none;
  color: #000000;
  font-family: "Montserrat";
  font-weight: 600;
  padding: 5px 30px;
  border-radius: 50px;
}

.aboutImage img {
  width: 500px;
  border-radius: 30px;
}

.aboutFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --------------------------------------------------------------------aboutContainer-------------------------------------------------------------- */

/* --------------------------------------------------------------------whyChooseContainer-------------------------------------------------------------- */
.whyChooseContainer {
  padding: 50px 0;
  background-color: #ffffff;
}

.whyChooseContainer .chooseImage img {
  width: 450px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 10px;
}

.chooseFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.chooseUsBoxFlex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.chooseBox {
  margin: 30px 0;
  background-color: #ffffff;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 10px;
  gap: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 1px 1px #00000020;
}

.chooseBox h4 {
  color: #000000;
  font-family: "Montserrat";
  font-size: 20px;
  margin: 0;
}

.chooseBox img {
  width: 50px;
  height: 50px;
}
.chooseImage {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* --------------------------------------------------------------------whyChooseContainer-------------------------------------------------------------- */

/* --------------------------------------------------------------------whyChooseContainer-------------------------------------------------------------- */
.doctorsContainer {
  padding: 50px 0;
  background-color: #ffffff;
}

.doctorsBox li {
  font-family: "Montserrat";
  font-weight: 600;
  list-style-type: none;
  margin: 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  font-size: 17px;
}

.doctorsBox li i {
  background-color: #000000;
  color: #d01011;
  height: 25px;
  width: 25px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* --------------------------------------------------------------------whyChooseContainer-------------------------------------------------------------- */

/* --------------------------------------------------------------------serviceContainer-------------------------------------------------------------- */
.serviceContainer {
  padding: 50px 0;
  background-color: #000000bb;
}

.serviceContainer .serviceImage img {
  width: 600px;
  background-color: #000000;
  padding: 2px;
  border-radius: 10px;
}

.serviceForm {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
}

.serviceForm .inputField {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  margin: 10px 0;
}

.serviceForm .inputField input {
  width: 100%;
  border-radius: 5px;
  padding: 5px 15px;

  border: 1px solid #000000;
}

.serviceForm .inputField textarea {
  width: 100%;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #000000;
}

.inputBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}

.inputBtn button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 500;
  border: none;
  padding: 5px 30px;
  border-radius: 30px;
}

.serviceForm .inputField label {
  font-family: "Montserrat";
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}

.serviceFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* h2 {
  font-size: 64px;
  font-family: "Saira Stencil One", serif;
  color: #ffffff;
  text-align: center;
} */

.serviceContainer p {
  font-family: "Montserrat";
  color: #ffffff;
  text-align: center;
}

/* --------------------------------------------------------------------serviceContainer-------------------------------------------------------------- */

/* --------------------------------------------------------------------supportContainer-------------------------------------------------------------- */
.supportContainer {
  background-color: #ffffff;
  padding: 50px 0;
}

.supportContainer h3 {
  color: #000000;
  font-family: "Prosto One", serif;
}

.supportBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.supportBox i {
  color: #d01011;
  background-color: #000000;
  height: 80px;
  width: 80px;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --------------------------------------------------------------------supportContainer-------------------------------------------------------------- */

/* --------------------------------------------------------------------footer Container-------------------------------------------------------------- */
/* footerContainer */
.footerContainer {
  padding-top: 25px;
  background-color: #ffffff;
  border-top: 2px solid #00000050;
}

.footerContainer .footerLogo,
.footerList,
.footerAddress {
  margin: 20px 0;
}

.footerContainer .footerLogo .logo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 5px;
}

.footerContainer .footerLogo p {
  color: #000000;
  font-family: "Montserrat";
  font-weight: 600;
}

.footerContainer .footerLogo .knowMoreBtn {
  color: #d01011;
  font-family: "Montserrat";
  text-decoration: none;
  background-color: #000000;
  padding: 5px 15px;
  border-radius: 30px;
  font-weight: 500;
}

.footerList h3 {
  color: #d01011;
  font-family: "Prosto One", serif;
  background-color: #000000;
  width: fit-content;
  padding: 5px;
  border-radius: 5px;
  font-size: 25px;
  margin: 0 auto;
}

.footerList ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footerList ul li {
  padding: 15px 0;
  list-style-type: none;
}

.footerList ul li a {
  text-decoration: none;
  color: #000000;
  font-family: "Montserrat";
  font-weight: 600;
}

.footerAddress h3 {
  color: #d01011;
  font-family: "Prosto One", serif;
  background-color: #000000;
  width: fit-content;
  padding: 5px;
  border-radius: 5px;
  font-size: 25px;
}

.footerAddress p {
  color: #000000;
  font-family: "Montserrat";
  margin: 0;
}

.socialIcons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.socialIcons .iconBg {
  background-color: #000000;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.socialIcons .iconBg i {
  color: #d01011;
}

/* footerContainer */
/* --------------------------------------------------------------------footer Container-------------------------------------------------------------- */

@media (max-width: 1800px) {
  .carData h1 {
    font-size: 70px;
  }
}

@media (max-width: 1690px) {
  .carData h1 {
    font-size: 64px;
  }
}

@media (max-width: 1500px) {
  .carData h1 {
    font-size: 55px;
  }
}

@media (max-width: 1440px) {
  .carData h1 {
    font-size: 50px;
  }
}

@media (max-width: 1280px) {
  .queryFlex .sectionHead {
    font-size: 50px;
  }

  .headService p {
    font-size: 15px;
  }

  .navBar .navList ul li a {
    font-size: 14px;
  }

  .navHead h2 {
    font-size: 55px;
  }
}

@media (max-width: 1180px) {
  .navBar .navList ul li a {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .mobileNavBar.active .logo h6 {
    display: none;
  }

  .footerAddress h3,
  .footerList h3 {
    margin: 0;
  }

  .footerList ul {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navContainer.active .navBar .logo {
    display: flex;
  }

  .navContainer.active .navBar .logo h1 {
    color: #000000;
  }

  .navContainer.active .navBar .logo h6 {
    display: none;
  }

  .whyChooseContainer .chooseImage img,
  .aboutImage img {
    margin-top: 30px;
  }

  .whyChooseContainer .chooseImage img {
    width: 100%;
  }

  .aboutImage {
    margin-top: 30px;
  }

  .aboutImage img {
    width: 100%;
  }

  .carData h1 {
    font-size: 45px;
    text-align: center;
  }

  .carBg1,
  .carBg2,
  .carBg3 {
    padding: 150px 0;
  }

  /* .navContainer .toggleListIcon i {
    color: #ffffff !important;
  } */

  .navContainer.active .toggleListIcon i {
    color: #000000 !important;
  }

  .navContainer.active .logo {
    display: block;
  }

  .navContainer .logo img {
    width: 200px;
  }
  .navContainer.active .logo img {
    width: 200px;
  }

  .navContainer {
    padding-bottom: 5px;
  }

  .mobileNavBar {
    width: 50%;
  }

  .mobileNavBar.active {
    animation: comeOut 0.5s linear;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    position: fixed;
    z-index: 999999;
    padding: 50px 20px;
    transition: 1s ease-in-out all;
  }

  @keyframes comeOut {
    0% {
      right: -100%;
    }

    100% {
      right: 0;
    }
  }

  .mobileNavBar.active .logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .mobileNavBar.active .navList ul li:last-child {
    background-color: #000000;
  }

  .navContainer .logo {
    justify-content: flex-start;
  }

  .navBar {
    margin-top: 0;
    justify-content: space-around;
  }

  /* .navBar .logo img {
        width: 110px;
    } */

  .navBar .navList {
    display: none;
  }

  .navContainer .logo {
    width: 100%;
  }

  .navBar .toggleListIcon {
    display: block;
  }

  .navContainer .navBar .logo h1 {
    font-size: 50px;
  }

  .navContainer .navBar .logo h6 {
    color: #ffffff;
    font-size: 18px;
  }

  .sectionHead {
    font-size: 45px;
  }
}

@media (max-width: 768px) {
  .mainData h1{
    font-size: 2.5rem;
  }
  .mainContentContainer{
    padding: 120px 0 30px 0;
  }
  .chooseBox ul li {
    padding-left: 10px;
  }

  .chooseBox ul li h4 {
    font-size: 16px;
  }

  .aboutMatter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .sectionHead {
    font-size: 40px;
  }

  .aboutMatter h2 {
    line-height: 45px;
    font-size: 35px;
    text-align: center !important;
  }

  .aboutMatter p {
    text-align: center;
  }

  .aboutMatter .logo h6 {
    text-align: center;
  }

  .navBar {
    width: 100%;
  }

  .mobileNavBar {
    width: 80%;
  }

  .carData h1 {
    font-size: 32px;
  }

  .carBg1,
  .carBg2,
  .carBg3 {
    padding: 150px 0;
  }

  .carData p {
    text-align: center;
    font-size: 15px;
    width: 90%;
  }
}

@media (max-width: 569px) {
  .supportContainer h3 {
    font-size: 18px;
  }

  .chooseBox ul li {
    padding-left: 8px;
  }

  .chooseBox ul li h4 {
    font-size: 14px;
  }

  .btnContainer {
    flex-direction: column;
  }

  .whyChooseContainer .chooseImage img,
  .aboutImage img {
    width: 100%;
  }

  .mobileNavBar {
    width: 100%;
  }
}

/* @media (max-width:389px) {
    .sectionHead {
        font-size: 35px;
    }
} */
