
:root {
  --text-primary: #000000;
  --text-secondary: #ffffff;

  --bg-primary: #ffffff;
  --bg-secondary: #000000;
  --bg-tertiary: #edd185;
  --bg-fourth: #e8bd70;
}


html, body {
  padding-right: 0;
  max-width: 100%;
}
.section {
  overflow-x: hidden!important;
  overflow-y: hidden!important;
}
body {
  margin: 0;
  padding: 0;
  background-color: #efefef;
}
ul, li {
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-family: 'Ubuntu', 'sans-serif';
  font-weight: 700;
  color: #2c2c2c;
  font-size: 40px;
}
p{
  color: #2c2c2c;
  font-family: 'Ubuntu', 'sans-serif';
}
h1 span {
  color: #b8bc86;
}

.header {
  position: fixed;

  top: 0;
  left: 0;
  z-index: 2;
}
.header-wrapper {
  display: flex;
  align-items: center;

  min-height: 100px;
  width: 100%;
}
.header-logo {
  display: flex;
  align-items: center;

  min-width: 100px;

  font-family: 'Ubuntu', 'sans-serif';
  font-size: 15px;
  letter-spacing: 1px;
}
.header-content {
  display: flex;
  justify-content: flex-end;
}
.header-social {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-right: 40px;
  width: 80px;
}
.so-btn {
  cursor: pointer;
  color: #2c2c2c;
  transition: ease-out .6s linear;
}
.header-social .fa:hover:nth-child(1) {
  color: #3b5998;
}
.header-social .fa:hover:nth-child(3) {
  color: #555555;
}
.header-social .fa:hover:nth-child(2) {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hvr-grow {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition: .2s;
}
.menu-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;

  height: 30px;
  cursor: pointer;
  z-index: 201;
}
.menu-icon.open span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 6px);
  width: 30px;
  margin-right: 0px;
}
.menu-icon.open span:nth-child(2) {
  transform: translateX(60px);
}
.menu-icon.open span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
  width: 30px;
}
.menu-icon span {
  width: 30px;
  height: 3px;

  background-color: #2c2c2c
}
.menu-icon span:nth-child(1) {
  margin-bottom: 6px;
  margin-right: 13.5px;
  width: 16.5px;

  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.menu-icon span:nth-child(3) {
  width: 16.5px;
  margin-top: 6px;

  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.menu-icon:hover span:nth-child(1) {
  width: 30px;
  margin-right: 0px;
}
.menu-icon:hover span:nth-child(3) {
  width: 30px;
}

.mobile-reverse {
  flex-direction: row-reverse;
}
.px-section {
  padding-left: 5%;
  padding-right: 5%;
}
.slogan {
  display: flex;
  justify-content: center;
}
.slogan h1 {
  font-family: 'Ubuntu', 'sans-serif';
  font-size: 55px;

  color: #2c2c2c;

  cursor: default;
}
.anchor-btns {
  margin-top: 150px;
  margin-bottom: 50px;
}
.anchor-btn {
  font-family: 'Ubuntu', 'sans-serif';
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #2c2c2c;
}
.border-ring-even {
  position: absolute;
  transform: translate(1120px, 100px);
}
.border-ring-even img {
  width: 1000px;
  height: 1000px;
  z-index: 2;
}
.border-ring-odd {
  position: absolute;
  transform: translate(-550px,  300px);
}
.border-ring-odd img {
  width: 1000px;
  height: 1000px;
  z-index: 2;
}
.border-ring {
  position: absolute;
  transform: translate(55px, 300px);
}
.border-ring img {
  width: 1000px;
  height: 1000px;
  z-index: 2;
}
#background0 {
  background: url(images/bg-section-2.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#background1 {
  background: url(images/bg-section-4.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.img-box {
  z-index: 2;
}
.img-box img {
  width: 80%;
}
.ws {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 5px;
}
.ws p {
  font-family: 'Ubuntu', 'sans-serif';
  font-weight: 700;
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.ws span {
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 25px;
  width: 250px;
  height: 60px;
  font-family: 'Ubuntu', 'sans-serif';
  font-weight: 700;
  color: #ffffff;
  background-image: linear-gradient(to right, #b8bc86, #cbcf94);
  border-radius: 30px;
}
.contact {
  border-radius: 30px;
  text-align: center;
  z-index: 2;
  text-align: center;
  text-justify: inter-word;
  word-wrap: break-word;
}
.contact p span {
  display: block;
  font-size: 20px;
  color: #b8bc86;
}
.text-justify p {
  font-family: 'Ubuntu', 'sans-serif';
  font-size: 32px;
}

.navbar {
  position: fixed;

  display: flex;
  flex-direction: column;
  align-items: center;

  height: 0px;
  width: 0px;
  top: 15px;
  right: 15px;

  visibility: hidden;
  z-index: 200;
  background: #ffffff;
  border-radius: 20px;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.navbar-anchors {
  width: 300px;
}
.navbar.open {
  visibility: visible;

  width: 300px;
  height: 400px;

  padding-top: 65px;
}
.navbar li {
  font-size: 0px;
  font-family: 'Ubuntu', 'sans-serif';
  font-weight: 700;
  color: #2c2c2c;
}
.navbar.open li {
  font-size: 25px;
  text-transform: uppercase;
}
.navbar ul li {
  cursor: pointer;
  list-style: none;
  padding: 15px 0px;
  letter-spacing: 0.15em;
}
.navbar ul li:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  background: #2c2c2c;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.navbar ul li:hover:after {
  width: 90%;
  left: 0;
}

.service {
  text-align: justify;
  text-justify: inter-word;
  word-wrap: break-word;
}
.info {
  transform: translate(20px, 95px);
}
.service-title {
  text-align: center;
  color: #2c2c2c!important;
}
#bg {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  z-index: 2;
}
.service p {
  font-size: 16px;
  font-family: 'Ubuntu', 'sans-serif';
  align-items: center;
}
.service h1 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 25px;
  font-family: 'Ubuntu', 'sans-serif';
  font-weight: 700;
  color: #cbcf94;
}
.service span {
  display: flex;
  justify-content: flex-end;
  color: #b8bc86;
  font-size:25px;
}
.media {
  display: flex;
  flex-wrap: wrap;

  padding: 10px;
}
.media-img {
  text-align: center;
  width: 115px;
}
.service img {
  width: 80%;
  margin-bottom: -20px;
}
.service-logo {
  position: relative;
  margin-top: -100px;
  text-align: center;
}
.service-logo img {
  width: 200px;
  height: 200px;
}
.masha {
  position: relative;
  margin-left: auto;
  margin-right: 0;
}

.gallery {
  padding: 30px 30px;
}
.gal img {
  z-index: 2;
  width: 60%;
}

.footer {
  display: flex;
  min-height: 150px;

  z-index: 5;
  background-image: linear-gradient(to right, #b8bc86, #cbcf94);
}
.logo_footer {
  position: relative;
}
.logo_footer img {
  width: 110px;
  height: 110px;
  padding: 0;
}
.footer-text {
}
.footer-text p span {
  display: block;
}
.footer-text p {
  color: #ffffff;
  font-size: 20px;
}
#fp-nav ul li a span{
  background-color: white!important;
}
.fp-tooltip {
  font-family: 'Ubuntu', 'sans-serif';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  color: #ffffff!important;
}
.fp-slidesNav {
  display: flex;
  justify-content: center;
}
.instagram-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  z-index: 2;
}
.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
  border-color: transparent var(--bg-tertiary)!important;
}
.fp-controlArrow.fp-next {
  margin-right: 25px;
}
.fp-controlArrow.fp-prev:hover, .fp-controlArrow.fp-next:hover {
  border-color: transparent var(--bg-fourth)!important;
}

@media screen and (max-width: 1920px) {
  .img-box {
    transform: translateY(150px);
  }
  .border-ring {
    transform: translate(0px, 500px);
  }
  .rights {
    padding-top: 15px;
  }
  .social {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .img-box img {
    width: 500px;
  }
  .slogan {
    width: 500px;
  }
  .img-box {
    transform: translate(20px, 70px);
  }
  .media {
    margin-top: -20px;
    margin-left: 20px;
  }
  .rights {
    padding-top: 15px;
  }
  .social {
    padding-top: 15px;
  }
  .info p span{
    font-size: 21px;
  }
  .info {
    transform: translate(15px, 125px);
  }
}
@media screen and (max-width: 992px) {
  .service p {
    font-size: 14px;
  }
  .service-logo img {
    display: none;
  }
  .slogan h1 {
    font-size: 40px;
  }
  .border-ring-even,
  .border-ring,
  .border-ring-odd {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .service {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .media-img {
    width: 115px;
  }
  .anchor-btns {
    transform: translateX(75px);
  }
  .slogan {
    width: 500px;
    transform: translate(5px, 450px);
  }
  .img-box {
    transform: translate(20px, -40px);
  }
  .img-box img {
    width: 400px;
  }
  .rights {
    padding-top: 30px;
  }
  .service {
    padding: 30px;
  }
  .info {
    transform: translate(365px, 35px);
  }
}
@media screen and (max-width: 576px) {
  .service p {
    font-size: 20px;
  }
  .slogan {
    margin-right: auto;
    margin-left: 0;
  }
  .img-box {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .anchor-btn {
    font-size: .45em;
  }
  .anchor-btn:last-child {
    margin-left: 10px;
  }
  .anchor-btns {
    transform: translateX(-5px);
  }
  .slogan {
    width: 300px;
    transform: translate(5px, 450px);
  }
  .slogan h1 {
    text-align: center;
    font-size: 50px;
  }
  .img-box {
    transform: translate(-50px, -100px);
  }
  .img-box img {
    width: 400px;
  }
  .ws span {
    width: 200px;
    height: 50px;
  }
  .ws p {
    font-size: 26px;
  }
  .footer-text p {
    font-size: 16px;
  }
  .gal img {
    width: 150px;
  }
  .rights {
    padding-top: 25px;
  }
  .logo_footer {
    transform: translateY(-90px);
  }
  .info {
    transform: translate(70px, 30px);
  }
}
@media screen and (max-width: 375px) {
  .img-box {
    width: 60%;
  }
  #row0 {
    flex-direction: row-reverse;
  }
  .anchor-btn {
    font-size: .45em;
  }
  .anchor-btn:last-child {
    margin-left: 10px;
  }
  .anchor-btns {
    transform: translateX(-70px);
  }
  .slogan {
    width: 300px;
    transform: translate(-20px, 450px);
  }
  .slogan h1 {
    text-align: center;
    font-size: 30px;
  }
  .img-box {
    transform: translate(-20px, -10px);
  }
  .img-box img {
    width: 300px;
  }
  .info {
    transform: translate(20px, 40px);
  }
  .footer-text p {
    font-size: 12px;
  }
  .footer-text p i {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .anchor-btn {
    font-size: .45em;
  }
  .anchor-btn:last-child {
    margin-left: 10px;
  }
  .anchor-btns {
    transform: translateX(-85px);
  }
  .slogan {
    width: 300px;
    transform: translate(-40px, 450px);
  }
  .slogan h1 {
    text-align: center;
    font-size: 65px;
  }
  .img-box {
    transform: translate(-45px, 200px);
  }
  .img-box img {
    width: 300px;
  }
  .gal img {
    width: 120px;
  }
  .footer-text p {
    font-size: 12px;
    margin-right: 30px;
  }
  .rights p{
    font-size: 10px;
  }
  .social {
    padding-right: 25px;
  }
  .info {
    transform: translate(5px, 30px)
  }
  .info p span{
    font-size: 18px;
  }
}
