/* @media (min-width: 858px) {
    html {
      font-size: 12px;
    }
  }

  

  @media (min-width: 702px) {
    html {
      font-size: 10px;
    }
  }

  @media (min-width: 624px) {
    html {
      font-size: 9px;
    }
  } */

@media (min-width: 768px) {
  .btn-skyblue {
    color: #fff;
    background-color: #070d67;
    border-color: #070d67;
    padding: 1.2rem 15.875rem;
    font-weight: 700;
    border-radius: 0.5rem;
  }
}

@media (max-width: 780px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 623px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 1150px) {
  .banner-off {
    position: absolute;
    bottom: 0%;
    left: 08rem;
  }
  .btn-skyblue {
    color: #fff;
    background-color: #070d67;
    border-color: #070d67;
    padding: 1.2rem 15.875rem;
    font-weight: 700;
    border-radius: 0.5rem;
  }
}

@media (min-width: 2000px) {
  .banner-off {
    position: absolute;
    bottom: 0%;
    left: 18rem;
  }
}
/* ==============================================
------------------Media Queries------------------
================================================*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .logo-header img {
    position: absolute;
    z-index: 9;
    width: 30rem;
    left: 5rem;
    top: 2rem;
    height: auto;
    width: 30%;
  }
  .main-div-body {
    width: 100%;
    overflow: hidden;
  }

  .main-sidebar {
    position: fixed;
    right: 0;
    width: 10%;
    z-index: 999;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #3c309b;
    height: 100vh;
  }

  /* .hero-section {
    height: 50vh;
  } */

  .splide--ttb > .splide__pagination,
  .splide--ttb > .splide__slider > .splide__pagination {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0.5em;
    padding: 1em 0;
    right: auto;
  }

  .hero-text {
    display: flex;
    flex-direction: column;
    margin-top: 10rem;
    padding: 0rem 5rem;
  }

  .hero-text h1 {
    font-size: 4.4rem;
    color: #fff;
    text-transform: uppercase;
  }

  .hero-text p {
    position: relative;
    color: #fff;
    max-width: 85%;
  }

  .bgimage1 {
    height: 70vh;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    mix-blend-mode: color-burn;
  }

  .bgimage2 {
    height: 60vh !important;
    width: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    mix-blend-mode: color-burn;
    padding: 2rem 0rem;
  }

  .main-img p {
    color: #fff;
    opacity: 1 !important;
    left: 24px;
    position: absolute;
  }

  .contact-form {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
  }

  .col-sm-6 {
    padding: 0.75rem 1.25rem;
  }

  .bxs {
    padding: 1rem 1rem;
    margin-bottom: 1rem;
  }
}

/* smartphones, iPhone, portrait 480x320 phones */
@media (max-width: 321px) {
  .navbar-brand img {
    width: 150px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .main-div-body {
    width: 100%;
    overflow: hidden;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    width: 225px;
    position: absolute;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
    width: auto;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
