@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
.mobileNav {
  display: none;
}

.burgerBtn {
  display: none;
}

.navWrapper {
  z-index: 100;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  height: 100px;
  z-index: 99999;
}

.navRow {
  width: 92.5%;
}

.logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.logo img {
  padding-left: calc(1px + (50) * ((100vw) / (2560)));
  width: calc(1px + (250) * ((100vw) / (2560)));
}

.navCol {
  height: 100%;
}

nav {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  z-index: 9999;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul li {
  display: inline-block;
}

nav > .mainUlDiv > ul > li > a {
  text-decoration: none;
  cursor: pointer;
  padding-right: calc(1px + (50) * ((100vw) / (2560)));
  color: white;
  font-weight: normal;
  font-size: calc(1px + (25) * ((100vw) / (2560)));
  font-family: Montserrat;
  transition: 0.2s ease-in;
}

nav > .mainUlDiv > ul > li > a:hover {
  font-weight: 600;
}

/*--- footer style ---*/

.footer {
  margin-top: -2px;
  background-color: #322e2f;
  padding-left: calc(1px + (250) * ((100vw) / (2560)));
}

.footerRow {
  padding-top: calc(1px + (80) * ((100vw) / (2560)));
  padding-bottom: calc(1px + (100) * ((100vw) / (2560)));
  display: flex;
  justify-content: center;
  width: 73%;
}

.footerLogo img {
  width: calc(1px + (255) * ((100vw) / (2560)));
  margin: 1.33em 0;
}

.footerContactCol p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: calc(1px + (22) * ((100vw) / (2560)));
  line-height: calc(1px + (30) * ((100vw) / (2560)));
  padding-bottom: calc(1px + (15) * ((100vw) / (2560)));
  color: #ffffff;
}

.footerContactCol h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: calc(1px + (30) * ((100vw) / (2560)));
  line-height: calc(1px + (45) * ((100vw) / (2560)));
  color: #ffffff;
}

.mobileFooterContactColH4 {
  display: none;
}

.footerIcon {
  float: left;
  color: #ffc100;
  padding-right: calc(1px + (20) * ((100vw) / (2560)));
  height: calc(1px + (50) * ((100vw) / (2560)));
  font-size: calc(1px + (26) * ((100vw) / (2560)));
}

.footerContactColcontent {
  margin: 0 2% !important;
}

.footerContactColcontent p {
  margin: 0;
  padding-bottom: calc(1px + (50) * ((100vw) / (2560)));
}

@media screen and (max-width: 991px) {
  /* start of large tablet styles */
  /* start of phone styles */
  .desktopNav {
    display: none;
  }
  .burgerBtn {
    display: block;
    z-index: 999;
    height: 18px;
    width: 21px;
  }
  .navCol {
    display: flex;
    align-items: center;
  }
  .navWrapper {
    overflow: hidden;
  }
  .mobileNav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    z-index: 99;
    transform: translateX(100%);
    transition: 0.2s ease-in;
    border-radius: 0 0 0 80%;
    height: 0vh;
    width: 0;
  }
  .overflow {
    overflow: hidden;
    height: 120vh;
    width: 100vw;
  }
  .toggleNav {
    transform: translateX(0);
    border-radius: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
  }
  .logo {
    width: 40%;
    z-index: 50;
  }
  .logo img {
    width: calc(1px + (150) * ((100vw) / (479)));
  }
  .navCol {
    width: 52%;
    display: inline-flex;
    justify-content: flex-end;
  }
  .mainUlDivMobile ul {
    background-color: transparent;
    padding-top: 100px;
    padding-left: 0;
    height: 0vh;
    width: 0;
    border-radius: 0 0 0 50%;
    transition: 0.2s ease-in;
  }
  .animUlMobileNav {
    height: 120vh !important;
    padding-left: 30px !important;
    width: 90% !important;
    border-radius: 0 0 0 0;
    background-color: white;
  }
  .mainUlDivMobile ul li {
    display: block;
    overflow: hidden;
    margin-bottom: calc(1px + (15) * ((100vw) / (479)));
  }
  .mainUlDivMobile ul li a {
    font-size: calc(1px + (30) * ((100vw) / (479)));
  }
  .mobileNavLink {
    display: inline-block;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.4s ease-in;
    font-size: calc(1px + (20) * ((100vw) / (479)));
    color: black;
    text-decoration: none;
    cursor: pointer;
    font-family: Montserrat;
  }
  .mobileNavLinkOpen {
    transform: translateY(0);
    opacity: 1;
  }
  /*burger animation*/
  #nav-icon,
  #nav-icon2,
  #nav-icon3,
  #nav-icon4 {
    width: 21px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg) scale(1.8);
    -moz-transform: rotate(0deg) scale(1.8);
    -o-transform: rotate(0deg) scale(1.8);
    transform: rotate(0deg) scale(1.8);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon span,
  #nav-icon3 span,
  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  #nav-icon span:nth-child(2) {
    top: 6px;
  }
  #nav-icon span:nth-child(3) {
    top: 12px;
  }
  #nav-icon.open span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: black;
  }
  #nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: 60px;
    background-color: black;
  }
  #nav-icon.open span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: black;
  }
  /*--- footer style ---*/
  .footer {
    margin-top: -2px;
    background-color: #322e2f;
    padding-left: calc(1px + (250) * ((100vw) / (2560)));
  }
  .footerRow {
    padding-top: calc(1px + (80) * ((100vw) / (2560)));
    padding-bottom: calc(1px + (100) * ((100vw) / (2560)));
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(1px + (430) * ((100vw) / (479)));
  }
  .footerLogo img {
    width: calc(1px + (200) * ((100vw) / (479)));
    margin: 1.33em 0;
  }
  .footerContactCol {
    width: calc(1px + (410) * ((100vw) / (479)));
  }
  .footerContactHoursMobile {
    display: inline-flex;
  }
  .footerContactCol p {
    font-size: calc(1px + (16) * ((100vw) / (479)));
    line-height: calc(1px + (22) * ((100vw) / (479)));
    padding-bottom: calc(1px + (15) * ((100vw) / (479)));
    color: #ffffff;
  }
  .footerContactCol h4 {
    font-size: calc(1px + (16) * ((100vw) / (479)));
    line-height: calc(1px + (30) * ((100vw) / (479)));
    color: #ffffff;
  }
  .desktopFooterContactColH4 {
    display: none;
  }
  .mobileFooterContactColH4 {
    display: block;
  }
  .footerIcon {
    float: left;
    color: #ffc100;
    padding-right: calc(1px + (20) * ((100vw) / (479)));
    height: calc(1px + (50) * ((100vw) / (479)));
    font-size: calc(1px + (22) * ((100vw) / (479)));
  }
  .footerContactColcontent {
    margin: 0 2% !important;
  }
  .footerContactColcontent p {
    margin: 0;
    padding-bottom: calc(1px + (50) * ((100vw) / (479)));
  }
}

@media screen and (max-width: 767px) {
  /* start of phone styles */
  .desktopNav {
    display: none;
  }
  .burgerBtn {
    display: block;
    z-index: 999;
    height: 18px;
    width: 21px;
  }
  .navCol {
    display: flex;
    align-items: center;
  }
  .navWrapper {
    overflow: hidden;
  }
  .mobileNav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    z-index: 99;
    transform: translateX(100%);
    transition: 0.2s ease-in;
    border-radius: 0 0 0 80%;
    height: 0vh;
    width: 0;
  }
  .overflow {
    overflow: hidden;
    height: 120vh;
    width: 100vw;
  }
  .toggleNav {
    transform: translateX(0);
    border-radius: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
  }
  .logo {
    width: 40%;
    z-index: 50;
  }
  .logo img {
    width: calc(1px + (150) * ((100vw) / (479)));
  }
  .navCol {
    width: 52%;
    display: inline-flex;
    justify-content: flex-end;
  }
  .mainUlDivMobile ul {
    background-color: transparent;
    padding-top: 100px;
    padding-left: 0;
    height: 0vh;
    width: 0;
    border-radius: 0 0 0 50%;
    transition: 0.2s ease-in;
  }
  .animUlMobileNav {
    height: 120vh !important;
    padding-left: 30px !important;
    width: 90% !important;
    border-radius: 0 0 0 0;
    background-color: white;
  }
  .mainUlDivMobile ul li {
    display: block;
    overflow: hidden;
    margin-bottom: calc(1px + (15) * ((100vw) / (479)));
  }
  .mainUlDivMobile ul li a {
    font-size: calc(1px + (30) * ((100vw) / (479)));
  }
  .mobileNavLink {
    display: inline-block;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.4s ease-in;
    font-size: calc(1px + (20) * ((100vw) / (479)));
    color: black;
    text-decoration: none;
    cursor: pointer;
    font-family: Montserrat;
  }
  .mobileNavLinkOpen {
    transform: translateY(0);
    opacity: 1;
  }
  /*burger animation*/
  #nav-icon,
  #nav-icon2,
  #nav-icon3,
  #nav-icon4 {
    width: 21px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg) scale(1.5);
    -moz-transform: rotate(0deg) scale(1.5);
    -o-transform: rotate(0deg) scale(1.5);
    transform: rotate(0deg) scale(1.5);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon span,
  #nav-icon3 span,
  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  #nav-icon span:nth-child(2) {
    top: 6px;
  }
  #nav-icon span:nth-child(3) {
    top: 12px;
  }
  #nav-icon.open span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: black;
  }
  #nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: 60px;
    background-color: black;
  }
  #nav-icon.open span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: black;
  }
  /*--- footer style ---*/
  .footer {
    margin-top: -2px;
    background-color: #322e2f;
    padding-left: calc(1px + (250) * ((100vw) / (2560)));
  }
  .footerRow {
    padding-top: calc(1px + (80) * ((100vw) / (2560)));
    padding-bottom: calc(1px + (100) * ((100vw) / (2560)));
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(1px + (430) * ((100vw) / (479)));
  }
  .footerLogo img {
    width: calc(1px + (200) * ((100vw) / (479)));
    margin: 1.33em 0;
  }
  .footerContactCol {
    width: calc(1px + (410) * ((100vw) / (479)));
  }
  .footerContactHoursMobile {
    display: inline-flex;
  }
  .footerContactCol p {
    font-size: calc(1px + (16) * ((100vw) / (479)));
    line-height: calc(1px + (22) * ((100vw) / (479)));
    padding-bottom: calc(1px + (15) * ((100vw) / (479)));
    color: #ffffff;
  }
  .footerContactCol h4 {
    font-size: calc(1px + (16) * ((100vw) / (479)));
    line-height: calc(1px + (30) * ((100vw) / (479)));
    color: #ffffff;
  }
  .desktopFooterContactColH4 {
    display: none;
  }
  .mobileFooterContactColH4 {
    display: block;
  }
  .footerIcon {
    float: left;
    color: #ffc100;
    padding-right: calc(1px + (20) * ((100vw) / (479)));
    height: calc(1px + (50) * ((100vw) / (479)));
    font-size: calc(1px + (22) * ((100vw) / (479)));
  }
  .footerContactColcontent {
    margin: 0 2% !important;
  }
  .footerContactColcontent p {
    margin: 0;
    padding-bottom: calc(1px + (50) * ((100vw) / (479)));
  }
}

@media screen and (max-width: 479px) {
  #nav-icon,
  #nav-icon2,
  #nav-icon3,
  #nav-icon4 {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}
