/* 
    white full one page 
*/
a{cursor: pointer;}

/* init root */
:root
{
    --bs-primary: #015CF3;
    --bs-link-color: #015CF3;
    --bs-primary-rgb: 1, 92, 243;
}

/* logo */
.navbar-brand-logo{height:41px;}

/* navigation */
.mariathebest-theme .nav-link.active{color: var(--bs-primary)!important;font-weight: bold;}
.mariathebest-theme.white .nav-link.active{color: #ffffff!important;font-weight: bold;}

/* theme */
.mariathebest-theme.white a{color: #ffffff!important;}
.mariathebest-theme.white{color: #ffffff!important;}
.mariathebest-theme.white h2{color: #ffffff!important;}
.mariathebest-theme.white .dropdown-item{color: var(--bs-primary)!important;}
.mariathebest-theme.white a:hover{color: var(--bs-primary)!important;}

.mariathebest-theme .footer{position:relative}
.mariathebest-theme.white .footer{position:absolute}

@media (max-width: 767.98px)
{
    .mariathebest-theme.white .bg-white .nav-link{color: var(--bs-dark)!important;}
    .mariathebest-theme.white .bg-white .nav-link:hover{color: var(--bs-primary)!important;}
}

/* video cover */
.mariathebest-bg-cover{position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.mariathebest-bg-cover{background-image: url(/mariakotliarova.com/assets/mariathebest/images/main/1.jpg);}

@media (max-width: 575.98px)
{
    .mariathebest-bg-cover{background-image: url(/mariakotliarova.com/assets/mariathebest/images/main/1_device.jpg);}
}

/* video */
.mariathebest-bg-video{position: absolute;top: 0;bottom: 0;left: 0;right: 0;overflow: hidden;}
.mariathebest-bg-video-media {position: absolute;top: 50%;left: 50%;min-width: 100%;min-height: 100%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
@supports not (-ms-ime-align:auto){@supports ((-o-object-fit:cover) or (object-fit:cover)){.mariathebest-bg-video-media{top:0;left:0;width:100%;height:100%;min-width:none;min-height:none;-o-object-fit:cover;object-fit:cover;-webkit-transform:none;transform:none}}}

/* overlay */
.mariathebest-bg-overlay{position: absolute;top: 0;bottom: 0;left: 0;right: 0;}
.mariathebest-bg-overlay:before{content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color: #212529;opacity: .55;}

/* small line */
.mariathebest-theme.white .navbar-light > .container-lg:after{content: '';position: absolute;bottom: -1.25rem;left: 0;right: 0;border-top: 1px solid rgba(255, 255, 255, .1);}

/* menu separator */
.mariathebest-theme.white .list-separator .list-inline-item:not(:last-child)::after{opacity: 1;color: #ffffff;}

/* 
    Section 
*/

.main-height-offset{height: calc(100vh - 4.5rem);}
.section{position: relative;}
.section-top {padding-top: calc(7.5rem + 5.8125rem);}

/* 
    Devices 
*/

@media (min-width: 1400px)
{
    .container-lg
    {
        max-width: 1140px;
    }
}

/* custom */
.w-lg-65 {width: 65% !important;}
.accordion{font-size: 1rem;}
.accordion a{font-size: 1.2rem;}
.accordion-lg .accordion-button {
    font-size: 1.125rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}