@font-face {
    font-family: 'Stolzl';
    src: url('../fonts/Stolzl-Regular.eot');
    src: url('../fonts/Stolzl-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Stolzl-Regular.woff2') format('woff2'),
        url('../fonts/Stolzl-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bolyfat';
    src: url('../fonts/Bolyfat.woff2') format('woff2'),
        url('../fonts/Bolyfat.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root{
    --wv-title-font-size:30px;
    --wv-tosca-color:#44A0A6;
}

body{
    font-family: 'Stolzl';
    font-weight: normal;
    font-style: normal;
}

.bgfaq, .bgoutsidehome{
    background: url('../images/bg-header.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bgoutsidehome::before{
       content: '';
    background: url(../images/side-assets-left.png);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 526px;
    height: 1423px;
    background-size: 60%;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.bgoutsidehome::after{
       content: '';
    background: url(../images/side-assets-right.png);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 526px;
    height: 1423px;
    background-size: 60%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.bgheader, .bgcontent{
    background: url('../images/bg-header.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 950px;
    position: relative;
}

.bgheader::before{
    content: '';
    background: url(../images/leftbg.png);
   position: absolute;
    left: 0;
    top: -76px;
    height: 2327px;
    width: 432px;
    z-index: 1;
 
    background-position: top left;
    background-size: 80%;
    background-repeat: no-repeat;
  

}


.bgheader::after{
    content: '';
    background: url(../images/rightbg.png);
    position: absolute;
    right: 0;
    top: -76px;
    height: 2327px;
    width: 432px;
    z-index: 1;
    background-position: top right;
    background-size: 80%;
    background-repeat: no-repeat;
   

}



.removespace{
    margin-top:-40px;
}

.bannerheader{
    text-align: center;
}

.bannerheader img{
    width: 50%;
    
}

.bannerheader > .bh1{
   
color: #FFF;

text-align: center;
font-family: Stolzl;
font-size: 30px;
font-style: normal;
font-weight: 800;
line-height: 140%; /* 89.6px */
margin-bottom:64px

}

.bannerheader > .bh2{

font-weight: 400;
font-size: 50px;
line-height: 140%;
letter-spacing: 0%;
text-align: center;
color: #FFFFFF;

}

.bannerheader > .bh2 a{
      border-radius: 10px;
    background: #FF511B;
    display: table;
    padding: 10px 15px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 40px auto;
    box-shadow: 0px 0px 44px 4px rgba(0, 0, 0, 0.19)
}

.bannerheader > .bh2 a:hover{
    background: #99d9dc;
}

.bannerheader img{
 width: 30%;
}



.titleswaverave{
 position: relative;   
}

.titleswaverave h2{
   font-size: 45.472px;
   font-weight: 800;
}

.aspekrasio{
    aspect-ratio: 996/583;
   
}

.bannerfestival{
    
    margin-top: -12px;
}

.bannerfestival img{
    width: auto;
    height: auto !important;
    border-radius: 5px;
}

/* ======================== menu ========================== */
.waverave-burger{
    display: none;
}
.waverave-menu{
     z-index: 2;
     margin-right: 46px;
}
.waverave-menu .nav-link.active{
  background-color: transparent !important;
  color: #2BBCE4;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.waverave-menu .nav-link{
    color: #8D9494;
}

.waverave-menu .nav-link:hover{
    color: #2BBCE4;
    text-decoration: underline;
  text-underline-offset: 8px;
}
/* ======================== end menu ======================= */





/* Underconstruction */
    .bgundeconstruction{
         background: url('../images/bg-header.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh + 200px);
    position: relative;
    }

    .bgundeconstruction::before{
    content: '';
    background: url('../images/cumibg-left.png');
        position: absolute;
    left: 0;
    top: 80px;
    height: 500px;
       width: 40%;
    
    z-index: 1;
    background-position: top left;
    background-size: 100%;
    background-repeat: no-repeat;
    }


    .bgundeconstruction::after{
    content: '';
    background: url('../images/cumibg-right.png');
        position: absolute;
    right: 0;
    top: 80px;
    height: 531px;
       width: 40%;
    
    z-index: 1;
    background-position: top left;
    background-size: 100%;
    background-repeat: no-repeat;
    }

    .uc-content1{
        height: 100vh;
        display: flex;
        flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    }

    .uc-content1-sub{
        align-self: center;
        margin-top:200px
    }

    .uc-content1-sub1{
        position: relative;
        text-align: center;
        
    }

    .uc-content1-sub1 img{
        width: 35%;
    }

    .uc-content1-sub1 .bh1{
        color: #5CE6B8;
        font-size: 38.803px;
        font-weight: 700;
        margin-bottom: 60px;
        margin-top: 20px;
    }

    .uc-content1-sub1 .bh2{
        color: #FFF;
        font-size: 24.252px;
        font-weight: 700;
      
    }

    .uc-content1-sub1 .bh2 a{
    background: #66D874;
    font-size: 24.252px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    padding: 10px 44px;
    margin-top: 30px;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;    
    z-index: 999;
    position: relative;
    }

    .uc-content1-sub1 .bh2 a:hover{
      background: #388d42;
    }

    .uc-content1-sub1 .bh2 i {
        font-size: 35px;
        vertical-align: middle;
    }

/* End Underconstruction */



/* ==================== section2 ======================= */

.section2{
    margin-top: -50px;
    position: relative;

}

.section2::before{
    content: '';
    background: url(../images/kuda.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -14px;
    top: -300px;
    height: 530px;
    width: 40%;
    z-index: 1;
}


.section2::after{
   content: '';
    background: url(../images/kuda2.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -12px;
    bottom: -100px;
    height: 530px;
    width: 40%;
    z-index: 1;
    background-position: bottom right;
}

.section2 > .bh2{

font-weight: 700;
font-size: 38px;
line-height: 140%;
letter-spacing: 0%;
text-align: center;
color: #FF511B;
padding-top: 100px;
}

.section2 > .bh2 a{
      border-radius: 10px;
    background: #FF511B;
    display: table;
    padding: 10px 15px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 40px auto;
    box-shadow: 0px 0px 44px 4px rgba(0, 0, 0, 0.19)
}

.section2 > .bh2 a:hover{
   background: #b33008; 
}


.sfeaturing{
    text-align: center;
    margin:0 auto;
    margin-bottom: 120px;
}

.sfeaturing > span {
    display:block;
    margin-top: 128px;
   
}

.sfeaturing > span > span{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sfeaturing > span > img{
    width: 100%;
}
/* ==================== end section2 ======================= */



/* ==================== section3 ======================= */
    .artisat{
        position: relative;
        margin:0 auto;
        text-align: center;
    }

    .artisat > div{
        display: block;
        text-align: center;
        color: #fff;
        padding-top: 10px;
        font-size: 44.26px;
        font-style: normal;
        font-weight: 700;
    }

    .artisat img {
        width: 70%;
        border-radius: 10px;
        border:3px solid #2BBCE4;
        
    }


/* ==================== end section2 ======================= */


/* ===================== section aboutus ====================== */

.section-about{
    text-align: center;
    color: #fff;
}

.aboutwaverave{
    margin-top: 70px;
}

.aboutwaverave p {
    font-size: 20px;
   line-height: 199%;
}

.ocean-adventure{
    padding-top:200px;
    padding-bottom: 200px;
}

/* ====================== end section aboutus =================== */


/* ================= FAQ ================== */
.faqcard{
    background:#fff;
    padding:48.5px;
    border-radius: 15px;
    min-height: 458px;
}

.faqheader{
 position: relative;
}

.faqheader h2{
    color: #384446;
    font-size: 29.102px;
    font-style: normal;
    font-weight: 700;  
}

.faqheader .div {
    font-size: 24.252px;
    color: #384446;
    font-style: normal;
font-weight: 700;
}

.faqheader .small{
    color: #384446;
    font-size: 9.701px;
font-style: normal;
font-weight: 400;
padding-top: 60px;
}

.customtab .nav-link{
    text-align: left;
    color: #A4AEAF;
}

.titletabcontent{

    margin-bottom: 20px;
}

.tab-content .accordion-button{
    font-weight: 800;
}

.tab-content  .accordion-body{
    background:#000e7b0f
}
/* ================= End FAQ ================== */

/* =====================footer============================= */

    footer{
      background: #000C7D;  
      padding:50px 100px;
      color: #fff;
      font-size: 13px;
    }
    .profile-footer{
        margin-bottom: 20px;
        font-size: 13px;
    }

    .copyright{
        margin-top: 20px;
    }

    .menufooter{
       position: relative; 
       
    }

    .menufooter h3{
        font-size: 14.551px;
        gap: 4.85px;
    }

    .menufooter ul {
        list-style: none;
        padding-left: 0px;
    }

    .menufooter ul > li {
        padding:5px;
    }

    .menufooter ul > li > a {
        font-size: 12.126px;
        color: #fff;
        text-decoration: none;
        gap: 4.85px;
    }

    .menufooter ul > li > a:hover{
        text-decoration: underline;
    }

    .artisgroup{
        padding-top: 100px;
        position: relative;
    }

    .artisgroup::before{
       content: '';
    background: url(../images/patter-bottom-left.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -14px;
    bottom: 0px;
    height: 500px;
    width: 40%;
    z-index: 1; 
    }


    .artisgroup::after{
       content: '';
    background: url(../images/patter-bottom-right.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -12px;
    bottom: 0px;
    height: 500px;
    width: 40%;
    z-index: 1;
    background-position: top right;
    }

/* =====================end footer========================= */