@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.fixed-top {
  position: unset !important;
}

.social {
  margin-right: 25px;
}

.contact-button {
  background: #253e8e;
  color: #fff;
  font-size: 14px;
  padding: 12px 26px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.contact-button:hover {
  background: #00b383;
}

.offcanvas-body .nav-link {
    color: #000;
    font-weight: 400;
    position: relative;
    font-size: 15px;
    margin: 0 14px !important;
    transition: 0.5s;
}
.offcanvas-body .nav-link.active, .offcanvas-body .nav-link:hover{
 color: #00b383;
}
.offcanvas-body .nav-link.active::after, .offcanvas-body .nav-link:hover::after{
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: solid 1px #00b383;
    position: absolute;
    left: -15px;
    top: -5px;
    z-index: 1;
}

.offcanvas-body .nav-link.active::before, .offcanvas-body .nav-link:hover::before {
    content: "";
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: solid 1px #00b38300;
    position: absolute;
    left: -21px;
    top: -10px;
    background: url(../image/dot.png) no-repeat;
    z-index: 2;
    background-size: 10px;
    background-position: 7px 7px;
}


.offcanvas-body .link-link::before {
  contain: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #00b383;
  transition: 0.3s ease-in-out;
}

.offcanvas-body .nav-link:hover::before {
  width: 100%;
  visibility: visible;
}

.social ul {
  list-style: none;
  gap: 6px;
  align-items: center;
  margin: 0;
  padding-left: 15px;
}
.social ul li a {
    border-radius: 100px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social ul li a img {
  width: 15px;
}
.social ul li a:hover{
  background: #00b383;
  transition: 0.5s;
}
.social ul li a:hover img{
  filter: brightness(0) invert(1);
   transition: 0.5s;
}
.banner {
  background: url(../image/backbanner.png) no-repeat center #000C34;
  background-size: cover;
  width: 100%;
  height: 42rem !important;
  border-radius: 28px;
}
.banimg {
  margin-top: 10rem;
}
.baninning {
  position: relative;
  top: -40rem;
  right: -31rem;
  width: 27%;
}
.banimg img {
  width: 100%;
}
.bantext {
  padding-left: 40px;
}
.bantext h1 {
    margin-top: 7rem;
    color: #fff;
    font-size: 55px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.maintext span {
  position: relative;
  font-weight: 200;
}
.maintextimg {
  position: absolute;

  bottom: -11px;
  right: -5px;
}
.maintextimg img {
  width: 14rem;
}
.bantext p {
    font-family: Poppins;
    font-size: 18px;
    padding-top: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    margin-bottom: 18px;
}
.textbutton {
  display: flex;
  align-items: center;
  gap: 18px;
}
.conus {
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  border: transparent;
}
.conus:hover {
  background: #00b383;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.play{
    background: #39b54a;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 13px;
    border-radius: 100px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border: transparent;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play img{
  filter: brightness(0) invert(1);
  width: 15px;
  transition: 0.5s;
}
.play:hover img{
  filter: unset;
}
.play:hover {
  background: #fff;
  color: #000;
  transition: 0.3s ease-in-out;
  
}
.playvideo{
  display: flex;
  align-items: center;
}
.playvideo span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding-left: 15px;
}

.experience {
  color: #fff;
  margin-top: 40px;
}
.experience h1 {
  font-size: 27px;
  margin: 0;
}
.experience h5{
  font-size: 35px;
  font-weight: 600;
}
.experience span {
  font-size: 12px;
}
.experience p{
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  }
.products-section {
  padding: 100px 0 50px;
  background-size: cover;
}
.products-section .card{
  box-shadow: 0px 4px 26px 0px #00000014;
  border: 0;
}
.card-title
.products-section .card .card-body{
  padding: 25px;
}
.products-section .card-title{
  font-weight: 600;
  font-size: 16px;
}

.card-body-text{
  padding-right: 10px;
}

.section-title h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
  color: #253e8e;
  font-family: "poppins";
}

.surgeon-section h2 {
  font-size: 45px;
  line-height: 55px;
  width: 55%;
  font-family: "Poppins";
  font-weight: 600;
}

.surgeon-text p {
     font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
}
.surgeon-button {
    background: #39b54a;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border: transparent;
}
.surgeon-button:hover {
  background: #253e8e;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.card-surgeon {
  margin-top: 2rem;
}
.training-section {
  background-size: contain;
  /* height: 49rem; */
  overflow: hidden;
}
.trainimg {
  /* margin-top: 1rem; */
  position: relative;
}
.vein {
  /* margin-top: 13.9rem; */
}
.trainin {
  /* margin-top: 7.7rem; */
}

.vein img {
  width: 100%;
  border-radius: 20px;
}
.vein h3 {
  font-family: Poppins;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}
.vein p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.trainimg img {
  width: 100%;
  border-radius: 20px;
}

.traininimg {
  position: absolute;
  bottom: 35px;
  right: 35px;
  width: 60%;
}
.traininimg-text {
  position: absolute;
  top: 90px;
  right: 27px;
}
.traininimg-text h4 {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  text-align: right;
}
.trainimg-button {
  float: right;
  background: #253e8e;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  border: transparent;
}
.trainimg-button:hover {
  background: #39b54a;
  border: transparent;
  transition: 0.3s ease-in-out;
}
.traininimg-text p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: right;
}

.trainin h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: right;
  text-transform: uppercase;
  color: #253e8e;
  font-family: "poppins";
}

.trainin h3 {
  font-family: Poppins;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
  text-align: right;
  padding-bottom: 12px;
  color: #000;
}
.arrow {
  display: flex;
  gap: 15px;
  justify-content: end;
  align-items: center;
}
.arrbtn {
  background: #fff;
  border-radius: 100px;
  border: 1px solid #000;
  transition: 0.3s ease-in-out;
  padding-bottom: 3px;
}
.arrbtn:hover {
  background: #39b54a;
  transition: 0.3s ease-in-out;
}
.cosmo img {
  width: 100%;
}
.cosmo h4 {
  font-family: Poppins;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  margin: 0;
  margin-bottom: 8px;
}
.cosmo p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
.trainin p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-align: right;
}

.service-title h4 {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  color: #253e8e;
  font-family: "poppins";
  margin-bottom: 15px;
}

.card {
  border-radius: 15px;
}
.card-img-top {
  border-radius: 15px 15px 0 0;
}
.card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-body-icon {
  background-color: #34b44a;
  width: 37px;
  height: 37px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.card-body-icon img {
  padding: 10px;
  /* border-radius: 100px; */
  width: 40px;
  height: 40px;
}

.service-card {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
/* .a-box {
  margin-bottom: 4rem;
} */
.img-contai img {
  width: 100%;
}

.text-contai {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 75px 20px 45px 20px;
  border-radius: 0 0 30px 60px;
  background: #fff;
  margin: -70px 0px 0px 0px;
  line-height: 19px;
  font-size: 14px;
}

.text-contai h3 {
  margin: 20px 0px 10px 0px;
  color: #000;
  font-size: 26px;
  font-family: "Poppins";
  font-weight: 500;
}
.text-contai p {
  font-size: 16px;
  font-family: "Poppins";
  line-height: 25px;
}

.servicebutton {
  display: flex;
  align-items: center;
  gap: 13px;
}
.serviceconus {
  background: #253e8e;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 13px 36px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  border: transparent;
}
.serviceconus:hover {
  background: #f2a227;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.serviceangle {
  background-color: #34b44a;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  margin: 0;
}
.serviceangle img {
    padding: 10px;
    border-radius: 100px;
    width: 32px;
}
.serviceangle:hover {
  background: #253e8e;
  transition: 0.3s ease-in-out;
}
.testimonials-section {
  margin-bottom: 5rem;
}
.testimonials-title {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.01em;
}
.testimonials-title h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
  text-transform: uppercase;
  color: #253e8e;
  font-family: "poppins";
}
.student-section h2 {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 600;
  line-height: 53px;
}
.student-section p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  font-style: italic;
}
.author span{
  font-size: 14px;
  font-weight: 400;
}
.author span:first-child{
  font-size: 20px;
  font-weight: 600;
}

.clients-title {
  text-align: center;
}
.clients-title h4 {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 600;
  line-height: 33px;
  text-align: center;
}
.clients-title p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
  padding-top: 15px;
}

#carouselExampleDark.carousel {
  max-width: 100%;
  margin-left: 55px;
  position: relative;
}

.carousel-inner {
  border-radius: 20px;
  overflow: hidden;
}

.testimonial {
  background-color: #2c3e87;
  color: white;
  padding: 26px 40px;
  border-radius: 20px;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.quote-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  opacity: 0.8;
}

.carousel-control-prev, .carousel-control-next {
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  border: solid 1px #000;
}
.carousel-control-prev:hover, .carousel-control-next:hover{
  background-color: #00b383;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
      height: 20px;
}

#carouselExampleDark .carousel-control-prev {
  left: -72px;
}

#carouselExampleDark .carousel-control-next {
  left: -18px;
}

/* .carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(0);
  background-size: 20px 20px;
} */
.carousel-control-next, .carousel-control-prev{
  opacity: 1;
}
.carousel-control-prev:focus,
.carousel-control-next:focus {
  box-shadow: none;
  outline: none;
}

.carousel-control-prev:active,
.carousel-control-next:active {
  transform: translateY(-50%) scale(0.9);
}

.slid_img {
  /* height: 250px; */
  margin: auto;
  position: relative;
  width: 90%;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 4rem;
}

.slid_img-track {
  display: flex;
  width: max-content; /* Automatically adjusts to the number of slides */
  animation: scroll 15s linear infinite; /* Slower, smoother scroll */
}

.slid_img-track:hover {
  animation-play-state: paused;
}

.slid {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  perspective: 100px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 10px 0;
  border-radius: 20px;
}

.slid img {
  width: 100%;
  transition: transform 1s;
  height: 80px;
  object-fit: contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Scroll to half the width of the track */
  }
}

.footer-section {
  background: #202432;
  height: 100%;
  z-index: 0;
  position: relative;
}
.footer-section .container{
      z-index: 1;
    position: relative;
}
.footer-section::before {
    content: "";
    background: url(../image/bg.png) #202432;
    background-position: right;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.5;
    mix-blend-mode: Luminosity;
}
.footer-text {
  color: #fff;
  padding: 20px 0 28px;
  font-size: 14px;
  line-height: 1.7;
}
.social-footer ul {
  list-style: none;
  gap: 10px;
  padding: 0;
}
.social-footer ul li {
  padding: 8px 15px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #39b54a;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  display: flex;
  justify-content: center;
}

.social-footer ul li a img {
  width: 16px;
}
.footer-section h5 {
  color: #fff;
}
.footer-section ul li a {
  color: #fff !important;
  padding: 0;
  margin-bottom: 14px;
  font-size: 14px;
}
.footer-contact {
  color: #fff;
}
.footer-contact span {
  color: #39b54a;
}
.copyed-text {
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
}
.copyed-text span {
  color: #f4c919;
}
.copyed-text p {
    margin: 0;
    /* padding-bottom: 25px; */
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;
    position: relative;
    z-index: 9;
}

.copyed-text::before {
  content: "";
  display: block;
  width: 20rem;
  height: 1px;
  background-color: #fff;
  margin: 10px 0;
  position: absolute;
  top: 2px;
  left: 0;
}

.copyed-text::after {
  content: "";
  display: block;
  width: 20rem;
  height: 1px;
  background-color: #fff;
  margin: 10px 0;
  position: absolute;
  top: 2px;
  right: 0;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #bbb;        /* Normal dot color */
  display: block;
  border-radius: 50%;      /* Circle shape */
  transition: all 0.3s ease;
}

/* Active Dot */
.owl-dots .owl-dot.active span {
  background: #F2A227;     /* Active dot color */
  transform: scale(1.3);   /* Zoom effect */
}

/* Hover Effect */
.owl-dots .owl-dot:hover span {
  background: #333;
}

.banner2{
   background: #333;
}

