@import url('../fonts/hkgrotesk/stylesheet.css');
@import url('../fonts/larken/stylesheet.css');

body {
    top: 0;
    position: relative;
    font-family: 'HK Grotesk';
    font-weight: normal;
    overflow-x:hidden;
    font-style: normal;
}
body.modal-open {
    overflow: hidden !important;
    padding-right: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Larken';
    font-weight: 300;
    font-style: normal;
}
p,
small,
a {
    font-family: 'HK Grotesk';
    font-weight: normal;
    font-style: normal;
}
a {
    text-decoration: none !important;
}
.cursor-pointer {
  cursor: pointer;
}
.btn-primary {
    background-color: #041C2C !important;
    color: #fff !important;
    border: 1px solid #041C2C !important;
}
.mainBg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 90vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url("../images/heroimg.webp");
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}
.bg-shade {
    background-color : #fffbf4;
}
.imgBanner img {
    border-radius: 0px 0px 40% 0px;
    height:95%;
    object-fit:cover;
}
.logoInvert {
    filter:invert(1);
}
.imgRoundedLeft img {
    border-radius: 25% 0px 0px  0px;
}
.imgRoundedRight img {
    border-radius: 0px 0px 25%  0px;
}
.mainHeading {
    font-size: 3rem;
}

  .bg-primary {
    background-color: #041C2C !important;
  }
  .bgLightDark {
      background:rgb(0,0,0,0.5);
  }
  .subscribeForm .form-control {
    border: 0px !important;
      border-bottom-width: 0px;
      border-bottom-style: none;
      border-bottom-color: currentcolor;
    border-bottom: 1px solid #919388 !important;
    color: #fff !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    padding-left: 0px;
    font-size: 0.920em !important;
    line-height: 1.84089236em !important;
  }
  .contactForm .form-control {
    border: 0px !important;
      border-bottom-width: 0px;
      border-bottom-style: none;
      border-bottom-color: currentcolor;
    border-bottom: 1px solid #fff !important;
    color: #fff !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    padding-left: 0px;
    font-size: 0.920em !important;
    line-height: 1.84089236em !important;
  }
  .subscribeForm .form-control::placeholder, .subscribeForm .form-label {
    color: #fff !important;
    font-size: 0.920em !important;
    line-height: 1.84089236em !important;
  }
  .contactForm .form-control::placeholder, .contactForm .form-label {
    color: #fff !important;
    font-size: 0.920em !important;
    line-height: 1.84089236em !important;
  }
  
  .secLink {
    border: 1px solid #fff !important;
  }
.footHeading {
    font-size: 4rem;
}
.form-control:focus, button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.iti--allow-dropdown {
    width: 100% !important;
  }
  .object-cover{
      object-fit:cover;
  }
  .iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
}
 @media screen and (max-width: 720px){
    .colRev{
        flex-direction: column-reverse;
    }
    .fs-3 {
        font-size: 1.4rem !important;
      }
      .mainHeading {
        font-size: 3rem;
      }
     
    .imgBanner img {
    height:auto !important;
}
 }