@font-face {
  font-family: "SVN-Gallery-Modern";
  src: url("../fonts/SVN-GalleryModern.woff2") format("woff2"), url("../fonts/SVN-GalleryModern.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-GothamLight.woff2") format("woff2"), url("../fonts/SVN-GothamLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-GothamBold.woff2") format("woff2"), url("../fonts/SVN-GothamBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-Gotham.woff2") format("woff2"), url("../fonts/SVN-Gotham.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-GothamLightItalic.woff2") format("woff2"), url("../fonts/SVN-GothamLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-GothamItalic.woff2") format("woff2"), url("../fonts/SVN-GothamItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-GothamBoldItalic.woff2") format("woff2"), url("../fonts/SVN-GothamBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gotham";
  src: url("../fonts/SVN-GothamBook.woff2") format("woff2"), url("../fonts/SVN-GothamBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.SVN-Gallery-Modern {
  font-family: "SVN-Gallery-Modern";
}

.SVN-Gotham {
  font-family: "SVN-Gotham";
}

/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, p,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

a {
  text-decoration: none;
  transition: 0.3s all !important;
  line-height: normal;
  color: #012934;
}
a:hover, a:focus {
  color: red;
  text-decoration: none;
}

button, input[type=submit] {
  cursor: pointer;
  outline: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

body {
  background: url("../images/bg-main.jpg") no-repeat center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: normal;
  font-family: "SVN-Gotham" !important;
  @media (max-width: 1366px) {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }
}
body.active-hidden {
  overflow: hidden;
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
  display: inline !important;
}
body h1, body h2, body h3, body h4, body h5 h6 {
  line-height: 1.35 !important;
}

.container {
  max-width: 1630px !important;
  padding: 0 15px;
  margin: 0 auto;
  width: 100% !important;
}

/*======================================== end config =================================*/
.padd-main {
  padding: 80px 0;
}

.form-contact {
  .txt_field {
    width: 100%;
    background: #FFE6E0;
    height: 50px;
    border-radius: 10px;
    padding: 0 16px;
    font-size: 14px;
    color: #004A5A;
    &::placeholder {
      color: #004A5A;
    }
    @media (max-width: 1600px) {
      height: 50px;
    }
    @media (max-width: 1366px) {
      height: 44px;
    }
  }
  textarea {
    display: block;
    width: 100%;
    background: #FFE6E0;
    padding: 16px;
    border-radius: 10px;
    height: 160px;
    color: #004A5A;
    font-size: 14px;
    &::placeholder {
      color: #004A5A;
    }
    @media (max-width: 1366px) {
      height: 100px;
    }
  }
  .submit-field {
    margin-top: 12px;
    @media (max-width: 1600px) {
      margin-top: 4px;
    }
    .btn_field {
      height: 48px;
      min-width: 228px;
      color: #fff;
      background: #D57565;
      border-radius: 10px;
      font-size: 14px;
      font-weight: bold;
      transition: .4s all !important;
      border: 0;
      &:hover {
        background: #FABEAF;
        color: #000000;
      }
      @media (max-width: 1366px) {
        height: 44px;
      }
    }
  }
  .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 10px;
    display: block;
    margin-top: 4px;
  }
}
.wpcf7-response-output {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin: 0 !important;
  padding: 10px 0 0 0 !important;
  border: 0 !important;
}

.submit-field {
  p {
    width: max-content;
    position: relative;
    margin: 0 auto;
  }
  .wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: calc(50% - 12px);
    right: 12px;
  }
}

.social {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 40px;
  ul {
    li {
      margin-bottom: 10px;
      &:last-child {
        margin-bottom: 0;
      }
    }
  }
}

/* ------------------------------------ menu ------------------------------------*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  z-index: 12;
  &:hover {
    .header-fixed {
      top: 0;
    }
  }
  .logo {
    img {
      @media (max-width: 1280px) {
        max-height: 60px;
      }
      @media (max-width: 1023px) {
        max-height: 50px;
      }
      @media (max-width: 767px) {
        max-height: 32px;
      }
    }
  }
}

.head-menu {
  button {
    border: 0;
    @media (max-width: 767px) {
      transform: scale(0.7);
    }
    &:hover {
      color: #D57565 !important;
      svg {
        transform: scale(1.2);
      }
    }
    svg {
      transition: .3s all !important;
    }
  }
}

.header-fixed {
  position: fixed;
  transition: .5s all !important;
  top: -120px;
  @media (max-width: 1023px) {
    top: 0 !important;
  }
  &.active {
    top: 0;
  }
}

.content-fter-top {
  p {
    @media (max-width: 767px) {
      margin-bottom: 8px;
      &:last-child {
        margin-bottom: 0;
      }
    }
  }
  strong {
    @media (max-width: 767px) {
      display: block;
    }
  }
}

/* ------------------------------------ end menu ------------------------------------*/

.fp-section {
  @media (max-width: 1023px) {
    height: auto !important;
  }
  &.banner-home {
    .fp-tableCell {
      @media (max-width: 1023px) {
        padding: 0 !important;
      }
    }
  }
  .fp-tableCell {
    @media (max-width: 1023px) {
      height: auto !important;
      padding: 80px 0;
    }
    @media (max-width: 767px) {
      padding: 32px 0;
    }
  }
}

main {
  @media (max-width: 1023px) {
    margin-top: 82px;
  }
  @media (max-width: 767px) {
    margin-top: 54px;
  }
}