/*To change this license header, choose License Headers in Project Properties.To change this template file, choose Tools | Templatesand open the template in the editor.*//* Created on : Apr 15, 2020, 11:58:31 AMAuthor : Ihsan Bagus*/

.siteplan-responsive {
    height: 100vh;
    height: calc(var(--vh,1vh) * 100);
}

@media (max-width : 1024px){
    .siteplan-responsive {
        height: 40vh;
        height: calc(var(--vh,1vh) * 40);
    }
}

@media (max-width : 767px){
    .siteplan-responsive {
        height: 60vh;
        height: calc(var(--vh,1vh) * 60);
    }
}

@media (max-width : 450px){
    .siteplan-responsive {
        height: 35vh;
        height: calc(var(--vh,1vh) * 35);
    }
}

@media (max-width : 376px){
    .siteplan-responsive {
        height: 30vh;
        height: calc(var(--vh,1vh) * 30);
    }
}

b {
    flex: 1;
    height: 2px;
    background-color: #c9ced6;
}

.img-container {
    position: relative;
    text-align: center;
    color: white;
}

.bottom-center {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom.modal {
    z-index: 999999;
}

.custom.modal .modal-dialog {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 100px 20px;
}

@media only screen and (min-width: 600px) {
    .custom.modal .modal-dialog {
        width: 40%;
    }
}

.modal-body.custom-background {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
    height: 300px;
    overflow: auto;
}

.modal-body.custom-background::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}

.myBtn {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    font-size: 0;
    border: none;
    outline: none;
    background-color: #111111;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
}

.myBtn:hover {
    background-color: #fff000;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.border-25 {
    border-radius: 25px !important;
}

.border-15 {
    border-radius: 15px !important;
}

@media (min-width: 768px) {
    .w-22 {
        width: 22% !important;
    }
}

.w-10 {
    width: 10% !important;
}

#myTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 60px; /* Place the button at the bottom of the page */
    left: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #008a0b; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px 15px;
    border-radius: 50%; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myTop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.hr-line {
    display: block;
    height: 0;
    width: 15%;
    border: 2px solid #ccc;
    padding: 0;
    border-radius: 10%;
}

.image {
    position: relative;
}

.image img {
    width: 100%;
    vertical-align: top; /* height: 80vh; */
}

.image:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.carousel-caption {
    bottom: 30% !important;
}

@font-face {
    font-family: 'dearJoe 5 CASUAL PRO Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/themify/dearJoe5CASUAL-P.woff') format('woff');
}

.brand-heading-custom {
    font-family: 'dearJoe 5 CASUAL PRO Regular';
    font-weight: normal;
    font-size: 27px !important;
}

.brand-heading-blok {
    font-size: 2rem !important;
}

.img-fluid-custom {
    width: 55% !important
}

.img-fluid-blok-icon {
    width: 40% !important
}

.nav-link{
    font-size: 14px;
}



@media (min-width: 413px) {
    .brand-heading-custom {
        font-size: 31px !important;
    }

    .brand-heading-blok {
        font-size: 3rem !important;
    }
}

@media (min-width: 768px) {

    .nav-link{
        font-size: 1rem;
    }

    .img-fluid-blok-icon {
        width: 30% !important
    }

    .brand-heading-custom {
        font-size: 60px !important;
    }

    .img-fluid-custom {
        width: 50% !important
    }

    .brand-heading-blok {
        font-size: 3rem !important;
    }
}

.nav-item {
    font-family: Poppins, sans-serif;
    font-weight: 400;
}

.desc-button {
    font-size: 1.075rem !important;
    line-height: 22px;
}