/*
Theme Name: Bloom - Child
Version: 58712
Description: A child theme of DMM by Almina
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");

/* general */

* {
    box-sizing: border-box;
}

#page {
    padding: 0px;
}

a.btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000 !important;
}
.igfeed{padding:60px 0;}
/* BannerWelcome */
.home .header-spacer {
    display: none;
}

.main-head-wrap {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
}

html .video_holder {
    height: 100vh;
    position: relative;
}

html .video_holder:before {
    content: "";
    position: absolute;
    background: #000;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
}

.carousel-caption * {
    color: #fff;
}

.mobile_cta_buttons.hide-d.mobile-btn {
    display: none;
}

header#site-header {
	z-index:100;
}

div#regular-header {
    display: none;
}

div#secondary-navigation {
    float: none !important;
   /* display: flex;*/
    align-items: center;
    justify-content: space-between;
}

a#pull, a#pull + div {
    display: none;
}

@media (min-width: 865px) {
    nav.navigation.clearfix.mobile-menu-wrapper {
        float: none;
        width: auto;
    }
}

div#header {
    background: transparent;
}
.menu-rigjt > a {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    flex-wrap: wrap;
    margin-left: 20px;
}

/*.menu-rigjt {
    display: flex;
}*/

.menu-btn span {
    background-color: #fff;
    height: 2px;
    margin-bottom: 7px;
    display: block;
    width: 70%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu-btn span:last-of-type {
    margin: 0px;
}
.menu-btn {
    display: inline-block;
    width: 40px;
    float: right;
}

a.button.menu-btn.w-inline-block {
    flex-direction: column;
    position: relative;
}
#secondary-navigation a {
    padding: 10px 15px;
    !i;!;
}
.menu-glass {
    z-index: 99;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 150px 20px 20px;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.menu-glass {
    display: block;
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    display: none;
    opacity: 0;
    background: #000000b5;
}

.new-list ul {
    list-style: none;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.new-list a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: background-color .2s, color .2s;
    display: block;
}

.new-list li {
    margin-bottom: 10px;
}

html .menu-item-has-children > a:after {
    display: none;
}

.new-list a:hover {
    background: var(--pColor);
}

.new-list ul.sub-menu {
    display: none;
}

span.main-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

span.expand-me {
    cursor: pointer;
}

ul.sub-menu li a {
    text-align: center;
}

ul.sub-menu {
    background: #00000038;
    border-radius: 12px;
}
ul.sub-menu.wda-long-menu {
    background: transparent !important;
}

ul.sub-menu a {
    font-size: 16px;
}

ul.sub-menu a:before {
    display: none !important;
}

.sub-menu .current_page_item:before {
    display: none !Important;
}
ul.sub-menu li {
    margin-bottom: 0px;
}

.new-list ul a:hover {
    color: #fff;
}

i.fa.fa-plus.fa-minus:before {
    content: "\f068";
}

a#menu-dmm.active-menu span:nth-child(2) {
    transform: rotate(45deg);
}

a#menu-dmm.active-menu span:nth-child(3) {
    transform: rotate(-45deg);
    opacity: 1;
}

a#menu-dmm.active-menu span:nth-child(4),
a#menu-dmm.active-menu span:nth-child(1) {
    opacity: 0;
}

.new-list > ul {
    margin: 0px;
}

div#header .container-wide {
    max-width: 1920px;
    padding: 0px 15px;
}

#logo img {
    float: none;
    display: block;
    filter: brightness(0) invert(1);
    max-width: 250px;
}

#header .logo-wrap {
    padding: 0px;
    float: none;
    overflow: visible;
}

.main-head-wrap.header_fixed {
    background: var(--sColor);
}
@media (max-width: 880px) {
	.new-list li {
		margin: 0px;
	}
	div#header {
    background: #000;
}
.regular_header #secondary-navigation .dm-third:nth-child(1){display:none;}
.main-head-wrap{position:relative;}
}

.menu-btn span:nth-child(3) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
    opacity: 0;
}

nav.new-menu {
    position: relative;
    top: -50px;
}
#header .logo-wrap #logo {
    float: none;
    display: flex;
    margin: 0px;
    align-items: center;
    justify-content: center;
}

#header .logo-wrap a {
    padding: 25px 0px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: Playfair Display;
    font-size: 25px;
}
.regular_header #secondary-navigation .social-icons a {
    font-size: 26px;
    border: 2px solid #fff;
    border-radius: 15px;
}
.main-head-wrap.header_fixed #logo a {
    padding: 15px 0px;
}

.container-wide {
    max-width: 1500px;
    padding: 0px 15px;
    position: relative;
    margin: 0px auto;
}

section.bloom-welcome {
    position: relative;
    padding: 8vh 0px;
    /*background-image: url(/wp-content/uploads/2025/03/13381541_1609.m00.i125.n001.S.c12.198623492-Topographic-contour-lines-vector-map-seamless-pattern-scaled.jpg);*/
    background-size: 50%;
    background-position: 50% 50%;
}

section.bloom-welcome .dm-half:nth-child(2) {
    padding: 60px 20px 150px clamp(20px, 6vw, 110px);
}

section.bloom-welcome .dm-flex {
    align-items: inherit;
}

section.bloom-welcome .dm-half:nth-child(1) img {
    min-height: 550px;
    object-fit: cover;
    height: 100% !important;
    display: block;
}

.bloom-image {
    height: 100%;
    width: 100%;
}

.hovering-bloom {
    bottom: 0px;
    right: -100px;
    margin: 0px auto;
    max-width: 550px;
    border: 45px solid #fff;
    z-index: 3;
    margin-top: -115px;
    position: relative;
}

.dm-contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-contact .btn {
    font-size: 13px !important;
    text-align: center;
    display: block !important;
}

.dm-contact .btn {
    max-width: 200px;
    line-height: 1;
    display: block !important;
    text-align: center !important;
}

.dm-contact p {
    margin: 0px;
}

.carousel-caption h2 strong {
    display: block;
}

.carousel-caption h2 {
    line-height: 1.2;
    margin-bottom: 30px;
}

section.bloom-welcome h2 {
    font-size: 40px;
    color: #000;
    border-bottom: 2px solid var(--sColor);
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.scroll-down {
    position: absolute;
    bottom: 0px;
    text-align: center;
    z-index: 1;
    width: 100%;
    color: #fff;
}

.hide-las {
    position: relative;
}

span.block {
    display: block;
    line-height: 1;
    font-family: 'Playfair Display';
    font-size: 23px;
}

.scroll-down p {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1;
}

section.bloom-big-boxes .dm-third {
    flex: 1 1 calc(33.33% - 30px);
    margin: 0px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(300px, 28.5vw, 540px) 20px clamp(100px, 7vw, 130px);
    position: relative;
}

.dm-blog-image {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
}

section.bloom-big-boxes > div {
    max-width: 1920px;
}

section.bloom-big-boxes .dm-third:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(125 125 125 / 0%) 51%, rgba(0, 0, 0, 1) 100%);
}

section.bloom-big-boxes h3,section.bloom-big-boxes a {
    position: relative;
    color: #fff;
    z-index: 1;
}

section.bloom-big-boxes h3 {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0px 0px 30px;
}

section.bloom-big-boxes a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

section.bloom-big-boxes a:after {
    content: "";
    height: 2px;
    background: #fff;
    display: block;
    width: 65px;
    margin: 0px auto;
}

section.split-section > div {
    max-width: 1920px;
}

section.bloom-big-boxes {
    margin-bottom: 30px;
}

.section-icon {
    width: 160px;
    height: 160px;
    margin: -80px auto;
    background: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-icon:before {
    height: 120px;
    width: 120px;
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    background: var(--pColor);
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.section-icon img {
    max-width: 80px;
    filter: brightness(0) invert(1);
}

section.split-section {
}

section.classy-testimonials {
    padding: 150px 0px;
    background-attachment: fixed;
    background-size: 50%;
    position: relative;
}

section.split-section .dm-half:nth-child(1) p {
    margin: 0px;
}

section.split-section .dm-half:nth-child(1) img {
    max-height: 850px !important;
    width: 100%;
    object-fit: cover;
    object-position: 50% 20%;
    height: 100% !important;
}

section.split-section .dm-flex {
    align-items: inherit;
}

section.split-section .dm-half:nth-child(2) {
    padding: clamp(80px, 6vw, 100px) 40px clamp(80px, 7vw, 110px) clamp(40px, 9.5vw, 100px);
}

.hovering-contact {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 9;
}

section.classy-testimonials h2 {
    font-size: 45px;
    margin-bottom: 40px;
    display: inline-block;
    border-bottom: 1px solid var(--sColor);
    padding-bottom: 8px;
}

.header-test > span {
    display: block;
    width: 100%;
    font-size: 16px;
    color: var(--sColor) !important;
}

.header-test h4 {
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 31px;
    color: #6e6e6e;
}

.central-test-content {
    padding: 0px 15px;
}

span.slide-star:before {
    opacity: 0 !important;
}

.header-test > span:before {
    color: inherit !important;
}

section.classy-testimonials:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: #fff;
    opacity: 0.9;
}

span.read_more {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--aColor);
}

span.hiddenRest {
    display: none;
    padding-left: 5px;
}

span.read_more:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--pColor);
    position: relative;
    display: block;
    margin: 10px auto 0px;
}

.cta-content {
    position: relative;
    z-index: 4;
    padding: clamp(80px, 18vw, 240px) 20px clamp(80px, 11vw, 205px);
    text-align: center;
}

section.cta-classic {background-size: cover;background-position: 50% 25%;position: relative;}

section.cta-classic:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #000;
    top: 0px;
    left: 0px;
    opacity: 0.4;
}

.cta-content h2 {
    color: #fff;
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 30px;
}

a.lbtn {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.lbtn:after {
    content: "";
    width: 60px;
    left: 0px;
    right: 0px;
    margin: 10px auto 0px;
    display: block;
    background: #fff;
    position: relative;
    height: 2px;
}

footer#site-footer {
    background: transparent;
    margin: 0px;
}

.footerMenu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0px;
    width: 100%;
}

.footerMenu li {
    display: inline-block;
    margin: 0px 20px;
}

.footerMenu li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.dm-full.footer-creds {
    text-align: center;
    padding: 40px 0px;
    background: var(--sColor);
}

.dm-full.footer-creds p {
    margin: 0px;
}

.dm-full.footer-creds * {
    color: #fff;
}

.dm-full.footer-creds a {
    font-weight: bold;
}

footer#site-footer .dm-third:nth-child(4) .social-icons a {
    background: var(--pColor);
    line-height: 30px;
    width: 30px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
}

footer#site-footer .dm-third:nth-child(4) p {
    font-size: 17px;
}

footer#site-footer .dm-third:nth-child(4) a.btn {
    margin-bottom: 10px;
    padding: 5px 25px;
}

footer#site-footer .container {max-width: 1500px !important;width: 100%;}

section.bloom-welcome:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    opacity: 1;
    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgb(255 255 255 / 75%) 100%);
}

.dm-contact .dm-rate-us span {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.dm-contact .dm-rate-us a {
    padding: 0px !important;;
    font-size: 16px !important;;
}

.dm-contact .dm-rate-us {
    padding: 0px 10px;
    margin: 0px;
}

.dm-contact div:nth-child(1) {
    text-align: center;
    padding:0px 10px;
}

.dm-contact div:nth-child(1) p a {
    display: block;
    text-align: center;
    padding: 0px !important;
    text-align: center !important;
    font-size: 22px !important;
}

footer#site-footer  > .container {
    padding: 60px 15px 80px;
}

ul#menu-main-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


html #secondary-navigation {
    height: auto !important;
}

@media (max-width: 1350px) {
    
    .dm-contact > p {
        display: none;
    }
}

@media (min-width:881px) {
    body:not(.home) .header-spacer {
        background: var(--sColor);
    }
}
footer .dm-third h3{font-size:36px;}
.hide-d{display:none;}
.hide-xs{display:block;}
@media (max-width: 880px) {
	.hide-d{display:block;}
/*.hide-xs{display:none;}*/
    html a#pull {
        width: 40px;
        height: 42px;
        font-size: 20px;
        padding: 0px;
        display: flex;
        margin: 0px !important;
        align-items: center;
        justify-content: center;
    }
    
    section.bloom-big-boxes h3,section.bloom-big-boxes a {
        text-align: center;
    }
    
    html a#pull:after {
        top: 0px;
        left: 0px;
        padding: 0px;
        position: relative;
    }
    .dm-contact {
        display: none;
    }
    #header .logo-wrap {
        max-width: 50%;
        text-align: left;
    }
    
    #header .logo-wrap a {
    }
    
    #page.homepage {
        padding: 0px !important;
    }
    
    #header .logo-wrap #logo {
        justify-content: flex-start;
    }
    
    html .video_holder {
        height: 650px;
    }
    
    section.bloom-welcome .dm-half:nth-child(2) {
        padding: 40px;
    }
    
    .hovering-bloom {
        margin-top: 0px;
        width: 100%;
        max-width: 100%;
        right: 0px;
        border-width: 15px;
    }
    
    footer#site-footer .dm-third {
        flex: 1 1 100%;
        text-align: center;
        margin: 20px 0px;
    }
    
    .carousel-caption h2 {
        font-size: 35px;
    }
    
    
    #blog section.bloom-welcome .dm-half:nth-child(1) img {
    min-height: 130px !important;
    height: 250px !important;
}
    
    section.split-section .dm-half:nth-child(2) {
        padding: 40px 15px;
    }
    
    section.classy-testimonials {
        padding: 50px 15px;
    }
    
    .sticks {
        padding: 5px;
        border: 0px;
    }
    
    .footerMenu {
        display: none;
    }
    
    a.sticks + a {
        background: var(--pColor);
    }
    
    .home .dm-half {
        flex: 1 1 100%;
    }
    
    .hovering-bloom {
        display: none;
    }
    
    section.bloom-welcome {
        padding: 60px 0px;
    }
    
    section.bloom-big-boxes .dm-third {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }
    
    .section-icon {
        margin-top: -110px;
    }
    
    .hovering-contact,
    section.split-section + div {
        display: none;
    }
}

html #slider-primary .dm-slide-main {
    max-height: 100%;
}

.dm-slide-main .slide-caption {
    opacity: 0;
}

@media screen and (max-width: 880px) {
	.cta_fixed_button { display: none;}}

.wda-access-toolbar {
	display: none;
}

.main-head-wrap.header_fixed {
	background: #090909 !important;
}

.scroll-down {
	display: none;
}

.cta-content p {
	color: #fff !important;
}

@media screen and (max-width: 880px) 

{
	
	#slider-primary .dm-slide-main {
		height: 70vh !important;
	}
}

section.bloom-big-boxes h3 {
	font-family: 'Playfair Display';
	font-size: 50px;
}

