* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Fraunces", serif !important;
}

nav {
  background-color: #000;
}
nav .nav-link {
  color: #fff !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
}
nav .nav-link:hover {
  color: #cc866c !important;
}
nav button {
  background-color: #cc866c;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
}
nav button a {
  text-decoration: none;
  color: #FFF;
  font-weight: 400;
  line-height: 16px;
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
}
nav .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(../Images/menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.hero-banner {
  background-color: #01040B;
  padding: 50px 0px;
}
@media (max-width: 991px) {
  .hero-banner {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.hero-banner h6 {
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  color: #cc866c;
  text-transform: uppercase;
}
.hero-banner h2 {
  font-size: 90px;
  font-style: normal;
  line-height: 108px;
  font-weight: 300;
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .hero-banner h2 {
    font-size: 46px;
    line-height: normal;
  }
}
.hero-banner button {
  background-color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
.hero-banner button a {
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.about-us {
  background-color: #000;
  padding: 50px 0px;
}
.about-us h6 {
  color: #cc866c;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  text-transform: uppercase;
}
.about-us h2 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 72px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .about-us h2 {
    font-size: 46px;
    line-height: 44px;
  }
}
.about-us li,
.about-us p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  color: #777;
}
.about-us ul {
  padding-left: 0px;
}
.about-us li {
  list-style: none;
}
.about-us i {
  color: #cc866c;
  margin-right: 5px;
}
.about-us button {
  background-color: #cc866c;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
.about-us button a {
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.our-users {
  background-color: #222222;
  padding: 50px 0px;
}
.our-users h6 {
  color: #cc866c;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  text-transform: uppercase;
}
.our-users h2 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 72px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}

.home-services {
  background-color: #000;
  padding: 50px 0px;
}
.home-services h6 {
  color: #cc866c;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  text-transform: uppercase;
}
.home-services h2 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 72px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .home-services h2 {
    font-size: 46px;
    line-height: 44px;
  }
}
.home-services img {
  height: 500px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-services h4 {
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
}
.home-services p {
  font-size: 16px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
  font-style: normal;
}
.home-services .col-box {
  height: -moz-fit-content;
  height: fit-content;
}
.home-services .col-box img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-services .col-box .content-box {
  background-color: #222222;
  height: 100%;
  padding: 20px 10px;
}
.home-services button {
  background-color: #cc866c;
  padding: 10px 30px;
}
.home-services button a {
  color: white;
  text-decoration: none;
}

.home-academy {
  background-color: #222222;
  padding: 50px 0px;
}
.home-academy li {
  list-style: none;
}
.home-academy h6 {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 52px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
.home-academy h6 span {
  color: #CC866C;
}
.home-academy h2 {
  font-size: 52px;
  text-transform: uppercase;
  line-height: 52px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
.home-academy h2 span {
  color: #CC866C;
}
@media (max-width: 991px) {
  .home-academy h2 {
    font-size: 46px;
    line-height: 44px;
  }
}
.home-academy p {
  font-size: 16px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
  font-style: normal;
}
.home-academy h3 {
  color: #cc866c;
}
.home-academy ul {
  padding-left: 0px;
}
.home-academy li {
  color: #fff;
}

.testimonials {
  background: url(../Images/testimonial-bg.png) no-repeat center center;
  padding: 50px 0px;
}
.testimonials h6 {
  color: #cc866c;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  text-transform: uppercase;
}
.testimonials h2 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 72px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
.testimonials p {
  font-size: 16px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
  font-style: normal;
}
.testimonials h3 {
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
}

.portfolio {
  background-color: #222222;
  padding: 50px 0px;
}
.portfolio h6 {
  color: #cc866c;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  text-transform: uppercase;
}
.portfolio h2 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 72px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
.portfolio .nav-pills .nav-link.active,
.portfolio .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #cc866c;
  font-size: 16px;
  line-height: 26px;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 400;
  font-style: normal;
}
.portfolio .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 16px;
  font-weight: var(--bs-nav-link-font-weight);
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  background: 0 0;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.portfolio .nav-link:hover {
  color: #fff;
}

.enquiry {
  padding: 50px 0px;
  background-color: #cc866c;
}
.enquiry h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .enquiry h2 {
    font-size: 46px;
  }
}
.enquiry button {
  background-color: #fff;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
.enquiry button a {
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.foot {
  background-color: #131819;
  padding-top: 50px;
}
.foot p {
  font-size: 16px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
  font-style: normal;
}
.foot h6 {
  color: #cc866c;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  text-transform: uppercase;
}
.foot li {
  list-style: none;
  color: #777;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  text-transform: capitalize;
}
.foot li a {
  text-decoration: none;
  color: #777;
}
.foot .lower-foot {
  background-color: #222222;
  padding: 10px 0px;
}

.about-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Images/about-banner.jpeg) no-repeat center center;
  background-size: cover;
  padding: 150px 0px;
}
.about-banner h2 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 72px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .about-banner h2 {
    font-size: 46px;
    line-height: 44px;
  }
}

.about-me {
  background-color: #000;
  padding: 50px 0px;
}
.about-me h6 {
  color: #cc866c;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  text-transform: uppercase;
}
.about-me h2 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 72px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .about-me h2 {
    font-size: 38px;
    line-height: 44px;
  }
}
.about-me li,
.about-me p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  color: #777;
}
.about-me ul {
  padding-left: 0px;
}
.about-me li {
  list-style: none;
}
.about-me i {
  color: #cc866c;
  margin-right: 5px;
}
.about-me button {
  background-color: #cc866c;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
.about-me button a {
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.certification {
  background-color: #222222;
  padding: 50px 0px;
}
.certification h2 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 72px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .certification h2 {
    font-size: 46px;
    line-height: 44px;
  }
}
.certification p {
  font-size: 16px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 991px) {
  .certification p {
    font-size: 14px;
    line-height: 22px;
  }
}
.certification h6 {
  color: #cc866c;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  text-transform: uppercase;
}

.service-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Images/services.png) no-repeat center center;
  padding: 150px 0px;
}
.service-banner h2 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 72px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}

.portfolio-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Images/portfolio-banner.jpg);
  padding: 150px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio-banner h2 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 72px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}

.academy-banner {
  padding: 50px 0px;
  background: #000000;
}
.academy-banner h1 {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 52px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
.academy-banner h1 span {
  color: #cc866c;
  font-weight: 600;
}
.academy-banner span {
  color: white;
  font-size: 36px;
  font-style: italic;
  line-height: 32px;
  text-transform: uppercase;
}
.academy-banner p {
  font-size: 16px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
  font-style: normal;
}

.what {
  background-color: #131819;
  padding: 50px 0px;
}
.what h3 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 44px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
.what ul {
  padding: 0px;
}
.what li {
  list-style: none;
  color: #777;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  margin: 4px 0px;
  text-transform: capitalize;
}
.what li i {
  color: #cc866c;
  margin-right: 5px;
}
.what .col-box {
  border-radius: 30px;
}
.what .col-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.what .col-box .content {
  background-color: #cc866c;
  padding: 10px;
}
.what .col-box .content h4 {
  color: #000;
  font-weight: 600;
  line-height: 32px;
  font-style: normal;
  font-size: 32px;
  padding-bottom: 10px;
}
.what .col-box .content li {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  text-transform: capitalize;
}

.perks {
  padding: 50px 0px;
  background-color: #01040B;
}
.perks .col-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.perks .col-box .content {
  background-color: #CC866C;
  padding: 20px 10px;
}
.perks .col-box .content h4 {
  color: #fff;
}
.perks .col-box .content li {
  color: #fff;
}

.enroll {
  background-color: #000000;
  padding: 50px 0px;
}
.enroll h2 {
  color: #fff;
  font-size: 44px;
  line-height: 44px;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .enroll h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.enroll p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
}
.enroll p a {
  text-decoration: underline;
  color: #cc866c;
  font-weight: 600;
}
.enroll input {
  width: 100%;
  padding: 15px;
  border-radius: 20px;
  border: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
}
.enroll textarea {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  border: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
}
.enroll button {
  background-color: #cc866c;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.enroll button a {
  text-decoration: none;
}

.contact-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url(../Images/contact-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px;
}
.contact-banner h1 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 72px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 991px) {
  .contact-banner h1 {
    font-size: 46px;
    line-height: 44px;
  }
}

.contact-form {
  padding: 70px 0px;
  background-color: #01040B;
}
.contact-form input {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
}
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
}
.contact-form button {
  background-color: #cc866c;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 30px;
  border-radius: 10px;
  text-transform: uppercase;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.contact-form button a {
  text-decoration: none;
  color: #fff;
}
.contact-form .col-box {
  background-color: #fff;
  padding: 20px;
  height: 100%;
}
.contact-form .col-box i {
  color: #cc866c;
  font-size: 48px;
}
.contact-form .col-box p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
}
.contact-form .col-box p a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.home-team {
  padding: 50px 0px;
  background-color: #000;
}
.home-team h2 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 52px;
  font-style: normal;
}
.home-team h2 span {
  color: #CC866C;
}
.home-team h5 {
  color: #777;
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 20px;
  text-align: center;
}

.bridal-banner {
  background: url(../bridal/bridal-makeup-6.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.intro {
  background-color: #000000;
  padding: 50px 0px;
}
.intro h2 {
  font-size: 52px;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}
.intro h2 span {
  color: #CC866C;
}
.intro p {
  color: #777;
}
.intro button {
  background-color: #CC866C;
  padding: 10px 20px;
}
.intro button a {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.bridal-makeup-services {
  background-color: #222222;
  padding: 50px 0px;
}
.bridal-makeup-services h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  text-align: center;
}
.bridal-makeup-services h5 {
  color: #777;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
}
.bridal-makeup-services p {
  color: #777;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
}

.why-us {
  background-color: #000;
  padding: 50px 0px;
}
.why-us h6 {
  color: #CC866C;
}
.why-us h2 {
  color: white;
  font-weight: 300;
  font-size: 42px;
  font-style: normal;
}
.why-us h2 span {
  color: #CC866C;
}
.why-us h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
.why-us p {
  color: #777;
}
.why-us p span {
  color: #cc866c;
}

.work-gallery {
  padding: 50px 0px;
  background-color: #222222;
}
.work-gallery h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  font-style: normal;
}

.faq {
  padding: 50px 0px;
  background-color: #000;
}
.faq h2 {
  color: white;
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 20px;
}
.faq .accordion-item {
  background-color: #CC866C;
}
.faq .accordion-body {
  background-color: white;
}
.faq .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #CC866C;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.faq .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: #fff;
  text-align: left;
  background-color: #CC866C;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url(../Images/minus.png);
  transform: var(--bs-accordion-btn-icon-transform);
}
.faq .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../Images/plus.png);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}/*# sourceMappingURL=style.css.map */