 /*
 Theme Name: Bateaux Child
 Theme URI: http://www.bateauxtheme.com
 Description: Bateaux Child Theme.
 Author: Twisttheme
 Template: bateaux
 Version: 6.6.3
 Text Domain: bateaux-child
 */


 .noHoverButton a:hover {
	cursor: not-allowed !important;
}

 #report-btn.disabled >* {
    pointer-events: none;
}
#report-btn.enabled >* {
    pointer-events:auto;
}

.btx-main.btx-left {
	width: 100%;
	padding-right: 0;
}
.btx-sidebar .btx-widgets {
    padding-top: 120px;
	padding-left: 20px;
}
.btx-sidebar .btx-s-bg-bg {
    background-color: transparent;
}

aside.btx-sidebar.btx-right {
    position: fixed;
    right: 0;
}



.sub-menu .current-menu-item > a:before {
    content: '>';
    display: inline;
    left: 15px;
    position: absolute;
}
.sub-menu .current-menu-item > a {
    color: #162441!important;
}
.btx-navbar .btx-menu > li > .sub-menu {
    margin-top: 2px!important;
}

#circle {
    height: auto;
    position: relative;
    transform-origin: center center;
    display: block;
    margin: 0 auto;
    touch-action: none;
}

.gradient-circle:before {
    content: '';
    background: linear-gradient(45deg, #3cf9db, #00c9c1);
    display: block;
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 250px;
    left: calc(50% - 85px);
    top: calc(50% - 125px);
}

.inline li {
    display: inline-block;
    /* line-height: 2em; */
    white-space: nowrap;
}
.mybullets li:before {
    content: '–';
    padding-right: 15px;
}
.mybullets li {
    border: 1px solid;
    width: fit-content;
    padding: 8px 35px 8px 20px;
    background-color: #ffffff;
    filter: drop-shadow(0.3rem 0.3rem 0rem #3cf9db);
    margin: 16px 10px;
    font-size: 14px;
    font-weight: 600;
	line-height:2em;
}

.btx-footer .twf {
    font-size: 21px;
}
img {
    width: 100%;
    height: 100%;
}
.inline {
	display:inline;
	float:left;
}


.btx-feature--left .btx-feature-item.with-image .btx-feature-body, .btx-feature--right .btx-feature-item.with-image .btx-feature-body {
    width: 55%;
}
.btx-feature--left .btx-feature-body {
    padding-left: 10px;
}
.btx-feature-item-inner .btx-media-wrapper-inner {
    height: 45px;
}

#gradient .btx-background-overlay {
	background: -moz-linear-gradient(left,#3cf9db 0%,#00c9c1 100%);
    background: -webkit-linear-gradient(left,#3cf9db 0%,#00c9c1 100%);
    background: linear-gradient(to right,#3cf9db 0%,#00c9c1 100%);
}

.btx-feature-body .btx-feature-title {
    font-size: 15px;
    font-weight: 600;
}


/*
.pcb-text {
    background: none!important;
}*/
.pcb-text >* {
	position: relative;
}
.pcb-text:before {
    content: '';
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background-color: #3cf9db;
    position: absolute;
    display: block;
		transition-duration: 2s;

}


/* move animation to separate class */
.pcb-text.animation:before {
	width: -webkit-fill-available;
	transition-duration: 2s;
}



.btx-center-align {
    margin-left: auto;
    margin-right: auto;
}

.btx-navbar, .btx-navbar--mobile {
	border-bottom: none!important;
}
body .btx-navbar--mobile img.btx-navbar-logo--image, body .btx-navbar--mobile img.btx-fixed-nav-logo {
	max-width: 230px;
    margin-left:-15px;
}

.btx-navbar--mobile .btx-button {
	display: none;
}

body .btx-feature-description {
	font-size: 14px;
}


/* Start Responsive Design */

.landing-title *,
.btx-text-content-inner {
    font-size: 15px;
}

@media (min-width: 1019px) {
    .btx-section h1 {
        font-size: 54px;
    }

    .btx-section h2 {
        font-size: 42px;
    }

    .btx-section h3 {
        font-size: 29px;
    }
}

@media (min-width: 768px) and (max-width: 1018px) {
    .btx-section h1 {
        font-size: 45px;
    }

    .btx-section h2 {
        font-size: 36px;
    }

    .btx-section h3 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {

    .btx-footer-column li img.image {
        max-width: 100px !important;
    }
    
    .btx-section h1 {
        font-size: 30px;
    }

    .btx-section h2 {
        font-size: 26px;
    }

    .btx-section h3 {
        font-size: 23px;
    }

    .landing-title * {
        text-align: center !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .landing-title *,
    .btx-text-content-inner {
        font-size: 14px;
    }

    .btx-footer-widgets-content {
        text-align: center;
    }

    btx-footer-widgets-content p {
        font-size: 12px;
    }

    .btx-footer-widgets-content img {
        margin: auto;
    }

    .btx-footer-column {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

}

/** End Responsive Design **/

.btx-bannertext-static {
	display: block;
}

body .btx-feature-description {
    line-height: 1.7em;
}

body .btx-bannertext-static {
    font-size: 36px;
    font-family: 'Noto Serif', sans-serif;
    font-weight: bold;
    display: inline-block;
}

body .btx-dark-scheme .btx-p-bg-bg {
    background-color: rgba(22, 36, 65, 0.95);
      backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: backdrop-filter 0.5s ease;
}


.btx-navbar--mobile .btx-menu > li > a  {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase!important;
}

body .btx-center-align .btx-left-align img {
	margin: 0 auto!important;
    text-align: center;
}

/** Custom Class **/

.text-shadow * {
    text-shadow: -1px 1px 2px rgba(0,0,0,0.8);
}

.widget-shadow > * {
    box-shadow: 0px 0px 8px black;
}

/** Start JS Animation **/
#typewriter.btx-center-align h1 {
       padding-left: 10px;
}
#typewriter h1 {
	opacity: 0;
    /* background-color: #3cf9db; */
    background-image: linear-gradient(to right, #00cac2, #3cf9db);
    display: inline-block;
    padding-right: 10px;
}
#typewriter.btx-heading {
	margin-bottom:3px;
}
.js-item-heading.btx-heading h1 {
    display: inline-block;
	margin-bottom: 3px;
}

/* Start Moving Image */
.neighbors { z-index: 7;  } 
.movingImage {
    --shadow-x: -16px;
    --shadow-y: 24px; 
    --shadow-blur: 60px;
    --shadow-color: #00000070;
    position: relative;
    display: inline;
    margin: -367px 0px 1px 0px;
    transition: box-shadow 0s; 
    box-shadow: -1px 1px 0px 0px rgb(215 215 215);
    opacity: 0;
    width: 200px; 
    height: 266px; 
    }

.movingImage:hover,
img.movingImage.img3:hover {
    --shadow-x: -20px;
    --shadow-y: 40px;
    --shadow-blur: 50px;
    --shadow-color: #00000090;
}

img.movingImage.movingHover.img1,
img.movingImage.movingHover.img2,
img.movingImage.movingHover.img3 {
    z-index: 4 !important;
    box-shadow: rgb(215, 215, 215) -1px 1px 0px 0px, rgba(0, 0, 0, 0.565) 0px 0px 8px 0px !important;
    transition: transform 0.8s ease-in-out, box-shadow 0.3s cubic-bezier(1, 0.02, 0.054, 0.78), margin 0s ease, translate 3s ease-in, filter 3s ease, z-index 0.8s ease-in-out, opacity 0.7s ease-in !important;
}

.movingHover.img1 {
    transform: translate(0px, -65px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important;
}

.movingHover.img2 {
    transform: translate(0px, -130px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important;
}

.movingHover.img3 {
    transform: translate(0px, -195px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) !important;
}

.unMovingHover.img1,
.unMovingHover.img2,
.unMovingHover.img3 {
    /* opacity: 0.33 !important; */
    transition: transform 0.8s ease-in-out, box-shadow 1s ease-in, margin 0s ease, translate 3s ease-in, filter 3s ease, z-index 0.8s ease-in-out, opacity 1.2s ease-in !important;
}

.img1 { z-index: 3; }
.img2 { z-index: 2; }
.img3 { z-index: 1; }

.movingContainer {
    width: 200px;
    margin: 0 auto;
    height: 400px;
}

img.movingImage.img3 {
    box-shadow: -1px 1px 0px 0px rgb(215 215 215) !important;
    margin-bottom: 2px
}

/* End Moving Image */

/** End JS Animation **/

.noHoverButton a:hover {
    cursor: not-allowed;
}




/* EDITS FARROW  */


#report-studio.btx-box::after, #data-lab.btx-box::after, #data-warehouse.btx-box::after {
    content: '';
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    /*background-color: #162441;*/
    width: 60px;
    height: 60px;
    position: absolute;
    top: -40px;
	right: calc(50% - 30px);	
}
#report-studio.btx-box::after {
	    background-image: url(/wp-content/uploads/icon/svg/ico-frontend.svg);
}
#data-lab.btx-box::after {
    background-image: url(/wp-content/uploads/icon/svg/ico-datalab.svg);
}
#data-warehouse.btx-box::after {
    background-image: url(/wp-content/uploads/icon/svg/ico-datawarehouse.svg);
}


/* END EDITS FARROW */

.btx-navbar--mobile .current-menu-ancestor > a {
    color: white !important;
}

.btx-navbar--mobile .sub-menu .current-menu-item > a {
    color: #fff !important;
}

.btx-navbar--mobile .sub-menu .current-menu-item > a::before {
display: none;
}

#features .btx-feature-title {
    font-size: 21px;
}




.btx-navbar--mobile .current-menu-ancestor > a {
	color: white !important;
}

.btx-navbar--mobile .sub-menu .current-menu-item > a {
	color: #fff !important;
}

.btx-navbar--mobile .sub-menu .current-menu-item > a::before {
display: none;
}

.btx-dark-scheme #typewriter h1 {
	color: #162441;
}

#typewriter h1 {
	background-color: #3cf9db;
	background-image: none;
}

body .btx-navbar .btx-navbar-widget a {
/*	text-transform: uppercase;*/
	font-size: 12px;
	font-weight: 200;
	letter-spacing: 0.05em;
/*	padding: 8px 10px !important;
	border: 1px solid #3cf9db!important;*/
    color: #3cf9db!important;
/*    margin-left: 5px;
    margin-right: 5px;*/
    border: none;
}

body .btx-navbar .btx-navbar-widget a:hover {
    color: #162441!important;
}

.current-menu-ancestor li .sf-with-ul {
    color: #162441 !important;
    /* font-weight: bold; */
}