*{
  box-sizing:border-box;
}
.container-large{
  max-width:1104px;
}

.container-large,.container-medium{
  margin-left:auto;
  margin-right:auto;
  width:100%;
}

.container-medium{
  max-width:960px;
}
.bg-white{
  background-color:#FFFFFF;
}

.bg-light-gray{
  background-color:#D9D9D9;
}

.bg-light-gray-alt{
  background-color:#F7F7F7;
}

.bg-dark-blue{
  background-color:#090935;
}

.bg-dark{
  background-color:#000000;
}
.text-dark-blue{
  color:#090935;
}

.text-dark-gray{
  color:#201F1D;
}

.text-medium-gray{
  color:#6D6D6D;
}

.text-light-gray{
  color:#FFFFFF80;
}

.text-white{
  color:#FFFFFF;
}

.text-accent{
  color:#C08467;
}

.text-black{
  color:#000000;
}
.heading-primary{
  font-size:45px;
  line-height:44px;
  text-align:left;
  color:#000000;
}

.heading-primary,.heading-secondary{
  font-family:"COM4t Fine Regular", sans-serif;
  font-weight:400;
}

.heading-secondary{
  font-size:36px;
  line-height:40px;
  text-align:center;
  color:#090935;
}

.subtitle{
  font-family:"Jost", sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:19px;
  text-align:left;
  color:#000000;
}

.text-body-center{
  text-align:center;
}

.text-body-center,.text-body-left{
  font-family:"Jost", sans-serif;
  font-size:18px;
  font-weight:300;
  line-height:28px;
  color:#201F1D;
}

.text-body-left{
  text-align:left;
}

.nav-link{
  color:#090935;
  text-decoration:none;
}

.nav-link,.input-placeholder{
  font-family:"Jost", sans-serif;
  font-size:14px;
  font-weight:400;
  text-align:left;
}

.input-placeholder{
  line-height:77px;
  color:#6D6D6D;
}

.footer-heading{
  font-family:"COM4t Fine Regular", sans-serif;
  font-size:18px;
  font-weight:400;
  line-height:22px;
  text-align:left;
  color:#C08467;
}

.footer-link-list,.footer-contact-text{
  font-family:"Jost", sans-serif;
  font-size:14px;
  font-weight:400;
  line-height:32px;
  text-align:left;
  color:#FFFFFF80;
}

.footer-icon,.footer-icon-rotated{
  font-family:"Font Awesome 5 Pro", sans-serif;
  font-size:12px;
  font-weight:400;
  text-align:left;
  color:#FFFFFF80;
}

.footer-icon-rotated{
  transform:rotate(-180deg);
}

.social-media-heading{
  font-family:"Jost", sans-serif;
  font-size:14px;
}

.social-media-heading,.social-icon{
  font-weight:400;
  text-align:center;
  color:#6D6D6D;
}

.social-icon{
  font-family:"Font Awesome 5 Brands", sans-serif;
  font-size:16px;
}

.scroll-to-top-icon{
  font-family:"Font Awesome 5 Pro", sans-serif;
  font-weight:300;
  color:#FFFFFF;
  text-transform:uppercase;
  transform:rotate(90deg);
}

.scroll-to-top-icon,.copyright-text{
  font-size:16px;
  text-align:center;
}

.copyright-text{
  font-family:"Jost", sans-serif;
  font-weight:400;
  line-height:77px;
  color:#6D6D6D;
}
.btn-primary{
  display:inline-block;
  width:206px;
  height:60px;
  background-color:#090935;
  border-radius:0px;
  border:none;
  cursor:pointer;
  transition:transform 0.3s ease;
}

.btn-text{
  font-family:"Jost", sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:60px;
  text-align:center;
  color:#FFFFFF;
  text-decoration:none;
  display:block;
}

.btn-primary:hover{
  transform:translateY(-2px);
}
.icon-button{
  width:33.68px;
  height:33.6px;
}

.icon-small{
  width:10.64px;
  height:12.49px;
}

.icon-medium{
  width:26.9px;
  height:26.84px;
}

.brand-logo{
  width:87.98px;
  height:11.99px;
}

.nav-icons{
  width:138px;
  height:37px;
}

.hero-image{
  width:1366px;
  height:468px;
  object-fit:cover;
}

.section-image{
  width:618px;
  height:560px;
  object-fit:cover;
}

.separator-line{
  width:1104px;
}

.separator-line,.separator-line-short{
  height:1px;
  background-color:#D9D9D9;
}

.separator-line-short{
  width:52px;
}

.background-texture{
  width:1366px;
  height:419px;
  object-fit:cover;
}

.input-field{
  width:265px;
  height:46px;
  padding:0 15px;
}

.input-field,.textarea-field{
  background-color:#FFFFFF;
  border-radius:0px;
  border:1px solid #E0E0E0;
}

.textarea-field{
  width:565px;
  height:106px;
  padding:15px;
  resize:vertical;
}

.footer-logo{
  width:165px;
  height:102px;
}
.text-center{
  text-align:center;
}

.text-left{
  text-align:left;
}
@media screen and (max-width: 991px){
  .heading-primary{
    font-size:38px;
    line-height:38px;
  }

  .heading-secondary{
    font-size:30px;
    line-height:34px;
  }

  .subtitle{
    font-size:15px;
    line-height:18px;
  }

  .text-body-center,
  .text-body-left{
    font-size:16px;
    line-height:26px;
  }

  .nav-link{
    font-size:13px;
  }

  .btn-primary{
    width:180px;
    height:50px;
  }

  .btn-text{
    font-size:15px;
    line-height:50px;
  }

  .section-image{
    height:auto;
  }

  .section-image,.input-field,
  .textarea-field{
    width:100%;
  }

  .separator-line{
    width:90%;
  }

  .container-large{
    max-width:90%;
  }

  .container-medium{
    max-width:720px;
  }

  .footer-heading{
    font-size:16px;
  }

  .footer-link-list,
  .footer-contact-text{
    font-size:13px;
    line-height:28px;
  }

  .social-media-heading{
    font-size:13px;
  }

  .copyright-text{
    font-size:14px;
  }
}
@media screen and (max-width: 767px){
  .heading-primary{
    font-size:32px;
    line-height:32px;
    text-align:center;
  }

  .heading-secondary{
    font-size:26px;
    line-height:30px;
  }

  .subtitle{
    font-size:14px;
    line-height:17px;
    text-align:center;
  }

  .text-body-center,
  .text-body-left{
    font-size:15px;
    line-height:24px;
    text-align:center;
  }

  .nav-link{
    display:none;
  }

  .nav-icons{
    margin-left:auto;
    margin-right:20px;
  }

  .hero-image{
    height:300px;
  }

  .btn-primary{
    width:160px;
    height:45px;
  }

  .btn-text{
    font-size:14px;
    line-height:45px;
  }

  .section-image{
    height:auto;
  }

  .section-image,.input-field,
  .textarea-field{
    width:100%;
  }

  .separator-line{
    width:80%;
  }

  .footer-heading{
    font-size:16px;
  }

  .footer-link-list,
  .footer-contact-text{
    font-size:13px;
    line-height:28px;
  }

  .social-media-heading{
    font-size:13px;
  }

  .copyright-text{
    font-size:14px;
  }

  .container-large{
    max-width:80%;
  }

  .container-medium{
    max-width:450px;
  }
}
@media screen and (max-width: 479px){
  .heading-primary{
    font-size:28px;
    line-height:28px;
  }

  .heading-secondary{
    font-size:22px;
    line-height:26px;
  }

  .subtitle{
    font-size:13px;
    line-height:16px;
  }

  .text-body-center,
  .text-body-left{
    font-size:14px;
    line-height:22px;
  }

  .hero-image{
    height:200px;
  }

  .btn-primary{
    width:140px;
    height:40px;
  }

  .btn-text{
    font-size:13px;
    line-height:40px;
  }

  .section-image{
    height:auto;
  }

  .section-image,.input-field,
  .textarea-field{
    width:100%;
  }

  .separator-line{
    width:70%;
  }

  .footer-heading{
    font-size:15px;
  }

  .footer-link-list,
  .footer-contact-text{
    font-size:12px;
    line-height:26px;
  }

  .social-media-heading{
    font-size:12px;
  }

  .copyright-text{
    font-size:13px;
  }

  .container-large{
    max-width:70%;
  }

  .container-medium{
    max-width:300px;
  }
}