@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v25-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v25-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-ext_latin-regular.woff") format("woff"), url("../fonts/montserrat-v25-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-ext_latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v25-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v25-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-ext_latin-700.woff") format("woff"), url("../fonts/montserrat-v25-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-ext_latin-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}
body, html {
  scroll-behavior: smooth;
  font-family: "Montserrat";
  scroll-padding-top: 0px;
  color: #FFF;
  background-color: #000000;
  font-weight: 900;
}

.modal-content {
  background: transparent;
}

.modal-dialog {
  max-width: 800px;
}

button:focus {
  outline: none;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.collapsing {
  transition: none;
  display: none;
}

section {
  padding: 45px 0;
}

.swiper-pagination-bullet-active {
  background-color: #DF1C74 !important;
}

.swiper-pagination-bullet {
  background: #FFF;
  opacity: 1;
}

.navbar-light {
  background-color: transparent !important;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  z-index: 500;
}

.navbar-brand img {
  height: 80px;
}

.navbar-collapse {
  z-index: 501;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  height: 100% !important;
  width: 100%;
  position: fixed;
}
.navbar-collapse .navbar-nav {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.navbar-collapse .navbar-nav a {
  text-decoration: none;
  font-size: 30px;
  margin-bottom: 23px;
  color: #fff;
  display: block;
  font-weight: 600;
}
.navbar-collapse .navbar-nav a:hover {
  color: #DF1C74;
}
.navbar-collapse .navbar-nav .btn-primary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.navbar-collapse .navbar-nav .btn-primary:hover {
  color: #000000;
}

.navbar-toggler {
  z-index: 502;
  border: none;
}
.navbar-toggler .burger {
  float: right;
  height: 25px;
  width: 25px;
  margin-top: 3px;
}
.navbar-toggler .burger span {
  transition: 0.5s;
  display: block;
  background-color: #FFF;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.navbar-toggler .burger span:nth-child(1), .navbar-toggler .burger span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}
.navbar-toggler .burger-text {
  padding: 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
  display: inline-block;
  letter-spacing: 2px;
  margin-right: 14px;
}
.navbar-toggler:not(.collapsed) .burger-text {
  color: #fff;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  left: 0px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
  background-color: #fff;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  left: 0px;
  top: -12px;
  transform: rotate(-135deg);
  opacity: 0.9;
  background-color: #fff;
}

.navbar-toggler:not(.collapsed) + .navbar-collapse.collapsing {
  display: block;
}

nav.scrolled .navbar-nav .nav-link,
nav.scrolled .navbar-brand svg {
  color: #fff;
  fill: #fff;
}

.container-sm {
  max-width: 720px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-size: 18px;
  transition: 0.3s;
  padding: 30px 50px;
  text-transform: lowercase;
  border-radius: 0px;
  color: #FFF;
}
.btn svg {
  transition: 0.3s;
}
.btn path {
  transition: 0.3s;
}

.btn:focus-visible {
  outline: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #000000;
  background-color: #DF1C74;
  border-color: #DF1C74;
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #000000;
  color: #000000;
}

.btn-primary {
  background-color: #DF1C74;
  border: 1px solid #DF1C74;
  color: #FFF;
  font-weight: 600;
}
.btn-primary:hover {
  color: #000000;
  background-color: #DF1C74;
  border: 1px solid #DF1C74;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.15);
}

a, a:hover {
  text-decoration: none;
  color: #000000;
  outline: none;
}

p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #FFF;
}

h1 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 5px;
  color: #DF1C74;
  text-transform: uppercase;
}

h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 800;
}
h2 span {
  color: #DF1C74;
}

.title {
  font-size: 90px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
}

.subtitle {
  font-size: 50px;
  text-transform: uppercase;
  display: block;
}
.subtitle .pink {
  color: #DF1C74;
}

.subtitle2 {
  font-size: 90px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
}

.header {
  margin: 150px 0;
}
.header .title {
  margin-top: -55px;
}

.subpage-header {
  margin-bottom: 0px !important;
}
.subpage-header .title {
  margin-top: -100px;
}
.subpage-header .jumbo-video {
  max-width: 960px;
}

.content .subtitle {
  padding-right: 80px;
}
.content .row {
  margin-bottom: 250px;
}

#quotation {
  padding: 150px 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#quotation .subtitle {
  font-size: 28px;
  text-transform: none;
  line-height: 2.2;
}
#quotation p {
  font-size: 18px;
  line-height: 2.2;
  margin: 30px 0;
}

#pink {
  background-color: #DF1C74;
  padding: 150px 0;
}

#services {
  text-align: center;
  margin-bottom: 50px;
}
#services h2 {
  font-size: 35px;
  margin: 40px 0;
  transition: 0.3s;
}
#services span {
  transition: 0.3s;
}
#services a:hover h2 {
  color: #DF1C74;
}
#services a:hover span {
  color: #FFF;
}
#services .link-1 {
  margin-left: 100px;
}
#services .link-2 {
  margin-left: 500px;
}
#services .link-3 {
  margin-left: 200px;
}
#services .link-4 {
  margin-left: 400px;
}

#about {
  text-align: center;
  position: relative;
}
#about h3 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 800;
}
#about span {
  color: #DF1C74;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#about p {
  padding: 0 110px;
  margin-top: 50px;
  line-height: 2;
}
#about .images-block {
  position: relative;
  min-height: 700px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#about .images-block img {
  position: absolute;
}
#about .images-block .about-1 {
  top: 100px;
  right: 0px;
  z-index: 2;
}
#about .images-block .about-2 {
  top: 0;
  left: 0px;
  z-index: 1;
}
#about .images-block .about-3 {
  top: 350px;
  left: 120px;
  z-index: 3;
}
#about .signature {
  position: relative;
  top: -80px;
}
#about .signature img {
  margin-left: auto;
  display: block;
}

.content-mini {
  padding: 60px 0;
}
.content-mini .container {
  max-width: 960px;
}
.content-mini .container p {
  margin: 90px 0 !important;
}
.content-mini .swiper-container {
  padding: 30px 0;
  padding-bottom: 70px;
}
.content-mini .swiper-slide {
  text-align: left;
}
.content-mini .swiper-slide img {
  transition: 0.5s;
}
.content-mini .swiper-slide h2 {
  font-size: 20px;
  margin-top: 30px;
}
.content-mini .swiper-slide span {
  display: block;
  font-weight: 400;
  color: #f6f6f6;
}
.content-mini .swiper-slide a {
  transition: 1s;
}
.content-mini .swiper-slide a:hover img {
  transform: translateY(-20px);
}
.content-mini .swiper-slide a:hover h2 {
  text-decoration: underline;
}

footer {
  padding: 30px 0;
}
footer .footer-box {
  display: flex;
  align-items: center;
}
footer .footer-box b {
  font-size: 14px;
}
footer .footer-box img {
  border-radius: 100%;
  height: 60px;
  width: 60px;
  border: 2px solid #FFF;
  margin-right: 30px;
}
footer .footer-box-in span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #9C9C9C;
  line-height: 21px;
}
footer .footer-box-in span a {
  font-weight: 700;
  text-decoration: underline;
}
footer .footer-box-in span a:hover {
  text-decoration: none;
}
footer .footer-right {
  text-align: right;
}
footer .footer-right img {
  margin-top: -20px;
}
footer .footer-right span {
  display: block;
  font-size: 14px;
  color: #FFF;
}
footer .credits {
  position: relative;
}
footer .credits span {
  color: #9C9C9C;
  font-size: 14px;
  font-weight: 400;
}
footer .credits span a {
  color: #FFF;
  text-decoration: underline;
}
footer .credits span a:hover {
  text-decoration: none;
}
footer .credits span:last-child {
  float: right;
}

#contact a {
  color: #FFF;
}
#contact a:hover {
  color: #DF1C74;
}

@media (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-primary {
    font-size: 18px;
    line-height: 27px;
  }
  .navbar-collapse .navbar-nav a {
    font-size: 22px;
  }
  .subtitle, h2 {
    font-size: 28px;
  }
  .header {
    margin: 100px 0;
  }
  .header .title {
    font-size: 40px;
    margin-top: -25px;
  }
  .subpage-header .jumbo-video {
    max-width: 100%;
  }
  .content .row {
    margin-bottom: 100px;
  }
  .content .subtitle {
    margin-bottom: 30px;
    padding-right: 30px;
  }
  .content .ord-1 {
    order: 2;
  }
  #pink .subtitle2 {
    font-size: 28px;
  }
  #quotation .subtitle {
    font-size: 22px;
  }
  #quotation .slider-item {
    text-align: center;
  }
  #services a {
    position: relative;
    margin: 40px 0 !important;
  }
  #about p {
    padding: 0px;
  }
  #about .about-1, #about .about-3 {
    display: none;
  }
  #about .images-block {
    min-height: auto;
  }
  #about .images-block img {
    position: relative;
  }
  #cooperate {
    text-align: center;
  }
  #cooperate .subtitle {
    margin-bottom: 40px;
  }
  footer .footer-box {
    display: block;
  }
  footer .footer-right {
    text-align: left;
    display: flex;
    flex-flow: wrap;
  }
  footer .footer-right span {
    margin-top: 20px;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */