body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.color-pink {
  color: #fa0a7a;
}
.button {
  display: inline-block;
  border: transparent;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  vert-align: middle;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  background: linear-gradient(15deg, #bd1965, #fa0a7a 70%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.2s ease-in-out;
}
.button i {
  vertical-align: middle;
}
.button:hover {
  text-decoration: none;
  color: #fff;
  background-position: 0;
}
.button-primary {
  display: inline-block;
  border: transparent;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  vert-align: middle;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  background: linear-gradient(15deg, #bd1965, #fa0a7a 70%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.2s ease-in-out;
  padding: 15px 35px;
}
.button-primary i {
  vertical-align: middle;
}
.button-primary:hover {
  text-decoration: none;
  color: #fff;
  background-position: 0;
}
.button-circle {
  display: inline-block;
  border: transparent;
  letter-spacing: 2px;
  text-align: center;
  vert-align: middle;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  background: linear-gradient(15deg, #bd1965, #fa0a7a 70%);
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25em;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  transition: none;
  background: #1774FF;
}
.button-circle i {
  vertical-align: middle;
}
.button-circle:hover {
  text-decoration: none;
  color: #fff;
  background-position: 0;
}
.button-circle i {
  margin-right: 0;
}
.button-circle:hover {
  background: #fff;
  color: #1774FF;
}
.heading-1 {
  font-family: 'Lora', sans-serif;
  font-size: 4.5em;
  letter-spacing: 2px;
}
.heading-2 {
  font-family: 'Lora', sans-serif;
  font-size: 2em;
  letter-spacing: 1.75px;
}
.heading-3 {
  font-family: 'Lora', sans-serif;
  font-size: 2em;
  letter-spacing: 1.5px;
}
.label-3 {
  font-size: 1.5em;
  letter-spacing: 1px;
}
.label-4 {
  font-size: 1.25em;
  letter-spacing: 0.75px;
}
.heading-line {
  position: relative;
  display: inline-block;
}
.heading-line::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background: #bd1965;
  transition: width 0.2s ease-in-out;
}
.heading-line:hover::before {
  width: 100%;
}
.par-1 {
  font-size: 18px;
  letter-spacing: 0.75px;
}
.par-2 {
  font-size: 16px;
  letter-spacing: 0.5px;
}
.triangle {
  position: relative;
}
.triangle.top-right::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 80px solid #fa0a7a;
  border-left: 80px solid transparent;
}
.triangle.bottom-left::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 80px solid #fa0a7a;
  border-right: 80px solid transparent;
}
.triangle.top-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 80px solid #fa0a7a;
  border-right: 80px solid transparent;
}
.triangle.bottom-right::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 80px solid #fa0a7a;
  border-left: 80px solid transparent;
}
.nav-index {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  padding: 10px 0;
  transition: padding 0.2s ease-in-out;
}
@media (max-width: 1260px) {
  .nav-index {
    padding: 5px 0;
  }
}
.nav-index.shrink {
  padding: 10px 0;
}
.nav-index.shrink .menu ul > li > a {
  font-size: 18px;
}
.nav-index.shrink .logo img {
  height: 40px;
}
.nav-index .logo a {
  display: block;
  font-family: 'Lora', sans-serif;
  text-transform: uppercase;
  color: inherit;
  font-size: 2rem;
  text-decoration: none;
}
.nav-index .logo a img {
  height: 105px;
  width: auto;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1260px) {
  .nav-index .logo a img {
    height: 35px;
  }
}
.nav-index .logo a h3 {
  margin-bottom: 0;
}
.nav-index .logo a small {
  font-size: 1.1rem;
  font-style: italic;
}
.nav-index .menu-toggle-button {
  display: none;
  border: none;
  background: none;
  padding: 0;
  margin: 5px 15px;
  outline: none;
  font-size: 1.25rem;
}
@media (max-width: 1260px) {
  .nav-index .menu-toggle-button {
    display: inline-block;
  }
}
.nav-index .menu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1260px) {
  .nav-index .menu {
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding-top: 50px;
  }
}
.nav-index .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-index .menu ul > li {
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 1260px) {
  .nav-index .menu ul > li {
    display: block;
    margin: 0;
    text-align: center;
  }
}
.nav-index .menu ul > li:last-child {
  margin-right: 0;
}
.nav-index .menu ul > li.active > a {
  text-shadow: 0 0 1px #000;
}
.nav-index .menu ul > li.active > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: 2px;
  background: #bd1965;
}
.nav-index .menu ul > li > a {
  position: relative;
  display: block;
  color: #000;
  font-size: 1.2em;
  padding: 5px 15px;
  text-decoration: none;
}
.nav-index .menu ul > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 2px;
  background: #bd1965;
  transition: width 0.2s ease-in-out;
}
.nav-index .menu ul > li > a:hover {
  text-shadow: 0 0 1px #000;
}
.nav-index .menu ul > li > a:hover::before {
  width: calc(100% - 30px);
}
@media (max-width: 1260px) {
  .nav-index .menu.active {
    display: flex;
    height: 100vh;
  }
}
.footer-main {
  position: relative;
  background: linear-gradient(to top, #ededed, #fff);
  padding: 75px 0 0;
}
.footer-main .scroll-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fa0a7a;
  color: #fff;
  text-decoration: none;
}
.footer-main .logo {
  display: block;
  margin-bottom: 25px;
}
.footer-main .logo img {
  width: 80%;
}
.footer-main .title {
  margin-bottom: 15px;
}
.footer-main .menu ul {
  list-style: url('../image/circle.svg');
  padding: 0 0 0 15px;
}
.footer-main .menu ul > li {
  margin-bottom: 8px;
}
.footer-main .menu ul > li > a {
  color: inherit;
}
.footer-main .company .text {
  padding-left: 15px;
}
.footer-main .company a {
  color: inherit;
  display: block;
  margin-bottom: 5px;
}
.footer-main .company a i {
  color: #fa0a7a;
  width: 20px;
}
.footer-main .copyrights {
  display: flex;
  justify-content: space-between;
  padding-top: 75px;
  padding-bottom: 15px;
}
.footer-main .copyrights span {
  font-size: 0.8em;
}
.footer-main .copyrights a {
  font-size: 0.8em;
  font-style: italic;
  color: #5c5f62;
}
.header-index {
  position: relative;
}
.header-index .header-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header-index .header-slider .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.header-index .container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.header-index .container .header-row {
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 100%;
}
.header-index .container .header-row > div {
  height: 100%;
}
.header-index .container .header-row .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 225px 0 150px;
  color: #fff;
  text-shadow: 3px 3px 10px #000;
}
@media (max-width: 1260px) {
  .header-index .container .header-row .item {
    padding: 150px 0;
  }
}
.header-index .container .header-row .item .title {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .header-index .container .header-row .item .title {
    font-size: 2rem;
  }
}
.header-index .container .header-row .item .subtitle {
  padding-left: 25px;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .header-index .container .header-row .item .subtitle {
    font-size: 1.25rem;
  }
}
.header-index .container .header-row .item .par-1 {
  font-size: 1.5rem;
}
.header-index .container .header-row .item .text1 {
  padding-left: 50px;
}
.header-index .container .header-row .item .text2 {
  padding-left: 100px;
}
.header-index .container .header-row .item .text3 {
  padding-left: 150px;
  margin-bottom: 75px;
}
.header-index .container .header-row .item .buttons {
  display: flex;
  justify-content: flex-end;
}
.header-index .container .header-row .item .buttons .button-primary {
  margin: 0 15px;
}
@media (max-width: 576px) {
  .header-index .container .header-row .item .buttons {
    flex-direction: column;
  }
  .header-index .container .header-row .item .buttons .button-primary {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .header-index .container .header-row .item .text1,
  .header-index .container .header-row .item .text2,
  .header-index .container .header-row .item .text3 {
    padding: 0;
    font-size: 1rem;
  }
}
.header-index .container .header-row .arrow-down {
  position: absolute;
  left: 0;
  bottom: 75px;
  font-size: 65px;
  color: #ededed;
  text-shadow: 3px 3px 10px #000;
  animation: animate 5s ease-in-out infinite;
  animation-delay: 2s;
}
@media (max-width: 768px) {
  .header-index .container .header-row .arrow-down {
    left: 25px;
  }
}
@keyframes animate {
  0% {
    bottom: 75px;
  }
  15% {
    bottom: 25px;
  }
  30% {
    bottom: 75px;
  }
  45% {
    bottom: 25px;
  }
  60% {
    bottom: 75px;
  }
}
.header-index .container .header-row .social-fb {
  position: absolute;
  right: 0;
  bottom: 50px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .header-index .container .header-row .social-fb {
    right: 25px;
  }
}
.realization-index {
  padding: 125px 0;
}
.realization-index .heading {
  margin-bottom: 35px;
}
.realization-index .realization-slider {
  position: relative;
  margin-bottom: 100px;
}
.realization-index .realization-slider .item {
  padding: 0 7.5px;
}
.realization-index .realization-slider .item .thumb {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.realization-index .realization-slider .slick-arrow {
  position: absolute;
  right: 0;
  top: -65px;
  font-size: 2em;
  padding: 5px 25px;
  cursor: pointer;
  color: #fa0a7a;
}
.realization-index .realization-slider .slick-arrow.nav-left {
  right: 100px;
}
.realization-index .info {
  text-align: center;
}
.about-us {
  background: url("../image/bg1.jpg");
  display: flex;
}
.about-us .item {
  margin: 100px 0;
  width: 70%;
  min-height: 350px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 50px 25px 50px 25px;
}
@media (max-width: 992px) {
  .about-us .item {
    width: 100%;
  }
}
.about-us .item .title {
  margin-bottom: 25px;
  color: #fa0a7a;
}
.about-us .item .text {
  margin-bottom: 50px;
  padding-left: 25px;
  letter-spacing: 1.15px;
  font-size: 1rem;
}
.about-us .item .buttons {
  display: flex;
  justify-content: flex-end;
}
.offer-index {
  padding-top: 125px;
  padding-bottom: 125px;
}
.offer-index .heading {
  margin-bottom: 35px;
}
.offer-index .item {
  margin-bottom: 35px;
}
.offer-index .item .thumb {
  display: block;
  overflow: hidden;
}
.offer-index .item .thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 200ms ease-in-out;
}
.offer-index .item .content {
  background: #ededed;
  padding: 25px;
  min-height: 250px;
}
.offer-index .item .content .title {
  display: inline-block;
  margin-bottom: 5px;
  color: inherit;
}
.offer-index .item .content .price {
  font-size: 0.8em;
  margin-left: 15px;
  margin-bottom: 0;
}
.offer-index .item .content .text {
  padding: 15px 10px ;
}
.offer-index .item:hover .thumb img {
  transform: scale(1.25);
}
.offer-index .buttons {
  margin-top: 50px;
  text-align: center;
}
.skills-index {
  background: linear-gradient(to right, #003400, #410041, #565600, #005353, #000046, #2a381c, #3b1d3b, #310047) 0%;
  background-size: 500% 100%;
  padding: 125px 0;
  animation: gradient 50s infinite ease-in-out;
  color: #fff;
  position: relative;
}
.skills-index::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
@keyframes gradient {
  0% {
    background-position: 0%;
  }
  50% {
    background-position: 100%;
  }
  100% {
    background-position: 0%;
  }
}
.skills-index .item {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .skills-index .item {
    flex-direction: column;
    align-items: center;
  }
}
.skills-index .item .thumb {
  position: relative;
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  margin-bottom: 25px;
}
.skills-index .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.skills-index .item .content {
  width: 65%;
  padding: 0 50px;
}
@media (max-width: 992px) {
  .skills-index .item .content {
    width: 100%;
    padding: 0;
  }
}
.map-index iframe {
  margin-bottom: -7px;
}
.page-index {
  padding: 175px 0 100px;
  background: rgba(237, 237, 237, 0.5);
}
.page-index .gallery-row a {
  display: block;
  margin-bottom: 40px;
}
.page-index .gallery-row a img {
  display: block;
  margin: 0 auto;
  height: 250px;
  width: auto;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  transition: box-shadow 200ms ease-in-out;
}
.page-index .gallery-row a:hover img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.about-us-index .about-us-section .main-row .content {
  margin-bottom: 50px;
}
.decorations-index .gallery-row {
  margin-bottom: 100px;
}
.decorations-index .info {
  text-align: center;
  margin-bottom: 100px;
}
.business-index .business-section .icon {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.realization-index .realization-row .item {
  height: 100%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  transition: all 200ms ease-in-out;
}
.realization-index .realization-row .item .thumb {
  display: block;
  overflow: hidden;
}
.realization-index .realization-row .item .thumb img {
  height: 350px;
  width: 100%;
  object-position: center;
  object-fit: cover;
  transition: all 200ms ease-in-out;
}
.realization-index .realization-row .item .content {
  display: block;
  background: #ededed;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  color: inherit;
}
.realization-index .realization-row .item .content .title {
  margin-bottom: 0;
}
.realization-index .realization-row .item:hover {
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
}
.realization-index .realization-row .item:hover .thumb img {
  transform: scale(1.25);
}
/*# sourceMappingURL=style.css.map */