/*

Theme Name: Milsing
Theme URI: https://drap.hr
Description: Milsing web site theme
Author: Drap d.o.o.
Author URI: https://www.drap.hr
Version: 3.0

*/

.box .style-text h2, .box .style-text h3, .box .style-text h4 { text-wrap: balance; }

.section-subtitle { font-family: "InterTight", sans-serif; text-transform: uppercase; text-wrap: pretty; }

.home-hero .swiper .h2 { font-family: "InterTight", sans-serif; }

.box-col { position: relative; perspective: 1000px; }

.box-init { position: absolute; width: calc(100% - 40px); transform: rotateY(0deg); transition: .3s all linear; cursor: pointer; }
.box-reveal { transform: rotateY(-90deg); transition: .3s all linear; cursor: pointer; justify-content: center !important; }

.box-init.active { transform: rotateY(90deg); }
.box-reveal.active { transform: rotateY(0deg); }

.box-init h3 { width: 100%; }

.address .font-icon { font-size: 130%; display: inline-block; margin-right: 8px; }

.style-text .font-120 p { font-size: clamp(18px,1.2vw,24px); }

@media only screen and (max-width: 767px){
	.box-init { width: calc(100% - 20px); }
}

.brands-info img { min-height: 80px; width: 100%; }

.contact-form form select {
    font-family: "Poppins", sans-serif;
    font-size: clamp(16px, 1vw, 20px);
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
}

.screen-reader-text { display: none; }