body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #5D5D70;
}

h1 {
    font-size: 65px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Inter', sans-serif;
}
ul{
    padding:0;
}
img{
    max-width: 100%;
    height:auto;
}
.light-text {
    color: #1875BB;
}

.container {
    max-width: 1500px;
}

/*header*/
input#menu__toggle {
    display: none;
}

img.img-logo {
    float: left;
    max-width: 250px;
}

.mobile-menu {
    width: calc(100% - 250px);
    float: right !important;
    display: block;
    list-style: none;
    text-align: right;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

li {
    display: inline-block;
}

.mobile-menu li a {
    color: #1B224B;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 15px;
    display: block;
}

.mobile-menu li.active a {
    text-decoration: none;
    color: #1875BB;
}

.mobile-menu li a:hover {
    text-decoration: none;
    color: #1875BB;
}

.phone {
    padding-top: 15px;
    padding-right: 20px;
    font-family: 'Montserrat', sans-serif;
}

.phone a {
    color: #1875BB;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
}

.phone a:hover {
    text-decoration: none;
    color: #1B224B;
}
p.success {
    padding: 5px;
    border: 1px solid green;
}
p.danger {
    padding: 5px;
    border: 1px solid red;
}
.catalog-list{
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    margin-top:20px;
}
.catalog-list li{
    display: block;
    margin-bottom: 15px;
    vertical-align: middle;
}
.catalog-list li a i{
    color:#B30B00;
    font-size: 30px;
    vertical-align: middle;
}
.catalog-list li a{
    color:#1B224B;
}
.catalog-list li a strong{
    color:#1875BB;
}
.catalog-list li a:hover{
    color:#1875BB;
    text-decoration: none;
}
.catalog-list li a:hover strong{
    color:#1B224B;
    text-decoration: none;
}
/*cover*/
.cover {
    background-image: url("img/cover.jpg");
    height: 50%;
    min-height: 500px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.title-cover {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.cover-home {
    background-image: url("img/pocetna-cover.jpg");
    height: 70%;
    min-height: 600px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cover-home .title-cover {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    text-align: left;
    color: #fff;
}

.title-cover p {
    font-size: 24px;
}

.cover-home .title-cover h1 {
    font-size: 90px;
}

/*home*/
.info-home {
    max-width: 750px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.container.mb-4.info-home p {
    font-size: 32px;
    color: #1B224B;
    font-weight: 500;
}

.image-shadow {
    box-shadow: 0px 0px 14px rgb(0 0 0 / 9%);
    border-radius: 50%;
    padding: 20px;
    max-width: 150px;
    margin: 0 auto;
}
.image-shadow img{
    max-width: 100px;
}
h2.line {
    width: 80%;
    text-align: center;
    border-bottom: 1px solid #203239;
    line-height: 0.1em;
    margin: 2em auto 1em;
}

h2.line span {
    background: #fff;
    padding: 0 10px;
}

/*usluge*/
.first-usluge {
    margin-bottom: 150px !important;
}

.box-images {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px;
}

.small-box {
    max-width: 700px;
    margin-top: 50px;
}

img.abs-image {
    position: absolute;
    top: 210px;
    left: 0;
}

img.first-image-box {
    float: right;
    border-radius: 20px;
}

.usluge-info {
    height: 100%;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 20px 30px;
}

.usluge-info h3 {
    font-size: 20px;
    color: #5D5D70;
    font-weight: 600;
    min-height: 60px;
}

.usluge-info h3::before {
    content: '';
    position: absolute;
    height: 28px;
    width: 9px;
    background: #1875BB;
    left: 16px;
    top: 20px;
    border-radius: 5px;
}

.bold-text {
    font-weight: 500;
}

.my-padding {
    padding: 40px;
}

.odrzavanje h2 {
    font-size: 48px;
}

.odrzavanje p,
.odrzavanje ul li {
    font-size: 20px;
}

/*partneri*/
.partneri img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/*kontakt*/
h2 {
    color: #1B224B;
    font-weight: 900;
    font-size: 42px;
}

.form-control {
    box-shadow: 10px 10px 10px rgb(0 0 0 / 9%);
    border-radius: 0;
    border-color: transparent;
}

.form-control:focus {
    border-color: #1875BB;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 9%);
}

textarea#message {
    min-height: 250px;
}

button.btn.my-btn,
a.btn.my-btn {
    border: 1px solid #1B224B;
    color: #1B224B;
    padding: 10px 45px;
    font-weight: 700;
    font-size: 20px;
    background: transparent;
    cursor: pointer;
}

button.btn.my-btn i,
a.btn.my-btn i {
    margin-left: 10px;
    font-size: 30px;
    vertical-align: bottom;
}

button.btn.my-btn:hover,
a.btn.my-btn:hover {
    background: #1875BB;
}

/*footer*/
footer {
    background-image: url("img/cover.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 2em;
    font-family: 'Montserrat', sans-serif;
}

footer .first-column {
    padding: 20px;
    color: #fff;
}

footer .first-column p.footer-title {
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
    margin-bottom: 0;
}

footer .first-column p.footer-info,
footer .first-column p.footer-info a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

footer .first-column p.footer-info a:hover {
    color: #1875BB;
    text-decoration: none;
}

ul.footer-menu {
    text-align: left;
    padding: 0;
    margin-top: 2em;
}

ul.footer-menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 40px;
}

ul.footer-menu li a:hover {
    text-decoration: none;
    color: #1875BB;
}

p.footer-logo.text-center {
    margin-top: 100px;
}
p.footer-logo {
    max-width: 850px;
    text-align: center;
}
/*galerija tabovi*/
.tab {
    float: left;
    background-color: transparent;
    width: 30%;
}

.tab button {
    display: block;
    background-color: inherit;
    color: #1B224B;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #F3F3F3;
    margin: 1px 0;
}

.tab button:hover {
    background-color: #F3F3F3;
}

.tab button.active {
    background: #fff;
    margin: 1px 0;
    position: relative;
}

.tablinks.active::before {
    content: '';
    background: #1875BB;
    height: 38px;
    width: 8px;
    position: absolute;
    left: 0px;
    top: 16px;
    border-radius: 10px;
}

.tabcontent {
    float: left;
    padding: 20px;
    border: 1px solid #F3F3F3;
    width: calc(70% - 15px);
    margin-left: 2px;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 9%);
}

.tabcontent img {
    width: 31%;
    margin: 5px;
}

@media only screen and (max-width: 980px) {
    .footer-menu li {
        display: block;
        text-align: left;
    }	ul.footer-menu li a {		padding-left: 23px;		line-height: 29px;	}
	img.img-logo-footer {		margin-left: 22px;	}
    p.footer-logo.text-center {
        text-align: left;
        float: left;
        margin-top: 20px;
    }
	p.footer-logo {
    text-align: left;
}
}
@media only screen and (max-width: 965px) {

    .hamburger-menu {
        top: 0;
        width: 100%;
    }

    #menu__toggle {
        opacity: 0;
    }
    .mobile-menu li a {
        padding: 5px;
    }

    #menu__toggle:checked~.menu__btn>span {
        transform: rotate(45deg);
    }

    #menu__toggle:checked~.menu__btn>span::before {
        top: 0;
        transform: rotate(0);
    }

    #menu__toggle:checked~.menu__btn>span::after {
        top: 0;
        transform: rotate(90deg);
    }

    #menu__toggle:checked~.mobile-menu {
        visibility: visible;
        right: 0;
        z-index: 5;
    }

    .menu__btn {
        display: flex;
        align-items: center;
        position: fixed;
        top: 60px;
        right: 20px;
        width: 38px;
        height: 26px;
        cursor: pointer;
        z-index: 10;
        background: transparent;
        padding-left: 4px;
    }

    .menu__btn>span,
    .menu__btn>span::before {
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: #1B224B;
        transition-duration: .50s;
    }

    .menu__btn>span::after {
        display: block;
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: #1B224B;
        transition-duration: .50s;
    }

    .menu__btn>span::before {
        content: '';
        top: -8px;
    }

    .menu__btn>span::after {
        content: '';
        top: 8px;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        visibility: hidden;
        top: 50px;
        right: -100%;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        background-color: #1875BB;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
        text-align: left;
        transition-duration: .50s;
    }

    .mobile-menu li {
        display: block;
        padding: 2px 24px;
        color: #333;
        font-size: 16px;
        font-weight: 300;
        text-decoration: none;
        transition-duration: .50s;
    }

    .mobile-menu li a {
        color: #fff;
        display: block;
    }

    .mobile-menu li a:hover {
        text-decoration: none;
        background-color: #fff;
    }

    img.img-logo {
        padding: 18px 0;
        margin-left: 6%;
    }
}

@media only screen and (max-width: 876px) {
    .tabcontent img {
        width: 30.5%;
    }
}
@media only screen and (max-width: 834px) {

    img.img-logo {
        float: left;
        max-width: 140px;
    }
}

@media only screen and (max-width: 738px) {
    .tab {
        width: 100%;
    }
    .tab button{
        width:100%;
        float:left;
    }
    .tabcontent {
        width: calc(100% - 15px);
    }
    .tabcontent img {
        width: calc(32.5% - 10px);
    }
    
    
}
@media only screen and (max-width: 725px) {
    .cover {
        min-height: 350px;
    }

    .title-cover {
        top: 35%;
    }
    .odrzavanje h2,h2 {
        font-size: 30px;
    }
    .odrzavanje p, .odrzavanje ul li {
        font-size: 17px;
    }
    .usluge-info h3 {
        min-height: 30px;
    }
    .pb-5, .py-5 {
        padding-bottom: 1rem!important;
    }
    .mb-5, .my-5 {
        margin-bottom: 1rem!important;
    }
}



@media only screen and (max-width: 600px) {
    footer .first-column p.footer-title {
        font-size: 19px;
    }
    h2.line {
        width: 100%;
    }
    h1 {
        font-size: 44px;
    }
    .cover {
        min-height: 250px;
    }
    .cover-home .title-cover h1 {
        font-size: 69px;
    }
    .title-cover p {
        font-size: 18px;
    }
    .cover-home {
        min-height: 350px;
    }
    .cover-home .title-cover {
        top: 10%;
    }
    .first-image-box {
        position: relative;
        float: left;
        width: 80%;
        top: 0;
    }
    img.abs-image {
        position: absolute;
        top: 111px;
        left: 0;
        max-width: 50%;
    }
}
@media only screen and (max-width: 495px) {
    .cover-home .title-cover h1 {
        font-size: 55px;
    }
    .title-cover p {
        font-size: 17px;
    }
    .phone {
        padding-top: 15px;
        padding-right: 20px;
        position: absolute;
        right: 0;
    }
    img.abs-image{
        display:none;
    }	.first-usluge {		margin-bottom: 0 !important;	}
    .first-image-box{
        width: 100%;
    }
    
}
@media only screen and (max-width: 425px){
    .cover-home .title-cover h1 {
        font-size: 40px;
    }
    .title-cover p {
        font-size: 13px;
    }
    .cover-home .title-cover {
        top: 30%;
    }
    .container.mb-4.info-home p {
        font-size: 24px;
        margin-bottom: 15px;
    }
	.tab button {
		width: 100%;
		float: left;
		padding: 10px;
	}
	.tablinks.active::before{
		top:5px;
	}
}
@media only screen and (max-width: 394px) {
    .tabcontent img {
        width: calc(48.5% - 10px);
    }
    .tab button{
        font-size: 15px;
    }
}
