@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');



html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.8;
    overflow-x: hidden;
}

html, body {
    width: 100%;}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-size: xx-large;

}

p {
    font-weight: 300;
    font-size: 18px;
}

#about p {
    font-weight: 400;
}

.feature p, #about p {
    text-align: justify;
}

span {
    font-weight: 300;
}

img {
    width: 100%;
  }
  
section {
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 2;
    position: relative;
    scroll-margin-top: 4em;
    background: linear-gradient(to bottom, rgb(255, 255, 255, 1) 50%, rgb(218, 218, 218) 100%);
}

.navbar {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    z-index: 3;
  }


.nav-item span {
    color: rgb(0, 0, 128);
    font-weight: 500;
    font-size: 18px;
}

.navbar-brand img {
    max-width: 100%;
    width: 5em;
    height: auto;
    overflow: hidden;
}

.hero-section {
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section:first-child {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-custom {
    /* background-color: rgba(84, 61, 2, 1); */
    background-color: rgb(0, 0, 128);
}


.bg-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 128, 0.7) 0%, rgba(0, 0, 128, 0.7) 100%);
    z-index: -1;
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 128, 1) 0%, transparent 150%);
    z-index: -1;
}


.text-navy h1, .text-navy h3, .text-navy a, .text-navy p {
    color: rgb(0, 0, 128);
}

.btn {
    padding: 14px 22px;
    transition: all 0.4s ease;
  }
  
.btn-main {
    background: transparent;
    border-radius: 0px;
    border: 5px solid white;
    font-weight: 600;
}

.btn span {
    font-weight: 700;
}
  
.btn:hover {
    transform:translateY(0px) scale(1.1);
}

.divider {
    height: 0.3rem;
    width: 10rem;
    background: linear-gradient(
      45deg,
      rgb(0, 0, 128, 1) 0%,
      rgb(0, 0, 128, 1) 100%
    );
    margin: 20px auto;
}

.divider2 {
    height: 0.3rem;
    width: 10rem;
    background: white;
    margin: 20px auto;
}


#services img {
font-size: 60px;
filter: invert(1);
width: 1em;
}

#contacts img {
    font-size: 60px;
    filter: opacity(0.6) drop-shadow(0 0 0 blue);
    width: 1em;
    }

.card-shadow {
    border: 5px solid rgba(0, 0, 128, 1);
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
}

.card-shadow2 {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.card-border {
    border: 5px solid rgba(0, 0, 128, 1);
}

.map-responsive{

    
    position:relative;
    padding-bottom: 100%;
    
    
    height:0;
    overflow:hidden;

}

.map-responsive iframe{

    position:absolute;
    left:0;

    top: 0;

    height:100%;

    width:100%;


}


form .form-control {
    border-radius: 0px !important;
    border: solid 2px;
    background: transparent;
    color: white;
    border-color: rgba(255, 255, 255, 0.6);
  }
  
  form input.form-control {
    height: 54px;
  }
  
  form .form-control::placeholder {
    color: white;
  }
  
  form .form-control:focus, form .form-group .form-control:focus {
    color: white;
    background: transparent;
    border-color: #ffffff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset,
      0px 0px 8px rgba(255, 255, 255, 0.3);
  }
