/* Custom Styles */
.portfolio-wrap{
    display: block;
    /* height: 100%; */
}

#scrolling-banner{
    padding: 0;
}
.carousel-item img{
    height: 50%;
}

.carousel.slide.mobile{
    display: block;
}
.carousel.slide.desktop{
    display: none;
}

@media only screen and (min-width:521px){
    .carousel.slide.desktop{
        display: block;
    }
    .carousel.slide.mobile{
        display: none;
    }
}

@font-face {
    font-family: 'MyWebFont';
    src: url('myfont.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
         url('myfont.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 

.nav-logo{
    height: 26px;
    margin: 8px !important;
}
.carousel-item h3{
    position:relative;
    top: -380px;
    height: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0.1em;
}
.carousel-item .text-1{
    color: #fff;
}
.carousel-item .text-2{
    color: #fff;
    /* color: #0180b1; */
}
.carousel-item .text-3{
    color: #000;
}
.about{
    text-align: center;
}
.mb-30{
    margin-bottom: 40px !important;
}
.pointer{
    cursor: pointer;
}
.modal-body{
    text-align: center;
}
.modal-content{
    background-color: #000;
    box-shadow: 0px 0px 600px rgb(0, 0, 0);
}
.close{
    color: #f0f0f0;
    opacity: 0.9;
}
.close:hover{
    color: #fff;
    opacity: 1;
}

.top-bar{
    justify-content: space-between;
    font-size: small;
    padding-left: 23px;
    padding-right: 26px;
}
.top-bar a{
    color: #aeaeae;
}

.brochure-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 0 20px rgb(62, 62, 62);
    padding: 32px;
}
.download-brochure-btn{
    border: 0;
    padding: 8px 16px;
    background-color: #b6b6b6;
    border-radius: 4px;
}
.download-brochure-btn:hover{
    background-color: #f8f8f8;
    color: #181818;
}

/* Responsive fix */
@media screen and (max-width:572px){
    .bx-receipt,
    .bx-cube-alt{
        display: none;
    }
    .about .content .icon-box h4 {
        margin: 5px;
    }

    .about .content .icon-box p {
        margin-left: 6px;
    }
}

/* Responsive fix */
@media screen and (max-width:572px){
    .top-bar{
        display: none !important;
    }
}

/* Detail Page  */
.detail-wrap{
    background-color: #000;
}
.detail-container{
    padding-top: 20px;
    padding-bottom: 20px;
}
.detail-img-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid grey;
}
.detail-table-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}


.detail-img{
    width: 400px;
    border-radius: 24px;
    margin: 24px;
}
@media screen and (max-width:768px){
    .detail-img{
        width: 200px;
        border-radius: 14px;
        margin: 14px;
    }
}
.circle{
    width: 18px;
    height: 18px;
    margin-right: 4px;
    border-radius: 50%;
    display: inline-block;
}
.bg-red{
    background-color: red;
}
.bg-green{
    background-color: green;
}