:root {
  --brown: #a33141;
}

h1 {
  text-align: center;
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #959595;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #818181;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #a33141;
  border-radius: 5px;
  padding: 15px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  font-style: italic;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button:hover {
  background-color: #222;
}

.button.btn-about {
  margin-top: 22px;
}

.banner {
  background-image: linear-gradient(#0009, #0009), url('../images/05.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100%;
}

.banner.banner-about {
  background-image: linear-gradient(#0009, #0009), url('../images/3.jpg');
  height: 398px;
  padding-top: 129px;
  padding-bottom: 129px;
}

.banner.banner-about.b-p {
  background-image: linear-gradient(#0009, #0009), url('../images/4.jpg');
}

.banner.banner-about.b-c {
  background-image: linear-gradient(#0009, #0009), url('../images/2.jpg');
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Montserrat, sans-serif;
}

.menu-hamburger {
  z-index: 200;
  background-color: #a33141;
  background-image: url('../images/res.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-right: 20px;
  position: fixed;
  top: 0;
  right: 0;
}

.right-navigation {
  z-index: 100;
  background-color: #fff;
  background-image: url('../images/navigation3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 400px;
  padding-top: 150px;
  padding-bottom: 20px;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.navigation-wrapper {
  text-align: center;
}

.nav-ul {
  margin-top: 50px;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px 100px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.li {
  padding-top: 23px;
  padding-bottom: 23px;
  transition: opacity .3s;
}

.li:hover {
  background-color: #a33141b3;
}

.soc-div {
  text-align: center;
  margin-bottom: 49px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.soc-div.soc-team {
  margin-top: 15px;
  position: relative;
}

.soc-ico {
  opacity: .57;
  width: 35px;
  height: 35px;
  margin-right: 7px;
  transition: all .5s;
}

.soc-ico.facebook {
  background-image: url('../images/facebook_footer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.soc-ico.facebook:hover {
  opacity: 1;
}

.soc-ico.twitter {
  background-image: url('../images/twitter_footer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.soc-ico.twitter:hover {
  opacity: 1;
}

.soc-ico.behance {
  background-image: url('../images/linkedin_footer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.soc-ico.behance:hover {
  opacity: 1;
}

.smaill-tittle {
  text-align: center;
}

.tittle-text {
  color: #222;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 20px;
  font-family: PT Serif, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 46px;
}

.tittle-text.t2 {
  margin-bottom: 35px;
  font-size: 28px;
  line-height: 40px;
}

.line {
  background-color: #222;
  width: 40px;
  height: 1px;
  margin: 30px auto;
  display: block;
}

.of {
  color: #222;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.line-gray {
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
  margin-top: 90px;
  margin-bottom: 90px;
}

.big-tittle {
  text-align: center;
}

.of-2 {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.of-2.of-port, .of-2.otf-light {
  font-weight: 400;
}

.portfolio-div {
  margin-top: 80px;
  margin-left: 7%;
  margin-right: 7%;
}

.portfolio-div.por-page {
  margin-top: 0;
}

.col {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.port-wrapper {
  position: relative;
  overflow: hidden;
}

.port-overlay {
  background-color: #00000017;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .5s;
  position: absolute;
}

.port-overlay:hover {
  background-color: #0009;
}

.text-port {
  text-align: center;
  position: relative;
  top: 45%;
}

.port-img {
  width: 100%;
  height: 100%;
}

.cnt-con {
  margin-top: 60px;
}

.cnt {
  text-align: center;
}

.cnt.cnt-sl {
  margin-top: 50px;
}

.client-div {
  text-align: center;
}

.client-wrp {
  opacity: .64;
  width: 19.8%;
  transition: all .5s;
}

.client-wrp:hover {
  opacity: 1;
}

.footer {
  background-color: #333;
  padding-top: 33px;
  padding-bottom: 33px;
}

.copyright {
  color: #777;
  font-family: Playfair Display, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s;
}

.copyright:hover {
  color: #d6d6d6;
}

.col-left {
  text-align: right;
}

.white {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 400;
}

.white.f-l {
  margin-bottom: 50px;
  font-size: 68px;
}

.sub-text {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #0000007d;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.sub-text.bld {
  font-weight: 400;
}

.h4-abot {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.row {
  margin-top: 60px;
}

.text-field {
  border-top-style: none;
  border-right-style: none;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.text-field.area {
  padding-bottom: 75px;
}

.suc-m {
  text-align: center;
}

.suc-m.err {
  margin-top: 29px;
}

.err-p {
  color: #ff4a4a;
  margin-bottom: 0;
}

.link {
  color: #616161;
  text-decoration: none;
}

.scroll {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.scr-tex {
  color: #fff;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
}

.slide-con {
  text-align: center;
  position: relative;
  top: 31%;
}

.bld {
  font-size: 23px;
  font-weight: 300;
}

.text-badge-wrapper {
  z-index: 1;
  height: 18px;
  position: relative;
  overflow: hidden;
}

.badge-content {
  z-index: 9999;
  position: fixed;
  inset: auto 15px 15px auto;
}

.code-embed {
  color: #000;
}

.badge-wrapper {
  z-index: 999;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.remove-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.badge-paragraph.biger {
  font-size: 15px;
  font-weight: 700;
}

.text-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffed;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-badge-hover {
  background-color: #9bfa13;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

.icon-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.photo-badge {
  background-image: url('../images/unlock-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

html.w-mod-js [data-ix="display-none-on-load"] {
  transform: translate(410px);
}

html.w-mod-js [data-ix="move-down"] {
  opacity: 0;
  transform: scale(1.5)rotate(-40deg);
}

html.w-mod-js [data-ix="load"] {
  opacity: 0;
  transform: scale(1.25)rotate(-40deg);
}

html.w-mod-js [data-ix="load-2"] {
  opacity: 0;
  transform: translate(0, 28px);
}

html.w-mod-js [data-ix="load-3"] {
  opacity: 0;
  transform: translate(-20px);
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 22px;
  }

  .banner {
    height: 700px;
  }

  .right-navigation {
    width: 330px;
  }

  .portfolio-div {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-port {
    top: 44%;
  }

  .client-div {
    text-align: center;
  }

  .client-wrp {
    width: 40%;
  }

  .col-spc {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    height: 550px;
  }

  .banner.banner-about {
    height: 424px;
  }

  .right-navigation {
    overflow: auto;
  }

  .soc-div {
    margin-top: 19px;
    position: relative;
  }

  .client-wrp {
    width: 98%;
  }

  .copyright {
    text-align: center;
    margin-bottom: 16px;
  }

  .col-left {
    text-align: center;
  }

  .white {
    margin-bottom: 25px;
    font-size: 40px;
  }

  .white.f-l {
    margin-bottom: 28px;
    font-size: 54px;
  }

  .sub-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    height: 400px;
  }

  .banner.banner-about {
    height: 413px;
  }

  .right-navigation {
    width: 321px;
  }

  .portfolio-div {
    margin-left: 4px;
    margin-right: 4px;
  }

  .white {
    font-size: 33px;
  }

  .white.f-l {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .sub-text {
    padding: 10px 8px;
    font-size: 11px;
  }
}


