/*-----------------
    # Typography
-----------------*/

@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');
/*
  font-family: 'Work Sans', sans-serif;
*/
html, body {
  font-family: "Ubuntu Sans", sans-serif;
  color: #222222;
}
h1,h2,h3,h4,h5 {
  font-weight: 600;
}
b, strong {
  font-weight: 600;
}
button, button:hover,
button:focus, a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.gosmall {
  font-size: 12px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::placeholder {
  color: #c9c9c9;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #c9c9c9;
}

::-ms-input-placeholder {
  color: #c9c9c9;
}
.mt-10px {
  margin-top: 10px;
}
.col-md-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.pt-80 {
  padding-top: 80px;
}
.mb-50 {
  margin-bottom: 50px;
}
.bggreen {
  background: #eefbf8!important;
}
.gored {
  color: #c0392b;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  min-width: auto;
}
/*.dropdown:hover .dropdown-menu a:hover {
  background: white;
}*/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1em;
    padding-left: 1em;
  }
}



/*HEADER*/
#hero {

}
/*HEADER*/

/*PRODUCTS HOME*/
#home-trips {
  padding: 120px 0;
}
#home-trips .titles {
  text-align: center;
}
#home-trips .titles h5 {
  font-weight: 600;
  font-size: 1.2em;
  color: #333;
}
#home-trips .titles h2 {
  font-weight: 800;
  color: #333;
  font-size: 3em;
  line-height: 1;
}
#home-trips .nav-pills .nav-link {
    border: none;
    color: #999999;
    background: #f3f3f3;
    border-radius: 0;
    padding: 12px 55px;
    font-size: 1.2em;
}
#home-trips .nav-pills .nav-link i {
  top: 3px;
  position: relative;
}
#home-trips .nav-pills .nav-item:first-child .nav-link {
    border-radius: 20px 0 0 20px;
}
#home-trips .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 20px 20px 0;
}
#home-trips .nav-pills .nav-item .nav-link.active {
  background: #0c3f65;
  color: white;
}
#home-trips .card-product {
  border-radius: 15px;
  overflow: hidden;
  background: #f3f3f3;
}
#home-trips .card-product .dsccrd {
  min-height: 130px;
  align-items: center;
  display: grid;
  width: 100%;
}
#home-trips .card-product .title {
  font-size: 1.2em;
  width: 100%;
  font-weight: 600;
  color: #333;
  /* min-height: 47px; */
  text-align: center;
  margin-bottom: 0px;
}
#home-trips .card-product .time-mang {
  color: #999999;
  margin-bottom: 0;
  width: 100%;
  /* height: 50px; */
  text-align: left;
}
#home-trips .card-product .description-part {
  padding: 20px;
  text-align: center;
  align-items: center;
}
#home-trips .card-product .description-part .price-wr span {
  color: #999999;
  margin-bottom: 0;
}
#home-trips .card-product .description-part .price-wr h3 {
  color: #0c3f65;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.2px;
}
#home-trips .card-product .description-part .read-more-link {
  background: #0c3f65;
  color: white;
  padding: 12px 8px;
  border-radius: 5px;
}
#home-trips .card-product .description-part .read-more-link:hover {
  background: #0268a5;
  
}
/*PRODUCTS HOME*/

/*ABOUT HOME*/
#about-home {
  padding: 120px 0;
  background: #0c3f65;
}
#about-home h5 {
  color: #f8a044;
}
#about-home h2 {
  font-weight: 800;
  font-size: 50px;
  line-height: 1;
  color: #fff;
}
#about-home p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5; 
}
#about-home img {
  border-radius: 15px; 
}
/*ABOUT HOME*/

/*FOOTER*/
footer {
  background: white;
  color: #333;
  padding: 40px 0 20px 0;
}
footer .logofoot {
  margin-top: -120px;
}
footer h5 {
  color: #404041;
  margin-bottom: 20px;
}
footer p {
  color: #404041;
  margin-bottom: 10px;
}
footer a, footer a:hover {
 color: #404041;
}
/*FOOTER*/
@media (max-width:900px) {
  #about-home h2 {
    font-size: 3em;
  }
}


.promo-bar{
  position: sticky;
  top: 0;
  background-color: #0c3f65;
  color: white;
  box-shadow: 0 0 0 100vw #f3f3f3;
  align-items: center;
  clip-path: inset(0 -100vw);
}
.promo-bar h4 {
  margin: 0;
}
.promo-bar p{
  margin: 0;
}
.promo-bar a, .promo-bar a:hover {
  background: #b52413;
  color: #fff;
  padding: 12px 35px;
  border-radius: 100px;
  font-weight: 600;
  letter-spacing: .8px;
  border: none;
}
.floating-container{
  position: absolute;
  width: 100%;
  height: calc(var(--footer-top) + 15rem);
  /* bottom: max(calc(((var(--window-scroll-y) + var(--vh) * 100) - var(--footer-top)) + -8rem),1rem); */
  pointer-events: none;
  z-index: 999;
}
footer{
  padding-top: 10rem;
}
.floating-container > *{
  position: sticky;
  top: calc(var(--vh) * 100 - 1rem);
  transform: translateY(-100%);
}
.floating-container a{
  pointer-events: all;
}

.navbar{
  background-color: white;
  box-shadow: 0 0 0 100vw white;
  clip-path: inset(0 -100vw);
  position: relative;
  z-index: 1;
}
.floating-container .col-12:nth-child(odd) a {
  background: #daa520;
  color: #fff;
  padding: 12px 25px;
  border-radius: 100px;
  font-weight: 600;
  letter-spacing: 0.8px;
  border: none;
}
.floating-container .col-12:nth-child(odd) a:hover {
  background: #9f7918;
}
.floating-container .col-12:nth-child(even) a {
  background: #b52413;
  color: #fff;
  padding: 12px 25px;
  border-radius: 100px;
  font-weight: 600;
  letter-spacing: 0.8px;
  border: none;
}
.floating-container .col-12:nth-child(even) a:hover {
  background: #74160b;
}
.vid-mob {
  display: none;
}
@media (max-width:900px) {
  .vid-mob {
    display: block;
  }  
  .no-mob {
    display: none;
  }
}




.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated:hover {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


 

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation: tada 2s infinite;
  -webkit-animation-name: tada 2s infinite;
}


    .giftbooker {
    position: fixed;
    right: 0;
    bottom: 30px;
    display: inline-block;
    padding: 15px 45px 15px 25px;
    background: #fcc81e;
    color: #222;
    font-weight: 600;
    border-radius: 5px 0 0 5px;
    z-index: 4;
}