/* 
*Theme Name: Tonic World wide 
*Theme URI: https: //www.tonicworldwide.com/
*Author: Tonic World wide 
*Author URI: https: //www.tonicworldwide.com/
*(C) 2024 Tonic World wide is distributed under the terms of the GNU GPL.
*/
@font-face {
    font-family: 'Greenwich-light';
    src: url('../fonts/Greenwich-Light.woff2') format('woff2'),
        url('../fonts/Greenwich-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Greenwich-medium';
    src: url('../fonts/Greenwich-Medium.woff2') format('woff2'),
        url('../fonts/Greenwich-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Greenwich-bold';
    src: url('../fonts/Greenwich-Bold.woff2') format('woff2'),
        url('../fonts/Greenwich-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
:root {
    --theme-color: #00426B;
    --primary-color: #BE8D56;
    --white-color: #fff;
    --black-color: #000;
    --body-color: #F9F5F1;
    --heading-color: #0F1822;
    --header-font: 400 18px/55px "Greenwich-medium", sans-serif;
    --banner-font: 400 68px/73px "Greenwich-light", sans-serif;
    --heading-font: 400 40px/55px "Greenwich-light", sans-serif;
    --sub-heading-font: 500 16px/25px "Greenwich-medium", sans-serif;
    --body-font: 400 16px/25px "Greenwich-light", sans-serif;
    --btn-font: 400 13px/13px "Greenwich-light", sans-serif;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
/* ** 
*Comman CSS  
* **/
body {
    font: var(--body-font);
    background-color: var(--body-color);
    font-display: swap;
}
h1, .banner-text {
    font: var(--banner-font);
    font-display: swap;
}
h2 {
    font: var(--heading-font);
    font-display: swap;
}
h3 {
    font: var(--sub-heading-font);
    font-display: swap;
}
p {
    font: var(--body-font);
    font-display: swap;
}
a {
    font: var(--body-font);
    font-display: swap;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease !important;
}
a:hover {
    color: var(--heading-color);
    text-decoration: none;
}
.form-control,
.form-control:hover,
.form-control:focus,
.form-select:focus,
.form-control:active button,
button:hover,
button:focus,
button:active {
    -webkit-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
    background: unset;
    box-shadow: unset;
    outline: 0;
    font-display: swap;
}
button:focus,
button:active,
.form-control:focus,
.form-select:focus,
.form-control:active {
    border: 0;
}
/*::-webkit-scrollbar {
    width: 0.35rem;
}
::-webkit-scrollbar-track {
    background: var(--theme-color);
}
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}
::-moz-selection {
    color: var(--text-white);
    background: var(--theme-color);
}
::selection {
    color: var(--white-color);
    background: var(--theme-color);
}*/
.section-spacing {
    padding: 7rem 0;
}
.inner-page{
    padding:7rem 0 0;
}
.zoom-hover picture {
    position: relative;
    overflow: hidden;
    display: block;
}
.zoom-hover picture img {
    -webkit-transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.zoom-hover:hover picture img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: var(--white-color);
    font-size: 20px !important;
    margin: 5px;
    padding: 4px 7px;
    background: var(--black-color) !important;
    display: inline-block;
    cursor: pointer;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    opacity: 1;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--theme-color);
    color: var(--white-color);
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: var(--theme-color);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--white-color);
}
.main-btn {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 1rem 2rem;
    border-radius: 10px 0px;
    font: var(--btn-font);
    -webkit-transition: transform 0.3s ease,
        opacity 0.3s ease !important;
    -o-transition: transform 0.3s ease,
        opacity 0.3s ease !important;
    transition: transform 0.3s ease, opacity 0.3s ease !important;
    position: relative;
    text-transform: uppercase;
}
.main-btn:hover,
.main-btn:active {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}
.container-fluid {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999 !important;
    overflow: hidden;
    background: var(--white-color);
    background: url("../images/logo.svg") 50% 50% no-repeat rgb(255, 255, 255);
}
.thePath {
    stroke-width: 2;
    fill: none;
}
/* Header CSS */
/*header#navigation {
    position: fixed;
    -webkit-transition: top 0.6s ease-in-out;
    -o-transition: top 0.6s ease-in-out;
    transition: top 0.6s ease-in-out;
    width: 100%;
    z-index: 999;
}*/
#navigation {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: top 0.4s ease, background 0.3s ease, box-shadow 0.3s ease;
}
#navigation.nav-up {
    color: var(--black-color);
    top: 0;
    z-index: 999;
    background: var(--white-color);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
#navigation.nav-down {
    color: var(--black-color);
    top: 0;
    z-index: 999;
    background: var(--white-color);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
a.navbar-brand.text-center.m-auto {
    width: 100px;
    height: 100px;
}
header#navigation .navbar .navbar-brand img,
#navigation .navbar-toggler img {
    filter: brightness(0) invert(1);
}
header#navigation.nav-up .navbar-brand img,
#navigation.nav-up .navbar-toggler img {
    filter: brightness(1) invert(0);
}
header#navigation.nav-down .navbar-brand img,
#navigation.nav-down .navbar-toggler img {
    filter: brightness(1) invert(0);
}
/*header#navigation.nav-down .navbar-brand {
    width: 60px;
    height: 60px;
}*/
header#navigation.nav-down .navbar-brand {
    width: 100px;
    height: 100px;
}
#navigation .navbar-toggler,
#navigation .navbar-toggler:focus {
    border: 0;
    box-shadow: unset;
}
#navigation .navbar ul li a.nav-link.main-btn {
    color: #fff;
    padding: 0 20px;
    margin-top: 20px;
}
#navigation .full-screen-offcanvas {
    /* width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important; */
    /*background: #F9F5F1 url(../images/offcanvas-bg.png);*/
    padding: 3rem;
    transition: transform 0.4s ease-in-out;
    background-position: center 30%;
    background-size: 100%;
    background-repeat: no-repeat;
}
#navigation .full-screen-offcanvas .offcanvas-body {
    height: calc(100vh - 56px);
    overflow-y: auto;
    padding-left: 0;
}
#navigation .offcanvas-header {
    height: 50px;
    width: 50px;
    padding: 0;
}
#navigation .offcanvas.offcanvas-end {
    transform: translateX(100%);
}
#navigation .offcanvas.show {
    transform: translateX(0);
}
#navigation .full-screen-offcanvas {
    height: 100vh;
    top: 0;
    right: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-right: 0;
    padding-left: 40px;
}
#navigation .offcanvas-header .btn-close {
    opacity: unset;
    background: unset;
    box-shadow: unset;
    outline: 0 !important;
    border: 0;
    padding: 0;
    margin: 0;
    height: 40px;
    width: 40px;
}
#navigation .navbar ul {
    /* text-align: center; */
    padding-top: 2rem;
}
#navigation .navbar ul li a {
    font: var(--header-font);
    color: var(--theme-color);
    text-transform: uppercase;
}
#navigation .navbar ul li a:hover {
    color: var(--primary-color);
}
#navigation .offcanvas-bg {
    /* position: absolute;
    right: 0;
    bottom: 0; */
}
#footer {
    background-color: var(--theme-color);
    padding: 4rem 4rem 2rem;
}
#footer .footer-links li a {
    color: var(--white-color);
}
#footer a.footer-logo img {
    filter: brightness(0) invert(1);
}
.project-by {
    max-width: 100%;
    margin: auto;
    position: relative;
}
.project-by span {
    color: var(--white-color);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: -12px;
    background: #00426b;
    display: inline-block;
    width: max-content;
    padding: 0 17px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
}
.project-logos {
    display: flex
;
    justify-content: center;
    align-items: center;
}
.project-logos picture {
    border: 1px solid #ffffff96;
    padding: 20px 60px;
    height: 110px;
    display: flex
;
    align-items: center;
}
.social-media {
    max-width: 90%;
    margin: auto;
    color: var(--white-color);
}
.social-media span {
    color: var(--white-color);
    margin-bottom: 2rem;
    display: block;
}
#footer .footer-bottom {
    margin-top: 3rem;
}
#footer .footer-bottom span,
#footer .footer-bottom a {
    color: var(--white-color);
    font: 400 14px/14px "Greenwich-light", sans-serif;
}
.breadcrumb-section .breadcrumb li,
.breadcrumb-section .breadcrumb li a{
    font: 400 12px/25px "Greenwich-medium", sans-serif;
    color:var(--theme-color);
    text-transform: uppercase;
    letter-spacing:0.3em;
}
.breadcrumb-section .breadcrumb-item+.breadcrumb-item::before{
    color:var(--primary-color);
}
.breadcrumb{
    padding-bottom: 0;
}
#navigation .nav-link.active{
    color: var(--primary-color);
}
.thankyou-popup h2 {
    font: 400 24px/25px "Greenwich-medium", sans-serif;
    text-transform: uppercase;
    margin: 1rem 0;
}
.thankyou-popup p {
    font: 400 13px/20px "Greenwich-light", sans-serif;
    color: var(--heading-color);
    margin-bottom: 1rem;
}
#button {
    display: inline-block;
    background-color: #bd8c54;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 204px;
    position: fixed;
    bottom: 90px;
    right: 25px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
.backtotop a#button img {
    filter: invert(0%) sepia(218%) saturate(0) hue-rotate(236deg) brightness(341%) contrast(104%);
    rotate: -90deg;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
header#navigation .navbar {
    padding: 0;
}

@media screen and (max-width: 480px) {
    .sticky-button-style {
        transform: rotate(0deg) !important;
        bottom: 0px !important;
        left: 0px !important;
        right: 0px !important;
        top: unset !important;
        border-radius: 1px !important;
        font-size: 25px !important;
    }

    .whatsapp-icon-sticky {
        bottom: 60px !important;
        left: 15px !important;
    }

    #kenytChatBubble.style1 {
        margin-bottom: 65px !important;
    }
}
.sticky-button-style {
    transform: rotate(-90deg);
    right: -45px;
    z-index: 999;
}

.whatsapp-icon-sticky {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 70px;
    height: 70px;
}

.w-fit-content {
    width: fit-content !important;
}

.btn-cascades {
    background-color: #c3a562 !important;
}

.dnd-label {
    font-size: 10px !important;
    letter-spacing: 0em !important;
    line-height: 14px !important;
}


@media screen and (min-width: 480px) {
    .padding-left-container {
        padding-left: 7rem;
    }

    .padding-right-container {
        padding-right: 7rem;
    }
}

@media screen and (max-width: 480px) {
    .project-logos picture {
        padding: 5px !important;
    }
}