@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Caveat:wght@400..700&display=swap');

:root {
  --light: #faebce;
  --dark: #e31e24;
  --middark: #c9aa80; 
  --medium: #1f1f1f;
  --exlight:#fafafa;
  --hl: #138dbd; 
  --lborder: #111762; 
  --radius:20px;

  --titlefont: "Roboto", sans-serif; 
  --titlefont2: "Caveat", cursive; 
  --textfont: "Roboto", sans-serif; 
}


*:focus,
a:focus,
a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }


html {
  height: 100%;
  padding-bottom: 2px; }

.overflow {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family:var(--titlefont);
  font-weight: 600;
  margin: 0px;
  padding: 0px; }

a, a span {
  text-decoration: none;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

a:hover, a:hover span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

body {
  background-color: #000;
  color:#dddddd;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family:var(--textfont);}

/* -------------- Top -------------- */

.top-wrapper {
    width:  100%;
    z-index: 13;
    padding:8px 0;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
     }
.top-wrapper .logo {
    margin: 3px 0; 
    display: block; }
.phone{ color: var(--dark); float:right; margin:2px 8px 0 0; }
.phone a{color:var(--hl); font-weight:500; font-size:20px; }

.sub-banner{ height:100px; width:100px; display:block; }
/* -------------- Menu -------------- */

.menuBtn{ cursor:pointer; }
.sticky{  
  background-color: #000;
  position: fixed !important;
  width: 100%;
  z-index: 100;
   }
.top-menu {
    padding: 2px 0;
    z-index: 10; float: right;
    display: inline-block;
    margin-bottom:-8px; }
.top-menu ul {
    margin: 0px 0 0px 0;
    padding: 0;
    list-style: none;
    display: inline; }
.top-menu ul li {
    display: inline-block;
    margin: 0px;
    position: relative;
    color: #4e2624;
    float: left; }
.top-menu ul li a {
    font-size: 14px;
    color: #f7f7f7;
    font-weight: 500;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 3px solid #000;}
.top-menu ul li a:hover {
    text-decoration: none;
    color: #fff !important;
    border-bottom: 3px solid #ffcf24; }
.top-menu ul li:last-child a{
    border-right: 0px; }
.top-menu .active{ 
    border-color: #ffcf24; }   
  
.top-menu ul li ul {
    display: none;
    position: absolute;
    z-index: 30;
    background-color: #4f4e4e; }
  
  .top-menu ul li:hover ul {
    display: block; }
  
  .top-menu ul li ul li {
    width: 250px;
    display: block;
    background: none;
    text-align: left !important;
    padding: 3px 5px;
    text-align: left !important;
    border-bottom: 1px solid #282828 !important; }
  
  .top-menu ul li ul li a {
    font-size: 15px;
    padding: 5px 6px; }
  
  .top-menu ul li ul li:first-child a {
    padding: 5px 6px !important; }
  
  .top-menu ul li ul li ul, .top-menu ul li:hover ul li ul {
    display: none;
    left: 251px;
    top: 0px;
    border-top: 1px solid #ccc !important; }
  
  .top-menu ul li:hover ul li:hover ul {
    display: block; }

.banner-wrapper{overflow: hidden; position:relative; width:100%; line-height: 0; z-index:4;  }
.banner-wrapper video { width: 100%; z-index:10; }
.banner-wrapper .video-button{ background-color:rgba(255, 255, 255, 0.5);
 position:absolute; z-index:12;  top: 50%; left: 48%; border: 0px; padding: 12px 18px; border-radius: 30px; display:none; }
.banner-wrapper:hover .video-button{ display:none;}
/* -------------- Common theme -------------- */   

.breadcrumb{ background-color: transparent !important; padding: 0 !important; margin:0 0 25px 0 !important ; }
.breadcrumb ul{ list-style: none; float: left; margin:0 ; padding: 0; }
.breadcrumb ul li{ display:inline-block;  }
.breadcrumb ul li a{ display:block; padding:4px 8px; color:#4e2624 }

.socialmedia-menu{ float:right; display:inline-block; }
.socialmedia-menu ul {
  list-style: none;
  padding: 0; margin: 0;
  list-style: inline-block; }
.socialmedia-menu ul li {
  display: inline-block; width: 32px; height: 32px; margin-left: 4px;}
.socialmedia-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px; 
  text-align: center; padding-top: 5px;
  width: 32px; height: 32px;
  display: block;
  background-color: var(--hl); border-radius: 50%;
  border-bottom: 0; }
.socialmedia-menu ul li a:hover {
    color:#fff; background-color: var(--dark); }

.link-button{ display:inline-block; padding:8px 12px; background-color:var(--hl); color:#fff; margin:10px 0; }

.page-title { margin-bottom:10px; }
.page-title h1 {font-family: var(--titlefont); 
  font-weight: 600; color:#fff; padding: 0px; display: block;
      }
.page-title h2 {font-family: var(--titlefont2);  
    font-weight: 500; margin-bottom: 10px;  color:var(--dark); !important; padding: 0px 0px 14px 0px; 
    display: block;
      }

.page-wrapper{
   padding: 40px 0;
   background-color: #000;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; position: relative; z-index: 6;
}


.page-title2 h1 {
  font-family: var(--titlefont);
   font-weight: 900; color: #7a3c30;  }

.sub-title{
  font-family: var(--titlefont);
    font-size: 1.4em;
    font-weight: 400;
    color: #000;}
.page-content{ font-size: 17px; text-align: justify; margin-bottom: 20px;}  
.page-content p{ font-size: 17px; text-align: justify;}
.page-content h1{color:#fff; font-size: 32px; font-weight: 500; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h2{color: var(--dark); font-size: 28px; font-weight: 500; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h3{color: var(--dark);  font-size: 26px; font-weight: 500; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h4{color: var(--dark);  font-size: 24px; font-weight: 500; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color:#fff;  font-size: 22px; font-weight: 500; margin: 8px 0; padding-bottom: 5px; }
.page-content h6{color:#fff;  font-size: 20px; font-weight: 500; margin: 8px 0; padding-bottom: 5px; }

.responsive{ max-width:100%; height:auto; }

.smooth{-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;}

.ani{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ani:hover{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.typing {
  font-family: monospace;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

/* -------------- Home Page -------------- */    

.home-package-slide .slick-slide {
  width: auto !important;
}
.black-down { display: block; position: absolute; z-index: 5; bottom: 0}
.home-about-wrapper{
  background-color: #000;
  position: relative; z-index: 6;
}
.home-about-wrapper h1{font-family:var(--titlefont); color:#fff;  font-weight: 600;  }
.home-about-wrapper h2{font-family:var(--titlefont2); color:var(--dark); font-weight: 400; }

.scolling-line{ background-color:var(--dark); padding:10px 0px 6px 0px; position:absolute; width:100%; color: #fff; z-index: 9; 
   margin-top: -50px;
    -webkit-transform: skew(0, -3deg);
    -webkit-transform: skew(0, -3deg);
    -moz-transform: skew(0, -3deg);
    -ms-transform: skew(0, -3deg);
    -o-transform: skew(0, -3deg);
    transform: skew(0, -3deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
     }

.cards-wrapper{ position: relative;  background:url(../img/card-bg.jpg) repeat-y center center; }
.cards{ margin:12px 0; }

.read-more{ display: inline-block; background-color:var(--dark); color:#fff; padding:12px 20px; margin-top:20px; font-weight:600; font-size:20px; }
.read-more:hover{ background-color:#000; color:var(--dark);  }
.tech-wrapper{ padding:80px 0; background-color:#525252; }
.sponsors-wrapper{
  padding: 60px 0; background-color: #000;
}
.sponsors-wrapper h3{ font-size:20px !important; margin-bottom:10px !important; }
.sp-logo{ margin:10px 0; 
-webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.sp-logo:hover{transform:scale(1.5); 
-webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

/* -------------- Contact us Page -------------- */ 
.contact_us_form fieldset {
  padding: 25px;
  border: 1px solid #107483;
  position: relative;
  width: 100%;
  float: left;
  margin: 15px 1%;
  color: #191919;
  border-radius: 10px; }

.contact_us_form legend {
  margin-left: 0px;
  width: auto;
  color: #107483;
  padding: 0px 10px 0 10px;
  font-weight: 300;
  font-size: 25px;
  border: 0px; }

/* -------------- Footer -------------- */
.footer-wrapper {
    padding: 30px 0 170px 0;
    background: url(../img/footer-bg.jpg) no-repeat center bottom ;
    background-color: #000; }    
.footer-inner-wrapper{}
.footer-title h1{ font-size:18px; font-family: var(--textfont); font-weight: 600; color:#fff; margin-bottom:6px; padding-bottom:6px }
.footer-data{ margin:20px 0; color:var(--medium); }
.footer-data p{color:#c6c6c6; line-height:32px; }
.footer-data a{color:#c6c6c6; line-height:32px; }
.footer-data a:hover{color:var(--hl);}
.footer-data ul{margin:0px; padding: 0px; list-style: none;}
.footer-data ul li{margin:0px;}
.footer-data ul li:last-child{}
.footer-data ul li a{ display: block; padding: 2px 5px ;color:#c6c6c6; text-decoration: none;}
.footer-data ul li a:hover{ color: #fff; text-decoration: none;}
.partner-logo{ margin:20px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; padding:5px; background:#fff; }
.partner-logo img{ width:100%; height:auto; }

/* -------------- Footer2 -------------- */
.footer2 {
    padding-bottom: 15px;
    background-color: #fff;
    border-top: 6px solid #4f4e4e;
    padding: 18px 0; }
.footer2 .copy-text {
    font-size: 15px;
    color: #4f4e4e; }
.footer2 .wc-text a {
    font-size: 15px;
    color: #4f4e4e; }


/* -------------- Contact us page -------------- */
.contact p{ font-size:18px !important; line-height:32px !important; }
.contact-form{ background-color:#353535; padding:10px 10px 0 10px; color: #fff;}
.contact-form label{ width:100% !important }
.contact-form input { border: 0; border-bottom: 1px solid #fff; height:40px; width:100%; background-color:transparent; }
.contact-form textarea { border: 0; border-bottom: 1px solid #fff; height:55px; width:100%; background-color:transparent; }
.contact-form .wpcf7-submit {background: var(--dark); color: #fff; border: none !important; height:40px;  cursor: pointer !important; width: 100%;
-webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.contact-form .wpcf7-submit:hover{ background: #454545;  color:#fff; 
-webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}


/* -------------- Category Page -------------- */
.category-wrapper{  margin: 40px 15px; background-color: #fff; padding:3px; transform: scale(1.0);
 position: relative; box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; }
.category-image{z-index: 8; width: 100%;  overflow: hidden; }
.category-image img{width:100%; height:auto; }
.category-wrapper:hover{ box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; transform:scale(1.1);  }

.category-image img{ width:100%; height: auto; padding:4px; }

.category-title a{ position: absolute; bottom: 6px; color: #333; text-decoration: none; padding: 6px 0; width: 98%; display: block;
  z-index: 11; font-size: 16px; background-color:rgba(255, 255, 255, 0.8); font-weight: 500; text-align: center;}
.category-wrapper:hover .category-title a{ background-color:rgba(255, 255, 255, 1.0); }

/* -------------- Product Page -------------- */
.listing-wrapper{
   padding: 50px 0;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; position: relative; z-index: 6;
   background-color:var(--exlight);
}

.package-details-wrapper{
  padding: 50px 0;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; position: relative; z-index: 6;
   background-color:var(--exlight);
}

.product-wrapper{  margin: 20px 5px; background-color: #fff; padding:3px; transform: scale(1.0);
 position: relative; box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; }
.product-image{z-index: 8; width: 100%;  overflow: hidden; }
.product-image img{width:100%; height:auto; }
.product-wrapper:hover{ box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; transform:scale(1.1);  }

.product-image img{ width:100%; height: auto; padding:4px; }

.product-title a{ position: absolute; font-size: 18px; line-height: 22px; font-weight: 500; bottom: 6px; color: #333; text-decoration: none; padding: 6px 12px; width: 98%; display: block;
  z-index: 11;  background-color:rgba(255, 255, 255, 0.9);  text-align: left;}
.product-title a span{ display:block; width:100%; color:var(--dark); }  
.product-wrapper:hover .product-title a{ background-color:rgba(255, 255, 255, 1.0); }


/* -------------- Product Details Page -------------- */
.package-detail-image{ margin:20px 0; background-color: #fff; padding:8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}
.package-detail-image img{ width:100%; height:auto; }
.detail-days{ background-color:var(--dark); color:#fff; font-weight:500; font-size:18px;
 margin-bottom: 15px; padding:10px 15px; display:inline-block; border-radius:20px; }
.package-detail-data{ margin:20px 0; background-color: #fff; padding:20px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}
.package-extra{ margin:20px 0; height: 96%; background-color: #fff; padding:20px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}
.extra-title{ background-color: var(--hl);  padding: 8px 18px;  color: #fff; font-size: 20px; 
  margin: -33px 0 0 0px; margin-bottom: 8px; font-family: var(--titlefont);}

/* -------------- Sign in / Sing up Page -------------- */

/* -------------- Cart Page -------------- */

/* -------------- Checkout Page -------------- */


/* -------------- My Account Page -------------- */