@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/GothamBook.eot');
    src: url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBook.woff2') format('woff2'),
        url('../fonts/GothamBook.woff') format('woff'),
        url('../fonts/GothamBook.ttf') format('truetype'),
        url('../fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.border-part .uk-width-1-1 { 
    min-height: calc(100vh - 50px) !important;
  height: calc(100vh - 50px) !important;
}

#mobile-sec {
  height: calc(100vh - 80px);
  min-height: calc(100vh - 80px);
}

@media only screen and (max-width:959px)  {
.border-part .uk-width-1-1 {
  min-height: calc(100vh - 30px) !important;
  height: calc(100vh - 30px) !important;
}
}

@media (max-width: 639px){
  .hero .uk-background-cover {
      min-height: calc(90vh - 120px) !important;
  }
}