@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Playfair+Display:ital,wght@0,700;1,400&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5;
  font-size: 0.875rem;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0.25rem;
  text-transform: capitalize;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 0.875rem;
}

/*  global classes */
.btn {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  background: #fad11c;
  color: #2f2701;
  padding: 0.375rem 0.75rem;
  display: inline-block;
  /* font-weight: 700; */
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  font-size: 0.875rem;
  border: 0.08rem solid #fefefe;
  cursor: pointer;
  border-radius: 0.3rem;
}

.menu__btn {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  background-color: transparent;
  position: relative;
  border-radius: 0.2rem;
}

.menu__btn-burger {
  background: transparent;
  position: absolute;
  width: 1.4rem;
  height: 0.17rem;
  background-color: #fad11c;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0.2rem;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.menu__btn-burger::before,
.menu__btn-burger::after {
  content: '';
  position: absolute;
  width: 1.4rem;
  height: 0.17rem;
  background-color: #fad11c;
  border-radius: 0.2rem;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.menu__btn-burger::before {
  top: -0.4rem;
}

.menu__btn-burger::after {
  top: 0.4rem;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url(../images/header.jpg) center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(../images/header.jpg) center/cover no-repeat;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: transparent;
  padding-top: 3rem;
  z-index: 1;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.navbar_change {
  padding-top: 0;
  -webkit-box-shadow: 0 5px 10px rgba(254, 254, 254, 0.25);
          box-shadow: 0 5px 10px rgba(254, 254, 254, 0.25);
  background: #233d4d;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0.7rem;
  height: 100%;
}

.nav_name {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #fad11c;
}

.phone {
  display: block;
  width: 1.7rem;
}

.nav__list a {
  color: #fefefe;
  margin-left: 3rem;
  font-size: 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
}

.toggle__menu {
  position: absolute;
  top: -2500%;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.toggle__menu .toggle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fefefe;
  height: 100vh;
  text-decoration: none;
}

.toggle__menu .toggle__link {
  font-size: 1.3rem;
  color: #233d4d;
  padding: 1rem;
}

.toggle__menu .toggle__link:first-child {
  padding: 0 1rem;
  font-size: 3rem;
}

.toggle__menu .toggle__link:last-child {
  display: none;
}

.header__nav {
  display: none;
}

.intro {
  margin-top: 4rem;
}

.intro .section .section__description .description__title {
  font-style: normal;
  text-align: center;
  color: #656767;
  margin-bottom: 2rem;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: white;
}

.hero__banner .hero__logo {
  opacity: 0;
  padding: 2rem 4.5rem 0;
  width: 100%;
  height: auto;
  max-width: 25rem;
  -webkit-filter: invert(85%) sepia(49%) saturate(1061%) hue-rotate(342deg) brightness(105%) contrast(96%);
          filter: invert(85%) sepia(49%) saturate(1061%) hue-rotate(342deg) brightness(105%) contrast(96%);
}

.hero__banner h3 {
  opacity: 0;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0.2rem;
  font-weight: normal;
  color: #fefefe;
  font-size: 1.35rem;
  text-transform: capitalize;
  padding: 1.5rem;
}

.hero__banner .hero-btn {
  opacity: 0;
  color: #fefefe;
  background-color: #fad11c;
  border-radius: 0.4rem;
  border: none;
  letter-spacing: 0;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.25rem;
  padding: 0.75rem 1.2rem;
}

.hero__banner .hero-btn:hover {
  background: rgba(250, 209, 28, 0.8);
}

.hero__logo.active {
  -webkit-animation-name: logoActive;
          animation-name: logoActive;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hero__banner h3.active {
  -webkit-animation-name: h3Active;
          animation-name: h3Active;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.hero__banner a.active {
  -webkit-animation-name: aActive;
          animation-name: aActive;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes logoActive {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes logoActive {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes h3Active {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes h3Active {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes aActive {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes aActive {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.section {
  max-width: 1230px;
  margin: 0 auto;
}

.section .section__title {
  padding: 1rem;
}

.section .section__title h2 {
  font-size: 1.3rem;
  color: #8b8d8d;
}

.section .section__title span {
  text-transform: uppercase;
  font-weight: 900;
  color: #3f4040;
}

.section .section__description {
  margin: 1rem 2rem;
}

.section .section__description .description__title {
  text-transform: uppercase;
  color: #656767;
  font-size: 2rem;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 0.5rem;
}

.section .section__description .description__text {
  font-size: 1.125rem;
}

.section .section__description .description__block {
  padding: 1rem 0;
}

.section .section__description .description__block .section__img img {
  display: none;
}

.textAnimeActive {
  -webkit-animation-name: textSlide;
          animation-name: textSlide;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.imgAnimeActive.leftSlide {
  -webkit-animation-name: leftImgSlide;
          animation-name: leftImgSlide;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.imgAnimeActive.rightSlide {
  -webkit-animation-name: rightImgSlide;
          animation-name: rightImgSlide;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes textSlide {
  0% {
    top: 250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes textSlide {
  0% {
    top: 250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes leftImgSlide {
  0% {
    left: -250px;
    opacity: 0;
    width: 0%;
  }
  100% {
    left: 0;
    opacity: 1;
    width: 100%;
  }
}

@keyframes leftImgSlide {
  0% {
    left: -250px;
    opacity: 0;
    width: 0%;
  }
  100% {
    left: 0;
    opacity: 1;
    width: 100%;
  }
}

@-webkit-keyframes rightImgSlide {
  0% {
    left: 250px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes rightImgSlide {
  0% {
    left: 250px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

#about {
  margin: 4rem 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

#services {
  margin-top: 4rem;
}

#services .section {
  margin-bottom: 3rem;
}

.services__blocks {
  padding: 1rem 0;
  background: #233d4d;
  color: #fefefe;
}

.services__block {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.services__block .service__icon {
  line-height: 0;
  border: solid 0.125rem #fad11c;
  border-radius: 50%;
  padding: 0.95rem;
  margin: 0 auto;
}

.services__block .service__icon img {
  width: 4rem;
  height: 4rem;
  -webkit-filter: invert(85%) sepia(49%) saturate(1061%) hue-rotate(342deg) brightness(105%) contrast(96%);
          filter: invert(85%) sepia(49%) saturate(1061%) hue-rotate(342deg) brightness(105%) contrast(96%);
}

.service__info {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.service__info.active {
  height: 100%;
}

.service__info .service__info-title {
  font-family: "Playfair Display", sans-serif;
  font-size: 1.25rem;
  padding: 0 1.5rem;
  text-align: center;
  margin-top: 1rem;
}

.service__info .service__info-title-dash {
  width: 4rem;
  height: 0.17rem;
  background-color: #fad11c;
  margin: 1rem auto;
}

.service__info .service__info-text {
  position: relative;
  padding: 0 1.5rem;
  font-size: 1.125rem;
  margin: 0 0 1rem;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.service__info .service__info-text p {
  padding-bottom: 1rem;
}

.service__info .service__info-text p:last-child {
  padding-bottom: 0;
}

#contact {
  padding: 4rem 2rem;
  background-color: #fad11c;
  color: #fefefe;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
}

.contact__title h2 {
  font-size: 2rem;
  margin-bottom: 4rem;
  letter-spacing: 0.05rem;
  text-transform: none;
}

.contact__title h2 span {
  font-size: inherit;
  text-transform: uppercase;
}

.contact {
  font-size: 1.1rem;
}

.contact span {
  font-size: 1.16rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact p.or {
  margin: 1rem;
  position: relative;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  line-height: 2;
}

.contact p.or::before {
  position: absolute;
  top: 0.2rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  width: 3rem;
  height: 0.05rem;
  background-color: #fefefe;
}

.contact p.or::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: '';
  width: 3rem;
  height: 0.05rem;
  background-color: #fefefe;
}

.btn-contact {
  color: #fefefe;
  border-color: #fefefe;
  letter-spacing: 0;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.75rem 1.2rem;
  background-color: #fad11c;
}

.btn-contact:hover {
  background-color: rgba(254, 254, 254, 0.2);
}

.contact__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__btns .btns__img {
  -webkit-filter: invert(19%) sepia(72%) saturate(330%) hue-rotate(158deg) brightness(91%) contrast(92%);
          filter: invert(19%) sepia(72%) saturate(330%) hue-rotate(158deg) brightness(91%) contrast(92%);
}

.contact__btns .btns__img a img {
  height: 3rem;
  width: 3rem;
}

.contact__btns .btns__text {
  font-size: 1.5rem;
  font-weight: 700;
}

.modal__contact {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  color: #656767;
  font-size: 1.25rem;
  margin-top: 4rem;
  -webkit-transition-property: fransform opacity;
  transition-property: fransform opacity;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.modal__content {
  background-color: #fefefe;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 1rem 2rem;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}

.modal__header .non__visible {
  font-size: 2.2rem;
  visibility: hidden;
  width: 2rem;
}

.modal__header .title {
  text-transform: capitalize;
  font-weight: 800;
  letter-spacing: 0.01rem;
  font-size: 2rem;
}

.modal__header .close {
  text-decoration: none;
  resize: none;
  width: 2rem;
  border-radius: 0.3rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #b2b3b3;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.modal__header .close:hover {
  color: #656767;
}

.modal__body {
  padding: 1rem 0;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  resize: none;
  padding: 0.5rem 0.5rem;
  margin-bottom: 1rem;
  border: 0.1rem solid #e5e6e6;
  border-radius: 0.2rem;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  font-size: 0.9rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #b2b3b3;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  font-size: 0.9rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #b2b3b3;
}

.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  font-size: 0.9rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #b2b3b3;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-size: 0.9rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #b2b3b3;
}

.modal-btn {
  color: #fefefe;
  background-color: #fad11c;
  font-family: "Playfair Display", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
}

.modal-btn:hover {
  background-color: rgba(250, 209, 28, 0.8);
}

#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 2rem 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(../images/header.jpg) center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/header.jpg) center/cover no-repeat;
  color: #fad11c;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
}

#footer .footer__title {
  font-weight: 800;
}

#footer .footer__copyright {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
}

@media screen and (min-width: 768px) {
  .services__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .services__blocks .services__block {
    width: 45%;
    margin: 1rem 0;
  }
  .section .section__description .description__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .section .section__description .description__block .section__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2rem);
            flex: 0 0 calc(50% - 2rem);
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    position: relative;
    opacity: 0;
  }
  .section .section__description .description__block .section__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2rem);
            flex: 0 0 calc(50% - 2rem);
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 5px 10px #656767;
            box-shadow: 0 5px 10px #656767;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    position: relative;
    opacity: 0;
  }
  .section .section__description .description__block .section__img img {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem;
  }
}

@media screen and (min-width: 992px) {
  .phone {
    display: none;
  }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  .menu__btn {
    display: none;
  }
  .header {
    height: 100vh;
  }
  .services__blocks .services__block {
    width: 31%;
    padding: 1rem 0;
  }
}
/*# sourceMappingURL=main.css.map */