@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0.5rem 1rem;
  overflow: hidden;
}

.blue-txt {
  color: #095faa;
}

.light-txt {
  color: #e1e2e6;
}

.white-txt {
  color: #fff;
}

.btn-full-blue,
.btn-full,
.btn-main {
  display: inline-block;
  padding: 0.8em 2.5em;
  transition: all 0.5s;
  margin: 1em 0;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-main {
  color: #095faa;
  border: 1px solid #095faa;
}
.btn-main:hover {
  background: #095faa;
  color: #fff;
}
.btn-full {
  background: #2b303b;
  color: #fff;
}
.btn-full:hover {
  background: #e1e2e6;
  color: #2b303b;
}
.btn-full-blue {
  background: #095faa;
  color: #fff;
}
.btn-full-blue:hover {
  background: #e1e2e6;
}

.inline-link {
  text-decoration: underline;
  text-underline-position: under;
}

.box-shadow {
  box-shadow:
    0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  color: #404040;
  font-family: "Montserrat", sans-serif;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

img {
  width: 100%;
  border-radius: 10px;
}

p {
  margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #1a1a1a;
  margin-bottom: 0.6em;
  line-height: 1.2;
}

h1 {
  font-size: 2.388rem;
  letter-spacing: -0.75px;
}

h2 {
  font-size: 1.874rem;
  letter-spacing: -0.5px;
}

h3 {
  font-size: 1.528rem;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 1.24rem;
  letter-spacing: -0.25px;
}

h5 {
  font-size: 1.14rem;
}

.top-nav {
  background: #2b303b;
  padding: 0.5em;
}
.top-nav .top-nav-content {
  display: flex;
  justify-content: flex-start;
}
.top-nav .top-nav-content div {
  margin-right: 2em;
}
.top-nav .top-nav-content div a {
  transition: color 0.5s;
  text-transform: uppercase;
}
.top-nav .top-nav-content div a:hover {
  color: #e1e2e6;
}
.top-nav .top-nav-content div i {
  margin: 0 0.5em;
}

.bottom-nav {
  background: #fff;
  width: 100%;
}
.bottom-nav .bottom-nav-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.bottom-nav .bottom-nav-content #menu {
  z-index: 2;
}
.bottom-nav .bottom-nav-content #menu .menu-btn {
  color: #2b303b;
  font-size: 30px;
  float: right;
  cursor: pointer;
  display: none;
  transition: color 0.5s;
}
.bottom-nav .bottom-nav-content #menu .menu-btn:hover {
  color: #095faa;
}
.bottom-nav .bottom-nav-content #menu #check,
.bottom-nav .bottom-nav-content #menu #check2 {
  display: none;
}
.bottom-nav .bottom-nav-content #menu ul {
  z-index: 2;
}
.bottom-nav .bottom-nav-content #menu ul .cancel-btn {
  z-index: 2;
  position: absolute;
  right: 20px;
  top: 48px;
  font-size: 30px;
  color: #2b303b;
  cursor: pointer;
  display: none;
  transition: color 0.5s;
}
.bottom-nav .bottom-nav-content #menu ul .cancel-btn:hover {
  color: #095faa;
}
.bottom-nav .bottom-nav-content #menu ul li {
  cursor: pointer;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 0.5em;
  transition: all 0.3s;
}
.bottom-nav .bottom-nav-content #menu ul li:hover,
.bottom-nav .bottom-nav-content #menu ul li .current {
  color: #095faa;
  text-decoration: underline;
}
.bottom-nav .logo {
  width: 125px;
}
.bottom-nav .logo img {
  border-radius: 0;
}

.home-banner {
  background: url(../img/banner.jpg) no-repeat center center/cover;
}
.home-banner .banner-content {
  margin-top: 4em;
  margin-bottom: 2em;
  max-width: 720px;
  font-size: 1.2rem;
}
.home-banner .banner-content .arrow {
  margin-top: 2.5em;
  color: #095faa;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.home-a,
.home-b {
  margin: 2em 0;
}
.home-a .home-a-content,
.home-a .home-b-content,
.home-b .home-a-content,
.home-b .home-b-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
}

.home-features {
  border-bottom: 1px solid #e1e2e6;
  padding-bottom: 3em;
}
.home-features .features {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 2em;
  text-align: center;
}
.home-features .features .feature i {
  margin-bottom: 0.5em;
  color: #095faa;
}
.home-features .features .feature p {
  font-weight: bold;
  text-transform: uppercase;
}

.home-recent {
  margin-top: 3em;
}
.home-recent .recent-gallery-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
.home-recent .recent-gallery-title .recent-title {
  text-transform: uppercase;
}
.home-recent .recent-gallery {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  /* Safari */
  justify-content: center;
  gap: 20px;
}
.home-recent .recent-gallery .recent-img {
  width: 100%;
  height: auto;
  display: block;
}

.about-page {
  margin: 2em 0;
  width: 100%;
}
.about-page .about-content .about-sec-1,
.about-page .about-content .about-sec-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about-page .about-content .about-sec-1 .info,
.about-page .about-content .about-sec-2 .info {
  width: 55%;
}
.about-page .about-content .about-sec-1 .about-page-img,
.about-page .about-content .about-sec-2 .about-page-img {
  width: 40%;
  max-height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-content .about-sec-2 {
  margin-top: 2em;
}

.services .service {
  padding: 2em 0;
}
.services .service .service-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.services .service .service-content .service-txt {
  width: 60%;
}
.services .service .service-content .service-txt .service-subtitle {
  color: #383838;
  opacity: 0.9;
  margin: 0.8em 0;
}
.services .service .service-content .service-txt .reverse-order {
  order: 2;
}
.services .service .service-content .service-txt ul li {
  margin-top: 0.5em;
}
.services .service .service-content .service-img {
  width: 35%;
}
.services .service .service-content .service-img img {
  max-height: 480px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.services .service-light-bg {
  background: #f0f1f4;
}
.services .service-blue-bg {
  background: #fafdff;
}

.gallery {
  margin: 2em 0;
}
.gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.gallery ul li {
  font-weight: bold;
  font-size: 15px;
  margin: 0.3em 0.3em;
  padding: 0.3em 1.3em;
  cursor: pointer;
  border: 1px solid #e1e2e6;
  border-radius: 3px;
}
.gallery .photo {
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.gallery .photo .itemBox {
  width: 280px;
}
.gallery .photo .itemBox img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 350px;
}
.gallery .photo .itemBox:hover {
  opacity: 0.8;
  transition: 0.9s;
}

.active {
  background: #e1e2e6;
  color: #2b303b;
}

.contact-page {
  margin-top: 2em;
}
.contact-page .contact-container {
  display: flex;
  flex-direction: row;
}
.contact-page .contact-container .contact-details {
  margin-right: 2rem;
}
.contact-page .contact-container .contact-details .contact-type {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.3em;
  margin-top: 1em;
}
.contact-page .contact-container .contact-details .contact-link {
  font-weight: 700;
  font-size: 1.2rem;
}
.contact-page .contact-container .contact-details .contact-txt {
  margin-bottom: 2em;
  margin-top: 1em;
}
.contact-page .contact-container .contact-details .social i {
  color: #095faa;
}
.contact-page .contact-container .contact-form {
  width: 100%;
}
.contact-page .contact-container .contact-form .text-field {
  width: 100%;
  display: grid;
  justify-self: center;
  grid-gap: 1em;
}
.contact-page .contact-container .contact-form .text-field input {
  padding: 1em;
  font-family: "Montserrat", sans-serif;
  border: 0;
  border-radius: 3px;
  background: rgba(165, 171, 189, 0.15);
}
.contact-page .contact-container .contact-form .text-field input:focus {
  outline: none;
}
.contact-page .contact-container .contact-form .text-field textarea {
  height: 150px;
  padding: 1em;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  border: 0;
  border-radius: 3px;
  background: rgba(165, 171, 189, 0.15);
}
.contact-page .contact-container .contact-form .text-field textarea:focus {
  outline: none;
}
.contact-page .contact-container .contact-form button {
  background: none;
}
.contact-page .contact-container .contact-form button:hover {
  background: #095faa;
  color: #fff;
}
.contact-page .map {
  padding-top: 2em;
}

#footer {
  width: 100%;
  border-top: 1px solid #e1e2e6;
}
#footer .footer-content {
  padding: 2em 0;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 2em;
}
#footer .footer-content .footer-about {
  max-width: 550px;
}
#footer .footer-content .links,
#footer .footer-content .contact {
  transition: color 0.5s;
}
#footer .footer-content .links li,
#footer .footer-content .contact li {
  padding: 5px 0;
  border-bottom: solid #e0e0e0 1px;
}
#footer .footer-content .links li:last-child,
#footer .footer-content .contact li:last-child {
  border-bottom: none;
}
#footer .footer-content .links li i,
#footer .footer-content .contact li i {
  width: 30px;
}
#footer .footer-content .links li a,
#footer .footer-content .contact li a {
  transition: color 0.5s;
}
#footer .footer-content .links li a:hover,
#footer .footer-content .contact li a:hover {
  color: #095faa;
}
#footer .legal {
  width: 100%;
  padding: 1.5em 1em;
  background: #2b303b;
  text-align: center;
  font-size: 0.8rem;
  color: white;
  margin: 0;
}

@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.1;
  }
  h1 {
    font-size: 2.188rem;
    letter-spacing: -0.75px;
  }
  h2 {
    font-size: 1.674rem;
    letter-spacing: -0.5px;
  }
  h3 {
    font-size: 1.328rem;
    letter-spacing: -0.5px;
  }
  h4 {
    font-size: 1.08rem;
    letter-spacing: -0.25px;
  }
  h5 {
    font-size: 1rem;
  }
  body {
    font-size: 1rem;
  }
  .btn-main,
  .btn-full,
  .btn-full-blue {
    padding: 0.6em 2.3em;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
  }
  .top-nav {
    display: none;
  }
  .bottom-nav .bottom-nav-content #menu #check:checked ~ ul {
    right: 0%;
  }
  .bottom-nav .bottom-nav-content #menu .menu-btn {
    display: block;
  }
  .bottom-nav .bottom-nav-content #menu .faded-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: black;
    background: rgba(0, 0, 0, 0.7);
    transition: background 0.4s ease;
  }
  .bottom-nav .bottom-nav-content #menu #check:checked + .faded-background {
    height: 100vh;
  }
  .bottom-nav .bottom-nav-content #menu ul {
    background: #fff;
    position: fixed;
    width: 100%;
    max-width: 240px;
    height: 100vh;
    top: 0;
    right: -100%;
    padding-top: 8em;
    transition: 0.5s ease;
  }
  .bottom-nav .bottom-nav-content #menu ul .cancel-btn {
    display: block;
  }
  .bottom-nav .bottom-nav-content #menu ul li {
    margin-left: 1em;
    padding: 0.5em 0;
    display: block;
  }
  .home-a .home-a-content,
  .home-a .home-b-content,
  .home-b .home-a-content,
  .home-b .home-b-content {
    grid-template-columns: 1fr;
  }
  .home-a .home-b-content img,
  .home-b .home-b-content img {
    display: none;
  }
  .home-features .features {
    grid-template-columns: auto auto;
  }
  .home-recent .recent-gallery-title {
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
  }
  .home-recent .recent-gallery {
    flex-direction: column;
  }
  .about-page .about-content .about-sec-1,
  .about-page .about-content .about-sec-2 {
    flex-direction: column;
  }
  .about-page .about-content .about-sec-1 .info,
  .about-page .about-content .about-sec-2 .info {
    width: 100%;
  }
  .about-page .about-content .about-sec-1 .about-page-img,
  .about-page .about-content .about-sec-2 .about-page-img {
    margin-top: 1em;
    width: 100%;
    max-height: 100%;
  }
  .about-page .about-content .about-sec-2 {
    margin-top: 0;
    flex-direction: column-reverse;
  }
  .about-page .about-content .about-sec-2 .info {
    margin-top: 1.5em;
  }
  .services .service .service-content {
    flex-direction: column;
  }
  .services .service .service-content .service-txt {
    width: 100%;
  }
  .services .service .service-content .reverse-order {
    order: inherit;
  }
  .services .service .service-content .service-img {
    width: 100%;
  }
  .gallery .photo .itemBox {
    flex-basis: 100%;
  }
  .gallery .photo .itemBox img {
    height: auto;
  }
  .contact-page .contact-container {
    flex-direction: column;
  }
  .contact-page .contact-container .contact-details {
    margin-bottom: 2rem;
    margin-right: 0rem;
  }
  #footer .footer-content {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
  #footer .footer-content .footer-about {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
@media (max-width: 320px) {
  body {
    font-size: 14px;
  }
} /*# sourceMappingURL=main.css.map */
