@font-face{
    font-family: "dm-light";
    src: url(../font/DMSans-Light.ttf);
    font-display: swap;
}

@font-face{
    font-family: "dm-regular";
    src: url(../font/DMSans-Regular.ttf);
    font-display: swap;
}

/* @font-face{
    font-family: "dm-medium";
    src: url(../font/DMSans-Medium.ttf);
    font-display: swap;
} */

@font-face{
    font-family: "dm-semibold";
    src: url(../font/DMSans-SemiBold.ttf);
    font-display: swap;
}

@font-face{
    font-family: "dm-bold";
    src: url(../font/DMSans-Bold.ttf);
    font-display: swap;
}

@font-face{
    font-family: "dm-extrabold";
    src: url(../font/DMSans-ExtraBold.ttf);
    font-display: swap;
}

@font-face{
    font-family: "josefin-light";
    src: url(../font/JosefinSans-Light.ttf);
    font-display: swap;
}

@font-face{
    font-family: "josefin-regular";
    src: url(../font/JosefinSans-Regular.ttf);
    font-display: swap;
}

@font-face{
    font-family: "josefin-medium";
    src: url(../font/JosefinSans-Medium.ttf);
    font-display: swap;
}

@font-face{
    font-family: "josefin-semibold";
    src: url(../font/JosefinSans-SemiBold.ttf);
    font-display: swap;
}

@font-face{
    font-family: "josefin-bold";
    src: url(../font/JosefinSans-Bold.ttf);
    font-display: swap;
}

:root{
    --black-txt-color: #000;
    --white-txt-color: #fff;
    --navy-blue-txt-color: #162132;
    --gold-back-color: #b29267;
    --dark-gold-back-color: #80684b;
    --gray-txt-color: #a9adb4;
    --red-txt-color: #ff0000;
    --white-back-color: #fff;
    --navy-blue-back-color: #162132; /* Pitati Lazara da li mu se dopada ova boja #101823 */
    --gold-txt-color: #b29267;
    --placeholder-color: #9da6b5;
    --font-size: 16px;   
}

*, *::before, *::after{
    box-sizing: border-box;
}

body, html{
    overflow-x: hidden;
}

html{
    font-size: var(--font-size);
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    font-size: inherit;
    background-color: var(--white-back-color);
    color: var(--black-txt-color);
    font-family: "dm-light", sans-serif;    
}

h1, h2, h3, h4, h5, h6{
    font-family: "josefin-bold", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, button, input, textarea, figure{
    margin: 0;
    padding: 0;
}

input, textarea, button, select, a, i, svg{
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

h1, h2, h3, h4, h5, h6, p, ul, ol, a, button, span, b, strong, li, i, textarea, figure, label, input, figcaption{
    font-weight: 400;
}

ol, ul{
    list-style-type: none;
}

a, button{
    color: inherit;
    cursor: pointer;
    font-size: 1em;
}

a{
    text-decoration: none;
}

button{
    border: 0;
    background-color: transparent;
}

input, textarea{
    font-size: 1em;
}

input:focus, textarea:focus{
    outline: 0;
}

label{  
    font-size: 1.05em;
    display: block;
    font-family: "dm-semibold", sans-serif;
}

.container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, 
.col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, 
.col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, 
.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, 
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, 
.col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, 
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, 
.col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, 
.col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12{
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.wrapper-title h1{
    font-size: 2.45em;
    line-height: 1.3;
}

.wrapper-title h1 span, .main-section:not(.wrapper-title h1 strong), .wrapper-title h2 span, .wrapper-title h2 strong, .wrapper-title h3 span, .wrapper-title h3 strong{
    color: var(--gold-txt-color);
    font-family: "josefin-bold", sans-serif;
}

.wrapper-title h2{
    font-size: 2.4em;
    line-height: 1.4;
}

.wrapper-title h2.title-line{
    padding-bottom: 0.3em;
    margin-bottom: 0.7em;
}

.wrapper-title h2.title-line::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 0.06em;
    width: 2.5em;
    background-color: var(--gold-back-color);
}

.wrapper-title h3{
    font-size: 1.9em;
    line-height: 1.5;
}

.wrapper-text{
    margin-top: 1em;
}

.wrapper-text p{
    font-size: 1.2em;
    margin-bottom: 1em;
    line-height: 1.6;
}

.wrapper-text p:last-child{
    margin-bottom: 0;
}

.wrapper-btn{
    display: flex;
    align-items: center;
    margin-top: 2em;
}

@keyframes rotate_loader{
    0% {
    transform: translateY(-50%) rotateZ(0deg);
    }

    100% {
        transform: translateY(-50%) rotateZ(360deg);
    }
}

.wrapper-btn a, .wrapper-btn button, .wrapper-btn .ui{
    border-width: 0.05em;
    border-style: solid;
    font-family: "dm-semibold", sans-serif;
    text-transform: uppercase;
    padding: 1.2em 2em;
    font-size: 1.1em;
    transition: all 0.5s ease;
}

.wrapper-list{
    margin: 2.5em 0;
}

.wrapper-list p{
    font-size: 1.3em;
    margin-bottom: 1.2em;
    background-color: var(--navy-blue-back-color);
    color: var(--white-txt-color);
    padding: 0.5em 0.7em;
    font-family: "dm-regular", sans-serif;
}

.wrapper-list ul li, .wrapper-list ol li{
    font-size: 1.2em;
    margin-top: 0.7em;
    padding-left: 1.7em;
    line-height: 1.4;
    position: relative;
}

.wrapper-list ol li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 1em;
    height: 1em;
    display: inline-flex;
    background-image: url("../images/icons/check.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.line-btn{  
    display: inline-flex;
    margin-top: 3em;
}

.line-btn a, .line-btn button{
    position: relative;
    text-transform: uppercase;
    align-items: center;
    font-size: 1.3em;
    width: 100%;
    padding-right: 7em;
    padding-left: 0;
    z-index: 1;
    line-height: 1.2;
    font-family: "josefin-medium", sans-serif;
}

.line-btn a::before, .line-btn button::before{
    content: "";
    position: absolute;
    height: 0.07em;
    width: 6em;
    top: 40%;
    right: 0;
    background-color: var(--gold-back-color);
    transform: translateY(-50%);
}

.line-btn a, .line-btn a::before, .line-btn button, .line-btn button::before{
    transition: all 0.5s ease;
}

.line-btn:hover a::before, .line-btn:hover button::before{
    width: 100%;
}

.line-btn a svg, .line-btn button svg{
    width: 2em;
    height: 2em;
    border-radius: 50%;
    font-size: 0.8em;
}

.wrapper-img img{
    width: 100%;
    display: block;
}

.flex{
    display: flex;
}

.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}

.inline-flex{
    display: inline-flex;
}

.block{
    display: block;
}

.none{
    display: none;
}

.inline-block{
    display: inline-block;
}

.inline{
    display: inline;
}

.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

.fixed{
    position: fixed;
}

.static{
    position: static;
}

.align-center{
    align-items: center;
}

.align-end{
    align-items: flex-end;
}

.align-baseline{
    align-items: baseline;
}

.align-content-center{
    align-content: center;
}

.justify-center{
    justify-content: center;
}

.justify-between{
    justify-content: space-between;
}

.justify-around{
    justify-content: space-around;
}

.justify-evenly{
    justify-content: space-evenly;
}

.justify-start{
    justify-content: flex-start;
}

.justify-end{
    justify-content: flex-end;
}

.direction-column{
    flex-direction: column;
}

.direction-row{
    flex-direction: row;
}

.uppercase{
    text-transform: uppercase;
}

.lowercase{
    text-transform: lowercase;
}

.capitalize{
    text-transform: capitalize;
}

.pointer{
    cursor: pointer;
}

.overflow-hidden{
    overflow: hidden;
}

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

.black-txt{
    color: var(--black-txt-color);
}

.white-txt{
    color: var(--white-txt-color);
}

.navy-blue-txt{
    color: var(--navy-blue-txt-color);
}

.gold-txt{
    color: var(--gold-txt-color);
}

.gray-txt{
    color: var(--gray-txt-color);
}

.red-txt{
    color: var(--red-txt-color);
}

.white-back{
    background-color: var(--white-back-color);
}

.navy-blue-back{
    background-color: var(--navy-blue-back-color);
}

.gold-back{
    background-color: var(--gold-back-color);
}

.dark-gold-back{
    background-color: var(--dark-gold-back-color);
}

.transparent{
    background-color: transparent;
}

.border-solid{
    border-width: 0.07em;
    border-style: solid;
}

.border-navy-blue{
    border-color: var(--navy-blue-back-color);
}

.border-gold{
    border-color: var(--gold-back-color);
}

.border-dark-gold{
    border-color: var(--dark-gold-back-color);
}

#loader{
    width: 2.5em;
    top: 50%;
    right: -5em;
    transform: translateY(-50%) rotateZ(0deg);
    animation: rotate_loader 2s linear infinite;
    animation-play-state: paused;
}

@keyframes rotate_loader{
    0%{
        transform: translateY(-50%) rotateZ(0deg);
    }
    100%{
        transform: translateY(-50%) rotateZ(360deg);
    }
}

.message-info{
    margin-top: 2em;
    padding: 1.2em 1.5em;
}

.message-info .wrapper-text{
    margin-top: 0;
}

.header{
    top: 0;
    left: 0;
    right: 0;
    padding: 1.2em 0;
    background-color: var(--navy-blue-back-color);
    z-index: 99999;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.header .header-logo{
    width: 13em;
}

.header .nav{
    padding-right: 2em;
    border-right: 0.07em solid var(--dark-gold-back-color);
}

.header .nav ul li{
    margin-left: 2em;
}

.header .nav ul li a, .header .languages a, .aside .nav ul li a{
    transition: color 0.5s ease;
}

.header .nav ul li a, .aside .nav ul li a{
    font-family: "josefin-regular", sans-serif;
    text-transform: uppercase;
    color: var(--white-txt-color);
}

.header .nav ul li a{
    font-size: 1em;
}

.header .nav ul li a:hover, .header .languages a:hover, .aside .nav ul li a:hover{
    color: var(--gold-txt-color);
}

.header .nav ul li a#active-link, .aside .nav ul li a#aside-active-link{
    color: var(--gold-txt-color);
}

.header .languages{
    margin-left: 2em;
}

.header .languages a{
    font-family: "josefin-regular", sans-serif;
    font-size: 1em;
}

.header .hamburger{
    margin-left: 2em;
}

.header .hamburger .fa-bars{
    font-size: 1.7em;
}

.aside{
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    padding-bottom: 3em;
    transition: all 0.2s ease;
}

.aside .top-aside{
    padding: 2em;
}

.aside .top-aside .wrapper-img img{
    width: 15em;
}

.aside .top-aside .close-aside svg{
    font-size: 2.5em;
}

.aside .top-aside .aside-part-2{
    margin-top: 7em;
}

.aside .top-aside .nav ul li:last-child{
    margin-bottom: 0;
}

.aside .top-aside .nav ul li a{
    font-size: 1.6em;
    display: flex;
    padding: 1.2em 0 1.1em 0;
    border-bottom: 0.07em solid #333335;
    /* justify-content: center; */
}

.aside .top-aside .nav ul li:last-child a{
    border-bottom: 0;
}

.aside .top-aside .nav ul li a:hover{
    color: var(--gold-txt-color);
}

.top-aside .aside-part-1, .top-aside .aside-part-2{
    width: 100%;
}

.aside .bottom-aside{
    padding: 2em;
    margin-bottom: 150px;
}

.aside .bottom-aside .wrapper-btn{
    margin-top: 0;
}

.aside .bottom-aside .contact-info{
    margin-top: 3.5em;
}

.aside .bottom-aside .contact-item a .contact-icon, .aside .bottom-aside .contact-item > div .contact-icon{
    width: 3.5em;
    height: 3.5em;
    margin: 0 0.5em;
}

.aside .bottom-aside .contact-item > div .contact-icon{
    font-size: 1.1em;
}

.aside .bottom-aside .contact-item p:hover{
    color: var(--gold-txt-color);
}

.aside .bottom-aside .contact-item p{
    transition: all 0.5s ease;
}

.aside .bottom-aside .contact-item a .contact-icon svg, .aside .bottom-aside .contact-item > div .contact-icon svg{
    font-size: 1.6em;
}

.main-section{
    height: 100vh;
    /* background: url("../images/main-image.webp") no-repeat center;
    background-size: cover; */
    z-index: 10;
    /* overflow: hidden; */
}

.sub-div-for-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#main-home-image{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: grayscale(0.2);
    transform: scale(1);
    animation-name: scale-main-image;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes scale-main-image{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}

.main-section .wrapper-content{
    padding: 1.5em;
    background-color: hsla(216, 39%, 14%, 0.93);
    margin-bottom: 2.5em;
    opacity: 0;
    transform: translateY(3em);
    transition: all 0.5s ease;
}

.content-border{
    padding: 2em 1.8em;
}

.main-section .wrapper-content .wrapper-text p{
    font-family: "dm-light", sans-serif;
}

.main-section .wrapper-content .line-btn{
    margin-top: 2.5em;
}

.recent-projects-section{
    padding: 9em 0 10em 0;
    position: relative;
}

.recent-projects-section .project-info{
    padding-top: 1em;
}

.recent-projects-section .project-info .wrapper-text{
    margin-top: 0.5em;
}

.recent-projects-section .recent-projects-slider .splide__track .splide__list .splide__slide img{
    height: 100%;
}

.recent-projects-section .recent-projects-slider .splide__track .splide__list .splide__slide img{
    width: 100%;
    object-fit: cover;
}

.recent-projects-section .wrapper-thumbnail-slider{
    padding: 2em 3em 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.recent-projects-section #thumbnail-slider{
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.recent-projects-section #thumbnail-slider .splide__arrows{
    display: flex;
    align-items: center;
    margin: 2em 0;
}

.recent-projects-section #thumbnail-slider .splide__arrows button{
    position: static;
    transform: unset;
    opacity: 1;
    width: unset;
    height: unset;
    border-radius: unset;
    background-color: unset;
}

.recent-projects-section #thumbnail-slider .splide__arrows button img{
    width: 5em;
}

.recent-projects-section #thumbnail-slider .splide__arrows button:first-child{
    margin-right: 1.5em;
}

.recent-projects-section #thumbnail-slider .splide__track{
    height: 25em;
    width: 100%;
}

.recent-projects-section #thumbnail-slider .splide__track .splide__list .splide__slide{
    border: 0;
    position: relative;
}

.recent-projects-section #thumbnail-slider .splide__track .splide__list .splide__slide > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.3);
    display: block !important;
    cursor: e-resize;
}

.recent-projects-section .splide__slide .project-data{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2em;
    opacity: 0;
    background-color: hsl(216deg 39% 14% / 80%);
    transition: all 0.5s ease;
}

.recent-projects-section .splide__slide:hover .project-data{
    opacity: 1;
}

.recent-projects-section .splide__slide .project-data .wrapper-title{
    margin-bottom: 1.5em;
    color: var(--white-txt-color);
}

.recent-projects-section .splide__slide .project-data .data-items p{
    margin-right: 1.5em;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    color: var(--white-txt-color);
}

.recent-projects-section .splide__slide .project-data .data-items p img{
    margin-right: 0.4em;
    width: 1em;
}

.services-section{
    padding-bottom: 15em;
}

.services-section .row-services{
    margin: 0 -1.3rem;
}

.services-section .row-services .column-service{
    margin-top: 4em;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

.column-service .service-item{
    padding: 3em 2.3em;
    /* box-shadow: 0 0 15px 3px lightgray; */
    /* border-radius: 0.5em; */
    background-color: #f7f7f7;
    transform: scale(1);
    transition: all 0.2s linear;
}

.column-service .service-item:hover{
    transform: scale(1.02);
    box-shadow: 0 0.25em 0.75em rgba(0,0,0,0.1);
}

.column-service .service-item .wrapper-text p{
    font-family: "dm-light", sans-serif;
}

.column-service .service-item .wrapper-img{
    margin-bottom: 0.5em;
}

.column-service .service-item .wrapper-img img{
    width: 5em;
    margin-left: auto;
    margin-right: auto;
}

.about-us-section{
    padding: 5em 0 0em 0;
}

.about-us-section .wrapper-img{
    transform: translateY(-10em);
    padding: 2em;
    margin-right: 4em;
    /* position: relative;
    z-index: 1; */
    /* padding: 2em; */
}

/* .about-us-section .wrapper-img::after{
    content: "";
    position: absolute;
    width: 80%;
    height: 90%;
    background-color: var(--white-back-color);
    bottom: -5%;
    left: 15%;
    z-index: -1;
} */

.about-us-section .wrapper-img img{
    filter: grayscale(0.2);
}

.about-us-section .wrapper-text{
    margin-top: 2em;
}

.about-us-section .wrapper-text p{
    font-family: "dm-light", sans-serif;
}

.about-us-section .wrapper-list{
    margin-bottom: 0.5em;
}

.about-us-section .wrapper-list li{
    padding-left: 0;
    color: var(--gray-txt-color);
}

.about-us-section .wrapper-list li svg{
    color: var(--gold-txt-color);
    margin-right: 0.5em;
}

.references-section{
    padding: 8em 0;
}

.references-section .row-references{
    margin-top: 2em;
}

.references-section .column-reference{
    margin-top: 2em;
}

.references-section .reference-item a::before, .references-section .reference-item a h3{
    z-index: 1;
}

.references-section .reference-item a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(216deg 39% 14% / 75%);
}

.references-section .reference-item a h3{
    font-size: 2em;
    padding-left: 2em;
    padding-right: 2em;
    top: 50%;
    left: 50%;
    width: 100%;
    line-height: 1.4;
    transform: translateX(-50%) translateY(-50%);
}

.references-section .reference-item a .wrapper-img img{
    transform: scale(1);
    transition: all 1s ease;
}

.references-section .reference-item a:hover .wrapper-img img{
    transform: scale(1.05);
}

.references-section .reference-item a .wrapper-img::before{
    content: "";
    position: absolute;
    left: 2em;
    top: 2em;
    right: 2em;
    bottom: 2em;
    border: 0.07em solid var(--gold-back-color);
    z-index: 1;
}

.footer{
    padding: 5em 0 2em 0;
}

.footer .footer-item-1 .wrapper-img img{
    width: 4em;
}

.footer .footer-item-1 .wrapper-text{
    margin-top: 2em;
}

.footer .footer-item-1 .wrapper-text p{
    font-size: 1.1em;
    font-family: "dm-light", sans-serif;
}

.footer .footer-item .footer-title{
    font-size: 1.3em;
    margin-bottom: 1em;
    font-family: "dm-semibold", sans-serif;
}

.footer ul li{
    margin-bottom: 1em;
    line-height: 1.6;
}

.footer ul li:last-child{
    margin-bottom: 0;
}

.footer a.footer-link, .footer .footer-item p{
    font-size: 1.1em;
    font-family: "dm-light", sans-serif;
    transition: color 0.5s ease;
}

.footer a.footer-link:hover{
    color: var(--gold-txt-color);
}

.footer .social-media{
    margin-top: 2em;
}

.footer .social-media .social-item a{
    width: 2.3em;
    height: 2.3em;
    margin-right: 0.5em;
}

.footer .social-media .social-item a svg{
    font-size: 1.1em;
}

.footer .footer-item-5{
    margin-top: 5em;
    padding-top: 1em;
    border-top: 0.07em solid var(--dark-gold-back-color);
}

.footer .footer-item-5 p{
    font-size: 1em;
    font-family: "dm-light", sans-serif;
}

.footer .footer-item-5 p strong{
    font-family: "dm-regular", sans-serif;
}

.footer .footer-item-5 p a{
    font-size: 1em;
    font-family: "dm-semibold", sans-serif;
}

.footer .hidden-part{
    opacity: 0;
    right: 1em;
    bottom: 3em;
    z-index: 99999;
    transition: opacity 0.5s ease;
}

.footer .whatsapp-link{
    font-size: 1em;
}

.footer .whatsapp-link, .footer .go-top{
    width: 3em;
    height: 3em;
}

.footer .whatsapp-link img{
    width: 100%;
    display: block;
}

.footer .go-top{
    margin-top: 0.5em;
}

@media screen and (min-width: 100px){
    html{
        font-size: calc(var(--font-size) - 0.35em);
    }
    .col-xs-1{
        max-width: 8.33%;
        flex-basis: 8.33%;
    }
    .col-xs-2{
        max-width: 16.66%;
        flex-basis: 16.66%;
    }
    .col-xs-3{
        max-width: 25%;
        flex-basis: 25%;
    }
    .col-xs-4{
        max-width: 33.33%;
        flex-basis: 33.33%;
    }
    .col-xs-5{
        max-width: 41.66%;
        flex-basis: 41.66%;
    }
    .col-xs-6{
        max-width: 50%;
        flex-basis: 50%;
    }
    .col-xs-7{
        max-width: 58.33%;
        flex-basis: 58.33%;
    }
    .col-xs-8{
        max-width: 66.66%;
        flex-basis: 66.66%;
    }
    .col-xs-9{
        max-width: 75%;
        flex-basis: 75%;
    }
    .col-xs-10{
        max-width: 83.33%;
        flex-basis: 83.33%;
    }
    .col-xs-11{
        max-width: 91.66%;
        flex-basis: 91.66%;
    }
    .col-xs-12{
        max-width: 100%;
        flex-basis: 100%;
    }
    .services-section .row-services .column-service{
        max-width: 85%;
        flex-basis: 85%;
    }
}

@media screen and (min-width: 576px){
    html{
        font-size: calc(var(--font-size) - 0.2em);
    }
    .container{
        max-width: 560px;
    }
    .col-sm-1{
        max-width: 8.33%;
        flex-basis: 8.33%;
    }
    .col-sm-2{
        max-width: 16.66%;
        flex-basis: 16.66%;
    }
    .col-sm-3{
        max-width: 25%;
        flex-basis: 25%;
    }
    .col-sm-4{
        max-width: 33.33%;
        flex-basis: 33.33%;
    }
    .col-sm-5{
        max-width: 41.66%;
        flex-basis: 41.66%;
    }
    .col-sm-6{
        max-width: 50%;
        flex-basis: 50%;
    }
    .col-sm-7{
        max-width: 58.33%;
        flex-basis: 58.33%;
    }
    .col-sm-8{
        max-width: 66.66%;
        flex-basis: 66.66%;
    }
    .col-sm-9{
        max-width: 75%;
        flex-basis: 75%;
    }
    .col-sm-10{
        max-width: 83.33%;
        flex-basis: 83.33%;
    }
    .col-sm-11{
        max-width: 91.66%;
        flex-basis: 91.66%;
    }
    .col-sm-12{
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media screen and (min-width: 768px){
    html{
        font-size: calc(var(--font-size) - 0.10em);
    }
    .container{
        max-width: 760px;
    }
    .col-md-1{
        max-width: 8.33%;
        flex-basis: 8.33%;
    }
    .col-md-2{
        max-width: 16.66%;
        flex-basis: 16.66%;
    }
    .col-md-3{
        max-width: 25%;
        flex-basis: 25%;
    }
    .col-md-4{
        max-width: 33.33%;
        flex-basis: 33.33%;
    }
    .col-md-5{
        max-width: 41.66%;
        flex-basis: 41.66%;
    }
    .col-md-6{
        max-width: 50%;
        flex-basis: 50%;
    }
    .col-md-7{
        max-width: 58.33%;
        flex-basis: 58.33%;
    }
    .col-md-8{
        max-width: 66.66%;
        flex-basis: 66.66%;
    }
    .col-md-9{
        max-width: 75%;
        flex-basis: 75%;
    }
    .col-md-10{
        max-width: 83.33%;
        flex-basis: 83.33%;
    }
    .col-md-11{
        max-width: 91.66%;
        flex-basis: 91.66%;
    }
    .col-md-12{
        max-width: 100%;
        flex-basis: 100%;
    }
    .recent-projects-slider{
        max-width: 100%;
        flex-basis: 100%;
    }
    .wrapper-thumbnail-slider{
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media screen and (min-width: 992px){
    html{
        font-size: calc(var(--font-size) - 0.28em);
    }
    .container{
        max-width: 960px;
    }
    .col-lg-1{
        max-width: 8.33%;
        flex-basis: 8.33%;
    }
    .col-lg-2{
        max-width: 16.66%;
        flex-basis: 16.66%;
    }
    .col-lg-3{
        max-width: 25%;
        flex-basis: 25%;
    }
    .col-lg-4{
        max-width: 33.33%;
        flex-basis: 33.33%;
    }
    .col-lg-5{
        max-width: 41.66%;
        flex-basis: 41.66%;
    }
    .col-lg-6{
        max-width: 50%;
        flex-basis: 50%;
    }
    .col-lg-7{
        max-width: 58.33%;
        flex-basis: 58.33%;
    }
    .col-lg-8{
        max-width: 66.66%;
        flex-basis: 66.66%;
    }
    .col-lg-9{
        max-width: 75%;
        flex-basis: 75%;
    }
    .col-lg-10{
        max-width: 83.33%;
        flex-basis: 83.33%;
    }
    .col-lg-11{
        max-width: 91.66%;
        flex-basis: 91.66%;
    }
    .col-lg-12{
        max-width: 100%;
        flex-basis: 100%;
    }
    .recent-projects-slider{
        max-width: 55%;
        flex-basis: 55%;
    }
    .wrapper-thumbnail-slider{
        max-width: 45%;
        flex-basis: 45%;
    }
}

@media screen and (min-width: 1200px){
    html{
        font-size: calc(var(--font-size) - 0.19em);
    }
    .container{
        max-width: 1120px;
    }
    .col-xl-1{
        max-width: 8.33%;
        flex-basis: 8.33%;
    }
    .col-xl-2{
        max-width: 16.66%;
        flex-basis: 16.66%;
    }
    .col-xl-3{
        max-width: 25%;
        flex-basis: 25%;
    }
    .col-xl-4{
        max-width: 33.33%;
        flex-basis: 33.33%;
    }
    .col-xl-5{
        max-width: 41.66%;
        flex-basis: 41.66%;
    }
    .col-xl-6{
        max-width: 50%;
        flex-basis: 50%;
    }
    .col-xl-7{
        max-width: 58.33%;
        flex-basis: 58.33%;
    }
    .col-xl-8{
        max-width: 66.66%;
        flex-basis: 66.66%;
    }
    .col-xl-9{
        max-width: 75%;
        flex-basis: 75%;
    }
    .col-xl-10{
        max-width: 83.33%;
        flex-basis: 83.33%;
    }
    .col-xl-11{
        max-width: 91.66%;
        flex-basis: 91.66%;
    }
    .col-xl-12{
        max-width: 100%;
        flex-basis: 100%;
    }
    .recent-projects-slider{
        max-width: 57%;
        flex-basis: 57%;
    }
    .wrapper-thumbnail-slider{
        max-width: 43%;
        flex-basis: 43%;
    }
}

@media screen and (min-width: 1440px){
    html{
        font-size: calc(var(--font-size) - 0.13em);
    }
    .container{
        max-width: 1200px;
    }
    .col-xxl-1{
        max-width: 8.33%;
        flex-basis: 8.33%;
    }
    .col-xxl-2{
        max-width: 16.66%;
        flex-basis: 16.66%;
    }
    .col-xxl-3{
        max-width: 25%;
        flex-basis: 25%;
    }
    .col-xxl-4{
        max-width: 33.33%;
        flex-basis: 33.33%;
    }
    .col-xxl-5{
        max-width: 41.66%;
        flex-basis: 41.66%;
    }
    .col-xxl-6{
        max-width: 50%;
        flex-basis: 50%;
    }
    .col-xxl-7{
        max-width: 58.33%;
        flex-basis: 58.33%;
    }
    .col-xxl-8{
        max-width: 66.66%;
        flex-basis: 66.66%;
    }
    .col-xxl-9{
        max-width: 75%;
        flex-basis: 75%;
    }
    .col-xxl-10{
        max-width: 83.33%;
        flex-basis: 83.33%;
    }
    .col-xxl-11{
        max-width: 91.66%;
        flex-basis: 91.66%;
    }
    .col-xxl-12{
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media screen and (min-width: 1920px){
    html{
        font-size: var(--font-size);
    }
    .container{
        max-width: 1500px;
    }
    .col-xxxl-1{
        max-width: 8.33%;
        flex-basis: 8.33%;
    }
    .col-xxxl-2{
        max-width: 16.66%;
        flex-basis: 16.66%;
    }
    .col-xxxl-3{
        max-width: 25%;
        flex-basis: 25%;
    }
    .col-xxxl-4{
        max-width: 33.33%;
        flex-basis: 33.33%;
    }
    .col-xxxl-5{
        max-width: 41.66%;
        flex-basis: 41.66%;
    }
    .col-xxxl-6{
        max-width: 50%;
        flex-basis: 50%;
    }
    .col-xxxl-7{
        max-width: 58.33%;
        flex-basis: 58.33%;
    }
    .col-xxxl-8{
        max-width: 66.66%;
        flex-basis: 66.66%;
    }
    .col-xxxl-9{
        max-width: 75%;
        flex-basis: 75%;
    }
    .col-xxxl-10{
        max-width: 83.33%;
        flex-basis: 83.33%;
    }
    .col-xxxl-11{
        max-width: 91.66%;
        flex-basis: 91.66%;
    }
    .col-xxxl-12{
        max-width: 100%;
        flex-basis: 100%;
    }
    .services-section .row-services .column-service{
        max-width: 33.33%;
        flex-basis: 33.33%;
    }
}

@media all and (min-width: 2300px){
	html{
        font-size: calc(var(--font-size) + 0.27em);
    }
    .container{
        max-width: 1900px;
    }
}

@media all and (min-width: 2560px){
	html{
        font-size: calc(var(--font-size) + 0.32em);
    }
    .container{
        max-width: 2050px;
    }
}

@media all and (min-width: 2800px){
	html{
        font-size: calc(var(--font-size) + 0.5em);
    }
    .container{
        max-width: 2350px;
    }
}

@media all and (min-width: 3440px){
	html{
        font-size: calc(var(--font-size) + 0.7em);
    }
    .container{
        max-width: 2600px;
    }
}

@media all and (min-width: 3800px){
	html{
        font-size: calc(var(--font-size) + 0.9em);
    }
    .container{
        max-width: 2900px;
    }
}

@media screen and (max-width: 991px){
    .wrapper-text p, .wrapper-btn a, .line-btn a, .wrapper-btn button, .line-btn button, .wrapper-list ul li, .wrapper-list ol li, .wrapper-list p, #main-other-section .wrapper-breadcrumb a, #main-other-section .wrapper-breadcrumb p, #main-other-section .wrapper-breadcrumb span{
        font-size: 1.4em;
    }
    label{
        font-size: 1.3em;
    }
    input, textarea{
        font-size: 1.3em;
    }
    .header .languages{
        margin-top: 0.4em;
    }
    .header .languages a{
        font-size: 1.6em;
    }
    .header .nav{
        display: none;
    }
    .header .hamburger{
        display: block;
    }
    .header .hamburger .fa-bars{
        font-size: 2.5em;
    }
    .recent-projects-section #our-projects-title-1, .recent-projects-section .wrapper-thumbnail-slider{
        max-width: 760px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.3rem;
        padding-right: 1.3rem;
    }
    .recent-projects-section .wrapper-thumbnail-slider{
        margin-top: 1em;
    }
    .recent-projects-section #thumbnail-slider .splide__track{
        margin-top: 3em;
        height: auto;
    }
    .recent-projects-section #thumbnail-slider .splide__arrows{
        margin-top: 1em;
        order: 2;
        justify-content: center;
    }
    .recent-projects-section{
        padding-top: 7em;
        padding-bottom: 8em;
    }
    .recent-projects-section #our-projects-title-1{
        display: block;
        margin-bottom: 3em;
    }
    .recent-projects-section #our-projects-title-2{
        display: none;
    }
    .about-us-section{
        padding-top: 1em;
        padding-bottom: 8em;
    }
    .about-us-section .wrapper-img{
        transform: translateY(-6em);
    }
    .references-section .reference-item a .wrapper-img::before{
        left: 1.5em;
        top: 1.5em;
        right: 1.5em;
        bottom: 1.5em;
    }
    .footer .footer-item{
        align-content: flex-start;
    }
    .footer .footer-item-3, .footer .footer-item-4{
        margin-top: 4em;
    }
    .footer .footer-item-5 .wrapper-text{
        text-align: left;
    }
    .footer{
        font-size: 1.3em;
    }
}

@media screen and (max-width: 767px){
    .header .header-logo{
        width: 15em;
    }
    .column-service .service-item{
        padding: 2.5em;
    }
    .footer .footer-item-2{
        margin-top: 4em;
    }
    /* .main-section .wrapper-title h1 strong{
        display: block;
    } */
}

@media screen and (max-width: 390px){
    html{
        font-size: calc(var(--font-size) - 0.40em);
    }
}

@media screen and (orientation: portrait){
    .main-section{
        height: 65vh !important;
    }
    .main-section .wrapper-content{
        margin-bottom: -18em;
    }
    .recent-projects-section{
        padding-top: 26em;
    }
}