*{
  font-family: "Glegoo", serif;
}
 

/* NAVBAR CSS START*/
.navbar-color{
  background-color: rgb(255, 255, 255);
  color: #8100d0;
  font-weight: 800;


}
.topbar{
  background-color:#8100d0;
  height: 70px;
  margin-top: -5px;
}
.navbar-nav .nav-link, .nav-link.active, .navbar-nav .dropdown-menu  {
  
            color: #8100d0;
            transition: color 0.3s;
            font-size: 20px;
            font-weight: 800;
        }

.navbar-nav {
  margin: auto;
  text-align: center;
}
.navbar-nav .nav-link:hover,
        .navbar-nav .dropdown-menu:hover{
  color: #c72790;
}        
.navbar-nav .nav-item {
  margin-right: 30px;
}

.call-now a{
  height: 80px;
  width: 170px;
  background-color: transparent;
  border: 1px solid #8100d0;
  color: #8100d0;
  padding: 8px 16px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
 list-style-type: none;
 text-decoration: none;
}

.call-now-button:hover {
  background-color: #8100d0;
  color: white;
}
.call-now{
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .call-now .navbar-nav .call-now-button  {
      margin-left: auto;
      margin-right: auto;
      display: block;
  }
}



  .float-btn {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
  }

/* NAVBAR CSS END */



/* FORM */

.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #902d6e;

}
.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}
.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #8100d0;
  box-shadow: 0px 5px 25px rgba(11, 71, 13, 0.3);
}
/* FORM CSS END */



/* FEATU#81A263 PRODUCTS CSS */
.card.shadow .team-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  transform: scale(0);
  transition: .5s;
}

.card.shadow:hover .team-overlay {
  transform: scale(1);
}

.card.shadow .team-overlay .btn {
  color: #c72790;
  background: #FFFFFF;
}

.card.shadow .team-overlay .btn:hover {
  color: #FFFFFF;
  background: #8100d0;
}

.shadow {
  border-radius: 50px 20px !important;
}

.card-data {
  border-radius: 0px 0px 35px 3px;
  border-radius: 0px 0px 35px 3px;
  border-bottom: 2px solid #8100d0 !important;
}
.geeks {
  overflow: hidden;
  position: relative;
}

.geeks img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s all ease-in-out;
}

.geeks:hover img {
  transform: scale(1.1);
}
#head-c{
  text-decoration: underline;
}
#head-b:hover{
  color: #c72790;
  text-decoration: underline;
}
.head-an a:hover{
  background-color: transparent;
}
/* FEATU#81A263 CSS END */



/* wHY CHOOSE SECTION */
.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}
.why_section {
  text-align: center;
  color: #161414;
  background-image: url("../images/green.jpg");
  background-size: cover;
  position: relative;
}


.why_section .section_number {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-weight: bold;
  font-size: 24px;
  color: #efebeb;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1603a), to(#8100d0));
  background: linear-gradient(to bottom, #e1603a, #8100d0);
  top: 0;
  left: 5%;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.why_section h2 {
  font-weight: bold;
}

.why_section p {
  margin: 60px 0;
}

.why_section a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #8100d0;
  border: 1px solid #ffffff;
  color: #faf7f6;
  border-radius: 30px;
  text-decoration: none;
}

.why_section a:hover {
  background-color: transparent;
  color: #8100d0;
  border: 2px solid #8100d0;
}


#head-f:hover{
  color: #c72790;
  text-decoration: underline;
}
/* wHY CHOOSE SECTION END */


/* GALLERY SECTION */
#head-g{
  color: #8100d0;
  font-weight: bold;
}
/* GALLERY SECTION END */

/* ARRANGE SECTION START */
.arrange_section {
  padding: 10% 0;
  background-image: url(../images/gallery-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.arrange_section .detail_box {
  width: 70%;
  margin: 0 auto;
  padding: 65px 30px;
  text-align: center;
  background-color: rgba(5, 5, 5, 0.6);
  color: #ffffff;
  border: 2px solid #b9b1ad;
}

.arrange_section .detail_box h2 {
  margin-bottom: 45px;
}

/* ARRANGE SECTION END */


/* FAQ */

.faq-section {
  max-width: 100%;
  margin: auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 100px;
  /* padding-top: 100px; */
}

.faq-section h1 {
  text-align: center;
  color: #8100d0;
}

.faq {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding-bottom: 10px;
}

.faq-question h3 {
  margin: 0;
  font-size: 18px;
  color: #8100d0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  margin: 10px 0 0 0;
  font-size: 16px;
  color: #666;
}

.arrow {
  width: 12px;
  height: 12px;
  border: solid #666;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transition: transform 0.3s ease;
}

.down {
  transform: rotate(45deg);
}

.up {
  transform: rotate(-135deg);
}

@media (max-width:700px)
{
  .faq-section{
  padding: 10px;
  }
}
/* end */

/* FOOTER CSS START */
.footer {
  background: linear-gradient(#8100d0, #d70068), url(../img/birthday.jpg) center center no-repeat;
  background-size: cover;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color:#8100d0; 
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
  text-decoration: none;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 15px 0;
  font-size: 20x;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

@media (max-width: 991.98px) {
  .mapro iframe{
      max-width: 100%;}
}
/* FOOTER CSS END */


.bottom-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1600;
  border-radius: 0;
  box-shadow: -5.67px 9.43px 35px 0 rgba(0, 0, 0, .2);
  background: #fff;
}

.bottom-fix.active {
  animation: go-home .6s forwards
}

.bottom-contact-info {
  display: flex
}

.bottom-contact-info a {
  font-size: 15px;
  text-align: center;
  padding: 5px;
  border-right: 1px solid #ddd;
  flex: 1
}

.bottom-contact-info a:nth-last-child(1) {
  border-right: none
}

.bottom-contact-info a.ph {
  color: #025fa9
}

.bottom-contact-info a.wa {
  color: #c72790;
}

.bottom-contact-info a.em {
  color: #ca0d00
}

.bottom-contact-info a.wa {
  color: #c72790;
}

.bottom-contact-info a i {
  display: block;
  font-size: 22px;
  margin-bottom: 2px
}
