/*!
 * Project : Aadhiyan corporation
 * Author : Varadharajan S
 * For : Inoaura technologies
 */
html{
  font-size: 20px;
  scroll-padding-top: 3.6rem;
}
body{
  font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  background: #fff;
  color: #000;
  margin: 0;
}
p{
  text-align: justify;
}
a{
  color: #621c1a;
  text-decoration: none;
}
.text-main{
  color: #621c1a;
}
.logo{
  max-height: 120px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.scrolled{
  background-color: #1f0b0a;
}
.scrolled .logo{
  max-height: 60px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    font-weight: 300;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.55);
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
    background: #621c1a;
    border-radius: 1.5rem;
}
.bg-top{
  background: #1f0b0a url(../img/banner.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  color: #fff;
}
.mt-45{
  margin-top: 45vh;
}
.bg-light {
    background-color: #fff9f9!important;
}
.border-top {
    border-top: 1px solid #2e51b9!important;
}
.border-bottom {
    border-bottom: 1px solid #2e51b9!important;
}
.rounded1{
  border-radius: 1rem;
}
.rounded2{
  border-radius: 2rem;
}
.btn-dark {
  color: #fff;
  background-color: #621c1a;
  border-color: #621c1a;
}
.btn-dark:hover {
    color: #fff;
    background-color: #1f0b0a;
    border-color: #621c1a;
}
.btn-outline-dark{
  color: #d9e1f9;
  border-color: #d9e1f9;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
h1{
  font-weight: 600 !important;
  padding: .5rem;
  /*color: #621c1a;*/
  color: #fff;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}
@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.heading1{
  /*font-family: 'Inter';*/
  font-weight: bold;
  /*font-size: 2.1rem;*/
  color: #fff;
}
.heading2{
  /*font-family: 'Inter';*/
  font-weight: 600;
  font-size: calc(1.525rem + 1vw);
  color: #621c1a;
}
.heading3{
  /*font-family: 'Inter';*/
  font-weight: 600;
  font-size: calc(1rem + .5vw);
  color: #621c1a;
}
.btn{
  /*font-family: 'Inter';
  font-weight: 500;*/
}
.aboutus{
  background: url(../img/about-bg.png) no-repeat right center;
}
.connects{
  background: url(../img/eclipse.png) no-repeat center;
}
.coverage-map {
  width: 100%;
  height: 666px;
  background: url(../img/coverage.png) no-repeat center;
  left:0;
}
.img-height{
  height: max-content;
}
.portfolio-tab{
  border: none;
  padding: 0;
}
.portfolio-tab .nav-link{
  background: 0 0;
  border: 2px solid #403f3a;
  border-radius: 2rem;
  color: #000000;
  padding: .63rem 1.8rem;
  margin: 1rem 1.5rem;
  white-space: nowrap;
}
.portfolio-tab .nav-link:focus, .portfolio-tab .nav-link:hover {
    color: #621c1a;
    border-color: #621c1a #621c1a #621c1a;
}
.portfolio-tab .nav-item.show .nav-link, .portfolio-tab .nav-link.active {
    color: #fff;
    background-color: #621c1a;
    border-color: #621c1a #621c1a #621c1a;
}
.tab-pane .container{
  position: relative;
}
.tab-pane img{
  min-width: 100%;
}
.bottom-preview{
  color: #fff;
  position: absolute;
  bottom: 0;
  right: var(--bs-gutter-x,.75rem);
  left: var(--bs-gutter-x,.75rem);
  background: rgba(0, 0, 0, 0.63);
  backdrop-filter: blur(8px);
  border-radius: 0 0 2rem 2rem;
  padding: 1rem;
}
.contact-banner{
  background: #fff9f9;
  color: #000;
}
.contact-banner .heading2{
  color: #621c1a;
}
.form-control{
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  color: #000;
  padding-left: .19rem !important;
}
.form-control:focus {
    color: #200c0b;
    background-color: transparent;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}
.form-floating>label {
    padding: 1rem 0rem;
    color: #404040;
}
.locations p{
  text-align: left;
}
footer {
  color: #fff9f9;
  font-weight: 100;
  font-size: .79rem;
  padding: .75rem 0;
  background-color: #1f0b0a;
}
footer a{
  color: #d9e1f9;
}
footer .foot-note{
  font-size: .75rem;
  color: rgba(217, 225, 249, 0.6);
}
footer .foot-note a{
  color: rgba(217, 225, 249, 0.6);
  text-decoration: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #404040;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #404040;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #404040;
}
:-moz-placeholder { /* Firefox 18- */
  color: #404040;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
/******** Mobile only *******/
@media (max-width: 780px){
  .bg-top .mt-45{
    margin-top: 29vh;
  }
  .display-4 {
    font-size: calc(1.5rem + 2.7vw);
    line-height: 1.4;
  }
  .aboutus{
    background: linear-gradient(90deg, #fff9f9 59%, #fff9f9 41%);
  }
  .tab-pane .container{
    padding-left: .1rem;
    padding-right: .1rem;
  }
  .bottom-preview{
    right: 3px;
    left: 3px;
    border-radius: 0 0 2rem 2rem;
    padding: .5rem 1rem;
  }
  .bottom-preview p{
    display: none;
  }
}
