﻿

.navbar-brand span {
    /*font-size: 1.1rem;*/
    position: relative;
    right: 0px;
    /*font-family: "Cormorant SC", serif;*/
}

.border-greadient {
    border: 1px solid;
    /*border-image: linear-gradient(45deg,rgba(255,255,255, 0.3),rgba(255,255,255, 0.8),rgba(255,255,255, 0.3)) 1;*/
    /*border-radius: 10px 10px;*/
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: rgba(255,255,255,0.3);
}


.border-greadient-dark {
    border: 1px solid;
    border-image: linear-gradient(to right,rgba(0,0,8, 0.2),rgba(0,0,0, 0.5),rgba(0,0,0, 0.2)) 1;
    /*border-radius: 10px 10px;*/
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-color: rgba(255,255,255,0.3);
}

#LegalNotice p {

font-size:12px!important;
line-height:normal;
}
h1.header-title {
    font-size: 1.9rem;
    text-shadow: 2px 2px 3px rgba(65,65,65,0.52);
    line-height: 3rem !important;
}
h3.header-title {
    font-size: 1.5rem;
    /*text-shadow: 2px 2px 3px rgba(65,65,65,0.52);*/

    margin-top: 20px!important;
    font-family:'mohave'!important;
}

p {
    font-family:'radiocanada';
    font-size:16px;
    font-variation-settings:"wght" 300,"wdth" 75;
}

h2.page-title {
    font-size: 30px;
    /*box-shadow: inset 0 0 3px rgba(0,0,0,0.7);*/
    font-family: 'radiocanada';
    font-variation-settings: "wght" 500, "wdth" 75;
    font-weight: 500;
    color: rgb(81, 90, 100) !important;
    display: inline-block;
    display: inline-block;
    /*box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);*/
    padding: 20px;
    border-width: 0px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(81, 90, 100 ,0.8) 60% , rgba(81, 90, 100, 0)  ) 1;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 0px;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

.custom-border {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(81, 90, 100,0.8) 60%, rgba(81, 90, 100, 0) ) 1;
    /*border-image: linear-gradient(to right, rgba(81, 90, 100, 0),rgba(81, 90, 100,0.8) 60%, rgba(81, 90, 100, 0) ) 1;*/
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom:30px;
}

.page-header {
    padding-top: 10vh;
}



@media screen and (max-width: 400px) {
}


@media screen and (max-width: 767px) {
}

@media only screen and (max-width: 991px) {
    .page-header {
        padding-top: 10vh;
        height:100vh!important;
    }

    h1.header-title {
        font-size: 2.1rem;
        text-shadow: 2px 2px 3px rgba(65,65,65,0.52);
        line-height: 2.8rem !important;
    }
    h3.header-title {
        font-size: 1.4rem;
        text-shadow: 2px 2px 3px rgba(65,65,65,0.52);
        margin-bottom: 1.4rem !important;
        padding-bottom: 1.4rem !important;
        margin-top: 40px;
    }

    .navbar-collapse::after {
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        background: rgba(0,0,0.8, 0.3);
        backdrop-filter: blur(10px);
        display: block;
        content: "";
        z-index: 1;
    }

    .navbar-toggler-icon {
        color:#fff!important;
        background-color:#fff!important;
    }

}


div:has(.header-left-line ) {
    position: relative !important;
}

.header-left-line {
    width: 2px;
    /*box-shadow: inset 0 0 3px rgba(0,0,0,0.7);*/
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgb(120, 79, 24, 1)
    /*background-image: linear-gradient(to right, #a73737 0%, #7a2828 51%, #a73737 100%);
    background-image: linear-gradient(to right, #e53935 0%, #e35d5b 51%, #e53935 100%);
    background-image: linear-gradient(to right, #e53935 0%, #e35d5b 51%, #e53935 100%);
    background: #870000;*/ /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to bottom, #190A05, #870000);*/ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to bottom, #190A05, #870000);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*display:block;*/
}

li .header-left-line {
    top:2px;
    bottom:2px;
}


.text-secondary {
    color: rgb(81, 90, 100) !important;
}

p > a {
    color: rgb(120, 79, 24, 1);
    font-weight: 500;
}

    p >  a:hover,
    p > a:focus {
        color: rgb(120, 79, 24, 0.7);
        text-decoration: none;
    }

.team ul li, .team h4 {
    font-size: 15px;
}

.team ul {
    padding-left:15px;
}
.practice {
    font-size: 15px;
    font-variation-settings: "wght" 300, "wdth" 75;
    font-family: 'radiocanada';
}

.practice ul li b, .practice h4 {
    /*font-size: 15px;*/
    margin: 0;
    padding: 0;
    font-variation-settings: "wght" 400, "wdth" 75;
}
.practice ul {
    /*list-style: none;*/
    margin:0;
    padding:0;
    /*margin-left:-15px;*/
}
    .practice ul li {
        position: relative !important;
        padding-left: 0px !important;
        /*border-left:1px solid rgba(65,65,65,0.52);*/
        /*display:inline-block;*/
        width:100%;
        padding:4px!important;
    }

h4 {

}

.footer {
    color: rgb(81, 90, 100) !important;
}

    .footer a {
        color: rgb(81, 90, 100) !important;
    }

.btn-grad {
    background-image: linear-gradient(to right, #e53935 0%, #e35d5b 51%, #e53935 100%)
}

.btn-grad {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

    .btn-grad:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }




span.brd-line {
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.mainlogo {
    font-size: 2.2rem;
    color: #fff;
    position: relative;
}

div:has(.mainlogo-img) {
    position:relative;
}
.mainlogo-img {
    position: absolute;
    top: -14px;
    right: 17px;
    width: 8px !important;
    z-index: 1;
    padding: 0px !important;
}


.f-size-30 {
    font-size: 30px !important;
}

.custom-header div.blur {
    padding: 3px !important;
    background: rgba(0,0,0.8, 0.02);
    backdrop-filter: blur(1px);
}



.navbar-collapse {
    background:none!important;
    background-color:none!important;
}

ul.navbar-nav
{
 background:none!important;    
     }
.blur-nav {
    /*    background: rgba(0,0,0,0.3) ;
    background: linear-gradient(90deg, rgba(91,78,48,0.2) 0%,rgba(85,85,67,0.2) 16%, rgba(0,0,0,0.3) 87%, rgba(2,0,36,0.3) 100%);
    background-color: rgb(255 255 255 / 30%);
    backdrop-filter: blur(10px);*/

    background: rgba(0,0,0.8, 0.3) !important;
    backdrop-filter: blur(10px) !important;
}

.blur-white {
    background-color: none;
    background: rgba(255,255,255, 0.4);
    backdrop-filter: blur(10px);
    /*color: #fff !important;*/
    /*    background-color: #DCD9D4 !important;*/
    /*    background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%) !important;
    background-blend-mode: soft-light,screen !important;
    border-bottom: 3px solid rgba(0,0,0,0.50) !important;*/
}


.title {
    /*font-family: "Jost", serif;*/
    /*font-family: "EB Garamond";*/
    /*font-family: "Bitter", serif !important;*/
    /*font-family: "Big Shoulders Display", serif!important;*/
    /*font-weight: 500;*/
}




.nav-link-white {
}

    .nav-link-white span {
        color: #fff;
    }


    .nav-link-white div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        /*        border: 1px solid;
        border-image: linear-gradient(120deg,red,gray,red) 12;
        border-radius: 10px 10px;
        border-right:none;
        border-top:none;*/
    }

.border-shot {
    border: 1px solid;
    border-image: linear-gradient(120deg,red,gray,red) 12;
    border-radius: 10px 10px;
    /*       border-right:none;
        border-top:none;*/
}

.foto-filter {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    opacity: 0.3;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}

.bg-gradient-1 {
    background-color: #DCD9D4 !important;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%) !important;
    background-blend-mode: soft-light,screen !important;
}


.nav-border {
    border-bottom: 2px solid rgba(0,0,0,0.50) !important;
}

.light-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

div:has(.mask-gradient) {
    position: relative;
}

div:has(.mask-img) {
    position: relative;
    overflow: hidden !important;
}

.mask-img {
    position: absolute !important;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 0;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-full {
}

.mask-img + div {
    position: relative;
    z-index: 1;
}

.mask-gradient {
    position: absolute !important;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 0;
    opacity: 0.5;
}

    .mask-gradient + div {
        position: relative;
        z-index: 1;
    }


.mask-gradient-multiply-1 {
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%), radial-gradient(at top center, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.40) 120%) #989898;
    background-blend-mode: multiply, multiply;
    opacity: 0.5;
}

.mask-gradient-multiply-2 {
    background-image: linear-gradient(to top, #a3bded 0%, #6991c7 100%);
    background-blend-mode: multiply, multiply;
    opacity: 0.1;
}

.mask-gradient-multiply-3 {
    background-image: linear-gradient(to right, rgba(134, 143, 150, 0.5) 0%, rgba(89, 97, 100, 0.5) 100%);
    /*background: rgba(255,255,255, 0.4);*/
    backdrop-filter: blur(20px) !important;
}

.mask-gradient-multiply-4 {
    border: 5px solid;
    /*background-image: linear-gradient(60deg, rgba(41, 50, 60, 0.3) 0%, rgba(72, 85, 99, 0.3) 100%);*/
    border-image: linear-gradient(60deg, rgba(41, 50, 60, 0.6) 0%, rgba(72, 85, 99, 0.6) 100%) 2;
    backdrop-filter: blur(10px) !important;
}

.bg-gradient-primary {
    background-image: linear-gradient(195deg,#ec407a,#d81b60)
}

.bg-gradient-secondary {
    background-image: linear-gradient(195deg,#747b8a,#495361)
}

.bg-gradient-success {
    background-image: linear-gradient(195deg,#66bb6a,#43a047)
}

.bg-gradient-info {
    background-image: linear-gradient(195deg,#49a3f1,#1a73e8)
}

.bg-gradient-warning {
    background-image: linear-gradient(195deg,#ffa726,#fb8c00)
}

.bg-gradient-danger {
    background-image: linear-gradient(195deg,#ef5350,#e53935)
}

.bg-gradient-light {
    background-image: linear-gradient(195deg,#ebeff4,#ced4da)
}

.bg-gradient-dark {
    background-image: linear-gradient(195deg,#42424a,#191919);
}

.bg-gradient-faded-primary {
    background-image: radial-gradient(370px circle at 80% 50%,rgba(233,30,99,.6) 0,rgb(193.1174089069,18.8825910931,78.1052631579) 100%)
}

.bg-gradient-faded-secondary {
    background-image: radial-gradient(370px circle at 80% 50%,hsla(0,0%,45%,.6) 0,rgb(89.5,89.5,89.5) 100%)
}

.bg-gradient-faded-success {
    background-image: radial-gradient(370px circle at 80% 50%,rgba(76,175,80,.6) 0,rgb(60.5577689243,139.4422310757,63.7450199203) 100%)
}

.bg-gradient-faded-info {
    background-image: radial-gradient(370px circle at 80% 50%,rgba(26,115,232,.6) 0,rgb(18.8928571429,92,188.1071428571) 100%)
}

.bg-gradient-faded-warning {
    background-image: radial-gradient(370px circle at 80% 50%,rgba(251,140,0,.6) 0,rgb(200,111.5537848606,0) 100%)
}

.bg-gradient-faded-danger {
    background-image: radial-gradient(370px circle at 80% 50%,rgba(244,67,53,.6) 0,rgb(233.2957746479,28.8732394366,12.7042253521) 100%)
}

.bg-gradient-faded-light {
    background-image: radial-gradient(370px circle at 80% 50%,hsla(0,0%,90%,.6) 0,rgb(203.5,203.5,203.5) 100%)
}

.bg-gradient-faded-dark {
    background-image: radial-gradient(370px circle at 80% 50%,rgba(38,38,38,.6) 0,rgb(12.5,12.5,12.5) 100%)
}

.bg-gradient-faded-white {
    background-image: radial-gradient(370px circle at 80% 50%,hsla(0,0%,100%,.6) 0,rgb(229.5,229.5,229.5) 100%)
}

.bg-gradient-faded-dark-blue {
    background-image: radial-gradient(370px circle at 80% 50%,rgba(26,35,126,.6) 0,rgb(17.2763157895,23.2565789474,83.7236842105) 100%)
}

.bg-gradient-faded-primary-vertical {
    background-image: radial-gradient(200px circle at 50% 70%,rgba(233,30,99,.3) 0,#e91e63 100%)
}

.bg-gradient-faded-secondary-vertical {
    background-image: radial-gradient(200px circle at 50% 70%,hsla(0,0%,45%,.3) 0,#737373 100%)
}

.bg-gradient-faded-success-vertical {
    background-image: radial-gradient(200px circle at 50% 70%,rgba(76,175,80,.3) 0,#4caf50 100%)
}

.bg-gradient-faded-info-vertical {
    background-image: radial-gradient(200px circle at 50% 70%,rgba(26,115,232,.3) 0,#1a73e8 100%)
}

.bg-gradient-faded-warning-vertical {
    background-image: radial-gradient(200px circle at 50% 70%,rgba(251,140,0,.3) 0,#fb8c00 100%)
}

.bg-gradient-faded-danger-vertical {
    background-image: radial-gradient(200px circle at 50% 70%,rgba(244,67,53,.3) 0,#f44335 100%)
}

.bg-gradient-faded-light-vertical {
    background-image: radial-gradient(200px circle at 50% 70%,hsla(0,0%,90%,.3) 0,#e5e5e5 100%)
}

.bg-gradient-faded-dark-vertical {
    background-image: radial-gradient(200px circle at 50% 70%,rgba(38,38,38,.3) 0,#262626 100%)
}

.bg-gradient-faded-white-vertical {
    background-image: radial-gradient(200px circle at 50% 70%,hsla(0,0%,100%,.3) 0,#fff 100%)
}

.bg-gradient-faded-dark-blue-vertical {
    background-image: radial-gradient(200px circle at 50% 70%,rgba(26,35,126,.3) 0,#1a237e 100%)
}
