
/*------------------------------------------------------- Hero Section -------------------------------------------------*/
@font-face {
    font-family: 'Mont';
    src: url(../fonts/Mont-Bold.ttf);
  }

html {
    overflow-x: hidden;
}
body {
    width: 100%;
    overflow-x: hidden !important;
}

#about-us-section {
    background-color: #fff;
}

#about-us-section p {
    /* font-size: 18px; */
    max-width: 510px;
    font-size: 20px;
    font-family: 'Dosis';
    font-weight: 300;
    color: #000;
}

#about-us-section h1 {
    color: #000;
}

#about-us-section h1 {
    color: #000;
}


#about-us-section .img-div img {
    width: 100%;
}


#home-section .traka p {
    text-align: left !important;
}

#about-us-section .big-heading {
    padding-bottom: 50px;
    padding-top: 50px;
    max-width: 800px;
    position: relative;
}

#about-us-section .big-heading h2 {
    z-index: 0;
    color: #f1f1f1;
    position: absolute;
    top: -10px;
    right: -810px;
    font-family: 'Dosis';
    font-weight: 600 !important;
    font-size: 260px;

    /* font-family: 'Open Sans'; */
}

#about-us-section .big-heading h1 {
    z-index: 0;
    max-width: 350px !important;
    font-size: 40px;
    font-family: 'Dosis';
    font-weight: 700;
    /* line-height: 90px */
    padding-bottom: 20px;
}


/*------------------------------------------------------  info-section  ---------------------------------------------*/


#info-section  {
    padding: 0 200px;
}

#info-section ul {
    list-style: none;
}

#info-section .info-div ul li p {
    max-width: 400px;
    font-size: 25px;
    font-family: 'Dosis';
    list-style: none;
    font-weight: 500;
}

#info-section .info-div ul li a {
    max-width: 400px;
    font-size: 25px;
    font-family: 'Dosis';
    list-style: none;
    color: #000;
    font-weight: 400;
}


#info-section .info-div h2 {
    max-width: 400px;
    font-size: 35px;
    font-family: 'Dosis';
    list-style: none;
    font-weight: 700;
    padding-bottom: 40px;
}

#info-section .map-div {
    height: 400px;
    width: 600px;
    overflow: hidden;
    background-color: #ccc;
}




/*------------------------------------------------------  all-contacts-section ---------------------------------------------*/


#all-contacts-section {
    padding: 0 200px;
}

#all-contacts-section ul {
    list-style: none;
}

#all-contacts-section ul li a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: "Dosis";
}

#all-contacts-section h4{
    font-size: 28px;
    font-weight: bold;
    font-family: "Dosis";
}


#all-contacts-section ul li .mail{
    text-decoration: underline;
    color: #AB1717;
    font-size: 18px;
    font-weight: 400;
    font-family: "Open Sans";
}

#all-contacts-section ul li .phone{
    font-weight: 400;
}

#all-contacts-section h3{
    display: inline-block;
    width: fit-content;
    border-bottom: 2px solid black;
    font-size: 28px;
    font-weight: bold;
    font-family: "Dosis";
}

/*------------------------------------------------------  form-section ---------------------------------------------*/


#form-section {
    background-color: #F2F2F2;
}

#form-section h2 {
    line-height: 50px;
    font-size: 60px;
}

#form-section p {
    line-height: 50px;
    font-size: 32px;
}



#form-section .input-fileds {
    margin-left: auto;
    margin-right: auto;
    max-width: 635px;
}

#form-section .input-fileds label {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
}

#form-section .input-fileds input {
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: none !important;
    border: none;
}


#form-section .input-fileds textarea {
    display: block;
    width: 100%;
    height: 250px;
    border-radius: none !important;
    border: none;
    resize: none;
}

#form-section .input-fileds button {
    color: #AB1717;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Dosis';
    border: 1px solid #AB1717;
    padding: 10px 50px;
    /* width: 180px;
    height: 54px; */
}

#form-section .input-fileds button:hover {
    color: #fff;
    background-color: #AB1717;
}

@media screen and (max-width: 1450px) {
    #about-us-section {
       padding: 0 100px !important;
    }

    #info-section {
        padding: 0 100px;
     }

     #all-contacts-section {
        padding: 0 100px;
    }

    
    #section-description {
        padding: 0px 50px 100px 100px;
    }

    .reference-section {
        padding: 0 100px !important;
    }
    
    #section-projekts  {
        padding: 50px 100px !important;
    }
    
}

@media screen and (max-width: 1250px) {
    #about-us-section {
       padding: 0 50px !important;
    }

    #info-section {
        padding: 0 50px;
     }

     #all-contacts-section {
        padding: 0 50px;
    }

    
    #section-description {
        padding: 0 50px !important;
    }

    .reference-section {
        padding: 0 50px !important;
    }
    
    #section-projekts  {
        padding: 50px 50px !important;
    }
    
}

@media screen and (max-width: 1150px) {
    #about-us-section {
       padding: 0 30px !important;
    }

    #info-section {
        padding: 0 30px;
     }

     #all-contacts-section {
        padding: 0 30px;
    }

     #form-section {
        padding: 0 30px;
    }

        
    #section-description {
        padding: 0 30px !important;
    }

    .reference-section {
        padding: 0 30px !important;
    }
    
    #section-projekts  {
        padding: 50px 30px !important;
    }

    #info-section .map-div {
        height: 280px;
        width: 500px;
        background-color: #ccc;
    }

    #all-contacts-section h4{
        font-size: 25px;
    }
    
    #all-contacts-section ul li a {
        text-decoration: none;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        font-family: "Dosis";
    }

    #all-contacts-section .staff-contact {
        text-align: center;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    
}

@media screen and (max-width: 767px) {

    #about-us-section  .big-heading {
        padding: 0px;
        width: fit-content;
    }

    #about-us-section  .big-heading h1{
        margin: auto;
    }

    #about-us-section  .big-heading p,#about-us-section  .big-heading h1 {
        
    }
    
    #about-us-section  .big-heading p {
        
    
    }
    
    #about-us-section .big-heading h2 {
        display: none;
    }

    #form-section p {
        line-height: 20px;
        font-size: 18px;
    }

    #form-section h2 {
        line-height: 30px;
        font-size: 40px;
    }
 
    #info-section .map-div {
        max-height: 280px;
        max-width: 500px;
        width: 100%;
        background-color: #ccc;
    }  

        
    #info-section .info-div ul li p {
        max-width: 400px;
        font-size: 18px;
        font-family: 'Dosis';
        list-style: none;
        font-weight: 500;
    }

    #info-section .info-div ul li a {
        max-width: 400px;
        font-size: 18px;
        font-family: 'Dosis';
        list-style: none;
        color: #000;
        font-weight: 400;
    }

        
}

@media screen and (max-width: 450px) {
    #form-section h2 {
        line-height: 30px;
        font-size: 26px;
    }

    #form-section p {
        line-height: 20px;
        font-size: 16px;
    }
    
    #form-section .input-fileds label {
        font-family: "Dosis";
        font-size: 14px;
        font-weight: 600;
    }

    #form-section .input-fileds button {
        color: #AB1717;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Dosis';
        border: 1px solid #AB1717;
        padding: 7px 30px;
        /* width: 180px;
        height: 54px; */
    }

    #about-us-section .big-heading h2 {
        display: none;
    }

    /* #about-us-section .big-heading h1 {
        f
    } */
    
    #about-us-section .big-heading {
        text-align: center;
        padding: 0px;
    }

    #about-us-section .big-heading p {
        font-size: 16px;
    }
}



/*----------------------------------------------------------------------- ONAMA PAGE STYLE ------------------------------------------------------------------------*/


#section-description {
    padding: 0px 50px 200px 200px;
}

#about-us-section .big-heading .onama-big-heading h2 {
    top: 30px;
    font-size: 300px;
}

#about-us-section .big-heading .onama-big-heading p {
    max-width: 780px !important;
    font-weight: 300;
    line-height: 28px;
}

#about-us-section .big-heading .onama-big-heading span {
    text-transform: uppercase;
    font-weight: 600;
}

#about-us-section .big-heading .onama-big-heading .numb-1, #section-description p span {
    font-size: 28px;
    font-weight: 600;
}

#section-description p {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Dosis';
    line-height: 25px;
}

@media screen and (max-width: 767px) {  
    #about-us-section .big-heading .onama-big-heading .numb-1, #section-description p span {
        font-size: 24px;
    }

    #section-description p {
        font-size: 16px;
    }

    #about-us-section .tim-page .big-heading p {
        font-size: 16px !important;
    }
    
}





/*----------------------------------------------------------------------- TIM PAGE STYLE ------------------------------------------------------------------------*/

#about-us-section .tim-page .big-heading br {
    /* max-width: 100% !important; */
    display: none;

}

#about-us-section .tim-page .big-heading p {
    max-width: 700px;
    font-weight: 300;
    font-size: 20px;
}

#about-us-section .tim-page .big-heading p span{
    text-transform: uppercase;
    font-weight: 600;
}


#about-us-section .tim-page  h2 {
    font-size: 350px;
    top: -40px;
    right: -500px;
}


#about-us-section .tim-page .big-heading h1 {
    max-width: 100% !important;

}



/*----------------------------------------------------------------------- REFERENCE PAGE STYLE ------------------------------------------------------------------------*/

#reference-section .tim-page .reference-div  h1 {
    z-index: 9;
    position: relative;
}

#reference-section .big-heading {
    padding-bottom: 50px;
    padding-top: 50px;
    max-width: 800px;
    position: relative;
}

#reference-section .tim-page .reference-div  h2 {
    position: absolute;
    font-size: 300px;
    top: -20px;
    left: 250px;
    z-index: 0;
    color: #f1f1f1;
}

.reference-section {
    padding: 0 150px;
}

#section-projekts  {
    padding: 50px 150px;
}

#section-projekts .projekt-info h3 {
    text-align: left;
    line-height: 30px;
}

#section-projekts .projekt-info p {
    text-align: left;
    color: #B3B3B3;
    font-size: 1.75rem;
    line-height: 30px;
}

#section-projekts a {
    overflow: hidden;
    display: block;
    max-height: 250px;
    max-width: 300px;
}

#section-projekts hr {
    border-bottom: 1.45px solid #000;
}

#section-projekts .gallery .arrwo-div {
    /* margin-top: -30px; */
    position: relative;
    width: 60px;
    height: fit-content;
    z-index: 88;
    top: -35px;
}

#section-projekts .gallery .arrwo-div a{
    /* margin-top: -30px; */
    width: 25px !important;
    display: block !important;
    height: 25px !important;
}


@media screen and (max-width: 1080px) {
    #section-projekts .projekt-info h3 {
        text-align: left;
        line-height: 25px;
        font-size: 1.55rem;
    }
    
    #section-projekts .projekt-info p {
        text-align: left;
        color: #B3B3B3;
        font-size: 1.55rem;
        line-height: 25px;
    }
}

@media screen and (max-width: 992px) {
    #section-projekts .projekt-info {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
        /* margin-bottom: 30px; */
    }

    #section-projekts .projekt-info h3, #section-projekts .projekt-info p {
        text-align: center;
        /* line-height: ; */
    }
}

@media screen and (max-width: 767px) {
    #section-projekts .gallery .arrwo-div {
        /* margin-top: -30px; */
        position: relative;
        width: 100%;
        height: fit-content;
        z-index: 88;
        top: -75px;
    }
    #section-projekts a {
        overflow: hidden;
        display: block;
        max-height: fit-content;
        max-width: 100%;
    }
}

@media screen and (max-width: 580px) {

    #section-projekts  {
        padding-top: 0px !important;
    }
    #reference-section .big-heading {
        padding-bottom: 0px;
        padding-top: 20px;
        max-width: 800px;
        position: relative;
    }

    #reference-section .container-fluid {
        margin-bottom: 0px !important;
    }

    #reference-section .tim-page .reference-div  h2 {
        display: none;
    }

    #reference-section .tim-page .reference-div  h1 {
        font-size: 30px !important;
    }

    #section-projekts .projekt-info h3 {
        line-height: 20px;
        font-size: 1.3rem;
    }
    
    #section-projekts .projekt-info p {
        font-size: 1.3rem;
        line-height: 20px;
    }
}

/*----------------------------------------------------------------- Refernce galler style --------------------------------------------------------*/
