@font-face{
	font-family: Sora;
	src: url(../fonts/Sora/Sora-VariableFont_wght.ttf);
}

@font-face{
	font-family: Inter;
	src: url(../fonts/Inter/Inter-VariableFont_slnt,wght.ttf);
}

body{
    color: #999;
    font-family: Sora !important; 
}

.nav{
    background-color: #fff;
}

.nav-item{
    border-right: 1px solid #ccc;
}
.nav-link{
    text-transform: uppercase;
    padding-left: 75px !important;
    padding-right: 75px !important;
    font-size: 18px;
}

.active{
    color: #d3883f !important;
}

.no-border{
    border: none;
}

.dropdown-menu{
    --bs-dropdown-min-width: 5rem;
}

.language-selected{
    margin-top: -5px;
}

.language-icon{
    width: 25px;
}

#cat-button-nav{
    font-size: 12px !important;
    padding: 12px 30px !important;
}

#hero{
    font-family: Sora;
    /* background: url(../img/hero.png);
    background-size: cover; */
    color: #fff;
}

#hero-gradient{
    background-image: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.5) 47%, rgba(255,255,255,1) 100%);
}

#hero-background{
    background: url(../img/hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -10;
}

#hero{
    background-image: url(../img/mini-logo.png);
    background-repeat: no-repeat;
    z-index: 10;
    background-position: center;
}

#hero-content{
    padding: 10vh;
}

#hero-title{
    padding-left: 1vw;
    text-align: left;
    font-size: 4em;
    font-weight: 700;
    line-height: 65px;
    color: #0C1C2E;
    margin-bottom: 20px;
}

#hero-subtitle{
    padding-left: 1vw;
    text-align: left;
    color: #0C1C2E;
    font-size: 2em;
}

#hero-cat{
    padding-left: 1vw;
    margin: 40px auto;
}

.cat-button{
    text-decoration: none;
    background-color: #d3883f;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-family: Sora;
    border-radius: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 12px 20px;
    text-align: center;
}

#selector{
    margin-top: 7vh;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.selector{
    text-decoration: none;
}

.selector-banner:hover > .selector-bottom{
    background-color: #D3883E;
    transition: background-color .5s;
}

.selector-banner:hover > .selector-shadow{
    background-color: rgba(0, 0, 0, 0) !important;
    transition: background-color .5s;
}

.selector-banner{
    position: relative;
}

.selector-shadow{
    background-color: rgba(0, 0, 0, 0.5) !important;
    height: 550px;
}

.selector-title{
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    transform: rotate(-90deg);
    position: absolute;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right;
    left: 50px; 
    top: 0;
}

#selector-mty{
    background: url(../img/mty.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

#selector-tlc{
    background: url(../img/tlc.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

#selector-mtto{
    background: url(../img/mtto.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
}

.selector-bottom{
    background-color: #0C1C2E;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 3vh 0;
    position: relative;
}

.section-title{
    z-index: 10;
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #d3883f;
    padding: 150px 0;
    z-index: 100;
}

.background-text{
    color: rgba(0,0,0,0.05);
    margin-top: -6vw;
    font-size: 5vw;
    text-align: center;
    z-index: -100;
    letter-spacing: 20px;
}

.bgtext { 
    position: relative; 
} 

.bgtext:after { 
    margin: 3rem; 
    content: "Background text"; 
    position: absolute; 
    transform: rotate(300deg); 
    -webkit-transform: rotate(300deg); 
    color: red;
    top: 0; 
    left: 0; 
    z-index: -1; 
} 

.section-subtitle{
    color: #0C1C2E;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.service{
    padding-top: 100px;
}

.secondary-bg{
    background-color: rgba(247, 247, 247, 1);
}

.service-content{
    margin-bottom: 100px;
}

.service-text{
    padding-left: 50px;
}

.service-cost{
    font-weight: 700;
    font-size: 60px;
    color: #000;
    margin-top: 30px;
}

.service-disclaimer{
    margin-bottom: 50px;
    font-size: 14px;
}

#testimonials{
    margin-bottom: 50px;
}

#slider{
    margin-bottom: 150px;
}

.swiper {
    /* width: 75vw; */
    height: 35vh;
}

.swiper-button-prev::after{
    color: #D3883E
}

.swiper-button-next::after{
    color: #D3883E;
}

.swiper-pagination-bullet-active{
    background: #222 !important;
}

.slider-text{
    padding-left: 75px;
    padding-right: 75px;
    color: #666;
    font-size: 17px;
    text-align: justify;
}

.slider-company{
    color: #000;
    margin-top: 30px;
    padding-left: 75px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.slider-name{
    padding-left: 75px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

#banner{
    color: #fff;
    padding: 50px;
}

#banner-content{
    background-color: #D3883E;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#banner-title{
    padding-left: 100px;
    padding-top: 6vh;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 30px;
}

#banner-text{
    padding-left: 100px;
    font-weight: 600;
    padding-bottom: 6vh;
}

footer{
    margin-top: -200px;
    background-image: url(../img/footer.png);
    padding-top: 500px;
}

#disclaimer{
    background-color: #0d2533;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

#fbo-hero-mty{
    background: url(../img/mty.jpeg);
    background-size: cover;
    background-position: center;
}

#fbo-hero-tlc{
    background: url(../img/tlc.jpeg);
    background-size: cover;
    background-position: center;
}

#fbo-hero-mtto{
    background: url(../img/hero.png);
    background-size: cover;
    background-position: center;
}

#fbo-hero-mask{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
}

.fbo-hero-container{
    margin-left: 70px !important;
}

.fbo-hero-title{
    padding-top: 15vh;
    color: #0C1C2E;
    font-size: 3rem;
    font-weight: 800;
}

.fbo-hero-subtitle{
    color: #0C1C2E;
}

.fbo-hero-button{
    margin-top: 50px;
    width: 300px;
}

.fbo-hero-text{
    margin-top: 15vh;
    margin-bottom: 15vh;
    font-family: Sora;
}

#fbo-services{
    margin-top: 10vh;
}

#fbo-services-second{
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.pattern-background{
    background-image: url(../img/diagram.png);
    background-size: auto;
    background-position: right;
    background-repeat: no-repeat;
}

.fbo-services-title{
    font-size: 2rem;
    color: #0d2533;
    font-weight: 600;
    margin-bottom: 50px;
}

.custom-list {
    list-style-image: url(../img/list.png);
}

#map{
    height: 70vh;
}

#contact{
    color: #fff;
}

#contact-info{
    padding: 100px;
}

#contact-left{
    background-color: #0d2533;
}

.contact-title{
    font-size: 2rem;
    font-weight: 600;
    border-left: 5px #D3883E solid;
    padding-left: 20px;
    margin-bottom: 20px;
}

.contact-text{
    margin-bottom: 30px;
    padding-left: 30px;
}
