body,html{
    margin:0;    
    font-size: 16px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    /* background-color: #EEEEEE; */
}

img{
    height: auto;
    width: auto;
    object-fit: contain;
    object-position: center center;
}

.obj_cover{
    object-fit: cover;
}
.cursor-pointer{
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
.button_blue{
    font-family: 'Hind';
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    color: #F6F5F5;
    padding: 0.75rem 2.5rem;
    background: #16436A;
}
.button_blue:hover{
    color: #F6F5F5;
    background: #215684;
}
.button_blue:focus{
    background: #2A6293;
}
.button_yellow{
    font-family: 'Hind';
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    color: #16436A;
    padding: 0.75rem 2.5rem;
    background: #F4C215;
}
.button_yellow:hover{
    color: #16436A;
    background: #FFCF29;
}
.button_yellow:focus{
    color: #16436A;
    background: #FFD33D;
}
.h2_section_title{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    color: #4D4D4D;
}
.p_section_text{
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 32px;
    color: #696969;
    white-space: pre-line;
}
header{
    background-color: #EEEEEE;
    position: relative;
}
header .bar_{
    padding: 9px 0;
    background: #16436A;
}
header .bar_ a{
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px;

    color: #EEEEEE;
    justify-content: space-between;
}
header nav{
    padding: 1.5rem 0 !important;
}
header nav .navbar-brand img{
    width: 8.375rem;
    height: 3.1875rem;
}
header .nav-link{
    font-family: 'Hind';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 26px;

    color: #4D4D4D;
    text-align: center;
}
header .navbar-nav{
    gap: 2rem;
}
header .lang{
    user-select: none;
    position: absolute;
    right: 1vw;
    top: 50%;
    transform: translateY(-50%);
}
header .lang .selected {
    font-weight: 700;
}
header .navbar-nav .dropdown-menu{
    border: none;
    background-color: #EEEEEE;
    left: 50%;
    transform: translateX(-50%);
    top: 4.2rem;
}
header .navbar-nav .dropdown-menu .dropdown-item{
    padding: 0.625rem  1.5625rem;
}
header .navbar-toggler-icon{
    width: 33px;
    height: 33px;
}
header .navbar-toggler-icon img{
    width: 100%;
    height: 100%;
}
.navbar-toggler:focus, .navbar-toggler:hover{
    outline: none;
}
section#home {
    background-image: url('../images/home\ bck.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#home_product h3,
section#home h2{
    font-family: 'Hind';
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.1em;

    color: #EEEEEE;
}
section#home_product h1,
section#home h1{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 5rem;
    line-height: 96px;
    text-align: center;

    color: #EEEEEE;

}
section#key_features{
    padding: 5rem 0;
}
section#key_features h3{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 1.875rem;
    color: #4D4D4D;
    text-align: start;
}
footer .copy_right,
footer p,
section#key_features p{
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    margin: 0;
    
    color: #696969;
}
section#key_features .hover_box{
    /* cursor: pointer; */
    display: flex;
    align-items: center;
    justify-content: start;
}
section#key_features .hover_box .hover{
    display: none;
}
section#key_features .hover_box:hover .hover{
    display: block;
}
section#key_features .hover_box:hover .normal_{
    display: none;
}
section#key_features .img_content img{
    width: 5.875rem;
    height: 5.875rem;
    min-width: 5.875rem;
    min-height: 5.875rem;
    margin-right: 2.25rem;
}

section#about_us {
    background: #16436A;
}
section#about_us .content{
    padding: 5.3125rem;
}
section#get_quote{
    padding: 10rem 0 5rem;
    background-image: url('../images/pozadina\ sunce.png');
    background-repeat: no-repeat;
    background-position: bottom;

}
section#get_quote .form-row{
    margin: 0;
    gap: 1.875rem;
}
section#get_quote .form-group{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
section#get_quote .form-group.two_inline{
    width: calc(50% - 0.9375rem);
}
section#get_quote textarea,
section#get_quote input{
    background: #FEFEFE;
    border: 1px solid #C0C0C0;
    border-radius: 2px;
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;

    color: #666666;
    padding: 1.25rem 1.625rem;
    width: 100%;
}
section#get_quote label{
    position: absolute;
    left: 1.625rem;
    top: 1.3rem;
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    user-select: none;
    cursor: text;
    margin: 0;
}
section#get_quote label.hide{
    display: none;
}
input:focus + label, input:valid + label, input:disabled + label {
    display: none;
}
textarea:focus + label, textarea:valid + label, textarea:disabled + label {

    display: none;
}
section#get_quote label::after{
    position: relative;
    top: -3px;
    left: 1px;
    display: inline-block;
    content: "*";
    color: #d0011b;
}
section#get_quote button{
    outline: none;
    border: none;
    cursor: pointer;
}
.was-validated .form-control:invalid {
}
footer{
    background: #16436A;
    padding: 6rem  0 1.25rem;
}
footer .copy_right,
footer p{
    line-height: 29px;
    color: #FFFFFF;
}
footer a{
    font-family: 'Hind';
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    color: #FFFFFF;

}
footer .title{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    color: #F4C215;
}
footer a:hover{
    color: #FFFFFF;
}
footer .title:hover{
    color: #F4C215;
}
footer .copy_right{
    margin-top: 5rem;
}
footer .talesun_logo{
    max-width: 100%;
    width: 10rem;
    margin-right: 32px;
}

section#home_product{
    background-image: url('../images/home\ bck.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 22rem;
    padding-bottom: 13rem;
    display: flex;
    align-items: center;
    justify-content: center;

}
section#product{
    padding: 6rem 0 0;
}
section#product h2{
    color: #212121;
}
section#product #lightSlider li{
    /* background: #E6E6E6; */
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#product .lSAction > .lSNext{
    background-image: url('../images/right.png');
    background-repeat: no-repeat;
    background-position : center;
}
section#product .lSAction > .lSPrev{
    background-image: url('../images/left.png');
    background-repeat: no-repeat;
    background-position : center;
}
section#product li{
    padding: 8px;
}
section#product .list_desc{
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 30px;
    white-space: pre-line;
    color: #696969;
}
section#product .desc{
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 30px;
    color: #696969;
}
section#product .product_details{
    font-family: 'Hind';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;

    display: flex;
    align-items: center;
    text-decoration-line: underline;

    color: #808080;
}
section#product .products_show_list{
    margin-top: 8rem;
}
section#product .products_show_list img{
    background: #E6E6E6;
}
section#product .products_show_list .producti_title{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;

    text-align: center;

    color: #212121;
}
.not_in_stock,
.in_stock {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-left: 0.4rem;

}
section#product .h3_mini{
    font-family: 'Hind';
    font-style: normal;
    font-weight: 500;
    font-size: 1.3rem;
}
@media (max-width: 1399px) {
	html, body{
		font-size: 15px;
    }

}
@media (max-width: 1199px) {
	html, body{
		font-size: 14px;
    }
}
@media (max-width: 991px) {
	html, body{
		font-size: 13px;
    }
    .button_blue,
    .button_yellow{
        font-size: 14px;
        padding: 0.75rem 2rem;
    }
    .h2_section_title{
        font-size: 26px;
    }
    .p_section_text{
        font-size: 13px;
        line-height: 21px;
    }
    header .container{
        padding: 0 30px ;
    }
    header .navbar-nav{
        gap: 20px;
    }
    header .nav-link{
        font-size: 20px;
        line-height: 21px;
        padding: 0;
        text-align: left;
    }
    header .navbar-collapse {
        margin-top: 37px;
    }
    header .navbar-nav .dropdown-menu{
        left: initial;
        transform: initial;
    }
    header .navbar-nav .dropdown-menu .dropdown-item{
        padding: 8px 0;
        font-size: 13px;
    }
    header .lang{
        top: initial;
        bottom: 0;
        right: 0;
    }
    section#home{
        min-height: auto;
        padding: 145px 0 56px;
        background-image: url('../images/home\ bck\ mobile.png');
    }
    section#home_product h3, section#home h2{
        font-size: 14px
    }
    section#home h1{
        font-size: 30px;
        line-height: 38px;
    }
    section#key_features h3{
        font-size: 21px;
    }
    footer .copy_right, footer p, section#key_features p{
        font-size: 13px;
        line-height: 21px;
    }
    section#key_features{
        padding: 41px 0 0;
    }
    section#key_features .img_content img{
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
        margin-right: 20px;
    }
    section#about_us .content{
        padding: 50px 30px;
    }
    section#get_quote{
        padding: 9rem 0 6rem ;
        background-position: bottom;
        background-image: url('../images/pozadina\ sunce\ mobile.png');
    }
    footer a,
    footer .title,
    footer .copy_right, footer p{
        text-align: center !important;
    }
    section#home_product h1{
        font-size: 32px;
        line-height: 38px;
    }
    section#home_product{
        padding: 158px 0 58px;
        background-image: url('../images/home\ bck\ mobile.png');
    }
    section#product .products_show_list .producti_title{
        font-size: 20px;
    }
}
@media (max-width: 767px) {
	html, body{
		font-size: 12px;
    }
}
@media (max-width: 575px) {
    
}
@media (max-width: 360px) {
    
}