
body,
html {
  width: 100%;
  height: 100%;
	color: #344056;
	font-size:17px;
}
/*========================
		General
===============*/
.arvo-font{
	font-family: 'Arvo', serif;
}
.mont-font{
	font-family: 'Montserrat', sans-serif;
}
.theme-color{
	color:#354653;
}
.theme-header-font{
	font-size:28px;
}
.theme-font-size{
	font-size:38px;
}
.theme-font-size-02{
	font-size:23px;
}
.theme-color-yellow{
	color:#eebe06;
}
.letterSpacing{
	letter-spacing:5px;
}
.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
.btn-video{
	background:#e7ecee;
}
.btn {
  font-family: "Montserrat", "Arvo", Serif, sans-serif,;
}
.btn-yellow{
	background:#faad24;
	color:#fff !important;
	font-weight: 600;
    padding: 5px 20px;
	text-transform:uppercase;
	margin-top:10px;
}
.btn-yellow:hover,
.btn-yellow:active{
	background:#e79607;
}
.btn-xl {
  padding: 1.25rem 2.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}
/*=========================
	Navigation Top
===========================*/
#mainNav {/*
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #344056;*/
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #393E55;
}

#mainNav .navbar-brand {
  font-family: "Montserrat", "Arvo", Serif, sans-serif,;
  font-weight: 700;
  color: #212529;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #f5f7f9;
  font-family: "Montserrat", "Arvo", Serif, sans-serif,;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 0;
}

#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #efbf06 !important;
}
.navbar-light .navbar-toggler{
	outline:0;
}
.navbar-toggler{
	width: 45px;
    height: 45px;
    background: #c5d5d7;
    border-radius: 50%;
    display: block;
	position:relative;
}
span.navbar-toggle-icon-custom {
    display: block;
    width: 28px;
    height: 2px;
    background: #6c757d;
    position: absolute;
    left: 7px;
    top: 18px;
}
span.navbar-toggle-icon-custom:after{
	content: '';
    position: absolute;
    left: 0px;
    width: 75%;
    height: 2px;
    background: #6c757d;
    top: 6px;
}
/*==============================
		Main Header
=============================*/
.page-404 {
  background: url("../../img/404-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 100vh;
}

.page-404 h1 {
  font-size: 4.5rem;
  margin-top: 40px;
  text-align: center;
  color: #f8c809;
  
  font-weight: bold;
  text-shadow: 0px 2px 2px #666;
}

.page-404 h2 {
  margin-top: 20px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 26px;
}

.page-404 h5{
  color: white;
  text-align: center;
  font-size: 20px;
  padding: 0 260px;
}

.page-404 .join-email{
  margin-top: 1%;
}

.page-404 .join-email .btn-join{
  border-radius: 20px;
  border: solid 3px #2d76c0;
  background: #1e64aa;
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  margin-left: -26px;
  outline: none;
  box-shadow: 1px 4px 5px #85dafd inset;
  text-shadow: 0px 2px 1px #333;
}


.page-404 .join-email input{
    border-radius: 20px 0px 0px 20px;
    border: solid 3px #fff;
    background: #f2f2f2;
    padding: 5px;
    color: #000;
    padding-left: 30px;
    font-weight: bold;
    width: 20%;
    outline: none;
}

.page-404 .social-icons{margin-top: 2%;}

.page-404 .social-icons a{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  display: inline-block;
  padding-top: 2px;
  color: #71ecfb;
  margin: 0 20px;
}


header.masthead {
  background: url("../../img/header-bg-7.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 100vh;
}

.bg-intro,.bg-intro_2{
  border-style: solid;
  border-width: 4px;
  border-color: rgb(255, 255, 255);
  border-radius: 22px;
  background-color: rgba(220, 255, 195, 0.65);
  min-height:210px;
  padding:30px 20px 30px 30px; 

}
.icon-flip{
	margin-top:-15px;
}
.bg-intro_2 {  
  background-color: rgba(241, 253, 255, 0.65);
}

.bg-intro h3, .bg-intro h5, .bg-intro_2 h3, .bg-intro_2 h5{
    color: black !important
}

.form-search .form-control-search {
    background-color: #f2f2f2;
    box-shadow: none;
    border: medium none;
    border-radius: 30px;
    box-shadow: 0 0 0;
    color: black;
    display: block;
    font-size: 20px;
    font-weight: 400;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 40px;
    vertical-align: middle;
    transition: background-color .2s;
}
.form-search .btn-submit {
    position: absolute;
    right: 13px;
    border: none;
	border-radius:30px;
    padding: 10px 50px;
    line-height: 35px;
    display: block;
    top: 0px;
    color: #ffffff;
	font-weight:bold;
    transition: all .2s;
    border: solid 3px #2d76c0;
    background: #1e64aa;
    box-shadow: 1px 4px 5px #85dafd inset;
    text-shadow: 0px 2px 1px #333;
  /* background: #344056; 
  border: solid 3px #c8819a; */
  /* background: -moz-linear-gradient(45deg, #344056 33%, #cb748f 100%); 
  background: -webkit-linear-gradient(45deg, #344056 33%,#cb748f 100%); 
  background: linear-gradient(45deg, #344056 33%,#cb748f 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#344056', endColorstr='#cb748f',GradientType=1 ); */
}
.social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
	 background:#f2f2f2;
	 border-radius:50%;
	 width:40px;
	 height:40px;
	 color:#88b7c5;
	 font-size:22px;
	 line-height:43px;
 }
 #social-fb:hover {
     color: #ffffff;
	 background:#3b5998
 }
 #social-tw:hover {
     color: #ffffff;
	 background:#4099ff;
 }
 #social-gp:hover {
     color: #ffffff;
	 background:#d34836;
 }
 #social-lnk:hover {
     color: #ffffff;
	 background:#0077B5;
 }
 #social-bell:hover {
	 color:#fff;
	 background:#344056;
 }
#social-insta:hover {
	 color:#fff;
	 background:#E1306C;
 }
/*================================
		Scroll down
=================================*/
.scroll-down-icon{
	font-size:26px; 
	color:#e9ebec;
	transition: ease 0.5s;
}
.text-scroll{
	font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*================================
		Our Missions
=================================*/
#mission {
	padding:2rem 0;
 /*  background:url("../img/mission-bg.jpg") center top no-repeat; */
     background:url("../../img/mission-bg2.png") center top no-repeat; 
  background-size:cover;
  /* text-shadow: 0px 0px 3px #999; */
  color: black;
  height: 100vh;
}

.mission-text{
    background: rgba(255, 255, 255, 0.3);
    padding: 0px 30px !important;
}

@media (max-width: 767px) {
  #mission {
    background:url("../../img/mission-bg2.png") center top no-repeat; 
    font-size: 0.9rem;
    padding: 0 10px 0 10px;
  }
  #mission h5{
    font-size: 1rem;
  }
  .mission-text {
    margin-top: 15px;
    padding: 0px 10px !important;
  }

  .page-404 h1 {
    font-size: 3rem;
    margin-top: 55px;
  }

  .page-404 h2 {
    margin-top: 10px;
    font-size:18px;
  }

  .page-404 h5{
    font-size: 16px;
    padding: 0px;
  }

  .panda-img{
    width: 300px;
  }

  .page-404 .join-email input {
    border-radius: 20px;
    width: auto;
    text-align: center;
    padding-left: 0;
  }

  .page-404 .join-email input::placeholder{
    font-weight: normal;
    opacity: 1;
  }

  .page-404 .join-email .btn-join {
    border-radius: 20px;
    margin-left: 0;
  }

  .page-404 .social-icons {
    margin-top: 5%;
}
}

/*================================
		Progress
=================================*/

#phases {
  height: 100vh;
  background-color: #9a3264;
}

.progress-md-view{
  padding: 10rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.progress-sm-view{
  padding: 2rem;
}

@media (max-width: 767px) {
  /* .progress-sm-view img{
    width: 90%;
  } */
}

/*====================================
            Fun Video
======================================*/
#funVideo{
  padding:5rem 0 7rem;
  padding-top: 1rem;
  background:url("../../img/fun-video-bg.jpg") center top no-repeat;
  background-size:cover;
  height: 100vh;
}
.video-bg{
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	min-height:415px;
	margin-left:15px;
	margin-right:15px;
 }
 .video-frame{
	 border-radius:20px;
 }
.video-title {
    padding: 20px 30px;
}
.btn-group .btn{
	font-size:11px;
}
.owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:5px;
	border-radius:5px;
	background:transparent;
	border:1px solid #354653;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
	background:#354653;
}
 .owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
  }
.owl-carousel .nav-btn{
      height: 70px;
    position: absolute;
    width: 70px;
    cursor: pointer;
    /* top: 40%; */
  }
  #funVideo .owl-carousel .nav-btn{
  top: 40%;
}

.owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }
 
  #funVideo .owl-carousel .prev-slide{
      background: url(../../img/icon-left.png) no-repeat scroll 0 0;
	  left:-10px;
  }
  #funVideo  .owl-carousel .next-slide{
      background: url(../../img/icon-right.png) no-repeat scroll 0px 0px;
	  right:-10px;
  }
iframe {
	border:7px solid #000;
    border-radius: 20px !important;
}
iframe.embed-responsive-item {
    width: 100%;
}
/*==================================
	Contact
==================================*/
#contact{
	padding:4rem 0 4rem;
  background:#6babc5;
  height: 100vh;
}
.contact-section:after{
	    content: '';
    background: url(../../img/arrow-contact.png) no-repeat;
    position: absolute;
    top: 80px;
    left: 50px;
    right: 0;
    width: 100px;
    height: 150px;
}
span.email-address{
	font-size:38px;
	font-weight:bold;
}
span.border-bottom-yellow {
    border-bottom: 5px solid #eebe06;
    padding: 15px 20px;
}
/*================================
			Fixed Navigation
==================================*/
.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 40px;
	width:100px;
	z-index:1;
    display:none;
}
.btn-scroll{
	border-radius: 50%;
    width: 40px;
    font-size: 16px;
    background: #4c829d;
    transition: all .3s ease;
    height: 40px;
    line-height: 1.5;
}
.scroll-text-bottom{
	position: absolute;
    top: 50px;
    left: -5px;
    display: block;
    font-size: 10px;
    font-weight: bold;
}
#navMenu {}

.navbar-circle {
    position: fixed;
    top: 40%;
    right: 15px;
    height: 150px;
    opacity: 0.9;
    z-index: 100;
    margin: 0 -70% 0 0;
    padding: 0;
    width: 80%;
}

.navbar-circle li {
    list-style-type: none;
    padding: 0;
    font-size: 0.01px;
}

.navbar-circle a {
    background-color: transparent;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ffffff;
    margin-top: 10px;
    overflow: hidden;
    vertical-align: top;
	border-radius:50%;
}

.navbar-circle a:hover {
    background-color: #fff;
}

.navbar-circle li.active a {
    background-color: #fff;
}

/* Deals Section */

#deals {
  height: 100vh;
  font-family: 'Arvo', serif;
  color: #000;
  background: url(../../img/deals-bg.png) no-repeat #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deals-wrapper{
  padding: 0 0px;
  z-index: 9999;
  position: relative;
}

.deal-title{
  color: white;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 36px;
  font-size: 36px;
}

.deals-item{
  /* min-height: 257px; */
  padding: 15px;
  border-radius: 20px;
  background-color: white;
  margin-bottom: 20px;
}

.deals-item .flex-wrapper{
  display: flex;
  /* min-height: 227px; */
  align-items: center;
}
.deals-item .flex-wrapper .contentWrapper{
  max-width: 73.5%;
  flex: 0 0 73.5%;
  display: flex;
  align-items: center;
}
.deals-item .flex-wrapper .price-wrapper{
  max-width: 26.5%;
  flex: 0 0 26.5%;
}
.deals-item .flex-wrapper .price-wrapper .deals-price{
  border-left: dashed 4px #ccc;
  padding-top: 0;
}
.deals-item .flex-wrapper .price-wrapper .deals-price a{
  max-width: 180px;
  margin: 0 auto;
  border-radius: 3px;
}
.deals-item .flex-wrapper .contentWrapper .deals-img{
  float: none;
  margin-right: 0;
  max-width: 35%;
  flex: 0 0 35%;
}
.deals-item .flex-wrapper .contentWrapper .deal-mid-content{
  max-width: 65%;
  flex: 0 0 65%;
  text-align: center;
  padding-top: 0;
}
.deals-item .flex-wrapper .contentWrapper .deal-mid-content .guests-area .row{
 justify-content: center;
}
.deals-item .flex-wrapper .contentWrapper .deals-img img{
  margin-left: 0;
  border-radius: 0;
  min-height: 227px;

}

@media screen and (max-width: 1600px) {
  .deals-item .flex-wrapper{
    min-height: auto;
  }
  .deals-item{
    padding: 10px;
  }
  .deals-item{
    min-height: auto;
    margin-bottom: 15px;
  }
  .deals-item .flex-wrapper .contentWrapper .deals-img{
    max-height: 130px;
    min-height: 130px;
    max-width: 18%;
    flex: 0 0 18%;
  }
  .deals-item .flex-wrapper .contentWrapper .deal-mid-content{
    max-width: 82%;
    flex: 0 0 82%;
  }
  .deals-item .flex-wrapper .contentWrapper .deals-img img{
    max-height: 130px;
    min-height: 130px;
  }
}

.deals-img {
  float: left;
  margin-right: 30px;
}

.deals-item img{
  border-radius: 8px;
  margin-left: 14px;
}

.deal-mid-content{
  padding-top: 40px;
}

.deal-mid-content h2{
  font-size: 28px;
}

.deal-mid-content h3{
  font-size: 20px;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.guests{
  font-size: 16px;
}

.guests span{
  font-size: 14px;
  color: #999;
  display: block;
}

.guests-area{
  /* padding: 0 40px; */
  padding-left: 30px;
}

.deals-price{
  height: 100%;
  padding: 50px 30px 0 30px;
  border-left: dashed 1px #ccc;
}


.price-cross{
  font-size: 20px;
  margin-bottom: 15px;
  text-decoration: line-through;
}

.deals-price h3{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  
}
.deals-price a{
  padding: 10px 24px;
  color: white;
  border-radius: 2px;
  font-size: 18px;
  background-color: #FDB32C;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.deals-price a:hover{
  background-color: #FDB349;
}

.deal-chracter1{
  right: 10px;
  top: 10px;
  position: absolute;
  z-index: 0;
}
.deal-chracter2{
  position: absolute;
  left: 10px;
  bottom: 0px;
  z-index: 0;
}

.hide-deals{
  display: none !important;
}

#deals-section-mobile{
  display: none;
}

@media screen and (min-device-width: 992px) and (max-device-width: 1600px) { 
  .deal-title {
      padding-top: 20px;
      margin-bottom: 26px;
      font-size: 30px;
  }

  .deals-item {
    min-height: 154px;
  }

  .deal-mid-content{
    padding-top: 10px;
  }

  .deal-mid-content h2 {
    font-size: 23px;
}

.deal-mid-content h3 {
  font-size: 17px;
  margin-bottom: 20px;
}

  .deals-img {
    width: 175px;
  }

  .deals-price {
    padding: 10px 30px 0 30px;
  }

  .price-cross {
    font-size: 18px;
    margin-bottom: 10px;
    text-decoration: line-through;
  }

  .deals-price h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.deals-price a {
  padding: 8px 22px;
  color: white;
  border-radius: 4px;
  font-size: 16px;
}

}

@media (min-width: 992px) {
  #deals-section-desktop{
    display: block;
  }

  #deals-section-mobile{
    display: none;
  }
}
@media (max-width: 991px) {

  #deals{
    height: 100vh;
  }

  #deals-section-desktop{
    display: none;
  }

  #deals-section-mobile{
    display: block;
  }

  #deals .owl-dots{
    display: none;
  }

  #deals .owl-carousel .nav-btn {
    bottom: -10% !important;
  }

  .owl-carousel .nav-btn{
    height: 40px;
    position: absolute;
    width: 40px;
    cursor: pointer;
    /* top: 40%; */
  }

  #deals .owl-carousel .prev-slide{
    background: url(../../img/icon-left-mob.png) no-repeat scroll 0px 0px;
    left: 88px !important;
  }

  #deals .owl-carousel .next-slide {
    background: url(../../img/icon-right-mob.png) no-repeat scroll 0 0;
    right: 98px !important;
  }

  .deal-title{
    padding-top: 0px;
    font-size: 1.3rem;
    margin-bottom: 10px;
    margin-top: -20px;
  }

  .deals-item{
    padding: 0px 0 10px 0;
    border-radius: 12px;
  }

  .deal-mid-content h2 {
    font-size: 1.1rem;
    padding: 0 10px;
}


.deal-mid-content h3 {
  font-size: 1rem;
  margin-bottom: 10px;
}

  .deal-mid-content {
    padding-top: 0px;
}

  .deals-img{
    float: none;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 14px;
  }

  .deals-item img {
    border-radius: 12px;
    margin-left: 0;
    width: 95%;
}

  .guests-area{
    padding: 0 0px;
    padding-left: 0px;
  }
  
  .deal-chracter1, .deal-chracter2{
    display: none;
  }

  .deals-wrapper{
    padding: 0 0 0 0;
  }

  .deals-price{
    height: 100%;
    padding: 10px 0px 0 0px;
    border-left: dashed 0px #ccc;
    border-top: dashed 1px #ccc;
    margin-bottom: 6px;
    margin-top: 10px;
    text-align: center;
  }

  .price-cross {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }

  .deals-price h3 {
    font-size: 1.2rem;
  }

  .deals-price a {
      display: inline-block;
      width: 90%;
      border-radius: 6px;
  }
}

/* styling added for modal */

.login-modal{
  background: rgba(0, 0, 0, 0.50);
  z-index: 0;
}
.login-modal.show{
  background: rgba(0, 0, 0, 0.50);
  z-index: 9999;
}
.login-modal .modal-dialog .modal-content {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
.login-modal .modal-dialog {
  max-width: 587px;
  width: 100%;
}
.login-modal .modal-dialog .modal-content .modal-header{
 justify-content: center;
 padding: 40px 0 30px;
 border-bottom: none;
}
.login-modal .modal-dialog .modal-content .modal-header button{
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  outline: none;
}

.login-modal .modal-dialog .modal-content .modal-header button span svg{
  width: 30px;
  height: 30px;
}

.login-modal .modal-dialog .modal-content .modal-header .modal-title{
  color: #333;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.login-modal .modal-dialog .modal-content .modal-body{
    padding: 30px 0px;
 }
.login-modal .modal-dialog .modal-content .modal-body .contentWrapper{
    max-width: 385px;
    width: 100%;
    margin: auto;
    position: relative;
    padding: 0 15px;
 }
.login-modal .modal-dialog .modal-content .modal-body .contentWrapper:before{
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    background: rgba(0, 0, 0, 0.20);
 }
.login-modal .modal-dialog .modal-content .modal-body .contentWrapper p{
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
 }
.login-modal .modal-dialog .modal-content .modal-footer{
  border-top: none;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 40px;
 }
.login-modal .modal-dialog .modal-content .modal-footer a{
  color: #FFF !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  background: #1E64AA;
  border-color: #1E64AA;
  max-width: 312px;
  height: 56px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
 }

 @media (max-width: 1600px) {
    .login-modal .modal-dialog .modal-content .modal-header{
      padding: 20px 0;
    }
    .login-modal .modal-dialog .modal-content .modal-body .contentWrapper:before{
      top: -20px;
   }
    .login-modal .modal-dialog .modal-content .modal-body{
      padding: 20px 0px;
   }
   .login-modal .modal-dialog .modal-content .modal-footer{
    padding-bottom: 20px;
   }
 }

 @media (max-width: 767px) {
  .login-modal{
    display: flex !important;
    align-items: center;
  }
  .login-modal .modal-dialog {
    margin: 0;
    padding: 0 15px;
  }
  .login-modal .modal-dialog .modal-content .modal-body{
    padding: 20px 0px;
 }
  .login-modal .modal-dialog .modal-content .modal-header .modal-title{
    font-size: 22px;
  }
  .login-modal .modal-dialog .modal-content .modal-body .contentWrapper p{
    font-size: 17px;
    line-height: 25px; /* 160% */
   }
}

@media (max-width: 767px) {

  .deals-img{
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

#deals-section-desktop.deals-wrapper.custom .deals-item .deals-img{
  height: 100%;
}
#deals-section-desktop.deals-wrapper.custom .deals-item .deals-img img{
  height: 100%;
}

#deals-section-desktop.deals-wrapper.custom .owl-dots.disabled{
  display: block;
}
#deals-section-desktop.deals-wrapper.custom .owl-dots.disabled button span{
  background: #FDB32C;
  opacity: 1;
}

#deals-section-desktop.deals-wrapper.custom .owl-dots button span{
  background: #FDB32C;
  opacity: 0.5;
}

#deals-section-desktop.deals-wrapper.custom .owl-dots button.active span{
  opacity: 1;
}

@media screen and (max-height: 935px) {

  #deals-section-desktop.deals-wrapper.custom .deals-item{
    min-height: auto;
  }

  #deals-section-desktop.deals-wrapper.custom .deals-item .deals-img img{
    width: 79%;
  }
  
  #deals-section-desktop.deals-wrapper.custom .deals-item .deal-mid-content{
    padding-top: 0;
  }

}

@media screen and (max-height: 750px) {
  #deals-section-desktop.deals-wrapper.custom .deals-item{
    min-height: auto;
  }

  #deals-section-desktop.deals-wrapper.custom .deals-item .deals-img img{
    width: 100%;
  }
  
  #deals-section-desktop.deals-wrapper.custom .deals-item .deal-mid-content{
    padding-top: 0;
  }
}

@media screen and (min-height: 935px) {
  #deals-section-desktop.deals-wrapper.custom .owl-dots.disabled{
    margin-top: -10px;
  }
}


#funVideo .owl-carousel .nav-btn{
  background-size: cover;
}


.row.auto{
    height: 100%;
}
@media only screen and (max-width: 1500px) {
    .row.auto{
        height: 90%;
    }
}
@media only screen and (max-width: 768px) {
    .row.auto{
        height: auto;
    }
}

@media only screen and (max-height: 900px) {
  .row.auto {
    height: 90%;
  }
}
@media only screen and (max-height: 600px) {
  .row.auto {
    height: auto;
  }
}