html,
html,
body {
  /*overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-family: "Poppins", sans-serif;
}

body {
  padding-top: 56px;
  /*  background-image: url('../img/hom-tpo-img.jpg');*/
  /*  background-size: contain;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bungee Inline", cursive, "sans-serif";
}

section {
  margin-top: -1px;
}

.form-control {
  border-radius: 0.95rem;
}
.form-select {
  border-radius: 0.95rem;
}

button:focus,
button:active {
  outline: 0 !important;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

.btn {
  border-radius: 0.95rem;
}

.btn-outline-primary {
  /*    color: #f8901c;
	color: #f7af1e;*/
  border-color: #f7af1e;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f7af1e;
  border-color: #f7af1e;
  /*
    background-color: #f8901c;
    border-color: #f8901c;
*/
}

.btn-primary {
  color: #fff;
  background-color: #f7af1e;
  border-color: #f7af1e;
}

.btn-secondary {
  color: #fff;
  background-color: #3c5f80;
  border-color: #3c5f80;
}

.btn-primary:hover,
.canDo button.hovered {
  color: #fff;
  background-color: #f7af1e;
  border-color: #f7af1e;
}
.btn-outline-light {
  background-color: white !important;
  color: #000;
}
.btn-outline-light:hover {
  background-color: transparent !important;
}

.btn-primary:focus {
  color: #fff;
  background-color: #f7af1e;
  border-color: #f7af1e;
}
.btn-secondary:focus {
  color: #fff;
  background-color: #3c5f80;
  border-color: #3c5f80;
}
.card {
  border-radius: 0.95rem;
  border: 0px;
}

.txt-oragne {
  color: #f7af1e;
}
.txt-blue {
  color: #bed7e8; /*#3c9cca;*/
}
.girl .txt-blue {
  color: #f8e68cd1 /*#ff76a8a1*/;
}
.txt-girl {
  color: #ff76a8a1;
}
.text-white {
  color: #fffffff2 !important;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

#locationPg .card em {
  color: #bce3fd;
  font-size: 0.9em;
  letter-spacing: 0.4px;
}
#locationPg .card.special em {
  color: #ed631d /*#d06326db*/;
}
#locationPg .card.girl em {
  color: #f8e68cb3;
}

form .fa-close {
  right: 20px;
}

.special h3 {
  color: #f3722c; /*#d06326db;*/
}

.special.card {
  /*    border: 1px solid #d063269e;*/
  border: 1px solid #f3722c;
  background-color: #f3722c3b !important;
}

/*
		
video, iframe {
  width: 100% !important;
  height: auto !important;
	min-height: 350px;
}
*/

header .video {
  clip-path: inset(1px 1px);
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 85px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #080618;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

/*.navbar .fixed-top{background-color:  hsl(209deg 53% 25% / 67%)!important;}*/
/*
.navbar-dark .navbar-nav .nav-link {
    color: rgb(190 215 232)!important;
}


.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: hsl(207deg 100% 75% / 88%)!important;
}
*/
/*
.navbar-nav .nav-link {
    color: rgb(190 215 232)!important;
}


.navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: hsl(207deg 100% 75% / 88%)!important;
}
*/
.navbar-brand {
  margin-right: 1.6rem;
  width: 169px;
}
.navbar-brand img {
  width: 169px;
  height: auto;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  /*  overflow-y: hidden;*/
  margin-top: 30px;
}

.nav-scroller .nav {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: hsl(201deg 81% 83% / 78%);
  /*  color: #6c757d;*/
  /*  color:#f7af1e;*/
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: hsl(201deg 81% 83% / 78%);
  border-top: 1px solid hsl(201deg 81% 83% / 78%);
}

.searchNav .form-control {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 0.95rem;
}

.letterSpc {
  letter-spacing: 2px;
}

.border-top {
  border-top: 1px solid #afdcf540 !important;
}
.navbar {
  background-color: hsl(209deg 53% 25% / 29%);
  width: 100%;
}
/*.bg-dark{background-color: hsl(247deg 60% 6%)!important;}*/
/*.bg-dark{background-color: hsl(209deg 53% 25%)!important;}*/

/*
.bg-purple {
  background-color: #6f42c1;
}
*/

header.banner-image {
  /*        background-image: url('../img/hom-tpo-img.jpg');*/
  background-size: cover;
  /*	    margin-top: -130px;*/
  padding-top: 12.25em;
}

/*
header.welcomeHdr {
    background-color: hsl(230deg 50% 24%);
    min-height: 350px;
}
*/

header.banner-image .hdrTxt {
  font-size: 10em;
  color: /*#fd7603e8#fd8203eb#e47c19*/ #bed7e8;
  font-weight: 400;
  font-family: "Bungee Inline", cursive, "sans-serif";
  /*	position: absolute;*/
  z-index: 5;
}
header .txtHdr {
  z-index: 9;
  color: /*#7cd2ffc7#e47c19bf;*/ #bed7e8a6;
}

/*
header .txtHdr a{color: #7cd2ff;
    text-decoration: underline;
	font-size: 1.6em;
	
}
*/

.hdrTxtBox {
  grid-row-gap: 1em;
}

.hdrPicBox {
  position: absolute;
  z-index: 7;
  top: 13%;
}

/*
.hdrPic1
.hdrPic2
.hdrPic3
.hdrPic4
.hdrPic5
.hdrPic6
.hdrPic7
.hdrPic8
.hdrPic9
.hdrPic10
*/

/*.hdrPicBox img{position: absolute;}*/

/*city bg section*/

/*stars bg*/

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-moz-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}
@-ms-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@-webkit-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@-moz-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}
@-ms-keyframes move-clouds-back {
  from {
    background-position: 0;
  }
  to {
    background-position: 10000px 0;
  }
}

.stars,
.twinkling {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.stars {
  background: #3c5f80 /*#060025#021639*/ url(../img/stars.png) repeat top center;
  z-index: 0;
}

.twinkling {
  background: transparent url(../img/twinkling3.png) repeat top center;
  -moz-animation: move-twink-back 200s linear infinite;
  -ms-animation: move-twink-back 200s linear infinite;
  -o-animation: move-twink-back 200s linear infinite;
  -webkit-animation: move-twink-back 200s linear infinite;
  animation: move-twink-back 200s linear infinite;
  z-index: 1;
}
/*divider sec*/

.section-divider {
  position: relative;
}
/*.section-divider:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f322";
    width: 6.5rem;
    height: 6.5rem;
    background: #100e20;
    border-radius: 100%;
    position: absolute;
    top: -3.25rem;
    left: calc(50% - 3.25rem);
    color: #e8e4e999;
    line-height: 6.5rem;
    text-indent: 1.95rem;
    font-size: 3rem;
    z-index: 9;
    }
/*

/* who we are*/

#whoWeAre {
  /*background-color: #050310;*/
  background-image: url("../img/hom-btm-img-p1-new.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: bottom center;
  z-index: 12;
}
#whoWeAre p {
  text-align: center;
  font-size: 1.4em;
}
#whoWeAre .card {
  background-color: #ffffff14;
  min-height: 280px;
}
#whoWeAre .card-img,
#whoWeAre .card-img-bottom,
#whoWeAre .card-img-top {
  width: fit-content;
  margin-top: -12%;
}

#whoWeAre .card-img-top.friend-img {
  width: 300px;
  height: auto;
}
/* why chillzone section */

#whyChill {
  background-color: #5a97db /*#042755#043d6b*/;
  position: relative;
}

#whyChill h1 {
  color: #fff;
}

:root {
  --time: 0.707s;
}

#cards,
.cards {
  display: grid;
}

/**/
#cards .card {
  perspective: 40rem;
}

#cards .card-body {
  display: flex;
  transform-style: preserve-3d;
  transition: var(--time) transform;
}
#cards .card:hover .card-body,
#cards .card:focus .card-body {
  transform: rotateY(-180deg);
}

#cards .card-front,
#cards .card-back {
  backface-visibility: hidden;
  min-width: 100%;
}

#cards .card-back {
  transform: rotateY(-180deg) translate(100%, 0);
}

/* Make it Pretty */

#whyChill .cards {
  grid-gap: 3.5rem;
  grid-auto-rows: min-content;
  padding: 0;
  /*  background: whitesmoke;*/
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}

#whyChill .card {
  background-color: rgb(67 116 176) /*#2e558885#2e5588 #7cd2ff#ff7c2ff7*/;
  border-radius: 0.95rem;
  display: flex;
  /**/
  transition: z-index, transform calc(var(--time) / 4);
  transition-delay: var(--time), 0s;

  text-decoration: none;
  border: 0;
  z-index: 0;
}

#cards .card {
  background-color: #2e5588 /*#7cd2ff#ff7c2ff7*/;
  border-radius: 0.95rem;
  display: flex;

  /**/
  transition: z-index, transform calc(var(--time) / 4);
  transition-delay: var(--time), 0s;

  text-decoration: none;
  border: 0;
  z-index: 0;
}

/**/
#cards .card:hover {
  transition-delay: 0s;
  z-index: 1;
}
#cards .card:active {
  transform: scale(0.975);
}

#whyChill .card-body,
#cards .card-body {
  border-radius: 0.25rem;
  flex: 1;
  padding: 0;
  color: #ffffffd1;
}

#whyChill .card-body h1,
#cards .card-body h1 {
  font-size: 2.5rem;
  color:/*#103858cf*/ #fff;
}

#cards .card-front {
  display: flex;
  align-items: center;
  background-color: #bed7e8 /*#ff7c2ff7*/;
  box-sizing: border-box;
  padding: 1.5rem;
  border-radius: 0.75rem;
  justify-content: center;
  color: #ffffffd1;
  margin: 0;
}

#cards .card-back {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  padding: 2.5rem 1.5rem;
  color: black;
  border-radius: 0.75rem;
  /*border:2px solid #000;*/
  justify-content: center;
  margin: 0;
  font-size: 1.05em;
  line-height: 1.4em;
  flex-flow: column;
}

/*
.shadow, #whyChill .card-front, #whyChill .card-back {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.04), 0 8px 8px rgba(0, 0, 0, 0.04), 0 16px 16px rgba(0, 0, 0, 0.04); }
*/

#cards .kid .card-front:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 0;
  height: 0;
  border: 38px solid transparent;
  border-top-color: #90c0ff4d /*#ff7c2ff7*/;
  border-bottom: 0;
  border-left: 0;
  margin-left: -19px;
  margin-bottom: -37px;
  /*	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.04), 0 8px 8px rgba(0, 0, 0, 0.04), 0 16px 16px rgba(0, 0, 0, 0.04);*/
}

#cards .parent .card-front:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 0;
  height: 0;
  border: 38px solid transparent;
  border-top-color: rgb(67 116 176) /*#2e5588#ff7c2ff7*/;
  border-bottom: 0;
  border-right: 0;
  margin-left: -19px;
  margin-bottom: -37px;
  /*	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.04), 0 8px 8px rgba(0, 0, 0, 0.04), 0 16px 16px rgba(0, 0, 0, 0.04);*/
}
/*
#whyChill .parent .card-back:after, #whyChill .kid .card-back:after{border: 0px;}
*/

.sbR:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid rgb(67 116 176) /*#2e5588#ff7c2ff7*/;
  border-right: 15px solid transparent;
  border-top: 15px solid rgb(67 116 176) /*#2e5588#ff7c2ff7*/;
  border-bottom: 15px solid transparent;
  right: -16px;
  top: 0px;
}

/* speech bubble 14 */

.sbL:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid rgb(67 116 176) /*#2e5588#ff7c2ff7*/;
  border-top: 15px solid rgb(67 116 176) /*#2e5588#ff7c2ff7*/;
  border-bottom: 15px solid transparent;
  left: -16px;
  top: 0px;
}

/* How to chill section */

#howChill {
  background-image: url("../img/hom-tpo-img-new2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#howChill .card {
  text-align: center;
  background-color: /*#1714355c*/ #9f0a0c24;
  color: #fff;
  border: none;
  border-bottom: 0px solid rgb(177 222 247 / 36%);
  border-right: 0px solid rgb(177 222 247 / 36%);
  border-left: 0px solid rgb(177 222 247 / 36%);
  /*	margin-top: -3em;*/
}
#howChill .card-img,
#howChill .card-img-top {
  border-top-left-radius: 0.95rem;
  border-top-right-radius: 0.95rem;
}

/*
#howChill .friend::before{content:url('../img/friendB.png');}
#howChill .fun::before{content:url('../img/FunB.png');}
#howChill .family::before{content:url('../img/familyB.png');}
#howChill .book::before{content:url('../img/learnBooks.png');}
#howChill .prize::before{content:url('../img/prizeB.png');}
#howChill .food::before{content:url('../img/pizzaSlicec.png');}
*/

#howChill .friend,
#howChill .fun,
#howChill .food,
#howChill .family,
#howChill .book,
#howChill .prize {
  z-index: 9;
  position: relative;
  text-align: center;
}

/*#howChill .bgBursh{background-image: url('../img/brushBg.png');background-size: cover; background-repeat: no-repeat;    background-position: top center; width: 100%;}*/

/* location section (index.php)  */

.LocationBoys a::after,
.LocationGirls a::after {
  content: " | ";
}

.LocationBoys a:last-of-type::after,
.LocationGirls a:last-of-type::after {
  content: " ";
  background-color: yellow;
  color: red;
  font-weight: bold;
}

/*register */
.error {
  color: red;
}
input.error,
select.error,
textarea.error {
  border: red solid thin;
}
/* Involved section */

.canDo .list-group-item {
  padding: 0;
}
.canDo .list-group-item .btn {
  border: 0;
  min-width: 25%;
  border-radius: 0;
}
.canDo .list-group-item.active {
  background-color: #080618;
  border-color: #080618;
}
.canDo .list-group-item {
  border-color: #080618;
}

/*.spondorBtn{}*/

/*register page*/

/*involved page*/
.getInvolvedPg,
.registerPg,
.errPg {
  background-image: url("../img/hom-tpo-img-new.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.getInvolvedPg .list-group-item {
  color: #ffffff;
  background-color: #ffffff24;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* animation text header */

.neon {
  font-family: "Bungee Inline", cursive, "sans-serif";
  color: #fb4264;
  font-size: 9vw;
  line-height: 9vw;
  text-shadow: 0 0 3vw #f40a35;
}

.flux {
  font-family: "Bungee Inline", cursive, "sans-serif";
  color: #426dfb;
  font-size: 9vw;
  line-height: 9vw;
  text-shadow: 0 0 3vw #2356ff;
}

.neon {
  animation: neon 10s ease infinite;
  -moz-animation: neon 10s ease infinite;
  -webkit-animation: neon 10s ease infinite;
}

@keyframes neon {
  0%,
  100% {
    text-shadow: 0 0 1vw #fa1c16, 0 0 3vw #fa1c16, 0 0 10vw #fa1c16,
      0 0 10vw #fa1c16, 0 0 0.4vw #fed128, 0.5vw 0.5vw 0.1vw #806914;
    color: #fed128;
  }
  50% {
    text-shadow: 0 0 0.5vw #800e0b, 0 0 1.5vw #800e0b, 0 0 5vw #800e0b,
      0 0 5vw #800e0b, 0 0 0.2vw #800e0b, 0.5vw 0.5vw 0.1vw #40340a;
    color: #806914;
  }
}

.flux {
  animation: flux 2s linear infinite;
  -moz-animation: flux 2s linear infinite;
  -webkit-animation: flux 2s linear infinite;
  -o-animation: flux 2s linear infinite;
}

@keyframes flux {
  0%,
  100% {
    text-shadow: 0 0 1vw #1041ff, 0 0 3vw #1041ff, 0 0 10vw #1041ff,
      0 0 10vw #1041ff, 0 0 0.4vw #8bfdfe, 0.5vw 0.5vw 0.1vw #147280;
    color: #28d7fe;
  }
  50% {
    text-shadow: 0 0 0.5vw #082180, 0 0 1.5vw #082180, 0 0 5vw #082180,
      0 0 5vw #082180, 0 0 0.2vw #082180, 0.5vw 0.5vw 0.1vw #0a3940;
    color: #146c80;
  }
}

/*parallax*/

#parallax-container {
  display: block;
  height: 750px;
}

#parallax-container div {
  position: fixed;
  top: 0;
  background-position: center !important;
  transform: translateY(0px);
  height: 750px;
  width: 100%;
}

#whoWeAre {
  position: relative;
  /*  background-color: #030f33;*/
  color: #ffffff;
  /*  padding: 100px;*/
}

#whoWeAre p.card-text {
  color: #ffffffd1;
}

.locationHdr {
  background-image: url("../img/location-top.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.locationHdrMask {
  background: rgb(73 104 133 / 78%);
}
#locationBt {
  position: relative;
  z-index: 13; /*padding-top: 8%;*/
}
.bcg-loc {
  background-image: url("../img/hp-city-light.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  position: absolute;
  margin-top: -11%;
}
/*#locationBt:before{content: url("../img/hp-city-light.png");}*/

#locationBt .row {
  background-color: #1e4162;
  position: relative;
}

/* Location page */

.darkPgBg {
  /*	background-image: url('../img/hom-tpo-img.jpg');background-size: cover; background-repeat: no-repeat;*/
  background-color: #043d6b;
}
#locationPg {
  /*background-image: url('../img/hom-btm-img.jpg')url('../img/location-bg-lg.jpg');*/
  background-image: linear-gradient(
    to bottom,
    #496885,
    #6e6f90,
    #8e7793,
    #a88192,
    #b98f90,
    #c4958e,
    #cd9c8b,
    #d3a588,
    #dca580,
    #e5a577,
    #eda56e,
    #f4a564
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#locationPg {
  min-height: 400px;
}

#locationPg .card {
  text-align: center;
  min-height: 108px;
  color: #ffffffdb;
  background-color: #ffffff14;
  border: 1px solid rgb(255 255 255 / 10%);
}
#locationPg .card.girl {
  color: #ffffffdb;
  background-color: #f8e68c26;
}
#locationPg .card i {
  font-size: 2.2em;
  color: #ffffffdb;
}
#locationPg .card h3 {
  font-size: 1.9em;
  /*color: #f8901c;*/
}

.search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

#search {
  color: white;
}

.search input {
  height: 60px;
  text-indent: 25px;
  border: 2px solid #d6d4d4;
}

.search input:focus {
  box-shadow: none;
  border: 2px solid blue;
}

.search .fa-search {
  position: absolute;
  top: 20px;
  left: 16px;
}

.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 110px;
  background: blue;
}

.searchBox.form-control {
  color: #212529;
  background-color: #ffffff14;
  background-clip: padding-box;
  border: 1px solid #ffffff6e;
}

#noresults {
  display: none;
}
#noresults i {
  line-height: 2em;
  font-size: 1.8em;
}

/*.border-gradient{

  color: #FFF;
  background: #000;

  background-clip: padding-box;
  border: solid 2px transparent; 
border-radius: .95rem;}

  .border-gradient::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -2px;  !importanté 
    border-radius: .95rem; !importanté 
    background: linear-gradient(to right, red, orange);
  }
*/
.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 2px;
}
.border-gradient-orange {
  border-image-source: linear-gradient(to left, #f8901c, #c4430a);
}

/*get involved*/

#involved {
  background-color: #3c5f80 /*0d112d#0f1a47*/;
  /*    background-image: url(../img/brushBg.png);*/
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.canDo .justify-content-between:hover {
  background: #ffffff36;
  color: white;
}

.canDo .list-group-item:hover {
  background: #ffffff36;
}

.getInvolvedPg .list-group-item:hover {
  background: #ffffff36;
}

/* footer */

footer {
  /*background-color: #080618;
        color: rgb(102 154 197 / 73%)!important;
*/
  position: relative;
  background-color: #1e4162 /*#3c5f80*/;
  color: rgb(190 215 232) !important;
}
footer i {
  font-size: 1.7em;
  color: rgb(190 215 232);
}

/*k4k page*/

#k4k .card {
  background-color: #ffffff1a;
}

/* breakpoints */
@media (max-width: 1199px) {
  header.banner-image .hdrTxt {
    font-size: 8.5rem;
  }
  #locationPg .card {
    min-height: 398px;
  }

  #howChill .card {
    min-height: 350px;
  }

  #whoWeAre .card {
    min-height: 320px;
  }
}

@media (min-width: 1200px) {
  #howChill .card {
    min-height: 400px;
  }
}

@media (min-width: 992px) {
  #whyChill .card-body h1 {
    font-size: 2.1rem;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  header.banner-image .hdrTxt {
    font-size: 7.5em;
  }

  .hdrPicBox {
    top: 12%;
  }

  #howChill .card {
    min-height: auto;
  }

  #whoWeAre .card {
    min-height: 320px;
  }
  #whoWeAre .card.last {
    min-height: auto;
  }

  header.banner-image {
    /*    padding-top: 10.25em;*/
    padding-top: 7.55em;
  }

  #whyChill .card-body h1,
  #cards .card-body h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  header video {
    position: relative;
    top: auto;
    left: auto;
    height: 600px;
    width: 100%;
  }

  header.banner-image .hdrTxt {
    font-size: 3.2em;
  }

  #whoWeAre .card {
    min-height: auto;
  }

  /*
.hdrPicBox{
	top:27.5%;}
*/

  .hdrTxtBox {
    grid-row-gap: 4.5em;
  }

  .hdrPicBox {
    top: 13.5%;
  }
}

@media (max-width: 550px) {
  header video {
    height: 400px;
    width: 100%;
  }

  header.banner-image {
    padding-top: 8em;
  }

  .hdrTxtBox {
    grid-row-gap: 0.2em;
  }
}

/*homepage modal*/
.auctionModal .modal-body {
  width: 600px;
  height: 300px;
}

.auctionModal .btn-danger {
  background: linear-gradient(
    135deg,
    #f04c24 /*--red-orange*/,
    #ee3524 /*--red*/
  );
  border-color: #ee3524;
  color: #fff !important;
  font-weight: bold;
  font-style: italic;
  margin-top: 2rem;
  font-size: 2.5rem;
}
.modal-body .zoom-outer {
  position: relative;
  top: 600px;
}
@media (max-width: 767px) {
  .auctionModal .modal-dialog {
    width: 300px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .auctionModal .modal-body {
    width: 300px !important;
    height: 300px;
    position: relative; /* If you want text inside of it */
  }
  .free-trips-date {
    color: #ee3524;
    text-shadow: 4px 4px 0px #ffc40c;
    text-align: center;
    font-size: 6rem;
    margin-top: 0;
    font-family: alwyn-new-web, sans-serif;
  }
  .modal-body a {
    bottom: 1.5rem !important;
    padding: 2px !important;
    font-size: 1.25rem !important;
    border-radius: 0;
    right: 20% !important;
    left: 20% !important;
  }
  .modal-body h3 {
    padding-bottom: 0 !important;
  }
  .modal-body .zoom-outer {
    position: relative;
    top: 300px;
  }
}


/* jerusalem page */

#faq-pg {
  color:#fffffff5;
  /*background-image: url('../img/hom-btm-img.jpg')url('../img/location-bg-lg.jpg');*/
  background-image: linear-gradient(
          to bottom,
          #496885,
          #6e6f90,
          #8e7793,
          #a88192,
          #b98f90,
          #c4958e,
          #cd9c8b,
          #d3a588,
          #dca580,
          #e5a577,
          #eda56e,
          #f4a564
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

#faq-pg main{
  min-height: 1200px;
}
.faq-bg{
  background-image: url('/img/confetti-faq-right.png'),
  url('/img/confetti-faq.png');
  background-size:48%;
  background-repeat: no-repeat;
  background-position: top right, bottom left;
}
.blue-text{color: #BED7E8;}
h1.faq-hdr, #faq-accordion h1{
  font-family: "Bungee Inline", cursive, "sans-serif";
  line-height:0.75em;
}
h1.faq-hdr small, #faq-accordion h1 small{
  font-family: "Poppins", sans-serif!important;
  font-size: 0.5em!important;
  color: #fffc!important;
}

#faq-accordion .accordion-item {
  background-color: #ffffff2e;
  border: 1px solid #f9fafb61;
}

#faq-accordion .accordion-button:not(.collapsed) {
  color: #fffc;
  background-color: #e7f1ff00;
  box-shadow: inset 0 -1px 0 rgb(255 255 255 / 13%);
}

#faq-accordion .accordion-button{
  color: #fffc;
  font-family: "Poppins", sans-serif!important;
  font-weight: 600;
  background-color: #e7f1ff00;
  padding: 1rem 1.8rem;
}
#faq-accordion .accordion-button::after{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#faq-accordion .accordion-body {
  padding: 1rem 3.8rem;
}

@media (min-width: 768px) {
  .faq-bg {
    background-size: auto;
  }
}