/**
 * index.scss
 * - Add any styles you want here!
 */

* {
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Quicksand';
}

/**
 * index.scss
 * - Add any styles you want here!
 */
.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  background: whitesmoke !important;
  padding-top: 1rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}


/* main-header start */
[data-target="#mainMenu"] {
  position: relative;
  z-index: 999;
}

#mainMenu li>a {
  font-size: 12px;
  letter-spacing: 1px;
  color: black;
  font-weight: 400;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.container {
  width: 100%;

}

.main-header.fixed-nav #mainMenu li>a {
  color: black;
  text-decoration: none;
}

#mainMenu li:not(:last-of-type) {
  margin-right: 30px;
}

#mainMenu li>a::before {
  position: absolute;
  content: "";
  width: calc(100% - 1px);
  height: 1px;
  background: black;
  bottom: -6px;
  left: 0;

  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;

  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

#mainMenu li>a:hover::before,
#mainMenu li>a.active::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.main-header.fixed-nav #mainMenu li>a::before {
  background: #000;
}

.navbar-brand {
  margin-left: auto;
  margin-right: auto;
}

.main-header {
  position: fixed;
  top: 0px;
  padding-top: 15px;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-header.fixed-nav {
  top: 0;
  background: black;
  -webkit-box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.main-header.fixed-nav .navbar-brand>img:last-of-type {
  display: block;
  overflow: hidden;
}

.main-header.fixed-nav .navbar-brand>img:first-of-type {
  display: none;
  overflow: hidden;
}

.main-header .navbar-brand img {
  max-width: 150px;
  animation: fadeInLeft 0.4s both 0.4s;
}

/* main-header end */

.image {
  width: 100%;
  height: 80vh;
  position: relative;
  margin-top: 100px;
}

.imgX {
  width: 95%;
  height: 95%;
  background-image: url("/images/mainBackground.webp");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2px;
}

.col>img {
  object-fit: cover;
  border-radius: 8px;
  border: none;
}

.card {
  transition: transform .5s;
  cursor: zoom-in;
}

.card:active {
  transition: transform .5s;
  transform: scale(1.2);
  z-index: 1;
  cursor: zoom-out;
}

.zoom {
  transition: transform .5s;
}

.zoom:hover {
  transition: transform .5s;
  transform: scale(2);
  z-index: 1;
}

.logo {
  width: 100%;
  height: 100%;
  top: -10px;
  transition: transform .5s;
}

.logo:hover {
  transition: transform .5s;
  transform: scale(1.05);
  z-index: 1;
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.spaceForLogo {
  width: 5px;
  height: 5px;
  text-align: center;
}

.centeredText {
  position: relative;
  font-size: 50px;
  color: whitesmoke;
  font-size: 50px;
  font-weight: bolder;

}

.ctchild {
  margin-top: 60px;
  font-size: 25px;
  position: relative;
  color: whitesmoke;
}

#navbar {
  background-color: whitesmoke;
}

#parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.supportive {
  width: 100%;
  height: 100%;
}

/* ***************** minimum 991px ************************************************************************************** */
@media (min-width: 991px) {
  .centeredText {
    top: 30%;

  }

  .ctchild {
    top: 30%;
  }


  .supportive>img {
    margin-top: 175px;

  }

}

/* ***************** minimum 991px ************************************************************************************** */
/* ***************** up to 991px ************************************************************************************** */
@media (max-width: 992px) {
  ul {
    width:100%;
    margin-left: 0;
    margin-bottom: 0
  } 
  
  li { 
     list-style-type: none;
    display: inline-block;
    margin-right: 20px;
  }
  /*header starts*/
  .collapse.in {
    display: block !important;
    padding: 0;
    clear: both;
    overflow: hidden !important;

  }

  .navbar {
    list-style-type: none;
    overflow: hidden;
  }

  .navbar-toggler {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    right: 0;
    border: none !important;
    text-decoration: none;
    border-radius: 0;
    outline: none !important;
    overflow: hidden;
  }

  .main-header .navbar {

    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    overflow: hidden;
  }

  .main-header .navbar-nav {
    margin-top: 20px;

    background-color: whitesmoke;
    line-height: 35px;
  }

  .main-header .navbar-nav li .nav-link {
    text-align: center;
    padding: 20px 15px;
    border-radius: 0px;

  }

  /**/
  .main-header .navbar-toggler .icon-bar {
    background-color: black;
    margin: 0 auto 6px;
    border-radius: 0;
    width: 30px;
    height: 3px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .main-header .navbar .navbar-toggler .icon-bar:first-child {
    margin-top: 3px;
    position: absolute;
  }

  .main-header .navbar-toggler .icon-bar-1 {
    width: 10px;
    top: 0px;
  }

  .main-header .navbar-toggler .icon-bar-2 {
    width: 16px;
    top: 12px;
  }

  .main-header .navbar-toggler .icon-bar-3 {
    width: 20px;
    top: 21px;
  }

  .main-header .current .icon-bar {
    margin-bottom: 5px;
    border-radius: 0;
    display: block;
  }

  .main-header .current .icon-bar-1 {
    width: 18px;
  }

  .main-header .current .icon-bar-2 {
    width: 30px;
  }

  .main-header .current .icon-bar-3 {
    width: 10px;
  }

  .main-header .navbar-toggler:hover .icon-bar {
    background-color: black;
  }

  .main-header .navbar-toggler:focus .icon-bar {
    background-color: black;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
  }

  .centeredText {
    top: 10%;
  }

  .ctchild {
    top: 5%;
  }

  /*header ends*/
}

@media (max-width: 320px) {
  .centeredText {
    font-size: 40px;
  }

  .ctchild {
    top: 1%;
  }

  .ctchild>p {
    top: 1%;
    font-size: 20px;
  }
}

a {
  text-decoration: none;
  margin-left: -10px;
  margin-right: -10px;
}

/* ***************** up to 991px ************************************************************************************** */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}

@media (max-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 30px;
  }
}


.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

/* 
 */

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
  margin-left: 30px;

}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
  height: 100%;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.airlines {
  list-style-type: none;
  overflow: hidden;
  height: 50px;
  width: 100%;
}

.airlines>img {
  object-fit: contain;
  width: 100%;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.floatBottom {
  bottom: 0;
  position: absolute;
}

.shake {
  animation: shake 0.5s;
  animation-iteration-count: 1;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}



.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}
.loginAdmin{
  width: 50%;
  margin: auto;
}
@media (min-width: 500px) {
  .navBarAlign {
    margin-left: 9%;
  }
}
@media (max-width: 500px) {
  .navBarAlign {
    margin-left: 12.5%;
  }
  .loginAdmin{
    width: 100%;
  }
}
.textarea{
  resize: none;
}
