@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");



body {
  font-family: "Nunito", sans-serif;
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_margin-top {
  margin-top: 90px;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}
.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;

}
.hero_area .hero_bg_box {
  text-align: right !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}
.hero_area .hero_bg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
}

.sub_page .hero_area {
  min-height: auto;
  background-color: #902a4b;
}
.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
}
.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 0;
}
.custom_nav-container .navbar-nav {
  margin-left: auto;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}
.custom_nav-container .nav_search-btn:hover {
  color: #e86e73;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] {
  transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span {
  transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span::before, .custom_nav-container .navbar-toggler[aria-expanded=true] span::after {
  transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}
.slider_section .row {
  align-items: center;
}
.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}
.slider_section .detail-box {
  color: #b83560;
}
.slider_section .detail-box h1 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-justify: auto;
  margin-bottom: 15px;
  color: #ffffff;
}
.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}
.slider_section .detail-box .btn-box {
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}
.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}
.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #e86e73;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #ffffff;
}
.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}
.slider_section .img-box {
  display: flex;
  justify-content: center;
}
.slider_section .img-box img {
  width: 100%;
  max-height: 5rem;
}
.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}
.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
}

.introdoction {
  padding: 4rem 0;
}

.cta-info {
  padding: 3rem;
  margin: 1rem 0;
}
.cta-info__list {
  position: relative;
  list-style-type: none;
  display: block;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 0.7rem;
}
.cta-info__list li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 600;
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

.introduction-right-side {
  overflow: hidden;
  position: relative;
  background: rgb(195, 193, 193);
  color: black;
}
.introduction-right-side .logo-fish-box {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.introduction-right-side .logo-fish-box .logo-fish {
  transform: rotate(-19deg);
  width: 35rem;
  height: 35rem;
}
.introduction-right-side .logo-fish-box .logo-fish img {
  opacity: 0.4;
  width: 100%;
  height: 100%;
}

.introduction-left-side {
  background: linear-gradient(45deg, #b83560, #e86e73);
  

}

.introduction-left-side p {
    text-align: justify;
}

.introduction-left-side h4 {
  font-weight : 900;
   font-size: 2rem;
}


.features {
  position: relative;
}
.features .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
}
.features .box .img-box {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-color: #e86e73;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features .box .img-box img {
  max-width: 55px;
  max-height: 55px;
  transition: all 0.3s;
}
.features .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}
.features .box .detail-box a {
  color: #b83560;
  font-weight: 600;
}
.features .box .detail-box a:hover {
  color: #e86e73;
}
.features .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.features .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #e86e73;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #e86e73;
}
.features .btn-box a:hover {
  background-color: transparent;
  color: #e86e73;
}

.about_section {
  background-color: #b83560;
}
.about_section .row {
  align-items: center;
}
.about_section .img-box {
  display: flex;
  justify-content: center;
}
.about_section .img-box img {
  width: 100%;
  border-radius: 15px;
}
.about_section .detail-box h3 {
  font-weight: bold;
}
.about_section .detail-box p {
  margin-top: 15px;
  text-align: justify;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffffff;
  color: #e86e73;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #ffffff;
  margin-top: 15px;
}
.about_section .detail-box a:hover {
  background-color: transparent;
  color: #ffffff;
}

.slide-item, .cover {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-item.overlay, .cover.overlay {
  position: relative;
}
.slide-item.overlay:before, .cover.overlay:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}
.slide-item > .container, .cover > .container {
  position: relative;
  z-index: 2;
}
.slide-item, .slide-item > .container > .row, .cover, .cover > .container > .row {
  height: 100vh;
  min-height: 760px;
}
.slide-item .heading, .cover .heading {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
}

.doctor_section {
  background: #902a4b;
}
.doctor_section .heading_container {
  color: #ffffff;
}
.doctor_section .qr-bx {
  width: 15rem;
}
.doctor_section .box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}
.doctor_section .box .img-box {
  width: 100%;
}
.doctor_section .box .img-box img {
  width: 100%;
}
.doctor_section .box .detail-box {
  width: 100%;
  padding: 25px 15px;
  text-align: center;
  position: relative;
}
.doctor_section .box .detail-box .social_box {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  opacity: 0;
  transition: all 0.3s;
}
.doctor_section .box .detail-box .social_box a {
  color: #e86e73;
  margin: 0 10px;
}
.doctor_section .box .detail-box .social_box a:hover {
  color: #b83560;
}
.doctor_section .box:hover .social_box {
  top: 0;
  opacity: 1;
}
.doctor_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.doctor_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #b83560;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #b83560;
}
.doctor_section .btn-box a:hover {
  background-color: transparent;
  color: #b83560;
}

/* buing links */

.buing_links .buy-link:hover .card-img-overlay{
  background-color: #0000005a;
}

.buing_links .buy-link h5{ 
  font-weight: bolder;
  font-size: 2.2rem;
}


.buing_links .buy-link{

  overflow: hidden;
  height: 10rem;
}

.buing_links .buy-link img{
  object-fit: contain;
   transition: 0.5s;
}

.buing_links .buy-link:hover img{
  transform: rotate(20deg) scale(2);
  transition: 0.5s;
}

.buing_links .buy-link:hover h5{
  display: inline-block !important;
  color: #ffffff;
}


/* --- end of buing links -- */

.contact_section {
  position: relative;
}
.contact_section .heading_container {
  margin-bottom: 25px;
}
.contact_section .heading_container h2 {
  text-transform: uppercase;
}
.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  outline: none;
  color: #101010;
  background: #eeeeee;
}
.contact_section .form_container input::placeholder {
  color: #000000;
}
.contact_section .form_container input.message-box {
  height: 175px;
}
.contact_section .form_container button {
  width: 100%;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #b83560;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #b83560;
}
.contact_section .form_container button:hover {
  background-color: transparent;
  color: #b83560;
}
.contact_section .map_container {
  height: 368px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  padding: 0;
}
.contact_section .map_container .map {
  height: 100%;
  flex: 1;
}
.contact_section .map_container .map #googleMap {
  height: 100%;
}

.modal .btn-box {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #b83560;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #b83560;
}

.modal button:hover {
  background-color: transparent;
  color: #b83560;
}

.footer_section {
  background: #902a4b;
  color: #ffffff;
  padding: 60px 0 15px 0;
  position: relative;
}
.footer_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.footer_section .footer_col {
  margin-bottom: 30px;
}
.footer_section .footer_contact .contact_link_box {
  display: flex;
  flex-direction: column;
}
.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}
.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}
.footer_section .footer_contact .contact_link_box a:hover {
  color: #e86e73;
}
.footer_section .footer_social {
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer_section .footer_social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}
.footer_section .footer_social a:hover {
  color: #e86e73;
}
.footer_section .footer_links {
  display: flex;
  flex-wrap: wrap;
}
.footer_section .footer_links a {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #ffffff;
}
.footer_section .footer_links a:hover {
  color: #e86e73;
}
.footer_section form input {
  border: none;
  background-color: #fefefe;
  width: 100%;
  height: 45px;
  color: #000000;
  outline: none;
  border-radius: 5px;
  padding: 0 15px;
}
.footer_section form input::placeholder {
  color: #777;
}
.footer_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #e86e73;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
  border: 1px solid #e86e73;
  margin-top: 15px;
}
.footer_section form button:hover {
  background-color: transparent;
  color: #e86e73;
}
.footer_section .footer-info {
  text-align: center;
}
.footer_section .footer-info p {
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
}
.footer_section .footer-info p a {
  color: inherit;
}



.bg {
  width: 100%;
  height: 100%;
}

.bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: blur(10px);
}

.temp {
  perspective: 1000px;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
}

.temp .cubic {
  position: relative;
  margin: auto;
  transform-style: preserve-3d;
  width: 10rem;
  height: 20rem;
  animation-name: cubicer;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#check:checked + .temp .cubic {
  animation-name: cubic;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes cubicer {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.temp .cubic img {
  height: 20rem;
  width: 10rem;
  object-fit: cover;
  position: absolute;
  opacity: 80%;
  border: rgba(255, 217, 5, 0.637) solid;
}

.temp .cubic .ad {
  height: 20rem;
  width: 10rem;
  position: absolute;
  transform-style: preserve-3d;
  transform: rotateY(0deg) translateZ(10rem);
}

#check:checked + .temp .cubic .ad {
  animation-name: ad;
  animation-fill-mode: forwards;
  animation-duration: 5000ms;
}

.temp .cubic .ad .a {
  transform-origin: top;
  transform: rotateX(-90deg);
}

#check:checked + .temp .cubic .ad .a {
  animation-name: one;
  animation-fill-mode: forwards;
  animation-duration: 5000ms;
}

.temp .cubic .b {
  transform-style: preserve-3d;
  width: 20rem;
  transform: rotateY(90deg) translateZ(0rem);
}

#check:checked + .temp .cubic .b {
  animation-name: two;
  animation-fill-mode: forwards;
  animation-duration: 5000ms;
}

.temp .cubic .c {
  transform-style: preserve-3d;
  width: 20rem;
  transform: rotateY(90deg) translateZ(-10rem);
}

#check:checked + .temp .cubic .c {
  animation-name: three;
  animation-fill-mode: forwards;
  animation-duration: 5000ms;
}

.temp .cubic .e {
  transform-style: preserve-3d;
  transform: rotateX(-90deg) translateZ(10rem);
}

.temp .cubic .f {
  transform-style: preserve-3d;
  transform: rotateY(0) translateZ(-10rem);
}

/*# sourceMappingURL=style.css.map */
