@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap");

body {

  font-family: "Raleway", sans-serif;

  margin: 0;

  padding: 0;

  line-height: 150%;

  background-color: #ffffff;

  color: #222222;

  font-size: 0.875rem;
}

h1 {
  font-size: 35px;
}

@media (max-width: 768px) {

  .navbar.fixed-top {
    transition: top 0.3s;
  }

  .hidden-navbar {
    top: -100%;
  }

  h1 {
    font-size: 15px !important;
  }

  #first {
    font-size: 12px;
  }
}



.button {
  background-color: #ff6cc7;
  color: #83174f;
  font-weight: 700 !important;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  transition: 0.25s;
  text-decoration: none;
  margin: 10px auto;
  position: relative;
  display: block;
  width: 200px;
  text-align: center;
}

.button:hover {
  background-color: #ffc2e8;
  color: #83174f;
}

.navbar {
  background-color: #83174f !important;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 9px 1px #000000;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .navbar h5 {
    width: 100%;
    text-align: center;
  }
}

.navbar .nav-link {

  font-size: calc(0.5em + 0.5vw);

  font-weight: 600;

  text-transform: uppercase;

  color: #ffc2e8;
}

.navbar .callus {

  background-color: #ff88d2;

  color: #ffe7f6;

  border: 2px solid transparent;

  padding: 0.712em 0.7em;

  text-transform: uppercase;

  text-decoration: none;

  font-size: calc(0.5em + 0.5vw);

  font-weight: 600;

}

.navbar .callus:hover {

  border: 2px solid #183160;

  background-color: #183160;

  color: #183160;

}

.navbar span {

  color: #ffffff;

}

.navbar-brand{
  font-weight: 800;
  color:#ff6cc7;
}

/* 
.navbar .button {

  color: #ffffff;

  border: 2px solid transparent;

  padding: 0.712em 0.7em;

  text-transform: uppercase;

  text-decoration: none;

  font-size: calc(0.5em + 0.5vw);

  font-weight: 600;

  background-color: #ffffff;

  color: #222222;

  text-decoration: none;

} */

.navbar span .button:hover {
  background-color: #ffffff;
  color: #183160;
}



#myCarousel {

  text-align: center;

  height: 100vh;

  background: #000000;
}

#myCarousel img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top left;
  opacity: 0.5;
}

#myCarousel .carousel-caption {

  background-color: #83174fed;

  padding: 20px;
}


.about-section {

  padding: 4rem 1.2rem;

}

.about-section p {
  text-align: justify;
}

.about-section h2 {

  font-size: 2rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #83174f;

  margin-top: 0;
}

.about-section h5 {

  font-size: 1rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #183160;

  margin-top: 1.2rem;

  margin-bottom: 0;

  text-transform: uppercase;

}

/* .about-section a {

  background-color: #183160;

  color: #ffffff;

  border: 2px solid transparent;

  padding: 0.712rem 1.1rem;

  text-transform: uppercase;

  text-decoration: none;

} */



.services-section {

  padding: 4rem 1.2rem;

  background-color: #83174f;

  color: #ffffff;
}

.services-section h2 {

  font-size: 2rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #ffffff;

  margin-top: 0;

  text-align: center;

}

.services-section h5 {

  font-size: 1rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #ffffff;

  margin-top: 1.2rem;

  margin-bottom: 0;

  text-transform: uppercase;

}

.services-section .card {

  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;

  background-color: #ffffff;

  text-align: center;

  padding: 20px !important;

  margin-bottom: 1.2rem;

}

.services-section .card:hover {
  box-shadow: 0px 0px 10px 2px #ffffff;
}

.services-section .card .icon {

  border-radius: 50%;

  background-color: #83174f;

  color: #ffffff;

  padding: 0.5rem;

  margin: auto;

  margin-bottom: 1.8rem;

  width: 100px;

  height: 100px;

  font-size: 3.75rem;

  line-height: 5rem;
}



.gallery-section {
  padding: 4rem 0;
}

.gallery-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #222222;
  margin-top: 0;
  text-align: center;
}

.gallery-section img {
  /* height: 219px; */
  width: 100%;
  border: 4px solid transparent;
  object-fit: cover;
  object-position: center;
  transition: .2s;
}

.gallery-section img:hover {
  box-shadow: 0 0 5px 5px #000000;
  z-index: 1;
}

@media (max-width:600px) {
  .gallery-section img:hover {
    box-shadow: 0 0 5px 5px #000000;
    position: relative;
    left: 50%;
    right: unset;
  }

  .gallery-section img.right:hover {
    left: unset;
    right: 50%;
  }
}




.features {

  padding: 4rem 1.2rem;

  background-color: #83174f;

  color: #ffffff;
}

.features h2 {

  font-size: 2rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #ffffff;

  margin-top: 0;

}

.features h5 {

  font-size: 1rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #ffffff;

  margin-top: 1.2rem;

  margin-bottom: 0;

  text-transform: uppercase;

}

.features .list-item {

  margin: 1.875rem 0;

  padding: 0;

  list-style: none;

}

.features .list-item li {

  display: block;

  margin: 1rem 0;

  list-style: none;

  font-size: 1rem;

  text-align: justify;
}

.features .list-item li span {

  padding-right: 0.625rem;

}

.features .list-item li span i {

  font-size: 1.2rem;

}



.testimonials {

  text-align: center;

  padding: 4rem 1.2rem;

}

.testimonials p {
  text-align: justify;
}

.testimonials h2 {

  font-size: 2rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #222222;

  margin-top: 0;

  text-align: center;

}

.testimonials h5 {

  font-size: 1rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #183160;

  margin-top: 1.2rem;

  margin-bottom: 0;

  text-transform: uppercase;

}

.testimonials .carousel-control-prev-icon {

  background-image: none;

  color: #222222;

}

.testimonials .carousel-control-next-icon {

  background-image: none;

  color: #222222;

}

.testimonials .carousel-control-next {

  position: inherit;

  top: 0;

  bottom: 0;

  z-index: 1;

  display: flex;

  align-items: center;

  justify-content: center;

  width: auto;

  padding: 0;

  color: #fff;

  text-align: center;

  background: 0 0;

  border: 0;

  opacity: 0.5;

  transition: opacity 0.15s ease;

}

.testimonials .carousel-control-prev {

  position: inherit;

  top: 0;

  bottom: 0;

  z-index: 1;

  display: flex;

  align-items: center;

  justify-content: center;

  width: auto;

  padding: 0;

  color: #fff;

  text-align: center;

  background: 0 0;

  border: 0;

  opacity: 0.5;

  transition: opacity 0.15s ease;

}



.footer {

  background-color: #83174f;

  color: #ffffff;

  text-align: center;

  padding: 2rem 0;
}

#footer-content {
  padding: 0 16px !important;
  margin: 0px;
  font-size: 20px;
}

.footer .social-icons {

  margin: 0;

  padding: 0;

  text-align: center;

}

.footer .social-icons li {

  margin: 0 0.5rem;

  padding: 0;

  list-style: none;

  display: inline-block;

}

.footer .social-icons li a {

  color: #ffffff;

  font-size: 2rem;

}



@media (max-width: 630px) {

  .carousel-caption {

    position: absolute;

    right: 5%;

    bottom: 0.5rem;

    left: 5%;

    padding-top: 1rem;

    padding-bottom: 1rem;

  }

  .carousel-caption h1 {

    font-size: 18px;

  }

  .carousel-caption p.pb-4,
  .carousel-caption p.pt-4 {

    padding: 0px !important;

  }

}

@media (max-width: 420px) {

  .carousel-caption h1 {

    font-size: 14px;

    font-weight: 600;

  }

  .carousel-caption p {

    font-size: 12px;

  }

}

/*# sourceMappingURL=main.css.map */

/* General Styles */
.email-form {
  background-color: #83174f;
  padding: 20px;
  /* border-radius: 8px; */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}

.email-form h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #ffc2e8;
}

/* Form Row */
.form-row {
  margin-bottom: 15px;
}

/* Input Fields */
.form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="message"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  /* border-radius: 6px; */
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.form-row input[type="text"]:focus,
.form-row input[type="tel"]:focus,
.form-row input[type="email"]:focus,
.form-row input[type="message"]:focus {
  border-color: #fdd71d;
  outline: none;
}

/* Submit Button */
.submit-button {
  width: 100%;
  background-color: #ff6cc7;
  color: #83174f;
  padding: 12px;
  font-weight: 800;
  border: none;
  /* border-radius: 6px; */
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-button:hover {
  background-color: #ffc2e8;
}

/* Responsive Design */
@media (max-width: 768px) {
  .email-form {
    padding: 15px;
  }

  .email-form h3 {
    font-size: 20px;
  }

  .submit-button {
    font-size: 14px;
    padding: 10px;
  }
}

.two-buttons {
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
}

@media (max-width:1000px) {
  .two-buttons {
    width: 250px
  }
}