@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
.bg_secondary {
  background: #f9f5f0;
}

body {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem;
  background: #fff;
  font-size: 15px;
  cursor: default;
  overflow-x: hidden !important;
}

::-moz-selection {
  color: #fff;
  background: #b01268;
}

::selection {
  color: #fff;
  background: #b01268;
}

::-moz-selection {
  color: #fff;
  background: #b01268;
}

::-webkit-selection {
  color: #fff;
  background: #b01268;
}

* {
  outline: none !important;
  text-decoration: none !important;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito Sans", sans-serif !important;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.container {
  max-width: 1390px;
}

.btn-primary {
  background-color: #b01268 !important;
  padding: 15px 40px;
  border: none !important;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  font-size: 1.1rem;
}
.btn-primary i {
  font-size: 1.7rem;
  position: absolute;
  top: 10px;
}

.btn-primary.btn-lg {
  padding: 15px 40px !important;
  padding-right: 55px !important;
}

.fluid-block {
  display: inline-block;
  width: 100%;
  padding: 4rem 0;
}

.title-div {
  margin-bottom: 4rem;
}
.title-div h2 {
  font-size: 60px;
  color: #1c1d23;
  font-weight: 600;
}
.title-div li {
  text-transform: uppercase;
  color: #b01268;
  font-size: 18px;
  position: relative;
  padding: 0 15px;
}
.title-div li:first-child {
  padding-left: 0;
}
.title-div li:last-child:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  border-left: solid 1px #b01268;
}
.title-div small {
  font-size: 21px;
  text-transform: uppercase;
  color: #606169;
  letter-spacing: 5px;
}

.btn-outline-primary {
  padding: 0.8rem 2rem;
  border-color: #b01268;
  color: #b01268;
  border-radius: 0;
}
.btn-outline-primary:hover {
  background: #b01268;
  color: #fff;
  border-color: #b01268;
}

.text-success {
  color: #3f9e53 !important;
}

.btn {
  padding: 1rem 3rem 1rem 3rem !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
}

.btn-primary {
  background: #b01268 !important;
  color: #fff !important;
}

.btn-secondary {
  background: #1c1d23 !important;
  color: #fff !important;
}

.btn-outline-secondary, .btn-secondary:hover {
  background: transparent !important;
  color: #1c1d23 !important;
  border-color: #1c1d23;
}

.btn-outline-secondary:hover {
  background: #f2f3f5 !important;
  border-color: transparent !important;
}

header {
  padding: 1.2rem 0;
  position: relative;
}
header .logo {
  max-width: 237px;
}
header .logo img {
  width: 100%;
}
header .social {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .social li a {
  width: 35px;
  height: 35px;
  background: #fcf4f8;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
}
header .social li a i {
  font-size: 1.2rem;
  color: #b01268;
  transition: all 0.2s ease-out;
}
header .social li a:hover {
  background: #b01268;
}
header .social li a:hover i {
  color: #fff;
}

.banner-section {
  display: inline-block;
  width: 100%;
  position: relative;
}
.banner-section .carousel-item img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.masonry .card-title {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.masonry .card-title h2 {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}
.masonry .card-title small {
  font-size: 1rem;
  letter-spacing: 2px;
}
.masonry .card-img img {
  transition: all 0.4s ease-out;
}
.masonry .card:hover img {
  transform: scale(1.04);
}

.features {
  background: #fdf8fb;
}
.features .col-lg-3 .icon {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background: #fdcde4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-out;
}
.features .col-lg-3 .icon i {
  font-size: 1.8rem;
  color: #b01268;
  transition: all 0.2s ease-out;
}
.features .col-lg-3 .title {
  font-size: 21px;
  color: #1c1d23;
  margin-bottom: 2px;
  font-weight: 600;
}
.features .col-lg-3 small {
  font-size: 14px;
  color: #6b6f78;
}
.features .col-lg-3:hover .icon {
  background: #b01268;
}
.features .col-lg-3:hover .icon i {
  color: #fff;
}

.content-section {
  padding: 60px 0 80px !important;
}
.content-section p {
  font-size: 1.1rem;
  color: #606169;
}

.video-section {
  padding: 150px 0;
}
.video-section .text-muted {
  color: #aaa !important;
}
.video-section h2 {
  font-weight: bold !important;
  background: linear-gradient(30deg, rgb(176, 18, 104) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 991px) {
  .features .col-lg-3 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .title-div {
    margin-bottom: 30px !important;
  }
  .title-div h2 {
    font-size: 36px !important;
  }
  .title-div small {
    letter-spacing: 2px;
    font-size: 15px;
  }
  .text {
    padding: 1.5rem !important;
    border-radius: 10px !important;
  }
  .text p, .text li {
    font-size: 0.95rem !important;
    text-align: left !important;
  }
  header .btn {
    padding: 0.3rem 0.8rem 0.3rem 0.8rem !important;
    font-size: 0.9rem !important;
    min-width: 100px;
  }
  header .logo {
    max-width: 150px !important;
    margin-right: 25px;
  }
  header .social {
    gap: 3px !important;
  }
  header .social a {
    width: 25px !important;
    height: 25px !important;
  }
  header .social a i {
    font-size: 0.95rem !important;
  }
  .banner-section .carousel-item img {
    height: 250px !important;
  }
  .features {
    padding: 1.5rem !important;
    border-radius: 10px !important;
  }
  .content-section {
    padding: 30px 0 50px !important;
  }
  .content-section .btn {
    padding: 0.7rem 1.8rem !important;
    font-size: 0.9rem !important;
  }
  .video-section {
    padding: 80px 0;
  }
  .img-content-block .g-5 {
    --bs-gutter-y: 1rem !important;
  }
}/*# sourceMappingURL=style.css.map */