
/* import fonts */

@import url('./fonts.css');

/* css variables */

@import url('./partials/_variables.css');

html, body{
    scroll-behavior: smooth;
    overflow-x: hidden!important;
}

.drag-target{
    display: none;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color)!important; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* start navigation */
.min-photo{
    display: none;
}

.custom-container{
    z-index: 0;
}

.custom-container .title{
    color: #231f20;
    font-family: Montserrat;
    font-size: 7.5rem;
    font-weight: 700;
    line-height: 162.11px;
}

.custom-container .under-title{
    color: #231f20;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 72px;
    text-transform: uppercase;
}

.custom-container .under-title span{
    font-weight: 700;
}

.custom-container .under-title::after{
    content: " ";
    display: block;
    height: 8px;
    width: 223px;
    background-color: var(--primary-color);
}

.custom-container .text-mx-auto::after{
    margin: 0 auto;
}

header .nav .navbar{
    box-shadow: none;
}

.custom-container .img-in-background{
    position: absolute;
    right: -70px;
    top: 0;
    margin-top: -40px;
}

.img-in-background > img{
    max-width: 600px;
}

.custom-container .img-in-background-2{
    position: absolute;
    right: 20px;
    top: 0;
}

.custom-btn:hover{
    background-color: var(--primary-color);
    transition: all 0.5s;
}

.custom-btn{
    transition: all 0.5s;
    background-color: white;
}

.col-text{
    color: #231f20;
    font-family: Montserrat;
    font-size: 1.125rem;
    font-weight: 400;
}

header .nav-item{
    color: #231f20;
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 400;
    line-height: 34.44px;
    text-transform: uppercase;
    letter-spacing: 1.05px;
}

header .nav-item.active > .nav-link{
    background-color: var(--primary-color)!important;
}

.col-images img{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.img-box{
    background-image: url('../img/png/background_images/1.png');
    height: 805px;
    width: 612px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -400px;
    z-index: 0;
    top: 0;
}

.img-box-2{
    background-image: url('../img/png/background_images/4.png');
    width: 612px;
    height: 805px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -500px;
    z-index: -1;
    top: -100px;
}

.img-box-3{
    background-image: url('../img/png/background_images/5.png');
    width: 412px;
    height: 405px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -300px;
    bottom: -200px;
}

.img-box-4{
    background-image: url('../img/png/background_images/5.png');
    width: 412px;
    height: 405px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -300px;
    bottom: -200px;
}

.img-box-5{
    background-image: url('../img/png/background_images/2.png');
    width: 518px;
    height: 805px;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    left: -700px;
    top: 50%;
    z-index: -1;
}

.img-box-rside{
    background-image: url('../img/png/background_images/2.png');
    width: 518px;
    height: 805px;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    right: -300px;
    top: -200px;
}

.img-box-rside-2{
    background-image: url('../img/png/background_images/3.png');
    width: 258px;
    height: 405px;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: -200px;
    top: -100px;
}

.img-box-rside-3{
    background-image: url('../img/png/background_images/3.png');
    width: 518px;
    height: 805px;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: -200px;
    z-index: -1;
    top: 0;
}

.img-box-rside-4{
    background-image: url('../img/png/background_images/2.png');
    width: 518px;
    height: 805px;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: -500px;
    z-index: -1;
    top: -100px;
}

.carousel-inner .item{
    background-image: url('../img/png/slider/3-layers.png');
    background-repeat: no-repeat;
    height: 403px;
    position: relative;
    max-width: 1670px;
    width: 100%;
    font-size: 0.8rem;
}

.gray-circle{
    width: 249px;
    height: 249px;
    border-radius: 50%;
    background-color: #fafafa;
}

.custom-text-1{
    color: #000000;
    font-family: Montserrat;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
}

.custom-text-2{
    font-family: Montserrat;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 36.76px;
}

.custom-btn-2{
    background-color: #000000;
    color: white;
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 500;
    line-height: 48.75px;
    text-transform: uppercase;
    width: 158px;
    height: 41px;
    background-color: #121212;
    padding: 0;
}

.custom-btn-2:hover{
    color: white;
}

.custom-text-3{
    width: 811px;
    color: #231f20;
    font-family: Montserrat;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
}

footer{
    background-color: #111111;
    color: #ffffff;
}

footer .under-title{
    color: #ffffff;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 72px;
    text-transform: uppercase;
}

footer .under-title span{
    font-weight: 700;
}

footer .under-title::after{
    content: " ";
    display: block;
    height: 8px;
    width: 223px;
    background-color: var(--primary-color);
    margin: 0 auto;
}

footer .custom-col{
    width: 289px;
    height: 168px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 0.8rem;
    font-weight: 400;
}

.custom-col-title{
    font-size: 1.1rem;
}

.custom-btn-3{
    width: 158px;
    height: 49px;
    background-color: var(--primary-color);
    color: #000000!important;
    font-family: Montserrat;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    padding-top: 0;
}

.md-form input[type=text]:not(.browser-default):focus:not([readonly]){
    border-bottom: 1px solid var(--primary-color);
    box-shadow: 0 1px 0 0 var(--primary-color);
}

.md-form input[type=text]:not(.browser-default):focus:not([readonly])+label{
    color: var(--primary-color);
}

.btn-floating{
    background-color: transparent!important;
    box-shadow: none;
}

.btn-floating:hover{
    box-shadow: none;
}

.custom-text-4{
    color: #231f20;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.carousel .carousel-indicators li{
    width: 2rem;
    height: 2rem;
    border: 1px solid black;
    border-bottom: 1px solid black;
}

.carousel .carousel-indicators li.active{
    background-color: var(--primary-color);
}

.carousel-inner .item img{
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

footer a{
    color: #ffffff;
}

footer a:hover{
    color: var(--primary-color);
}

.custom-text-5{
    color: #231f20;
    font-family: Montserrat;
    font-size: 0.8rem;
    font-weight: 400;
}

.name-branch{
    color: #231f20;
    font-family: Montserrat;
    font-size: 0.9rem;
    font-weight: 700;
}

.under-name-branch{
    font-size: 1.5rem;
}

.img-in-background-3{
    position: absolute;
    bottom: 80px;
    left: -50px;
}

.owl-stage .item{
    max-width: 100px;
    margin: 0 auto;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.owl-item{
    padding: 10px;
}


footer{
    font-size: 1.5rem;
}

.custom-text-6{
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 36px;
}

.col-text{
    font-size: 0.8rem;
}

.custom-text-7{
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 24px;
}

a{
    color: inherit;
}

#slide-out a:hover{
    opacity: 0.7;
    color: inherit;
}

#slide-out{
    background-color: white;
    text-align: center;
}

.btn-floating i{
    color: black!important;
}

.owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 60px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: inherit!important;
    color: inherit!important;
    text-decoration: none;
}

.carousel-inner{
    overflow: inherit!important;
}

.carousel-control-next,
.carousel-control-prev{
    font-size: 48px;
}

.form-check-input[type=checkbox]:checked+label:before, label.btn input[type=checkbox]:checked+label:before{
    border-right-color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}

.form-box{
    font-size: 0.9rem;
}

.carousel-right-img{
    max-width: 700px;
}

.custom-text-8{
    font-size: 1rem;
}

.team__box-name{
    color: #000000;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 28.14px;
}

.team__box-under-name{
    font-weight: 500;
    text-transform: uppercase;
}

.team__box-text::after{
    display: block;
    content: " ";
    width: 50px;
    height: 4px;
    background-color: #fff200;
    margin: 0 auto;
    margin-top: 1.5rem;
}

.results__box-content{
    text-align: center;
    padding-top: 1rem;
}

.results__box-number{
    color: #fff200;
    font-family: Montserrat;
    font-size: 53px;
    font-weight: 700;
    line-height: 106.17px;
}

.results__box-text{
    color: #231f20;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 24.05px;
    text-transform: uppercase;
}

.results__box-img{
    max-height: 93px;
}

.results__box-right{
    max-width: 291px;
}

.results__box-right::after{
    width: 21px;
    height: 128px;
    background-color: #f5f5f5;
    display: block;
    content: " ";
    position: absolute;
    right: 0;
    margin-left: 1rem;
}

.background-yellow::after{
    background-color: #fff200;
}

.results__box-right-price{
    color: #231f20;
    font-family: Montserrat;
    font-size: 33px;
    font-weight: 700;
    line-height: 38.73px;
}

.results__box-right-text{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-form{
    max-width: 462.5px;
    margin: 0 auto;
}

.form-check{
    max-width: 462.5px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.custom__container-img{
    width: 80%;
    height: auto!important;
}

.box-logo{
    height: 180px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 1200px){
    .min-photo{
        display: block!important;
    }
    .reverse{
        flex-direction: column-reverse;
    }
    
    .img-in-background{
        display: none;
    }
    
    footer{
        height: auto;
    }


    .custom-container .title{
        font-size: 130px;
    }

    }
    
    @media(max-width: 992px){
        .drag-target{
            display: block;
        }
        .carousel-indicators{
            right: 0!important;
            bottom: -100px;
        }
        .custom-container .title{
            font-size: 90px;
        }
        body{
            font-size: 0.75rem!important;
        }
        footer{
            font-size: 0.75rem!important;
        }
        .img-in-background-3{
            display: none;
        }
        .img-in-background-2{
            display: none;
        }
        .img-box{
            left: -500px;
        }         
        .custom-text-6{
            font-size: 1.4rem;
        }
        .carousel-control-next,
        .carousel-control-prev{
            top: inherit!important;
            bottom: -60px;
            transform: inherit!important;
        }
        .center{
            text-align: center;
        }
        .results__box-right-col{
            align-items: flex-start!important;
        }
        .results__box-right{
            align-items: flex-start!important;
        }
        .results__box-right-text{
            text-align: left!important;
        }
        .results__box-right::after{
            height: 40%;
        }
        .form-box{
            max-width: 462.5px;
            margin: 0 auto;
        }
        .custom__container-img{
            width: 65%;
        }
        .carousel-inner .item{
            height: auto;
            flex-direction: column;
        }
        .carousel-inner .item img{
            position: inherit; 
            bottom: 0;
            right: 0;
            transform: inherit;
        }
        .carousel-right-img{
            max-width: 100%;
        }
    }
    
    @media(max-width: 768px){
        .column{
            flex-direction: column;
        }
        .carousel-indicators{
            right: 0!important;
            bottom: -150px;
        }
        .custom-container .under-title {
            font-size: 1.3rem;
        }
        .custom-container .title{
            font-size: 60px;
        }
        .custom-container input[type="button"]{
            width: 99%;
            margin: 0 auto;
            display: block;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .carousel-indicators{
            display: none;
        }


    }
    
    @media(max-width: 600px){
        .start{
            justify-content: flex-start!important;
        }
        .carousel-indicators{
            right: 0!important;
            bottom: -250px;
        }

        .custom-container .title{
            font-size: 40px;

        }
        .custom-container .under-title {
            font-size: 1.5rem;
            line-height: 30px;
        }
        .head .under-title{
            font-size: 1rem;
        }
        .brand-logo{
            max-width: 200px;
        }
        .baner-box{
            padding-top: 0!important;
        }
        .navbar {
            padding-top: 0!important;
            margin-top: -5px;
        }
    }

     @media(max-width: 400px){
        .nav-box{
            padding-right: 0px!important;
        }
     }
    
    
    @media(min-width: 992px) {
        #slide-out{
            display: none;
        }
    }

    @media(max-width: 1551px){
                
        .custom-container .img-in-background > img{
            max-width: 600px;
        }
    }