@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;


}

body {
  background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

html,
body {
  overflow-x: hidden;
}

#preloader {
  background: rgb(234, 76, 137) url(/img/loadeer4.gif) no-repeat center center;
  background-size: 20%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;

}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  width: 100vw;
  overflow-x: hidden;

}


::-webkit-scrollbar {
  width: 10px;



}

::-webkit-scrollbar-track {

  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb {

  background-color: rgba(251, 194, 203, 10);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(203, 0, 101, 60);


}

header {
  width: 100vw;
  height: 130vh;
  justify-items: space-between;
  background-position: bottom;
  background-size: cover;

}









.links i {

  padding-right: 15px;



}



.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
  transform: rotate(180deg);
}


















/* rightbuton */

#button {

  display: inline-block;
  background-color: rgba(203, 0, 101, 60);
  width: 50px;
  height: 50px;
  border: 2px solid rgba(0, 0, 0, 0.9);
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: rgba(254, 194, 204, 1);
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}


/* rightbuton end */



/* main */

social-icon2s nav ul li a i {
  margin-right: 3px;

}

nav ul li a {
  font-size: 18px;
  color: rgba(203, 0, 101, 60);
}

#priceg:hover {
  cursor: pointer;
  color: rgba(203, 0, 101, 60);
}

#priceg {

  background-color: transparent;
  border: none;
  color: rgba(203, 0, 101, 60);
}




.navigation {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  height: 80px;
  background: none;
  /* border-bottom: dotted rgba(203, 0, 101, 60);      */
  box-shadow: 0 2px 2px rgba(203, 0, 101, 60);
  z-index: 99;
}

.navigation {
  height: 70px;
  background: rgba(255, 251, 243, 60);
  box-shadow: 0 2px 2px rgba(203, 0, 101, 60);
}

.brand {
  position: absolute;
  padding-left: -250px;
  float: left;
  margin-top: -10px;
  text-transform: uppercase;
  font-size: 1.4em;
}

.brand a,
.brand a:visited {
  color: rgba(203, 0, 101, 60);
  text-decoration: none;

}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

nav {
  float: right;
}

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

nav ul li {
  float: left;
  position: relative;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: rgba(255, 251, 243, 60);
  color: rgba(203, 0, 101, 60);
  text-decoration: none;
}



nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 10px;

}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  background: rgba(203, 0, 101, 60);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 251, 243, 60);
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }

  nav ul {
    display: none;
  }

  nav ul li {
    float: none;
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }

  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}

@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: rgba(203, 0, 101, 60);
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}




.container {
  margin: 0 auto;
  text-align: justify;
}

.jumbotron {
  margin: 0 auto;
  text-align: center !important;
  height: 500px;
  font-weight: bold;
  color: white;
  border-radius: 0px;
}

.btn {
  color: white;
  font-family: 'Roboto', sans-serif;
}

.btn:hover {
  opacity: 3;
}

.btn-top:hover {
  border-color: none;
  color: white;
  font-size: 110%;

}

.smallerparallax img {

  width: auto;

}



.photo img {


  width: 100%;
  height: 100vh;




  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  z-index: 2;
}

.smallerparallax {

  /* Photo credit to: Alexander Popov
     source:  Unsplash */

  background-image: url("/img-naills/naills\ \(25\).jpg");

  height: 350px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax {

  /* Photo credit to: Alexander Popov
     source:  Unsplash */
  background-image: url("/img-naills/naills\ \(5\).jpg");

  height: 950px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.theme-green {

  border: 4px solid rgba(203, 0, 101, 60) !important;
}

.theme-hotpink {

  border: 4px solid rgba(203, 0, 101, 60) !important;
  background-color: rgba(203, 0, 101, 60) !important;
}

.theme-blue {

  border: 4px solid rgba(203, 0, 101, 60) !important;
  background-color: rgba(203, 0, 101, 60) !important;


}

.lead {
  width: 350px;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  font-family: 'Special Elite';
  color: whitesmoke;
  border: 4px solid rgba(203, 0, 101, 60) !important;
  background-color: rgba(203, 0, 101, 60) !important;



}


.lead:hover {

  animation: save;
}

@keyframes save {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }

}



.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 30px;
}

.arrows path {
  stroke: white;
  fill: transparent;
  stroke-width: 3px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}




.company {


  width: 350px;
  margin-top: 10px !important;
  padding-top: 25px;
  padding-bottom: 15px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  font-family: 'Special Elite';
  color: whitesmoke;
}

p {
  font-family: 'Roboto', sans-serif;

}

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 210%;
  text-align: center;
}

.top-row {
  margin-top: 30px;
}

.row p {

  text-align: justify;
}




.BigSignage {

  text-align: center;
  font-size: 35px;
  font-family: 'Roboto', sans-serif;

}

.BigSignage2 {

  text-align: center;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.thick {

  border: 4px solid black;

}

.verticalLine {

  height: 200px;
  width: 8px;
  background-color: black;

}

img.lineup {

  border-radius: 50%;
  opacity: 0.6;



}



.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: black;
  font-size: 35px;

}

.mobile {

  margin-top: 5px;


}

form {

  margin-top: 15px;
}

.website {
  font-weight: bold;
  color: black;
  font-size: 35px;
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Roboto', sans-serif;
}


/* table */

.container-p {
  margin-top: 30px;
}

table {

  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 3px solid rgba(203, 0, 101, 60);
  padding: .35em;
}

table th,
table td {
  color: rgba(203, 0, 101, 60);
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}





/* table end */




.office {

  width: 300px;



}




@media only screen and (max-width: 770px) {

  .company {

    width: 320px;
  }

  .verticalLine {
    display: none;
  }

  .parallax {
    height: 700px;
  }

  .mobile {

    margin-top: 15px;

  }

  .website {

    font-size: 30px;

  }



}

@media only screen and (max-height: 400px) {
  .verticalLine {
    display: none;
  }

  .parallax {
    height: 700px;
  }

}




/* gallery */



#gallery {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(254, 194, 204, 1);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

.fbp {
  text-decoration: none;
}


/* gallery end */


/* main end */



/* footer */


#map {
  position: relative;
  width: cover;

}

.row ul {
  list-style: none;
  float: left;


}

.row ul li {
  padding-bottom: 15px;

}


.row i {
  color: rgba(203, 0, 101, 60);

}





.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

.site-footer hr {
  border-top-color: rgba(203, 0, 101, 60);
  opacity: 0.5
}

.site-footer hr.small {
  margin: 0px 0
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {

  color: rgba(251, 194, 203, 10);
  text-decoration: none;
}

.footer-links {
  float: left;
  list-style: none
}

.footer-links li {
  display: block
}

.footer-links a {
  color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: rgba(251, 194, 203, 10);
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block
}

.site-footer .social-icons {
  text-align: right
}

.site-footer .social-icons a {

  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}

.copyright-text {
  margin: 0
}

@media (max-width:994px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px
  }

  .site-footer {
    padding-bottom: 0
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center
  }

  .footer-links {
    text-align: center;
    justify-content: center;


  }



}

#priceg:hover {
  cursor: pointer;
}

#priceg {

  background-color: transparent;
  border: none;
  color: rgba(203, 0, 101, 60);
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: none;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.social-icons a.facebook:hover {
  background-color: rgba(251, 194, 203, 10);
}

.social-icons a.instagram:hover {
  background-color: rgba(251, 194, 203, 10);
}

@media (max-width:767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
  }
}





@media (max-width:1209px) {

  /* position: relative; */








  .sidebar-logo .logo-name {
    font-size: 25px;
    color: rgba(203, 0, 101, 60);

  }


























}













/* footer */


#map {
  position: relative;
  width: cover;

}

.row ul {
  list-style: none;
  float: left;


}

.row ul li {
  padding-bottom: 10px;

}


.row i {
  color: rgba(203, 0, 101, 60);

}





.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

.site-footer hr {
  border-top-color: rgba(203, 0, 101, 60);
  opacity: 0.5
}

.site-footer hr.small {
  margin: 20px 0
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {

  color: rgba(251, 194, 203, 10);
  text-decoration: none;
}

.footer-links {
  float: left;
  list-style: none
}

.footer-links li {
  display: block
}

.footer-links a {
  color: #737373;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: rgba(251, 194, 203, 10);
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block
}

.site-footer .social-icons {
  text-align: right
}

.site-footer .social-icons a {

  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d
}

.copyright-text {
  margin: 0
}






@media (max-width:994px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px
  }

  .site-footer {
    padding-bottom: 0
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center
  }

  .footer-links {
    text-align: center;
    justify-content: center;


  }



}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: none;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.social-icons a.facebook:hover {
  background-color: rgba(251, 194, 203, 10);
}

.social-icons a.instagram:hover {
  background-color: rgba(251, 194, 203, 10);
}

@media (max-width:767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
  }
}











.sidebar-logo .logo-name {
  font-size: 25px;
  color: rgba(203, 0, 101, 60);

}





@media (max-width:450px) {
  .photo img {

    margin-top: 70px;
    width: 100%;
    height: 40vh;




    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    z-index: 2;
  }


  .arrows {
    width: 60px;
    height: 350px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 30px;

  }

  .arrows path {
    stroke: white;
    fill: transparent;
    stroke-width: 4px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
  }

}