@charset "UTF-8";

/*
Theme Name: championsclub theme
Theme URI: https://wordpress.org/themes/championsclub/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: championsclub theme is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how championsclub theme elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.4
Requires PHP: 5.6
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: championsclub
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

championsclub theme WordPress Theme, (C) 2020 WordPress.org
championsclub theme is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

  /* ---------------------------------------------
    --------------------------------------------- */
    
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: 'Raleway', sans-serif;
    }
    
    a,p,span,
    ul li,
    ol li {
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
    }
    
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 700;
        font-family: 'Rajdhani', sans-serif;
    }
    

    /* -----------------------------------------
        :: Place your custom css code here ::
    ----------------------------------------- */

    .default-button {
        background-color: #DAA548;
        color: #fff;
        border-radius: 0px;
        box-shadow: none;
        margin-top: 15px;
        text-transform: uppercase;
        font-size: 16px;
        padding: 10px 20px;
    }

    .default-button:hover, .default-button:focus {
        background-color: #000000;
        color: #fff;
    }

    .sm-btn{
        font-size: 14px;
        padding: 3px 15px;
        margin-top: 0;
    }

    .background-overlay:before {
        background-color: rgba(0,0,0,.5);
    }

    .welcome_area{
        background: #000;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .welcome_text h4{
        font-family: 'Parisienne', cursive;
        font-size: 63px;
        font-weight: 400;
        line-height: 86px;
        color: #DAA548;
    }

    .welcome_text h1{
        font-size: 40px;
        font-weight: 400;
        line-height: 50px;
        color: #fff;
    }
    .welcome_text span{
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: #fff;
    }
    .nav-menus-wrapper h5{
        font-family: 'Raleway', sans-serif;
        font-size:18px;
        font-weight: 700;
    }

    .evolution-bg{
        background: #FFFBF2;
        padding-bottom: 350px;
    }
    .exp-bg{
        background: #FFFBF2; 
    }

    .banner-bottom{
        margin-bottom: -110px;
    }

    .h-btn{
        padding-top: 20px;
    }
    .green-bg{
        background: #61B020;
    }
    .world-map-bg{
        background: linear-gradient(180deg, #5CC9C6 0%, #BBDDE8 100%);
    }

    .imagine-bg{
        background: linear-gradient(180deg, #BBDDE8 0%, #5CC9C6 100%);
    }
    .world_feature{
        position: relative;
    }
    .where-box{
        position: absolute;
        top:30px;
        left: 40px;
        right: 30px;
        z-index: 9;
        width: 70%;
    }
    .where-box h2 {
        font-size: 40px;
        color: #c74f1f;
        margin-bottom: 10px;
        font-style: italic;
    }
    .where-box p {
        font-size: 18px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 20px;
    }
    .hero-block-content h3{
        color: #022F53;
        font-size: 40px;
        line-height: 54px;
        font-weight: 500;
        margin-left: 10px;
    }

    .hero-block-content h3 span{
        color: #61B020;
        font-size: 50px;
        font-weight: 700;
    }

    .hero-block-content h1{
        color: #5CC9C6;
        font-size: 50px;
        line-height: 54px;
        font-weight: 700;
    }

    .hero-block-content h2 span{
        font-weight: 700;
    }

    .btn-mat {
        background-color: #61B020;
        border-color: #61B020;
        color: #fff;
        border-radius: 15px;
        text-transform: uppercase;
    }

    .btn-mat:hover, .btn-mat:focus {
        background-color: transparent;
        border-color: #61B020;
        color: #000 !important;
    }
    .btn{
        font-size: 16px;
        font-weight: 500;
    }

    .btn-pill {
        padding: 0.2em 1.5em !important;
    }

    .section_heading h5{
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.05em;
        color: #000000;
    }
    .section_heading h4{
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        color: #000000;
    }

    .section_heading h2{
        font-size: 40px;
        font-weight: 400;
        line-height: 50px;
        color: #04071D;
        margin-bottom: 15px;
    }

    .section_heading p{
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.05em;
        color: #000000;
    }

    .cool_fact_text{
        text-align: start;
    }

    .cool_fact_text h2{
        font-size: 64px;
        font-weight: 700;
        line-height: 66px;
        color: #fff;
        margin-bottom: 10px;
    }
    .cool_fact_text h3{
        font-size: 40px;
        font-weight: 400;
        line-height: 45px;
        color: #fff;
        margin-bottom: 0px;
    }
    .cool_fact_text h5{
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
        color: #fff;
        margin-bottom: 0px;
    }

    @keyframes ani {
        0% {
       background-position: 0 0;
       }
        100% {
       background-position: -100vw 0;
       }
    }
    .animate-area {
        position: relative;
        width: 100%;
        height: 334px;
        bottom: 0px;
        background: url(../../assets/images/evolution.png) repeat-x bottom center;
        background-size: contain;
        animation: ani 20s linear infinite;
    }

    .on-land-bg{
        background: #22232E;
    }
    .video-box{
        position: relative;
        margin-top: -250px;
    }

    .video_play_area {
        position: absolute;
        width: 100%;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 5px 10px;
    }
    .video-box img{
        border-radius: 10px;
        width: 100%;
    }

    .video-text {
        position: absolute;
        width: 100%;
        z-index: 1;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
        text-align: center;
        padding: 5px 10px 40px 10px;
        background: rgb(0,0,0);
        background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
        border-radius: 10px;
    }
    .video-text h3{
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
        color: #fff;
        margin-top: 60px;
    }

     .video-text h2{
        font-size: 50px;
        font-weight: 400;
        line-height: 65px;
        color: #fff;
    }
    .shape{
        text-align: right;
    }
    .luxury-box h4{
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        color: #000;
        margin-bottom: 10px;        
    }
    .luxury-box h2{
        font-size: 40px;
        font-weight: 400;
        line-height: 50px;
        color: #04071D;
        margin-bottom: 10px;
    }
    .luxury-box p{
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #000; 
        font-family: 'Raleway', sans-serif;
    }

    .luxury-box h5{
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
        color: #000;
        font-family: 'Raleway', sans-serif;
        margin-bottom: 10px;        
    }
   
    .white-box-m{
        background: #FFFFFF;
        border-radius: 15px;
        padding: 20px;
        margin-bottom: 120px !important;
        
    }
    .globe-bg{
        background: url(https://campurl.com/taaza-water/assets/images/globe.webp), linear-gradient(180deg, #0AAFB1 35.42%, rgba(187, 221, 232, 0.71) 100%), linear-gradient(180deg, #BADDE8 0%, rgba(186, 221, 232, 0) 100%);
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 100px 0px 100px 0px;
        background-position: bottom;
        height: 100vh;
    }
   

    .all-content-text h2{
        font-size: 40px;
        color: #022F53;
        margin-bottom: 20px;
    }
    
    .all-content-text p{
        font-size: 18px;
        color: #212121;
        margin-bottom: 20px;
    }
    .all-content-text span{
        font-size: 14px;
        color: #A50101;
        font-weight: 700;
        text-transform: uppercase;
    }
    .project-box{
        background: url(../../assets/images/gift-box.jpg) #5cc8c5;
        border-radius: 15px;
        padding: 40px 30px;
        background-size: cover;
    }
    .project-box h2{
        font-size: 40px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 0px;
    }
    .project-box p{
        font-size: 24px;
        font-weight: 300;
        color: #ffffff;
        margin-bottom: 20px;
    }
    .project-box p span{
        font-size: 24px;
        font-weight: 500;
    }
    .project-box h4{
        font-size: 20px;
        font-weight: 300;
        color: #ffffff;
        margin-bottom: 20px;
    }
    .project-box h4 span{
        font-size: 30px;
        font-weight: 700;
        color: #022F53;
    }

    .project-box ul{
        padding: 0;
        margin: 0;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .project-box ul li{
        list-style: disc;
        font-size: 18px;
        color: #000000;
        margin-bottom: 2px;
    }

    .project-box a{
        font-size: 14px;
        font-weight: 300;
        color: #A50101;
        text-transform: uppercase;
    }

    .key_area-bg{
        background: url(../../assets/images/key-bg.jpg);
        background-size: cover;
    }

    .light-gray-box{
        background: #BADDE8;
        border: 1.5px solid #FFFFFF;
        border-radius: 15px;
        padding: 40px 30px;
        text-align: center;
    }
    .light-gray-box h2{
        font-size: 48px;
        font-weight: 700;
        color: #022F53;
        margin-bottom: 0px;
    }
    .light-gray-box h3{
        font-size: 30px;
        font-weight: 300;
        color: #022F53;
        margin-bottom: 0px;
    }
    .light-gray-box p{
        font-size: 18px;
        font-weight: 300;
        color: #022F53;
        margin-bottom: 20px;
    }
    .key-st-bt{
        margin-top: -120px;
        position: relative;
        z-index: 1;
    }
    .home_table_cell {
        display: table;
        width: 100%;
        height: 100%;
    }

    .home_table_cell_center {
        display: table-cell;
        vertical-align: middle;
    }
    .awg-bg{
        background: url(../../assets/images/awg-bg.jpg);
        background-size: cover;
    }
    .awg-box{
        padding-right: 30px;
    }
    .awg-box p{
        font-size: 18px;
        font-weight: 300;
        color: #ffffff;
        margin-top: 20px;
    }
    .bottom-space{
        padding-bottom: 250px;
    }
    .applications-bg{
        background: linear-gradient(180deg, #60cac7 0%, #b3e3e5 100%);
    }

    .icon-box{
        background: #f3d977;
        padding: 10px 10px;
    }
    .icon-box h4{
        font-size: 24px;
        font-weight: 700;
        color: #04071D;
        margin-top: 20px;
    }
    .icon-box p{
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #04071D;
    }
    .on-water-bg{
        background: #fff;
    }
    .trainer{
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        z-index: 1;
    }
    .trainer h4{
        color: #fff;
        font-size: 40px;
        line-height: 42px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .trainer p{
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        padding: 0px !important;
    }

    .business-for-text h4{
        color: #000;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .service-slider{
        overflow-x:clip;
        position: relative;
        width: 100%;
    }
    .exp-box {
        background: #f4f8fa;
        padding: 30px;
        margin-bottom: 20px;
    }
    .on-water-bg {
        background: #f4f8fa;
    }

    .business-for-text h3{
        color: #000;
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .business-for-text p{
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 300;
        color: #000;
    }
    .business-for-text ul {
        padding: 0;
        margin: 0;
      }
      
    .business-for-text ul li {
        font-size: 16px;
        color: #000000;
        line-height: 20px;
        font-weight: 400;
        list-style-type: none;
        position: relative;
        padding-left: 20px;
        padding-bottom: 12px;
        border-bottom: 1px solid #A7A3A3;
        margin-bottom: 12px;
    }
  
    .business-for-text ul li:before {
        content: "\f105";
        font-family: 'FontAwesome';
        font-size: 16px;
        font-weight: 900;
        position: absolute;
        color: #000;
        top: 0px;
        left: 0px;
    }
    .table > :not(caption) > * > * {
        padding: 0.9rem 0.5rem;
       
    }
    .cmb-bg{
        background: #F4F5F9;
    }
    .leaders-Program-bg{
        background-color: #E1CFAC;
    }

    .b-icon-box{
        background: #0aafb1;
        border-radius: 50%;
        width: 136px;
        margin-right: 20px;
    }
    .benefit-text{
        width: 80%;
    }
    .benefit-text h4{
        font-size: 24px;
        font-weight: 700;
        color: #022F53;
        margin-bottom: 10px;
    }
    .benefit-text p{
        font-size: 18px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 10px;
    }

    .gray-box-client{
        background: #f8f8f8;
    }

    .text-red{
        color: #bb141a !important;
    }

    .bg-blue{
        background: #0B1147;
    }
    .why_text{
        padding: 0px 20px 0px 0px;
    }

    .why_text ul{
        padding: 0;
        margin: 0;
        margin-bottom: 30px;
    }
    .why_text ul li{
        list-style: none;
        font-size: 18px;
        color: #ffffff;
        border-bottom: 1px solid rgba(243, 243, 243, 0.5);
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .single_feature .feature_text h5 {
        color: #A50101;
        font-size: 14px;
        text-transform: capitalize;
        border-bottom: 1px solid #A50101;
        display: inline-block;
        padding-bottom: 5px;
    }
    .contact-bg{
        background: #FFF8EB;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contact_input_area label {
        color: #000;
        font-size: 20px;
        font-weight: 500;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: 0.8rem 0.85rem;
        font-size: 1rem;
        line-height: 1.25;
        color: #495057;
        background-color: #fff;
        background-image: none;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 0rem;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
    .footer-bg{
        background: #22232e;
    }

    input, textarea, select {
        border: 1px solid #d1d1d1;
        font-size: 14px;
        width: 100%;
        margin: 0 0 15px 0;
        max-width: 100%;
        resize: none;
    }
    .ft-link{
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ft-link ul{
        padding: 0;
        margin: 0;
    }
    .ft-link ul li{
        font-size: 14px;
        font-weight: 300;
        color: #ffffff;
        text-transform: uppercase;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ft-link ul li a{
        font-size: 14px;
        font-weight: 300;
        color: #ffffff;
        text-transform: uppercase;
        display: inline-block;
    }

    .copy-link{
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .copy-link h2{
        font-size: 40px;
        font-weight: 400;
        line-height: 50px;
        color: #fff;
        margin-bottom: 20px;
    }

    .copy-link h4{
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 24px;
        font-family: 'Raleway', sans-serif;
    }
    .copy-link p{
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        color: #CBCBCB;
    }
    .address-text p a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #ffffff;
        text-decoration: underline;
    }
    .bottom-top{
        border-top:1px solid #534326 ;
    }
    .address-text p  a:hover{
        text-decoration: underline;
        color: #DAA548;
    }
    .address-text p{
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #ffffff;
    }
    .social-icon a{
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        color: #ffffff;
    }
    .text-yellow{
        color: #DAA548 !important;
        font-weight: 700 !important;
    }
    .social-icon a:hover{
        text-decoration: underline;
        color: #DAA548;
    }
    .container-fluid{
        width: 96%;
    }
    .sdata{
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        color: #000;
    }

    .border-right{
        border-right: 1px solid #4C4C4C;
    }

    
    .plan-box {
        background: #fff;
        padding: 15px;
        border-radius: 0;
    }

    .plan-box .title h4{
        font-size: 40px;
        font-weight: 600;
        line-height: 45px;
        color: #010101;
        margin-bottom: 15px;
    }
    .plan-box .title p{
        color: #010101;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .small{
        font-size: 14px;
        padding: 10px 15px;
    }
    .description{
        border-top: 1px solid #fff;
        padding-top: 15px;
    }

    .description p{
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
    }

    .description ul {
        padding: 0;
        margin: 0;
        padding-left: 20px;
    }
    .description ul li {
        list-style-type: disc;
        position: relative;
        padding-left: 5px;
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        text-transform: none;
    }
    

/* Flexbox Equal Height Bootstrap Columns (fully responsive) */
@media only screen and (min-width : 768px) {
    .flex-row.row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .flex-row.row > [class*='col-'] {
     display: flex;
     flex-direction: column;
    }
    .flex-row.row:after, .flex-row.row:before {
      display: flex;
    }
    }
    /* Grow thumbnails to fill columns height */
    .flex-row .euqal-height {
      display: flex;
      flex: 1 0 auto;
      flex-direction: column;
    }
    /* Flex Grow Text Container */
    .flex-row p.flex-text {
      flex-grow: 1;
    }
    /* pre hack for small devices */
    pre {
      display: flex;
      flex: 1;
    }
    .flex-row.flex-code.row > [class*='col-'] .flex-text {
      flex-grow: 1;
      display: flex;
    }
    .noflex {
      display:block !important;
    }

    .modal-content{
        border-radius: 0rem;
    }
    .modal-header{
        background: #DAA548;
        border-radius: 0;
    }
    .modal-header h5{
        margin-bottom: 0;
        font-size: 20px;
        color: #fff;
        font-family: 'Raleway', sans-serif;
    }

    .btn-close {
        background: none;
        opacity: 9;
        line-height: 20px;
    }

    .btn-close:hover{
        color: #fff;
        text-decoration: none;
        opacity: .75;
     }
     .btn-close:focus {
        outline: 0;
        box-shadow: none !important;
        opacity: 1;
    }

    .v-form h3{
        font-family: 'Raleway', sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: #04071D;
    }

    .code-box{
        background: #FFF8EB;
        padding: 10px 10px;
        margin-bottom: 20px;
    }
    .code-box p{
        font-size: 20px;
        font-weight: 300;
        color: #04071D;
    }

    .code-box p{
        font-size: 20px;
        font-weight: 500;
        color: #04071D;
        margin-bottom: 5px;
    }

    .apply-box h3{
        font-family: 'Raleway', sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: #DAA548;
        text-transform: uppercase;
        margin-bottom: 0;
    }

.vo-text{
    padding-top: 30px;
}

.vo-text h3{
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #DAA548;
}

.vo-text p{
    font-size: 16px;
    font-weight: 300;
    color: #04071D;
}

.vo-text p sup i{
    font-size: 8px;
    color:#DAA548 ;
}
.vo-text p span{
    font-weight: 700;
}

.vo-text ul {
	padding: 0;
	margin: 0;
    padding-left: 20px;
}
.vo-text ul li {
	list-style-type:disc;
	position: relative;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 300;
	color: #04071D;
	text-transform: none;
}

.slider-fade1 .owl-item {
    height: 100vh;
    position: relative;
}

.slider-fade1 .text-center h1 {
    margin-left: auto;
    margin-right: auto;
}

.slider-fade1 .text-right h1 {
    margin-right: 0;
    margin-left: auto;
}

.slider-fade1 .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.slider-fade1 .item .caption {
    width: 100%;
    z-index: 9;
}

.slider-fade1 .owl-carousel .caption .overflow-hidden {
    display: inline-block;
}

.slider-fade1 .owl-carousel .caption span {
    display: inline-block
}

.slider-fade1 .owl-carousel .caption .butn {
    animation-delay: 1.4s
}

.slider-fade1 .owl-theme .owl-dots {
    position: absolute;
    bottom: 10vh;
    width: 100%;
    left: 0
}

.slider-fade1 .owl-theme .owl-dots .owl-dot span {
    background: #ffffff
}

.slider-fade1 .owl-theme .owl-dots .owl-dot:hover span,.slider-fade1 .owl-theme .owl-dots .owl-dot.active span {
    background: #DAA548
}

.slider-fade1 .owl-theme .owl-nav {
    margin-top: 0
}

.slider-fade1 .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    right: inherit;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255,255,255,0.5);
    border-radius: 50px;
    line-height: 45px;
    transition-duration: 500ms;
    left: 5vh;
    text-align: center;
    margin: auto;
    opacity: 0.5;
}

.slider-fade1 .owl-theme .owl-nav .owl-next {
    top: 0;
    bottom: 0;
    left: inherit;
    right: 5vh
}

.slider-fade1 .owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
    background: #DAA548
}

.slider-fade1 .owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
    background: #DAA548
}

.slider-fade1 .owl-nav i,.slider-fade1 .owl-nav span {
    color: #fff;
    transition-duration: 500ms;
    font-size: 20px
}

.slider-fade1 .owl-nav .owl-next:hover i,.slider-fade1 .owl-nav .owl-prev:hover i {
    color: #fff
}

@keyframes content_moving {
    0% {
       opacity: 0;
       top: 30px;
    }

    100% {
       opacity: 1;
      top: 0px;
    }
}
.slide-content .title-line-1, .slide-content .title-line-2 {
    opacity: 0;
    transition: all 1s;
    position: relative;
    z-index: 0;
}
.active .slide-content .title-line-1, .active .slide-content .title-line-2 {
    animation: content_moving;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}
.active .slide-content .title-line-1{
    animation-delay: 0.4s;
}

.active .slide-content .title-line-2{
    animation-delay: 0.4s;
}
.young-content{
    padding: 40px 40px;
}  
.social-icon{
    position: relative;
    gap: 20px;
}

.app_screenshots .owl-controls{
    position: absolute;
    right: -5px;
    top: -47px;
    z-index: 9;
}

.app_screenshots .owl-prev, .app_screenshots .owl-next{
    background-color: #C89601;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 30px;
    margin: 0 5px;
    position: relative;
    text-align: center;
    width: 30px;
}

.app_screenshots .owl-prev > i, .app_screenshots .owl-next > i{
    line-height: 30px;
    font-size: 18px;
}
.app_screenshots_slide{
    background-color: #fff;
}
.ex-services-box{
    padding: 20px;
    min-height: 300px;
}
.ex-services-box h4{
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}
.ex-services-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.club-services-card {
	position:absolute;
	left: 10%;
	bottom: 10%;
}
.club-services-card p{
	font-family: 'rajdhani', sans-serif;
}
.affiliated-carousel.owl-carousel .owl-item img{
    width: 80px !important;
    height: 80px !important;
}
.yellow-bullets li::marker{
	color: #DAA548 !important;
}

.package-box-bg {
        padding: 30px 30px;
        border-radius: 15px;
        position: relative;
        background: url(assets/images/offer-bg.jpg) no-repeat top center;
        background-size: cover;

    }
    .package-box-bg:before{
        content: '';
        position: absolute;
        width: 70%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        border-radius: 15px 0px 0px 15px;
        background: rgba(1, 2, 4, 0.75);
}
    .luxury-box{
        position: relative;
        z-index: 9;
    }

    .package-box h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }
    .package-box p {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0px;
    }
	.pack-content h4 {
        color: #fff !important;
        font-size: 18px !important;
        font-weight: 700 !important;
    }
	.pack-content p {
        color: #fff !important;
        font-size: 16px !important;
        font-weight: 500!important ;
        margin-bottom: 0px !important;
    }
    .luxury-box p span{
        font-weight: 700;
    }
.images-left .wp-block-image .alignleft{
	float: none;
}
.registration_input_area label{
    font-size: 14px;
    font-weight: 600;
}
.custom-select{
	display: block;
    width: 100%;
    padding: 0.8rem 0.85rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
	cursor: pointer;
    border-radius: 0rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.smaltext{
	font-size: 14px !important;
}
.registration_input_area .form-check-input[type=checkbox]{
	border-radius: 0em;
    padding: 0;
    height: 20px;
    width: 22px;
    margin-right: 10px;
	cursor: pointer;
}
.height-400{
	height: 400px!important;
}

.luxury-yacht-rental-dubai .welcome_text h4{
	font-family: "Raleway", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 26px;
	color: #daa548;
}
.luxury-yacht-rental-dubai .welcome_text h4 span {
	font-family: "Raleway", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	color: #daa548;
}

/* start nov 08 2024 */
	.form-box-top{
  background: #ffffff;
  padding: 20px 20px;
  margin-bottom: -250px;
  box-shadow: 5px 6px 14px 1px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
 .welcome_area{
      height: 100vh !important;
      padding-top: 100px;
  }
  .form-box-top{
     margin-bottom: 0px;
  }

}

@media (min-width: 320px) and (max-width: 767px) {
    .welcome_area{
        height: auto !important;
        padding-top: 60px;
        padding-bottom: 40px;
    }

}
	/*end nov 08 2024*/