/*---------------------COLOURS---------------------------*/
/*---------------------COLOURS---------------------------*/
/*---------------------ANIMATION---------------------------*/
/* ----------------------------------------------
 * Generated by Animista on 2022-5-11 22:16:53
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes reveal {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scale-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
 @-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
/*---------------------ANIMATION---------------------------*/

.nav-logo a {
  position: relative;
}

.nav-logo a img {
    position: absolute;
    top: -2vh;


}

.nav-logo a #nav-logo2 {
  -webkit-animation: bounce-top 1s ease-in-out both;
  animation: bounce-top 1s ease-in-out both;
}

.checked {
  opacity: 1 !important;
  visibility: visible !important;
}

.mobile-bg {
  background: #fff;
  height: 6rem;
  z-index: 2;
  width: 100vw;
  position: fixed;
  top: 0;
}

.mobile-nav {
  justify-content: center;
  align-items: center;
  height: 15vh;
  margin: 0;
  font-family: Lora, sans-serif;
  position: relative;
  z-index: 3;
}
.mobile-nav p {
  margin: 0;
}
.mobile-nav .mobile-nav-menu.checked .menu-nav-link span div,
.mobile-nav .mobile-nav-menu.checked img,
.mobile-nav .mobile-nav-menu.checked .title p {
  transform: translateY(0) !important;
  transition: 1.2s 0.1s cubic-bezier(0.35, 0, 0.07, 1);
}
.mobile-nav .mobile-nav-menu.checked .image-link:nth-child(1) img {
  transition-delay: 0.18s;
}
.mobile-nav .mobile-nav-menu.checked .image-link:nth-child(2) img {
  transition-delay: 0.26s;
}
.mobile-nav .mobile-nav-menu.checked .image-link:nth-child(3) img {
  transition-delay: 0.34s;
}
.mobile-nav .mobile-nav-menu.checked .image-link:nth-child(4) img {
  transition-delay: 0.42s;
}
.mobile-nav .burger-menu.checked .line {
  background: #ec272b;
}
.mobile-nav .burger-menu.checked .line::after {
  background: #ec272b;
  transform: translateX(0);
}
.mobile-nav .burger-menu.checked .line:nth-child(1) {
  transform: translateY(calc(var(--burger-menu-radius) / 5)) rotate(45deg);
}
.mobile-nav .burger-menu.checked .line:nth-child(2) {
  transform: scaleX(0);
}
.mobile-nav .burger-menu.checked .line:nth-child(3) {
  transform: translateY(calc(var(--burger-menu-radius) / -5)) rotate(-45deg);
}
.mobile-nav .mobile-nav-logo {
  position: fixed;
  top: 4vh;
  left: 5vw;
  z-index: 100;
  display: block;
  width: 17rem;
  outline: none;
  cursor: pointer;
}

.mobile-nav .menu-inner {
  padding-top: 15vh;
}

.mobile-nav .burger-menu {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  --burger-menu-radius: 4em;
  position: fixed;
  top: 2vh;
  right: 5vw;
  z-index: 100;
  display: block;
  width: var(--burger-menu-radius);
  height: var(--burger-menu-radius);
  outline: none;
  cursor: pointer;
}
.mobile-nav .burger-menu .line {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 3px;
  background: #ec272b;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.mobile-nav .burger-menu .line:nth-child(1) {
  top: 30%;
}
.mobile-nav .burger-menu .line:nth-child(2) {
  top: 50%;
}
.mobile-nav .burger-menu .line:nth-child(3) {
  top: 70%;
}
.mobile-nav .burger-menu .line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: 0.25s;
}
.mobile-nav .burger-menu .line:nth-child(2)::after {
  transition-delay: 0.1s;
}
.mobile-nav .burger-menu .line:nth-child(3)::after {
  transition-delay: 0.2s;
}
.mobile-nav .burger-menu:hover .line::after {
  transform: translateX(0);
}
.mobile-nav .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;

  background: #EBEBEB;
  opacity: 0;
  overflow-x: hidden;
  visibility: hidden;
  transition: 0.3s;
}
.mobile-nav .menu .menu-nav-item {
  display: flex;
  justify-content: flex-start;
  padding: 2% 5%;
  width: 80%;
}
.mobile-nav .menu .menu-nav-item .menu-nav-link {
  padding: 5%;
}
.mobile-nav .menu .selected-nav-item {
  background: #E50044;
}
@media screen and (max-width: 750px) {
  .mobile-nav .menu {
    display: block;
  }
}
.mobile-nav .menu-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .mobile-nav .menu-nav {
    flex-direction: column;
  }
}
.mobile-nav .menu-nav-item {
  flex: 1;
}
.mobile-nav .menu-nav-link {
  position: relative;
  display: inline-flex;
  color: #000000;
  text-decoration: none;
}
.mobile-nav .menu-nav-link span {
  overflow: hidden;
}
.mobile-nav .menu-nav-link span div {
  transform: translateY(102%);
  font-size: 1.5rem;
}
.mobile-nav .menu-nav-link::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--primary-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.mobile-nav .menu-nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.mobile-nav .menu .gallery {
  margin-top: 60px;
  text-align: center;
}
.mobile-nav .menu .title {
  font-size: 24px;
  color: white;
  overflow: hidden;
}
.mobile-nav .menu .title p {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: translateY(102%);
}
.mobile-nav .menu .images {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .mobile-nav .menu .images {
    justify-content: center;
  }
}
.mobile-nav .menu .images .image-link {
  width: 15vw;
  margin: 0 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .mobile-nav .menu .images .image-link {
    width: 40vw;
    margin: 0 12px 12px 0;
  }
}
.mobile-nav .menu .images .image-link .text {
  position: absolute;
  z-index: 10;
  font-size: 1.3rem;
  color: #fff;
  bottom: 2vh;
}
.mobile-nav .menu .images .image-link .image {
  position: relative;
  transition: 0.6s;
}
.mobile-nav .menu .images .image-link .image::before {
  position: absolute;
  content: attr(data-label);
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.4s;
}
.mobile-nav .menu .images .image-link:hover .image {
  transform: scale(1.2);
}
.mobile-nav .menu .images .image-link:hover .image::before {
  opacity: 1;
}
.mobile-nav .menu .images img {
  height: 250px;
  transform: translateY(102%);
}

.main-nav {
  padding-top: 5vh;
  height: 10vh;
  z-index: 5;
  position: fixed;
  width: 80vw;
  margin-left: 10vw;
  background: #fff;
}
.main-nav .nav-container {
  height: 100%;
  width: 100%;
  display: flex;
}
.main-nav .nav-container .nav-logo {
  height: 100%;
  width: 30%;
  display: flex;
  align-items: center;
}
.main-nav .nav-container .nav-logo img {
  width: 17rem;
}
.main-nav .nav-container .nav-links {
  height: 100%;
  width: 70%;
  display: flex;
  flex-direction: row;
  align-items: center;
  /*justify-content: space-evenly;*/
  justify-content: flex-end;
  overflow: hidden;
}
.main-nav .nav-container .nav-links a {
  color: #000000;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  transition: all 0.5s;
  margin: 0 1.3rem;
}
.main-nav .nav-container .nav-links a:last-child {
  margin-right: 0;
}
.main-nav .nav-container .nav-links a:hover {
  color: #ec272b;
}
.main-nav .nav-container .nav-links .nav-link {
  animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
}
.main-nav .nav-container .nav-links .nav-link:before, .main-nav .nav-container .nav-links .nav-link:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  background-color: #ec272b;
  transition: all 0.5s ease-out;
}
.main-nav .nav-container .nav-links .nav-link:before {
  top: 0;
  left: 0;
}
.main-nav .nav-container .nav-links .nav-link:after {
  right: 0;
  bottom: 0;
}
.main-nav .nav-container .nav-links .nav-link:hover:after, .main-nav .nav-container .nav-links .nav-link:hover:before {
  width: 100%;
}
.main-nav .nav-container .nav-links .nav-link-selected {
  position: relative;
}
.main-nav .nav-container .nav-links .nav-link-selected:before, .main-nav .nav-container .nav-links .nav-link-selected:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #E92E30;
  transition: all 0.5s ease-out;
}
.main-nav .nav-container .nav-links .nav-link-selected:before {
  top: 0;
  left: 0;
}
.main-nav .nav-container .nav-links .nav-link-selected:after {
  right: 0;
  bottom: 0;
}
.main-nav .nav-container .nav-links .nav-link.dropdown {
  position: relative;
}
.main-nav .nav-container .nav-links .dropdown-container {
  -webkit-animation: slide-in-top 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: slide-in-top 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  position: absolute;
  top: 4rem;
  background: #006FB9;
  left: -35vw;
  flex-direction: row;
  width: 100vw;
  justify-content: space-around;
  display: none;
  height: 5rem;
  align-items: center;
}
.main-nav .nav-container .nav-links .dropdown-container a {
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .mobile-nav, .mobile-bg {
    display: none;
  }

  .main-nav {
    display: flex;
  }
}
@media only screen and (max-width: 1199px) {
  .mobile-nav, .mobile-bg {
    display: none;
  }

  .main-nav {
    display: flex;
  }

}
@media only screen and (max-width: 991px) {
  .mobile-nav, .mobile-bg {
    display: flex;
  }

  .main-nav {
    display: none;
  }

  .mobile-nav .menu .menu-nav-item .menu-nav-link {
    padding: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-nav, .mobile-bg {
    display: flex;
  }
  .mobile-nav .menu-inner, .mobile-bg .menu-inner {
    padding-top: 15vh;
  }

  .main-nav {
    display: none;
  }

  .mobile-nav .menu .images {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile-nav .menu .images .image-link {
    width: 40vw;
    height: 15vh;
  }
  .mobile-nav .menu .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


}
@media only screen and (max-width: 575px) {
  .mobile-nav, .mobile-bg {
    display: flex;
  }
  .mobile-nav .menu .images, .mobile-bg .menu .images {
    flex-direction: column;
    align-items: center;
  }
  .mobile-nav .menu .images .image-link, .mobile-bg .menu .images .image-link {
    margin: 0 0 21px 0 !important;
  }
  .mobile-nav .menu .images img, .mobile-bg .menu .images img {
    height: 150px;
  }

  .main-nav {
    display: none;
  }
  .mobile-nav .menu .menu-nav-item .menu-nav-link {
    padding: 5%;
  }
}



@media only screen and (max-height: 675px) {
  .main-nav {
    padding-top: 1vh;
  }
}


/*# sourceMappingURL=navbar.css.map */
