html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  color: #1D2D44;
  background-color: #F0EFEF;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}
wrapper {
  position: relative;
  height: 100%;
  min-height: 100vh;
  text-wrap: pretty;
  overflow: hidden;
}
.container {
  max-width: 1320px;
}





/*------------------------------
            Global        
------------------------------*/
a {
  color: #1D2D44;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #1D2D44;
}
h3 {
  color: #1D2D44;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2rem;
}
h4 {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 3.75rem;
}
h5, h6, p, ul {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2rem;
}
address {
  font-size: 1rem;
  line-height: 1.4;
}
.f80 {
  font-size: 5rem;
}
.f26 {
  font-size: 1.625rem;
}
.f24 {
  font-size: 1.5rem;
}
.f20 {
  font-size: 1.25rem;
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trans {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll-anchor {
  z-index: -99;
  position: relative;
  padding-top: 4rem;
  margin-top: -4rem;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (max-width: 1399px) {
  .f80 {
    font-size: 2.5rem;
  }
  .f26 {
    font-size: 1.25rem;
  }
  .f24 {
    font-size: 1.125rem;
  }
  .f20 {
    font-size: 1rem;
  }
  h5, h6, p, ul {
    font-size: 1rem;
  }
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
  z-index: 999;
  padding: 1rem 0;
}
.navbar .navbar-brand {
  width: 14.25rem;
  padding: 0;
  margin: 0;
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar .navbar-toggler {
  z-index: 9;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar svg {
  width: 1.5rem!important;
  height: 1.5rem!important;
}
.navbar svg path {
  stroke: #F0EFEF!important;
}
.navbar .nav-link {
  position: relative;
  color: #F0EFEF;
  font-size: .875rem;
  font-weight: 400;
  padding: .75rem 1.875rem!important;
  border: 1px solid #F0EFEF;
  margin: auto 1.5rem;
}
.navbar .nav-link:hover {
  color: #1D2D44;
  background-color: #F0EFEF;
}
@media (min-width: 992px) {
  .navbar.navbar-min {
    background-color: #1D2D44;
    padding: .75rem 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 991px) {
  .navbar {
    background-color: #1D2D44;
    padding: .75rem 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  }
  .navbar .navbar-brand {
    width: 8rem;
  }
  .navbar-nav {
    text-align: center;
    padding: 1rem 0 .5rem;
  }
  .navbar .nav-link {
    font-size: .875rem;
    padding: .125rem 0;
    margin: 0 auto .5rem;
  }
}





/*------------------------------
            Home
------------------------------*/
.home {
  position: relative;
}
.home .content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 10rem 0 8rem;
}
.home h1 {
  color: #F0EFEF;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  max-width: 60rem;
  margin: auto 0 1rem;
}
.home h2 {
  color: #F0EFEF;
  font-weight: 400;
  line-height: 1.5;
  max-width: 70rem;
  margin: 0;
}
.video {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  
}





/*------------------------------
            Contact
------------------------------*/
.contact {
  padding: 5rem 0;
}
.contact .main {
  background-color: #E0E0DE;
  padding: 2.5rem;
  margin-bottom: 3rem;
}
.contact .main p:last-child {
  margin: 0;
}
.contact .content {
  background: #E0E0DE;
  min-height: calc(100% - 1rem);
  padding: 1.5rem 1rem;
  border-radius: 0.875rem;
  margin-bottom: 1rem;
}
.contact .content .img-container {
  position: relative;
  background: #F0EFEF;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  margin-right: .75rem;
}
.contact .content .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.75rem;
  height: 1.75rem;
  transform: translate(-50%, -50%);
}
.contact .info {
  width: calc(100% - 4.75rem);
}
.contact .title {
  color: #3E5C76;
  font-weight: 600;
  margin-bottom: .5rem;
}
.contact .desc {
  margin: 0;
}
@media (min-width: 1200px) {
  .contact a:hover > .content {
    background: #1D2D44;
  }
  .contact a:hover > .content div h5 {
    color: #F0EFEF;
  }
}
@media (max-width: 991px) {
  .contact .main {
    padding: 2rem 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .contact .info {
    width: calc(100% - 3.5rem);
  }
  .contact .content .img-container {
    width: 3rem;
    height: 3rem;
    margin-right: .5rem;
  }
  .contact .content .img-container img {
    width: 1.5rem;
    height: 1.5rem;
  }
}





/*------------------------------
            Footer
------------------------------*/
footer {
  color: #F0EFEF;
  background-color: #1D2D44;
  padding: 2rem 0 1rem;
}
footer img {
  width: 11.89031rem;
  margin-bottom: 1rem;
}
footer .nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #F0EFEF;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 100%;
}
footer .nav a:hover {
  background-color: #738cab;
}
footer .nav img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  transform: translate(-50%, -50%);
}
footer a {
  color: #F0EFEF;
}
footer a:hover {
  color: #738cab;
}
footer p {
  color: #F0EFEF;
  font-size: 1rem;
  letter-spacing: .05rem;
  margin: 1rem 0 0;
}
@media (max-width: 991px) {
  footer img {
    width: 8rem;
  }
  footer .nav a {
    width: 2.5rem;
    height: 2.5rem;
    margin: .5rem .5rem 1rem 0;
  }
  footer p {
    font-size: .875rem;
    margin: 0;
  }
}
