/*----GANERAL----*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@300;400;500;600&display=swap");

* {
  margin: 0;
  padding: 0px;
  color: black;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgb(237, 230, 242);
  border-radius: 20px;
}
 
::-webkit-scrollbar-thumb {
  background: rgb(92, 29, 134); 
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a1a1a2; 
}
h1 {
  font-family: "Libre Caslon Text", serif !important;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  background: rgb(237, 230, 242) !important;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
}

.text-justify {
  text-align: justify;
}

.footer-padding {
  padding: 35px 0px 0px 0px;
}

.bg-two {
  background: rgb(250, 250, 250);
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.text-theme {
  color: rgb(92, 29, 134);
}

.div-padding {
  padding: 85px 0px 65px 0px;
}

.pl-300 {
  padding-left: 300px;
}

.bg-two {
  background: #f5f5f5;
}

.bg-three {
  background: conic-gradient(rgb(237, 230, 242) 0deg 90deg,
      #fff 90deg 270deg,
      rgb(237, 230, 242) 270deg);
}

/*-------------------navbar----------------------------------*/

#nav-btn {
  border-radius: 20px;
  border: 1px solid black;
  padding: 5px 20px;
}

.nav-mb {
  padding-top: 105px !important;
}

.navbar-active {
  background: #fff !important;
}

@keyframes slideInTop {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.nav-item .nav-link {
  font-weight: 500;
}

.nav-item .nav-link:hover {
  font-weight: bold;
  color: #5c1d86 !important;
}

.nav-contact {
  background: rgb(92, 29, 134);
  border-radius: 5px;
}

.nav-contact .nav-link {
  color: #fff !important;
}

.nav-contact .nav-link:hover {
  font-weight: bold;
  color: rgb(255, 255, 255) !important;
}

/*-------------------------------------------------------------------------*/

.home-heading span {
  background: rgb(200, 179, 214);
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}

.home-heading h1 {
  font-size: 60px;
  margin-top: 30px;
}

.home-para a {
  color: #fff;
  background: rgb(92, 29, 134);
  padding: 7px 15px;
  border-radius: 20px;
}

.home-img-div {
  height: 480px;
}

.home-img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  filter: brightness(0.8);
}

.home-img-scroll {
  display: flex;
  justify-content: center;
}

.home-img-scroll a {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.home-img-scroll i {
  font-size: 20px;
}

.home-img-next {
  display: flex;
  justify-content: center;
}

.home-about .carousel-item img {
  border-radius: 215px 0px 0px 0px;
  height: 500px;
  object-fit: cover;
}

.home-img-section img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}

.home-about-us h1 {
  font-size: 60px;
}

.home-about-us span {
  font-size: 16px;
  font-weight: 500;
}

.home-about-us a {
  color: #fff;
  background: rgb(92, 29, 134);
  padding: 7px 20px;
  border-radius: 20px;
}

.home-galle-head h1 {
  font-size: 50px;
}

.home-galle-head span {
  font-size: 16px;
  font-weight: 500;
  color: rgb(92, 29, 134);
}

.home-galle-para a {
  color: #fff;
  background: rgb(92, 29, 134);
  padding: 7px 20px;
  border-radius: 20px;
}

.home-gallery-img-div {
  height: 350px;
}

.home-gallery-img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

.home-service {
  text-align: center;
}

.home-service span {
  font-size: 16px;
  font-weight: 500;
  color: rgb(92, 29, 134);
}

.home-service h1 {
  font-size: 40px;
}

.gallery-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
  filter: brightness(0.9);
}

.gallery-card {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 10px;
  height:100%;
}

.home-gallery-view a {
  color: #fff;
  background: rgb(92, 29, 134);
  padding: 7px 20px;
  border-radius: 20px;
}

.home-gallery-view {
  text-align: center;
  margin-top: 40px;
}

.home-testimonial-icon {
  width: 32px;
  height: 32px;
  background: rgb(92, 29, 134);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.home-testimonial {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.home-testimonial-head span {
  font-size: 16px;
  font-weight: 500;
  color: rgb(92, 29, 134);
}

.home-testimonial-div-para {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.home-testimonial-div-para i {
  color: rgb(207, 188, 219);
  font-size: 30px;
}

.home-testimonial-div-img {
  width: 50px;
  height: 50px;
}

.home-testimonial-div-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.home-testimonial-div-img-div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-testimonial-div-img-div h6 {
  font-size: 14px;
}

.home-testimonial-div-img-div p {
  font-size: 12px;
}

.footer-page {
  display: flex;
  justify-content: space-between;
}

.footer-icons {
  width: 28px;
  height: 28px;
  border: 1px solid gray;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-icons i {
  font-size: 18px;
}

.footer-icon-div {
  display: flex;
  gap: 20px;
  justify-content: end;
}

.footer-icons:hover {
  background: rgb(92, 29, 134);
}

.footer-icons i:hover {
  color: #fff;
}

.footer-page .nav-link {
  font-weight: 500;
}

.footer-page .nav-link:hover {
  font-weight: bold;
  color: rgb(92, 29, 134) !important;
}

.footer-align {
  text-align: center;
  background: #f9f9f9;
}

.footer-section {
  background: #f9f9f9;
  padding-bottom: 15px;
}

.about-head-div {
  display: flex;
  justify-content: center;
  text-align: center;
}

.about-head {
  width: 75%;
}

.about-head h1 {
  font-size: 55px;
}

.about-head span {
  font-size: 16px;
  font-weight: 500;
  color: rgb(92, 29, 134);
}

.about-img-div {
  height: 490px;
}

.about-img-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about-div {
  background: conic-gradient(#f9f9f9 0deg 90deg,
      rgb(237, 230, 242) 90deg 270deg,
      #f9f9f9 270deg);
}

.about-div-2 {
  background: conic-gradient(rgb(237, 230, 242) 0deg 90deg,
      #f9f9f9 90deg 270deg,
      rgb(237, 230, 242) 270deg);
}

.about-vision {
  width: 75%;
}

.about-vision h1 {
  font-size: 40px;
}

.about-vision span {
  font-size: 16px;
  font-weight: 500;
  color: rgb(92, 29, 134);
}

.about-mision-div-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.about-mision-div-head {
  background: #fff;
  padding: 70px 30px;
  margin-left: -62px;
  border-radius: 5px;
}

.about-div-3 {
  background: #f9f9f9;
  padding-bottom: 30px;
}

.about-gallery {
  background: #f5f5f5;
  padding: 40px 0px 40px 0px;
}

.gallery-category {
  display: flex;
  justify-content: space-between;
}

.gallery-category a {
  color: black;
  font-weight: 500;
}

.gallery-category a:hover {
  color: rgb(92, 29, 134);
  font-weight: bold;
}

.contact-head-span {
  font-size: 16px;
  font-weight: 500;
  color: rgb(92, 29, 134);
}

.contact-head h1 {
  font-size: 50px;
}

.contact-head-icon a {
  background: rgb(92, 29, 134);
  color: #fff;
  padding: 7px 20px;
  border-radius: 20px;
}

.contact-section {
  background: linear-gradient(180deg, rgb(222, 210, 231) 70%, #f5f5f5 0%);
}

.contact-form-div {
  display: flex;
  justify-content: end;
}

.contact-form {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
}

.contact-form h6 {
  font-size: 18px;
}

.contact-form .form-control::placeholder {
  color: black;
  font-size: 13px;
}

.contact-form .form-control {
  padding: 10px 20px;
}

.contact-form .btn {
  background: rgb(92, 29, 134);
  color: #fff;
  width: 100%;
  border-radius: 5px;
  font-size: 13px;
}

.contact-form .btn:hover {
  background: rgb(134, 64, 180);
  color: #fff;
  width: 100%;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
}


@media only screen and (max-width: 767px) {
  .pl-300 {
    padding-left: 15px;
  }

  .nav-mb {
    padding-top: 90px !important;
  }

  .home-heading h1 {
    font-size: 35px;
  }

  .home-heading {
    text-align: center;
  }

  .home-para {
    text-align: center;
  }

  .home-img-div {
    height: 290px;
  }

  .div-padding {
    padding: 30px 0px 30px 0px;
  }

  .home-about-us h1 {
    font-size: 45px;
  }

  .home-about .carousel-item img {
    border-radius: 125px 0px 0px 0px;
    height: 330px;
  }

  .home-about-us {
    padding-bottom: 30px;
  }

  .home-img-section img {
    height: 160px;
  }

  .home-gallery-img-div {
    padding-bottom: 15px;
  }

  .home-testimonial-head {
    text-align: center;
  }

  .home-testimonial {
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .footer-page {
    text-align: center;
    line-height: 40px;
    display: block;
  }

  .footer-icon-div {
    justify-content: center;
    margin-top: 15px;
  }

  .footer-logo {
    text-align: center;
  }

  .about-head {
    width: 100%;
  }

  .about-head h1 {
    font-size: 40px;
  }

  .about-img-div {
    height: 300px;
  }

  .about-vision {
    width: 100%;
  }

  .about-mision-div-mob {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .about-mision-div-head {
    background: #fff;
    padding: 15px;
    margin-top: -50px;
    border-radius: 5px;
    width: 90%;
    margin-left: 0px;
  }

  .about-vision h1 {
    font-size: 32px;
  }

  .home-galle-head h1 {
    font-size: 35px;
  }

  .home-galle-head {
    text-align: center;
  }

  .home-galle-para {
    text-align: center;
  }

  .contact-form-div {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }

  .contact-head h1 {
    font-size: 35px;
  }

  .contact-head-icon {
    display: flex;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 991px) {
  .contact-head h1 {
    font-size: 45px;
  }

  .contact-form-div {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }

  .contact-form {
    width: 95%;
  }

  .nav-mb {
    padding-top: 70px !important;
  }
}

.home-testimonial-div-para {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 98% !important;
}
.home-gallery-img-div {
  height: 350px;
  width: 98%;
}

.nav-link.active{
  color:#5c1d86 !important;
}
#contact-nav.active {
  box-shadow: -2px -1px 10px #5c1d86;
  color: white !important;

}


.quick-link{
    position: fixed;
    right: 25px;
    z-index: 1;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.whatsapp-button {
  background-color: #5c1d86;
     width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 1);
  transition: .2s ease-in-out;
}

.whatsapp-button i{
        font-size: 22px;
    color: #fff;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}
.gallery-item.item{
  transition: 0.2s;

}

.carousel-indicators [data-bs-target] {
  background-color: #5c1d86 !important;
}

.carousel-indicators {
  margin-bottom: -2rem !important;
}
.collapse.navbar-collapse.show{
  background-color: rgb(237, 230, 242);
  margin-top: -4px !important;
}
.navbar-toggler{
  background: #5c1d86 !important;
}
.navbar-active .collapse.navbar-collapse.show{
  background-color: white !important;
}
@media only screen and (min-width:1023px) and (max-width:1441px){
  .home-about-us h1 {
    font-size: 47px;
}

  .pl-300 {
    padding-left: 100px !important;
}
}










