@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 40px;
    line-height: 64px;
    color: #ffffff;
}

h2 {
    font-size: 29px;
    line-height: 54px;
    color: #707070;
}

h4 {
    font-size: 28px;
    color: #7B7B7B;
}

h6 {
    font-weight: 700;
    font-size: 50px;
    color: #F22626;
}
p {
    font-size: 30px;
    color: #707070;
    margin: 15px 0 20px 0;
}

.section-p1 {
    padding: 40px 80px
}

.section-m1 {
    margin: 40px 0px
}

body {
    width: 100%;
}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #000000;
}

#logo-head {
    width: 213px;    
}

nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 30px;
    z-index: 2;
    margin-right: 30px;
}

#close {
    display: none;
}

nav ul {
    display: flex;
    gap: 50px;
}

nav li{
    list-style: none;
    display: flex;
    flex-direction: row;
    text-align: center;
    position: relative;
}

nav li a {
    text-decoration: none;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    transition: 0,3s ease;
}

#mobile{
    display: none;
    align-items: center;
}

nav li a:hover, 
nav li a.active {
    color: #F22626;
}

nav li a::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 7px;
    width: 0;
    height: 2px;
    background-color: #F22626;
    transition: width 0.3s ease-in-out;
}

nav li a:hover::after {
    width: 95%;
}

nav li a::before {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 7px;
    width: 0;
    height: 2px;
    background-color: #F22626;
    transition: width 0.3s ease-in-out;
}

nav li a:hover::before {
    width: 95%;
}


nav .btn {
    border: 2px solid rgba(255, 255, 255);
    background-color: #000000; 
    border-radius: 15px;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 20px;
    font-size: 40px;
    text-decoration: none;
    font-weight: 700;
}
    nav .btn li a {
    color: rgb(255, 255, 255);
    border-radius: 15px;
    font-size: 40px;
    }
    
    nav .btn:hover {
        transition: 0.3s ease-in-out;
    background-color: #F22626;
    border: 2px solid #F22626;
}
nav .btn:hover {
    color: #000000;

}

#background {
    position: relative; top: 0; left: 0;
}

#background .backgroundsekcia {
    width: 100%;
    z-index: 1;
    height: 1200px;
    position: relative; left: 0; top: 0px;
    padding-top: 15px;
    background-image: linear-gradient(black, #f22626, black );
}

#background .backgroundsekcia h1 {
    font-size: 70px;
    line-height: 90px;
    position: relative; left: 0; top: 0px;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 20%;
    padding-right: 25%;
    padding-left: 10%;
}

#background .backgroundsekcia .btn2 {
    position: relative; left: 10%; top: 0px;
    border: 2px solid rgb(255, 255, 255);
    background-color: transparent; 
    border-radius: 15px;
    list-style: none;
    cursor: pointer;
    margin-top: 2%;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    transition: 0,3s ease;
    padding: 5px 20px;
}
#background .backgroundsekcia .btn2 a {
    color: white;
    border-radius: 15px;
    padding: 5px 20px;
    text-decoration: none;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    transition: 0,3s ease;
    list-style: none;
    z-index: 5;
    }
    
    #background .backgroundsekcia .btn2:hover {
    z-index: 5;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}






.sekciaponuka {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 150px;
    margin-left: 25%;
    margin-right: 25%;
}

.sekciaponuka img {
    max-width: 160px; /* prispôsob rozmery obrázkov podľa potreby */
    margin-right: 20px;
}

.content {
    flex: 1;
}

.sekciaponuka h2 {
    font-size: 38px;
    color: #F22626;
    margin-bottom: 10px;
}







#sluzby {
    position: relative; top: 0px;
    width: 100%;
    background-color: #000000;
}


#sluzby .sluzbysekcia1 h2 {
    position: relative;
    padding-top: 70px;
    margin: 0;
    text-align: center;
    font-size: 70px;
    line-height: 64px;
    color: #ffffff;

}

#sluzby .sluzbysekciamain {
    padding-top: 100px;
    margin-left: 15%;
    margin-right: 15%;
    display: flex;
    flex-wrap: wrap;
}

#sluzby .sluzbysekcia2 {
    flex: 1 0 40%; /* Adjust the width as needed */
    padding: 20px;
    padding-bottom: 100px;
    overflow: auto;
    margin: 5px; /* Add margin for spacing between items */
    box-sizing: border-box; /* Ensure padding is included in width calculation */
    max-width: 50%;
}


#sluzby .sluzbysekcia2 img {
    float: left;
    max-width: 100px; /* prispôsob rozmery obrázkov podľa potreby */
    margin-right: 30px;
}

#sluzby .sluzbysekcia2 .content2 {
    flex: 1;
    overflow: hidden;

}

#sluzby .sluzbysekcia2  h1 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 0px;
    margin: 0;
}

html {
    scroll-behavior: smooth;
  }



  #myBtn {
    visibility: hidden; /* Hidden by default */
    opacity: 0; /* Initially transparent */
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: 10px solid;
    border-image-source: linear-gradient(to left, #720000, #f70505);
    border-image-slice: 1;
    border-width: 5px;
    outline: none;
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 15px;
    padding-right: 17px;
    padding-left: 17px;
    font-size: 18px;
    transition: opacity 0.4s ease, visibility 0.4s ease; /* Smooth transition */
  }

  
  
  #myBtn.show {
    visibility: visible; /* Show when scroll threshold is met */
    opacity: 1; /* Fully visible */

  }
  
  #myBtn:hover {
    background-image: linear-gradient(to left, #720000, #f70505);
  }
#section-three {
    background-color: #ffffff;
    margin-top: 150px;
    margin-bottom: 150px;
}

#section-three-text {

    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 103vh;
    padding-right: 20px;
    padding-left: 20px;
}

#section-three-text h2 {

    color: #000000;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
}

#section-three-text p {

    color: #707070;
    font-size: 24px;
    font-weight: 500;
}


#section-four {
    background-color: #000000;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    
}

#section-fourt {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

#section-fourt h2 {

    color: #F22626;
    font-size: 24px;

}

.section-four-text {
    display: flex;
    flex-direction: row;
    max-width: 103vh;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    overflow-wrap: break-word;
}

.section-four-text i {
    color: #F22626;
    font-size: 40px;
    max-width: 30px;
    justify-content: baseline;
    margin-top: auto;
    margin-bottom: auto;
}

.section-four-text p {

    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-left: 50px;
}

.section-four-text span {

    font-size: 20px;
    color: #F22626;
    font-weight: 700;
}


#aboutsekcia {
    position: relative; top: 0px; left: 0;
    max-width: 103vh;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    background-color: #ffffff; 
    margin-top: 250px;
    margin-bottom: 250px;
    padding-left: 20px;
    padding-right: 20px;
}

#aboutsekcia .about2 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

#aboutsekcia .about2 h3 {
    z-index: 8;
    width: 100%;
    font-size: 40px;
    color: #000;
}


#aboutsekcia .about2 p {
    font-size: 24px;
}

#aboutsekcia .about2 .btn4 {
    position: relative; left: 0px; top: 50px;
    border: 4px solid rgb(0, 0, 0);
    background-color: transparent; 
    border-radius: 15px;
    list-style: none;
    cursor: pointer;
    margin-bottom: 45%;
    padding: 5px 20px;
    list-style: none;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
}
#aboutsekcia .about2 .btn4 a {
    color: rgba(0, 0, 0);
    border-radius: 15px;
    padding: 5px 20px;
    text-decoration: none;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    transition: 0,3s ease;
    list-style: none;
    }
    
    #aboutsekcia .about2 .btn4:hover {
    background-color: #F22626;
    border: 4px solid #F22626;
}
#aboutsekcia .about2 .btn4 a:hover {
    color: #000000;

}



#kontaktmainn {
 color: #000000;
}



#tsparticles {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #000000;
    filter: blur(8px);
    -webkit-filter: blur(8px);

    scale: 120%;
}




#footer {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 50px;
}

#divgroups-1 {
    display: flex;
    justify-content: space-evenly;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
}




#footer .footergroup {
    display: flex;
    flex-direction: column;
}

#footer .footergroup1 img {
    width: 370px;
}

#footer .footergroup1 h2 {
    color: #F22626;
    font-size: 16px;
}


#footer .footergroup h3 {
    color: #F22626;
    font-size: 24px;
}

#footer .footergroup a {
    color: #707070;
    font-size: 20px;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    margin-top: 10px;
}

#footer .footergroup a:hover {

    color: #F22626;
    transition: ease-in-out 0,3s;
}

#footer .divgroups-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
}

#footer .divgroups-2 .line {
    max-width: 80%;
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #F22626;
    height: 3px;


}

#footer .divgroups-2 h4 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
}



/* O nas */

#ONASMAIN {
position: relative; top: 0px; left: 0px;
max-width: 100%;
background-color: #000000;
padding-top: 2%;
}

#ONASMAIN .onas2 h4 a {
    color: #F22626;
    font-size: 28px;
    text-decoration: none;
}


#ONASMAIN .onas2 {
    position: relative; top: 0px; left: 0px;
    margin-top: 100px;
    margin-left: 3%;
    margin-right: 3%;
    padding-bottom: 10%;
}

#ONASMAIN .onas2 h6 {
    position: relative; left: 0; top: 0;
    font-size: 35px;
    width: 100%;
    padding-bottom: 1cm;
}

#ONASMAIN .onas2 h4 {
    width: 100%;
    padding-bottom: 1cm;
}

#ONASMAIN .onas2 h4:hover {
    color: #F22626;
}






/* width */
::-webkit-scrollbar {
    width: 7px; /* Adjust the width according to your preference */
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #000000; /* Light grey */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #888; /* Dark grey */
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Darker grey */
}







/* Ponuka   */

#PONUKAMAIN2 {


    background-color: #000000;
    padding-bottom: 30px;

}




.sekcianadpis h1 {
    margin: 0;
    padding-top: 100px;
    font-size: 70px;
    text-align: center;
}



.sekciaponuka {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 150px;
    margin-left: 25%;
    margin-right: 25%;
}

.sekciaponuka img {
    max-width: 160px; /* prispôsob rozmery obrázkov podľa potreby */
    margin-right: 20px;
}

.content {
    flex: 1;
}

.sekciaponuka h2 {
    font-size: 38px;
    color: #F22626;
    margin-bottom: 10px;
}

.sekciaponuka p {
    font-size: 28px;
    color: #8F8F8F;
}



#PONUKAMAIN {

    position: relative; top: 100px; left: 100px;
    width: 80%;
}

#PONUKAMAIN .ponuka {
position: relative; top: 0px; left: 0px;
}


#PONUKAMAIN .ponuka h6 {
    padding-bottom: 20px;
}

#PONUKAMAIN .ponuka h4 {
    padding-bottom: 10px;
    max-width: 90%;
    clear: both;
    overflow: hidden;
    white-space: wrap;
}


/* Kontakt */ 

#KONTAKTMAIN {
    position: relative; top: 0px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}


#KONTAKTMAIN .kontakttext {
    flex: 1 0 40%; /* Adjust the width as needed */
    padding: 20px;
    padding-bottom: 0px;
    overflow: hidden;
    margin: 5px; /* Add margin for spacing between items */
    box-sizing: border-box; /* Ensure padding is included in width calculation */
    max-width: 100%;

}

#KONTAKTMAIN .kontakttext img {
    margin-right: 10%;
    margin-top: 15%;
    float: right;
}

#KONTAKTMAIN .kontakttext h1 {
    margin-top: 20%;
    margin-left: 10%;
    font-size: 100px;
}

#KONTAKTMAIN .kontakttext button {
    margin-left: 10%;
    border: 2px solid rgb(255, 255, 255);
    background-color: transparent; 
    border-radius: 15px;
    list-style: none;
    cursor: pointer;
    font-size: 35px;
}


#KONTAKTMAIN .kontakttext button li a {
    color: white;
    border-radius: 15px;
    padding: 5px 20px;
    text-decoration: none;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    transition: 0,3s ease;
    list-style: none;
    z-index: 5;
    }
    
    #KONTAKTMAIN .kontakttext button:hover {
    z-index: 5;
    background-color: #F22626;
    border: 2px solid #F22626;
}
#KONTAKTMAIN .kontakttext button li a:hover {
    color: #000000;
    z-index: 5;
}


#KONTAKTMAIN2 {
    position: relative; top: 0px;
    padding: 0;
    margin: 0;
    margin-top: 20%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30%;
}

#KONTAKTMAIN2 .kontakttext2 {
    flex: 1 0 40%; /* Adjust the width as needed */
    padding: 20px;
    padding-bottom: 0px;
    overflow: hidden;
    margin: 5px; /* Add margin for spacing between items */
    box-sizing: border-box; /* Ensure padding is included in width calculation */
    max-width: 100%;
    margin-top: 20%;
    margin-right: 7%;
}



#KONTAKTMAIN2 .kontakttext2 h4 {
    color: #ffffff;
    font-size: 40px;
    padding-top: 2%;
    padding-bottom: 2%;


}

#KONTAKTMAIN2 .kontakttext2 h3 {
    color: #ffffff;
    font-size: 40px;
    padding-bottom: 5%;
    margin-left: 10%;

}

#KONTAKTMAIN2 .kontakttext2 h5 {
    color: #707070;
    font-size: 30px;
    margin-left: 10%;

}

#KONTAKTMAIN2 .kontakttext2 h4 {
    margin-left: 10%;
}


#KONTAKTMAIN2 .kontakttext2 button {
    margin-left: 10%;
    border: 2px solid rgb(255, 255, 255);
    background-color: transparent; 
    border-radius: 15px;
    list-style: none;
    cursor: pointer;
    font-size: 35px;
}


#KONTAKTMAIN2 .kontakttext2 button li a {
    color: white;
    border-radius: 15px;
    padding: 5px 20px;
    text-decoration: none;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    transition: 0,3s ease;
    list-style: none;
    z-index: 5;
    }
    
    #KONTAKTMAIN2 .kontakttext2 button:hover {
    z-index: 5;
    background-color: #F22626;
    border: 2px solid #F22626;
}
#KONTAKTMAIN2 .kontakttext2 button li a:hover {
    color: #000000;
    z-index: 5;
}





/*GDPR*/

#GDPRMAIN {
    position: relative; top: 0px; left: 0px;
    justify-content: center;
    align-items: left;
    text-align: left;
    padding: 0;
    margin: 0;
    background-color: #000000;
    padding-top: 5%;
    padding-bottom: 10%;

}

#GDPRMAIN .GDPRtext {
    position: relative; top: 50px; left: 0px;
    margin-left: 20%;
    margin-right: 20%;


}

#GDPRMAIN .GDPRtext2 {
    position: relative; top: 100px; left: 0px;
    margin-left: 20%;
    margin-right: 20%;
}


#GDPRMAIN .GDPRtext2 p {
    padding-top: 50px;
    font-weight: 600;
}

#GDPRMAIN .GDPRtext2 p span {
    color: #F22626
}


/* Prečo my ? */ 

#REFERENCIEMAIN {
    position: relative; top: 50px; left: 0px;
    max-width: 95%;    
}

#REFERENCIEMAIN .referencie {

    margin-left: 100px;
}

#REFERENCIEMAIN .referencie2 {

    margin-left: 100px;
}

#REFERENCIEMAIN .referencie3 {

    margin-left: 100px;
}

#REFERENCIEMAIN .referencie h6 {
    max-width: 95%; 
}


#REFERENCIEMAIN .referencie h3 {
    font-size: 30px;
    color:#707070;
    padding-bottom: 10px;
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie h4 {
    max-width: 95%;
    padding-bottom: 15px;
}



#REFERENCIEMAIN .referencie2 h6 {
    padding-bottom: 20px;  
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie2 h4 {
    max-width: 90%;
    padding-bottom: 20px;    
}

#REFERENCIEMAIN .referencie3 {
    position: relative; right: 10px; top: 50px;
    gap: 100px;
    max-width: 95%;
    z-index: 5;  
} 


/* štýl pre kruhy */
.red-circle {
    width: 50px;
    height: 50px;
    background-color: #F22626;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    color: white;
    font-weight: bold;
    margin-right: 10px;
    font-size: 28px;
    margin-bottom: 50px;
}

/* štýl pre text vedľa kruhov */

.point-texta {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
}

.point-textb {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
}

.point-textc {
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;
}

.point-textd {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    padding-bottom: 20px;
}

.point-texte {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
}

.point-textf {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
}

.point-text h4 {
    font-size: 28px;
    color: #7B7B7B;
}





@media (max-width:1920px) {

    #navbar{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 113px;
        background: #000000;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0px;
        gap: 30px;
        padding-right: 50px;
        z-index: 6;
    }


    
    #sluzby .sluzbysekciamain {
        padding-top: 100px;
        margin-left: 5%;
        margin-right: 5%;
        display: flex;
        flex-wrap: wrap;
    }

    
 
    #referencie3 .pro5 h4 {
        position: relative; left: 15px; bottom: 0px;
        clear: both;
        display: inline-block;
        overflow: hidden;
        white-space: wrap;
        width: 90%;
    }
}










@media (max-width:1536px) {
   




    #navbar{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 113px;
        background: #000000;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0px;
        gap: 30px;
        padding-right: 50px;
        z-index: 6;
    }



#close {
    display: none;
}







}

@media (max-width:1535px) {


    /* Kontakt */ 

#KONTAKTMAIN {
    position: relative; top: 0px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}


#KONTAKTMAIN .kontakttext {
    flex: 1 0 40%; /* Adjust the width as needed */
    padding: 20px;
    padding-bottom: 0px;
    overflow: hidden;
    margin: 5px; /* Add margin for spacing between items */
    box-sizing: border-box; /* Ensure padding is included in width calculation */
    max-width: 100%;

}

#KONTAKTMAIN .kontakttext img {
    margin-right: 10%;
    margin-top: 5%;
    width: 500px;
    float: right;
}

#KONTAKTMAIN .kontakttext h1 {
    margin-top: 6%;
    margin-left: 0%;
    font-size: 70px;
}

#KONTAKTMAIN .kontakttext button {
    margin-left: 0%;
    border: 2px solid rgb(255, 255, 255);
    background-color: transparent; 
    border-radius: 15px;
    list-style: none;
    cursor: pointer;
    font-size: 35px;
}


#KONTAKTMAIN .kontakttext button li a {
    color: white;
    border-radius: 15px;
    padding: 5px 20px;
    text-decoration: none;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    transition: 0,3s ease;
    list-style: none;
    z-index: 5;
    }
    
    #KONTAKTMAIN .kontakttext button:hover {
    z-index: 5;
    background-color: #F22626;
    border: 2px solid #F22626;
}
#KONTAKTMAIN .kontakttext button li a:hover {
    color: #000000;
    z-index: 5;
}


#KONTAKTMAIN2 {
    position: relative; top: 0px;
    padding: 0;
    margin: 0;
    margin-top: 25%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25%;
}

#KONTAKTMAIN2 .kontakttext2 {
    flex: 1 0 40%; /* Adjust the width as needed */
    padding: 20px;
    padding-bottom: 0px;
    overflow: hidden;
    margin: 5px; /* Add margin for spacing between items */
    box-sizing: border-box; /* Ensure padding is included in width calculation */
    max-width: 100%;
    margin-top: 20%;
    margin-right: 7%;

}



#KONTAKTMAIN2 .kontakttext2 h4 {
    color: #ffffff;
    font-size: 28px;
    padding-top: 2%;
    padding-bottom: 2%;

}

#KONTAKTMAIN2 .kontakttext2 h3 {
    color: #ffffff;
    font-size: 25px;
    padding-bottom: 5%;
    margin-left: 10%;

}

#KONTAKTMAIN2 .kontakttext2 h5 {
    color: #707070;
    font-size: 25px;
    margin-left: 10%;

}

#KONTAKTMAIN2 .kontakttext2 h4 {
    margin-left: 10%;
}


#KONTAKTMAIN2 .kontakttext2 button {
    margin-left: 10%;
    border: 2px solid rgb(255, 255, 255);
    background-color: transparent; 
    border-radius: 15px;
    list-style: none;
    cursor: pointer;
    font-size: 25px;
}


#KONTAKTMAIN2 .kontakttext2 button li a {
    color: white;
    border-radius: 15px;
    padding: 5px 20px;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    transition: 0,3s ease;
    list-style: none;
    z-index: 5;
    }
    
    #KONTAKTMAIN2 .kontakttext2 button:hover {
    z-index: 5;
    background-color: #F22626;
    border: 2px solid #F22626;
}
#KONTAKTMAIN2 .kontakttext2 button li a:hover {
    color: #000000;
    z-index: 5;
}






    nav {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        position: absolute;
        top: -800px;
        right: 0px;
        height: 450px;
        width: 310px;
        background-color: #000000;
        padding-top: 60px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 50px;
        margin-left: 20px;
        transition: 0.3s;
        z-index: 6;
        border-radius: 20px;
        margin-right: 0;
    }

    nav ul {

        display: flex;
        position: relative;
        top: 0px;
        margin-right: 30px;
        gap: 40px;
        flex-direction: column;

    }

    nav .btn {
        margin-right: 20px;
    }



    nav.active{
        display: flex;
        flex-direction: column;
        top: 0px;

    }


    .logo {
        top: 2px;
    }

    header {
        padding-top: 0px;
        padding-bottom: 5px;
        background: #000000;
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        gap: 30px;
        z-index: 6;
        justify-content: left;
        align-items: start;
    }

    #mobile {
        display: flex;
        align-items: center; 
    }
    
    #mobile i{
        position: absolute;
        color: #ffffff;
        font-size: 60px;
        z-index: 7;
        top: 25px;
        right: 25px;
    }
    #mobile.active{
        display: none;
    }
    
    #close{
        position: absolute;
        display: flex;
        top: 20px;
        left: 20px;
        color: #ffffff;
        font-size: 50px;
        text-decoration: none;
      }
    


    #KONTAKTMAIN {
        position: relative; top: 150px;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 0;
        margin: 0;
        z-index: 1;
    }
    
    
    #KONTAKTMAIN .kontakttext {
        position: relative; top: 50px; left: 0px;
    
    }
    
    #KONTAKTMAIN .kontakttext2 {
        position: relative; top: 70px; left: 0px;
    
    }
    
    #KONTAKTMAIN .kontakttext2 h6 {
    font-size: 28px;
    padding-right: 10px;
    }
    
    
    #KONTAKTMAIN .kontakttext3 {
        position: relative; top: 100px; left: 0px;
    
    }
    
    #KONTAKTMAIN .kontakttext4 {
        position: relative; top: 80px; left: 0px;
    
    }
    
    
    
    #KONTAKTMAIN .kontakttext4 h6 {
        font-size: 28px;
        padding-right: 10px;
    }
    
    #KONTAKTMAIN .kontakttext4 a {
        text-decoration: none;
        font-size: 28px;
        color: #7B7B7B;
        font-weight: 800;
    }
    
    #KONTAKTMAIN .kontakttext4 a:hover {
        color: #F22626;
    }
    
    #KONTAKTMAIN .kontakttext2 h4:hover {
        color: #F22626;
    }
    
    #KONTAKTMAIN .kontakttext h4:hover {
        color: #F22626;
    }
    
    #KONTAKTMAIN .kontakttext3 h4:hover {
        color: #F22626;
    }






}



@media (max-width:1464px) {


    /* Prečo my ? */ 

#REFERENCIEMAIN {
    position: relative; top: 50px; left: 0px;
    max-width: 95%;    
}

#REFERENCIEMAIN .referencie {

    margin-left: 100px;
}

#REFERENCIEMAIN .referencie2 {

    margin-left: 100px;
}

#REFERENCIEMAIN .referencie3 {

    margin-left: 100px;
}

#REFERENCIEMAIN .referencie h6 {
    max-width: 95%; 
}


#REFERENCIEMAIN .referencie h3 {
    font-size: 30px;
    color:#707070;
    padding-bottom: 10px;
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie h4 {
    max-width: 95%;
    padding-bottom: 15px;
}



#REFERENCIEMAIN .referencie2 h6 {
    padding-bottom: 20px;  
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie2 h4 {
    max-width: 90%;
    padding-bottom: 20px;    
}

/* štýl pre kruhy */
.red-circle {
    width: 50px;
    height: 50px;
    background-color: #F22626;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    color: white;
    font-weight: bold;
    margin-right: 10px;
    font-size: 28px;
    margin-bottom: 50px;
}

/* štýl pre text vedľa kruhov */

.point-texta {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
}

.point-textb {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
}

.point-textc {
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;
}

.point-textd {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    padding-bottom: 20px;
}

.point-texte {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
}

.point-textf {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
}

.point-text h4 {
    font-size: 28px;
    color: #7B7B7B;
}

#REFERENCIEMAIN {
    position: relative; top: 50px; left: 0px;
    max-width: 95%;    
}

#REFERENCIEMAIN .referencie {

    margin-left: 100px;
}

#REFERENCIEMAIN .referencie2 {

    margin-left: 100px;
}

#REFERENCIEMAIN .referencie3 {

    margin-left: 100px;
}

#REFERENCIEMAIN .referencie h6 {
    max-width: 95%; 
}


#REFERENCIEMAIN .referencie h3 {
    font-size: 30px;
    color:#707070;
    padding-bottom: 10px;
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie h4 {
    max-width: 95%;
    padding-bottom: 15px;
}



#REFERENCIEMAIN .referencie2 h6 {
    padding-bottom: 20px;  
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie2 h4 {
    max-width: 90%;
    padding-bottom: 20px;    
}

#REFERENCIEMAIN .referencie3 {
    position: relative; right: 10px; top: 50px;
    gap: 100px;
    max-width: 95%;
    z-index: 5;  
} 






}







   









@media (max-width:1280px) {



    
    /* Kontakt */ 

#KONTAKTMAIN {
    position: relative; top: 0px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}


#KONTAKTMAIN .kontakttext {
    flex: 1 0 40%; /* Adjust the width as needed */
    padding: 10px;
    padding-bottom: 0px;
    overflow: hidden;
    margin: 3px; /* Add margin for spacing between items */
    box-sizing: border-box; /* Ensure padding is included in width calculation */
    max-width: 100%;

}

#KONTAKTMAIN .kontakttext img {
    margin-right: 15%;
    margin-top: 15%;
    width: 300px;
    float: right;
}

#KONTAKTMAIN .kontakttext h1 {
    margin-top: 14%;
    margin-left: 0%;
    margin-right: 50%;
    font-size: 60px;
}

#KONTAKTMAIN .kontakttext button {
    margin-left: 0%;
    margin-right: 50%;
    border: 2px solid rgb(255, 255, 255);
    background-color: transparent; 
    border-radius: 15px;
    list-style: none;
    cursor: pointer;
    font-size: 35px;
}


#KONTAKTMAIN .kontakttext button li a {
    color: white;
    border-radius: 15px;
    padding: 5px 20px;
    text-decoration: none;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    transition: 0,3s ease;
    list-style: none;
    z-index: 5;
    }
    
    #KONTAKTMAIN .kontakttext button:hover {
    z-index: 5;
    background-color: #F22626;
    border: 2px solid #F22626;
}
#KONTAKTMAIN .kontakttext button li a:hover {
    color: #000000;
    z-index: 5;
}


#KONTAKTMAIN2 {
    position: relative; top: 0px;
    padding: 0;
    margin: 0;
    margin-top: 30%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25%;
}

#KONTAKTMAIN2 .kontakttext2 {
    flex: 1 0 40%; /* Adjust the width as needed */
    padding: 20px;
    padding-bottom: 0px;
    overflow: hidden;
    margin: 5px; /* Add margin for spacing between items */
    box-sizing: border-box; /* Ensure padding is included in width calculation */
    max-width: 100%;
    margin-top: 30%;
    margin-right: 7%;

}



#KONTAKTMAIN2 .kontakttext2 h4 {
    color: #ffffff;
    font-size: 28px;
    padding-top: 2%;
    padding-bottom: 2%;

}

#KONTAKTMAIN2 .kontakttext2 h3 {
    color: #ffffff;
    font-size: 25px;
    padding-bottom: 5%;
    margin-left: 10%;
}

#KONTAKTMAIN2 .kontakttext2 h5 {
    color: #707070;
    font-size: 25px;
    margin-left: 10%;
}

#KONTAKTMAIN2 .kontakttext2 h4 {
    margin-left: 10%;
}


#KONTAKTMAIN2 .kontakttext2 button {
    margin-left: 10%;
    border: 2px solid rgb(255, 255, 255);
    background-color: transparent; 
    border-radius: 15px;
    list-style: none;
    cursor: pointer;
    font-size: 25px;
}


#KONTAKTMAIN2 .kontakttext2 button li a {
    color: white;
    border-radius: 15px;
    padding: 5px 20px;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    transition: 0,3s ease;
    list-style: none;
    z-index: 5;
    }
    
    #KONTAKTMAIN2 .kontakttext2 button:hover {
    z-index: 5;
    background-color: #F22626;
    border: 2px solid #F22626;
}
#KONTAKTMAIN2 .kontakttext2 button li a:hover {
    color: #000000;
    z-index: 5;
}










   


    #sluzby .sluzbysekciamain {
        padding-top: 100px;
        margin-left: 15%;
        margin-right: 15%;
        display: grid;
        flex-wrap: nowrap;
    }


    #sluzby .sluzbysekcia2 {
        padding: 20px;
        padding-bottom: 100px;
        overflow: auto;
        margin: 5px;
        box-sizing: border-box;
        max-width: 100%;
    }

    








#GDPRMAIN .GDPRtext {
    position: relative; top: 50px; left: 0px;
    margin-left: 10%;
    margin-right: 10%;


}

#GDPRMAIN .GDPRtext2 {
    position: relative; top: 100px; left: 0px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
}





/* Ponuka   */

#PONUKAMAIN2 {


    background-color: #000000;
    padding-bottom: 30px;

}




.sekcianadpis h1 {
    margin: 0;
    padding-top: 100px;
    font-size: 70px;
    text-align: center;
}



.sekciaponuka {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 150px;
    margin-left: 15%;
    margin-right: 15%;
}

.sekciaponuka img {
    max-width: 160px; /* prispôsob rozmery obrázkov podľa potreby */
    margin-right: 20px;
}

.content {
    flex: 1;
}

.sekciaponuka h2 {
    font-size: 38px;
    color: #F22626;
    margin-bottom: 10px;
}

.sekciaponuka p {
    font-size: 28px;
    color: #8F8F8F;
}






}







@media (max-width:1024px) {

    #footer {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        background-color: #000;
        padding-top: 100px;
        padding-bottom: 50px;
    }
    
    #divgroups-1 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
        align-content: center;
        align-items: center;
        
    }
   
    #footer .footergroup1 {
        text-align: center;

    }
    
    #footer .footergroup {
        text-align: center;
        display: flex;
        padding-bottom: 10px;
        flex-direction: column;
    }
    
    #footer .footergroup1 img {
        width: 370px;
    }
    
    #footer .footergroup1 h2 {
        color: #F22626;
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 5px;
    }
    
    
    #footer .footergroup h3 {
        color: #F22626;
        font-size: 24px;
    }
    
    #footer .footergroup a {
        color: #707070;
        font-size: 20px;
        text-decoration: none;
        font-style: normal;
        font-weight: 600;
        margin-top: 10px;
    }
    
    #footer .footergroup a:hover {
    
        color: #F22626;
        transition: ease-in-out 0,3s;
    }
    
    #footer .divgroups-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 20px;
    }
    
    #footer .divgroups-2 .line {
        max-width: 70%;
        width: 100%;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        background-color: #F22626;
        height: 3px;
    
    
    }
    
    #footer .divgroups-2 h4 {
        font-size: 20px;
        margin-top: 10px;
        font-weight: 600;
        padding-left: 10px;
        padding-right: 10px;
    }







#background .backgroundsekcia h1 {
    font-size: 55px;
    line-height: 90px;
    position: relative;
    left: 0;
    top: 0px;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 30%;
    padding-right: 15%;
    padding-left: 10%;
}

#sluzby .sluzbysekcia1 h2 {
    position: relative;
    padding-top: 70px;
    margin: 0;
    text-align: center;
    font-size: 55px;
    line-height: 64px;
    color: #ffffff;
}



    /* Kontakt */ 

    #KONTAKTMAIN {
        position: relative; top: 0px;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }
    
    
    #KONTAKTMAIN .kontakttext {
        flex: 0; /* Adjust the width as needed */
        padding: 10px;
        padding-bottom: 0px;
        overflow: visible;
        margin: 10%; /* Add margin for spacing between items */
        box-sizing: border-box; /* Ensure padding is included in width calculation */
        max-width: 100%;
    
    }
    
    #KONTAKTMAIN .kontakttext img {
        margin-right: 0%;
        margin-top: 15%;
        width: 300px;
        margin-bottom: 75%;
        float: right;
    }
    
    #KONTAKTMAIN .kontakttext h1 {
        margin-top: 0%;
        margin-left: 0%;
        margin-right: 0%;
        font-size: 60px;
        margin-bottom: 5%;
    }
    
    #KONTAKTMAIN .kontakttext button {
        margin-left: 0%;
        margin-right: 0%;
        border: 2px solid rgb(255, 255, 255);
        background-color: transparent; 
        border-radius: 15px;
        list-style: none;
        cursor: pointer;
        font-size: 35px;
    }
    
    
    #KONTAKTMAIN .kontakttext button li a {
        color: white;
        border-radius: 15px;
        padding: 5px 20px;
        text-decoration: none;
        font-size: 35px;
        font-weight: 700;
        color: #ffffff;
        transition: 0,3s ease;
        list-style: none;
        z-index: 5;
        }
        
        #KONTAKTMAIN .kontakttext button:hover {
        z-index: 5;
        background-color: #F22626;
        border: 2px solid #F22626;
    }
    #KONTAKTMAIN .kontakttext button li a:hover {
        color: #000000;
        z-index: 5;
    }
    
    
    #KONTAKTMAIN2 {
        position: relative; top: 0px;
        padding: 0;
        margin: 0;
        margin-top: 30%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 25%;
    }
    
    #KONTAKTMAIN2 .kontakttext2 {
        flex: 1 0 40%; /* Adjust the width as needed */
        padding: 20px;
        padding-bottom: 0px;
        overflow: hidden;
        margin: 5px; /* Add margin for spacing between items */
        box-sizing: border-box; /* Ensure padding is included in width calculation */
        max-width: 100%;
        margin-top: 30%;
        margin-right: 7%;
    
    }
    
    
    
    #KONTAKTMAIN2 .kontakttext2 h4 {
        color: #ffffff;
        font-size: 28px;
        padding-top: 2%;
        padding-bottom: 2%;
    
    }
    
    #KONTAKTMAIN2 .kontakttext2 h3 {
        color: #ffffff;
        font-size: 25px;
        padding-bottom: 5%;
        margin-left: 10%;
    }
    
    #KONTAKTMAIN2 .kontakttext2 h5 {
        color: #707070;
        font-size: 25px;
        margin-left: 10%;
    }
    
    #KONTAKTMAIN2 .kontakttext2 h4 {
        margin-left: 10%;
    }
    
    
    #KONTAKTMAIN2 .kontakttext2 button {
        margin-left: 10%;
        border: 2px solid rgb(255, 255, 255);
        background-color: transparent; 
        border-radius: 15px;
        list-style: none;
        cursor: pointer;
        font-size: 25px;
    }
    
    
    #KONTAKTMAIN2 .kontakttext2 button li a {
        color: white;
        border-radius: 15px;
        padding: 5px 20px;
        text-decoration: none;
        font-size: 30px;
        font-weight: 700;
        color: #ffffff;
        transition: 0,3s ease;
        list-style: none;
        z-index: 5;
        }
        
        #KONTAKTMAIN2 .kontakttext2 button:hover {
        z-index: 5;
        background-color: #F22626;
        border: 2px solid #F22626;
    }
    #KONTAKTMAIN2 .kontakttext2 button li a:hover {
        color: #000000;
        z-index: 5;
    }



}









@media (max-width:780px) {



    /* Ponuka   */

#PONUKAMAIN2 {


    background-color: #000000;
    padding-bottom: 30px;

}




.sekcianadpis h1 {
    margin: 0;
    padding-top: 100px;
    font-size: 48px;
    text-align: center;
}



.sekciaponuka {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 150px;
    margin-left: 15%;
    margin-right: 15%;
}

.sekciaponuka img {
    max-width: 100px; /* prispôsob rozmery obrázkov podľa potreby */
    margin-right: 20px;
}

.content {
    flex: 1;
}

.sekciaponuka h2 {
    font-size: 20px;
    color: #F22626;
    margin-bottom: 10px;
    line-height: 22px;
}

.sekciaponuka p {
    font-size: 17px;
    color: #8F8F8F;
}


    /* Prečo my ? */ 

#REFERENCIEMAIN {
    position: relative; top: 50px; left: 0px;
    max-width: 95%;    
}

#REFERENCIEMAIN .referencie {

    margin-left: 20px;
}

#REFERENCIEMAIN .referencie2 {

    margin-left: 20px;
}

#REFERENCIEMAIN .referencie3 {

    margin-left: 20px;
}

#REFERENCIEMAIN .referencie h6 {
    max-width: 95%; 
}


#REFERENCIEMAIN .referencie h3 {
    font-size: 30px;
    color:#707070;
    padding-bottom: 10px;
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie h4 {
    max-width: 95%;
    padding-bottom: 15px;
    font-size: 22px;
}



#REFERENCIEMAIN .referencie2 h6 {
    padding-bottom: 20px;  
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie2 h4 {
    max-width: 90%;
    padding-bottom: 20px;   
    font-size: 22px; 
}

/* štýl pre kruhy */
.red-circle {
    width: 35px;
    height: 35px;
    background-color: #F22626;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    color: white;
    font-weight: bold;
    margin-right: 10px;
    font-size: 22px;
    margin-bottom: 50px;
}

/* štýl pre text vedľa kruhov */

.point-texta {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;

}

.point-textb {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;

}

.point-textc {
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;

}

.point-textd {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    padding-bottom: 20px;

}

.point-texte {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;

}

.point-textf {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;

}

.point-texta h4 {
    font-size: 22px;
    color: #7B7B7B;
}

.point-textb h4 {
    font-size: 22px;
    color: #7B7B7B;
}

.point-textc h4 {
    font-size: 22px;
    color: #7B7B7B;
}

.point-textd h4 {
    font-size: 22px;
    color: #7B7B7B;
}

.point-texte h4 {
    font-size: 22px;
    color: #7B7B7B;
}

.point-textf h4 {
    font-size: 22px;
    color: #7B7B7B;
}


#REFERENCIEMAIN .referencie h6 {
    max-width: 95%; 
}


#REFERENCIEMAIN .referencie h3 {
    font-size: 22px;
    color:#707070;
    padding-bottom: 10px;
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie h4 {
    max-width: 95%;
    padding-bottom: 15px;
}



#REFERENCIEMAIN .referencie2 h6 {
    padding-bottom: 20px;  
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie2 h4 {
    max-width: 90%;
    padding-bottom: 20px;    
}

#REFERENCIEMAIN .referencie3 {
    position: relative; right: 10px; top: 50px;
    gap: 100px;
    max-width: 95%;
    z-index: 5;  
} 


}


@media (max-width:768px) {


       /* Kontakt */ 

       #KONTAKTMAIN {
        position: relative; top: 0px;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }
    
    
    #KONTAKTMAIN .kontakttext {
        flex: 0; /* Adjust the width as needed */
        padding: 10px;
        padding-bottom: 0px;
        overflow: visible;
        margin: 10%; /* Add margin for spacing between items */
        box-sizing: border-box; /* Ensure padding is included in width calculation */
        max-width: 100%;
    
    }
    
    #KONTAKTMAIN .kontakttext img {
        margin-right: 0%;
        margin-top: 15%;
        width: 250px;
        margin-bottom: 60%;
        float: right;
    }
    
    #KONTAKTMAIN .kontakttext h1 {
        margin-top: 0%;
        margin-left: 0%;
        margin-right: 0%;
        font-size: 50px;
        margin-bottom: 5%;
    }
    
    #KONTAKTMAIN .kontakttext button {
        margin-left: 0%;
        margin-right: 0%;
        border: 2px solid rgb(255, 255, 255);
        background-color: transparent; 
        border-radius: 15px;
        list-style: none;
        cursor: pointer;
        font-size: 35px;
    }
    
    
    #KONTAKTMAIN .kontakttext button li a {
        color: white;
        border-radius: 15px;
        padding: 5px 20px;
        text-decoration: none;
        font-size: 35px;
        font-weight: 700;
        color: #ffffff;
        transition: 0,3s ease;
        list-style: none;
        z-index: 5;
        }
        
        #KONTAKTMAIN .kontakttext button:hover {
        z-index: 5;
        background-color: #F22626;
        border: 2px solid #F22626;
    }
    #KONTAKTMAIN .kontakttext button li a:hover {
        color: #000000;
        z-index: 5;
    }
    
    
    #KONTAKTMAIN2 {
        position: relative; top: 0px;
        padding: 0;
        margin: 0;
        margin-top: 60%;
        display: grid;
        flex-wrap: wrap;
        margin-bottom: 50%;
    }
    
    #KONTAKTMAIN2 .kontakttext2 {
        flex: 0; /* Adjust the width as needed */
        padding: 10px;
        padding-bottom: 0px;
        overflow: visible;
        margin: 5px; /* Add margin for spacing between items */
        box-sizing: border-box; /* Ensure padding is included in width calculation */
        max-width: 100%;
        margin-top: 5%;
        margin-right: 10%;
        margin-left: 3%;
    
    }
    
    
    
    #KONTAKTMAIN2 .kontakttext2 h4 {
        color: #ffffff;
        font-size: 30px;
        padding-top: 1%;
        padding-bottom: 1%;
    
    }
    
    #KONTAKTMAIN2 .kontakttext2 h3 {
        color: #ffffff;
        font-size: 30px;
        padding-bottom: 2%;
        margin-left: 0%;
    }
    
    #KONTAKTMAIN2 .kontakttext2 h5 {
        color: #707070;
        font-size: 20px;
        margin-left: 0%;
    }
    
    #KONTAKTMAIN2 .kontakttext2 h4 {
        margin-left: 0%;
    }
    
    
    #KONTAKTMAIN2 .kontakttext2 button {
        margin-left: 0;
        border: 2px solid rgb(255, 255, 255);
        background-color: transparent; 
        border-radius: 8px;
        list-style: none;
        cursor: pointer;
        font-size: 25px;
    }
    
    
    #KONTAKTMAIN2 .kontakttext2 button li a {
        color: white;
        border-radius: 15px;
        padding: 5px 20px;
        text-decoration: none;
        font-size: 25px;
        font-weight: 700;
        color: #ffffff;
        transition: 0,3s ease;
        list-style: none;
        z-index: 5;
        }
        
        #KONTAKTMAIN2 .kontakttext2 button:hover {
        z-index: 5;
        background-color: #F22626;
        border: 2px solid #F22626;
    }
    #KONTAKTMAIN2 .kontakttext2 button li a:hover {
        color: #000000;
        z-index: 5;
    }










    #sluzby .sluzbysekcia2 h1 {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 0px;
        margin: 0;
        line-height: 22px;
    }

    #sluzby .sluzbysekcia2 img {
        float: left;
        max-width: 55px;
        margin-right: 30px;
    }
    
    #sluzby .sluzbysekcia1 h2 {
        position: relative;
        padding-top: 70px;
        margin: 0;
        text-align: center;
        font-size: 35px;
        line-height: 64px;
        color: #ffffff;
    }

    #aboutsekcia .about2 h1 {
        position: relative;
        left: 0px;
        top: 0px;
        z-index: 8;
        width: 100%;
        font-size: 20px;
        padding-top: 45%;
        line-height: 25px;
        color: #000;
    }

    #aboutsekcia .about2 h2 {
        position: relative;
        top: 0px;
        left: 0px;
        padding: 0;
        width: 100%;
        font-size: 17px;
        line-height: 23px;
    }

    #aboutsekcia .about2 button li a {
        color: rgba(0, 0, 0);
        border-radius: 15px;
        padding: 5px 20px;
        text-decoration: none;
        font-size: 22px;
        font-weight: 700;
        color: #000000;
        transition: 0, 3s ease;
        list-style: none;
    }


    #aboutsekcia .about2 button {
        margin-bottom: 45%;
    }

    #background .backgroundsekcia h1 {
        font-size: 40px;
        line-height: 45px;
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
        margin-top: 30%;
        padding-right: 15%;
        padding-left: 10%;
    }


    #sluzby .sluzbysekcia2 {
        padding: 10px;
        padding-bottom: 100px;
        overflow: auto;
        margin: 3px;
        box-sizing: border-box;
        max-width: 100%;
    }
    
    #background .backgroundsekcia {
        width: 100%;
        z-index: 1;
        height: 800px;
        position: relative;
        left: 0;
        top: 0px;
        padding-top: 15px;
        background-image: linear-gradient(black, #f22626, black);
    }
    



    /* O nas */

#ONASMAIN {
    position: relative; top: 0px; left: 0px;
    max-width: 100%;
    background-color: #000000;
    padding-top: 2%;
    }
    
    #ONASMAIN .onas2 h4 a {
        color: #F22626;
        font-size: 18px;
        text-decoration: none;
    }
    
    
    #ONASMAIN .onas2 {
        position: relative; top: 0px; left: 0px;
        margin-top: 100px;
        margin-left: 3%;
        margin-right: 3%;
        padding-bottom: 10%;
    }
    
    #ONASMAIN .onas2 h6 {
        position: relative; left: 0; top: 0;
        font-size: 22px;
        width: 100%;
        padding-bottom: 1cm;
    }
    
    #ONASMAIN .onas2 h4 {
        width: 100%;
        font-size: 18px;
        padding-bottom: 1cm;
    }
    
    #ONASMAIN .onas2 h4:hover {
        color: #F22626;
    }



}



@media (max-width:699px) {

   



  



            #PONUKAMAIN {

                position: relative; top: 100px; left: 10px;
                width: 98%;
            }
            
            #PONUKAMAIN .ponuka {
            position: relative; top: 0px; left: 0px;
            }
            
            
            #PONUKAMAIN .ponuka h6 {
                padding-bottom: 20px;
            }
            
            #PONUKAMAIN .ponuka h4 {
                padding-bottom: 10px;
                max-width: 90%;
                clear: both;
                overflow: hidden;
                white-space: wrap;
            }
            


            


}


@media (max-width: 599px) {







              /* Kontakt */ 

       #KONTAKTMAIN {
        position: relative; top: 0px;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }
    
    
    #KONTAKTMAIN .kontakttext {
        flex: 0; /* Adjust the width as needed */
        padding: 10px;
        padding-bottom: 0px;
        overflow: visible;
        margin: 10%; /* Add margin for spacing between items */
        box-sizing: border-box; /* Ensure padding is included in width calculation */
        max-width: 100%;
    
    }
    
    #KONTAKTMAIN .kontakttext img {
        margin-right: 0%;
        margin-top: 15%;
        width: 250px;
        margin-bottom: 60%;
        float: right;
    }
    
    #KONTAKTMAIN .kontakttext h1 {
        margin-top: 0%;
        margin-left: 0%;
        margin-right: 0%;
        font-size: 50px;
        margin-bottom: 5%;
    }
    
    #KONTAKTMAIN .kontakttext button {
        margin-left: 0%;
        margin-right: 0%;
        border: 2px solid rgb(255, 255, 255);
        background-color: transparent; 
        border-radius: 15px;
        list-style: none;
        cursor: pointer;
        font-size: 35px;
    }
    
    
    #KONTAKTMAIN .kontakttext button li a {
        color: white;
        border-radius: 15px;
        padding: 5px 20px;
        text-decoration: none;
        font-size: 35px;
        font-weight: 700;
        color: #ffffff;
        transition: 0,3s ease;
        list-style: none;
        z-index: 5;
        }
        
        #KONTAKTMAIN .kontakttext button:hover {
        z-index: 5;
        background-color: #F22626;
        border: 2px solid #F22626;
    }
    #KONTAKTMAIN .kontakttext button li a:hover {
        color: #000000;
        z-index: 5;
    }
    
    
    #KONTAKTMAIN2 {
        position: relative; top: 0px;
        padding: 0;
        margin: 0;
        margin-top: 90%;
        display: grid;
        flex-wrap: wrap;
        margin-bottom: 50%;
    }
    
    #KONTAKTMAIN2 .kontakttext2 {
        flex: 0; /* Adjust the width as needed */
        padding: 10px;
        padding-bottom: 0px;
        overflow: visible;
        margin: 5px; /* Add margin for spacing between items */
        box-sizing: border-box; /* Ensure padding is included in width calculation */
        max-width: 100%;
        margin-top: 5%;
        margin-right: 10%;
        margin-left: 3%;
    
    }
    
    
    
    #KONTAKTMAIN2 .kontakttext2 h4 {
        color: #ffffff;
        font-size: 30px;
        padding-top: 1%;
        padding-bottom: 1%;
    
    }
    
    #KONTAKTMAIN2 .kontakttext2 h3 {
        color: #ffffff;
        font-size: 30px;
        padding-bottom: 2%;
        margin-left: 0%;
    }
    
    #KONTAKTMAIN2 .kontakttext2 h5 {
        color: #707070;
        font-size: 20px;
        margin-left: 0%;
    }
    
    #KONTAKTMAIN2 .kontakttext2 h4 {
        margin-left: 0%;
    }
    
    
    #KONTAKTMAIN2 .kontakttext2 button {
        margin-left: 0;
        border: 2px solid rgb(255, 255, 255);
        background-color: transparent; 
        border-radius: 8px;
        list-style: none;
        cursor: pointer;
        font-size: 25px;
    }
    
    
    #KONTAKTMAIN2 .kontakttext2 button li a {
        color: white;
        border-radius: 15px;
        padding: 5px 20px;
        text-decoration: none;
        font-size: 25px;
        font-weight: 700;
        color: #ffffff;
        transition: 0,3s ease;
        list-style: none;
        z-index: 5;
        }
        
        #KONTAKTMAIN2 .kontakttext2 button:hover {
        z-index: 5;
        background-color: #F22626;
        border: 2px solid #F22626;
    }
    #KONTAKTMAIN2 .kontakttext2 button li a:hover {
        color: #000000;
        z-index: 5;
    }

   
}


@media (max-width:544px) {


    /* Prečo my ? */ 

#REFERENCIEMAIN {
    position: relative; top: 50px; left: 0px;
    max-width: 95%;    
}

#REFERENCIEMAIN .referencie {

    margin-left: 20px;
}

#REFERENCIEMAIN .referencie2 {

    margin-left: 20px;
}

#REFERENCIEMAIN .referencie3 {

    margin-left: 20px;
}

#REFERENCIEMAIN .referencie h6 {
    max-width: 95%; 
    font-size: 30px;
}


#REFERENCIEMAIN .referencie h3 {
    font-size: 30px;
    color:#707070;
    padding-bottom: 10px;
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie h4 {
    max-width: 95%;
    padding-bottom: 15px;
    font-size: 22px;
}



#REFERENCIEMAIN .referencie2 h6 {
    padding-bottom: 20px;  
    max-width: 95%;
    font-size: 25px; 
}

#REFERENCIEMAIN .referencie2 h4 {
    max-width: 90%;
    padding-bottom: 20px;   
    font-size: 22px; 
}

/* štýl pre kruhy */
.red-circle {
    width: 35px;
    height: 35px;
    background-color: #F22626;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    color: white;
    font-weight: bold;
    margin-right: 5px;
    font-size: 22px;
    margin-bottom: 50px;
}

/* štýl pre text vedľa kruhov */

.point-texta {
    display: inline-block;
    vertical-align: middle;
    max-width: 85%;

}

.point-textb {
    display: inline-block;
    vertical-align: middle;
    max-width: 85%;

}

.point-textc {
    display: inline-block;
    max-width: 85%;
    vertical-align: middle;

}

.point-textd {
    display: inline-block;
    vertical-align: middle;
    max-width: 85%;
    padding-bottom: 20px;

}

.point-texte {
    display: inline-block;
    vertical-align: middle;
    max-width: 85%;
    padding-bottom: 20px;
}

.point-textf {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    max-width: 85%;

}

.point-texta h4 {
    font-size: 22px;
    color: #7B7B7B;
}

.point-textb h4 {
    font-size: 22px;
    color: #7B7B7B;
}

.point-textc h4 {
    font-size: 22px;
    color: #7B7B7B;
}

.point-textd h4 {
    font-size: 22px;
    color: #7B7B7B;
}

.point-texte h4 {
    font-size: 22px;
    color: #7B7B7B;
}

.point-textf h4 {
    font-size: 22px;
    color: #7B7B7B;
}


#REFERENCIEMAIN .referencie h6 {
    max-width: 95%; 
}


#REFERENCIEMAIN .referencie h3 {
    font-size: 22px;
    color:#707070;
    padding-bottom: 10px;
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie h4 {
    max-width: 95%;
    padding-bottom: 15px;
}



#REFERENCIEMAIN .referencie2 h6 {
    padding-bottom: 20px;  
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie2 h4 {
    max-width: 90%;
    padding-bottom: 20px;    
}

#REFERENCIEMAIN .referencie3 {
    position: relative; right: 10px; top: 50px;
    gap: 100px;
    max-width: 95%;
    z-index: 5;  
} 


}










@media (max-width: 430px) {


    #GDPRMAIN .GDPRtext {
        position: relative; top: 50px; left: 0px;
        margin-left: 10%;
        margin-right: 10%;
    
    
    }

    #GDPRMAIN .GDPRtext h6 {

        font-size: 20px;
        padding-bottom: 10px;
    
    
    }
    
    #GDPRMAIN .GDPRtext2 {
        position: relative; top: 50px; left: 0px;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 10%;
    }

    #GDPRMAIN .GDPRtext2 h4 {

        padding-top: 20px;
        font-size: 15px;

    }




                  /* Kontakt */ 

                  #KONTAKTMAIN {
                    position: relative; top: 0px;
                    padding: 0;
                    margin: 0;
                    display: flex;
                    flex-wrap: wrap;
                }
                
                
                #KONTAKTMAIN .kontakttext {
                    flex: 0; /* Adjust the width as needed */
                    padding: 10px;
                    padding-bottom: 0px;
                    overflow: visible;
                    margin: 10%; /* Add margin for spacing between items */
                    box-sizing: border-box; /* Ensure padding is included in width calculation */
                    max-width: 100%;
                
                }
                
                #KONTAKTMAIN .kontakttext img {
                    margin-right: 0%;
                    margin-top: 15%;
                    width: 250px;
                    margin-bottom: 60%;
                    float: right;
                }
                
                #KONTAKTMAIN .kontakttext h1 {
                    margin-top: 0%;
                    margin-left: 0%;
                    margin-right: 0%;
                    font-size: 50px;
                    margin-bottom: 5%;
                }
                
                #KONTAKTMAIN .kontakttext button {
                    margin-left: 0%;
                    margin-right: 0%;
                    border: 2px solid rgb(255, 255, 255);
                    background-color: transparent; 
                    border-radius: 15px;
                    list-style: none;
                    cursor: pointer;
                    font-size: 35px;
                }
                
                
                #KONTAKTMAIN .kontakttext button li a {
                    color: white;
                    border-radius: 15px;
                    padding: 5px 20px;
                    text-decoration: none;
                    font-size: 35px;
                    font-weight: 700;
                    color: #ffffff;
                    transition: 0,3s ease;
                    list-style: none;
                    z-index: 5;
                    }
                    
                    #KONTAKTMAIN .kontakttext button:hover {
                    z-index: 5;
                    background-color: #F22626;
                    border: 2px solid #F22626;
                }
                #KONTAKTMAIN .kontakttext button li a:hover {
                    color: #000000;
                    z-index: 5;
                }
                
                
                #KONTAKTMAIN2 {
                    position: relative; top: 0px;
                    padding: 0;
                    margin: 0;
                    margin-top: 100%;
                    display: grid;
                    flex-wrap: wrap;
                    margin-bottom: 50%;
                }
                
                #KONTAKTMAIN2 .kontakttext2 {
                    flex: 0; /* Adjust the width as needed */
                    padding: 10px;
                    padding-bottom: 0px;
                    overflow: visible;
                    margin: 5px; /* Add margin for spacing between items */
                    box-sizing: border-box; /* Ensure padding is included in width calculation */
                    max-width: 100%;
                    margin-top: 5%;
                    margin-right: 3%;
                    margin-left: 3%;
                
                }
                
                
                
                #KONTAKTMAIN2 .kontakttext2 h4 {
                    color: #ffffff;
                    font-size: 30px;
                    padding-top: 1%;
                    padding-bottom: 1%;
                
                }
                
                #KONTAKTMAIN2 .kontakttext2 h3 {
                    color: #ffffff;
                    font-size: 30px;
                    padding-bottom: 2%;
                    margin-left: 0%;
                }
                
                #KONTAKTMAIN2 .kontakttext2 h5 {
                    color: #707070;
                    font-size: 20px;
                    margin-left: 0%;

                }
                
                #KONTAKTMAIN2 .kontakttext2 h4 {
                    margin-left: 0%;
                }
                
                
                #KONTAKTMAIN2 .kontakttext2 button {
                    margin-left: 0;
                    border: 2px solid rgb(255, 255, 255);
                    background-color: transparent; 
                    border-radius: 8px;
                    list-style: none;
                    cursor: pointer;
                    font-size: 25px;
                }
                
                
                #KONTAKTMAIN2 .kontakttext2 button li a {
                    color: white;
                    border-radius: 15px;
                    padding: 5px 20px;
                    text-decoration: none;
                    font-size: 25px;
                    font-weight: 700;
                    color: #ffffff;
                    transition: 0,3s ease;
                    list-style: none;
                    z-index: 5;
                    }
                    
                    #KONTAKTMAIN2 .kontakttext2 button:hover {
                    z-index: 5;
                    background-color: #F22626;
                    border: 2px solid #F22626;
                }
                #KONTAKTMAIN2 .kontakttext2 button li a:hover {
                    color: #000000;
                    z-index: 5;
                }




    #sluzby .sluzbysekciamain {
        padding-top: 100px;
        margin-left: 5%;
        margin-right: 5%;
        display: grid;
        flex-wrap: nowrap;
    }


    #background .backgroundsekcia h1 {
        font-size: 28px;
        line-height: 38px;
        position: relative;
        left: 0;
        top: 0px;
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
        margin-top: 32%;
        padding-right: 10%;
        padding-left: 10%;
    }

    #background .backgroundsekcia {
        width: 100%;
        z-index: 1;
        height: 500px;
        position: relative;
        left: 0;
        top: 0px;
        padding-top: 15px;
        background-image: linear-gradient(black, #f22626, black);
    }

    #background .backgroundsekcia .btn2 {
        position: relative;
        left: 10%;
        top: 0px;
        border: 2px solid rgb(255, 255, 255);
        background-color: transparent;
        border-radius: 15px;
        list-style: none;
        cursor: pointer;
        margin-top: 2%;
        font-size: 24px;
        font-weight: 700;
        color: #ffffff;
        text-decoration: none;
        transition: 0, 3s ease;
        padding: 5px 20px;
    }


    #aboutsekcia .about2 .btn4 {
        position: relative;
        left: 0px;
        top: 50px;
        border: 4px solid rgb(0, 0, 0);
        background-color: transparent;
        border-radius: 15px;
        list-style: none;
        cursor: pointer;
        margin-bottom: 45%;
        padding: 5px 20px;
        list-style: none;
        color: #000;
        font-size: 24px;
        font-weight: 700;
        text-decoration: none;
    }



 /* Ponuka   */

 #PONUKAMAIN2 {


    background-color: #000000;
    padding-bottom: 30px;

}




.sekcianadpis h1 {
    margin: 0;
    padding-top: 100px;
    font-size: 30px;
    text-align: center;
}



.sekciaponuka {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 100px;
    margin-left: 5%;
    margin-right: 5%;
}

.sekciaponuka img {
    max-width: 70px; /* prispôsob rozmery obrázkov podľa potreby */
    margin-right: 20px;
}

.content {
    flex: 1;
}

.sekciaponuka h2 {
    font-size: 16px;
    color: #F22626;
    margin-bottom: 10px;
    line-height: 18px;
}

.sekciaponuka p {
    font-size: 13px;
    color: #8F8F8F;
}














  




    #PONUKAMAIN {

        position: relative; top: 100px; left: 10px;
        width: 97%;
    }
    
    #PONUKAMAIN .ponuka {
    position: relative; top: 0px; left: 0px;
    }
    
    
    #PONUKAMAIN .ponuka h6 {
        padding-bottom: 20px;
        font-size: 30px;
    }
    
    #PONUKAMAIN .ponuka h4 {
        padding-bottom: 10px;
        max-width: 90%;
        clear: both;
        font-size: 25px;
        overflow: hidden;
        white-space: wrap;
    }
    

}





@media (max-width:544px) {


    /* Prečo my ? */ 

#REFERENCIEMAIN {
    position: relative; top: 50px; left: 0px;
    max-width: 95%;    
}

#REFERENCIEMAIN .referencie {

    margin-left: 20px;
}

#REFERENCIEMAIN .referencie2 {

    margin-left: 20px;
}

#REFERENCIEMAIN .referencie3 {

    margin-left: 20px;
}

#REFERENCIEMAIN .referencie h6 {
    max-width: 95%; 
    font-size: 30px;
}


#REFERENCIEMAIN .referencie h3 {
    font-size: 30px;
    color:#707070;
    padding-bottom: 10px;
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie h4 {
    max-width: 95%;
    padding-bottom: 15px;
    font-size: 22px;
}



#REFERENCIEMAIN .referencie2 h6 {
    padding-bottom: 20px;  
    max-width: 95%;
    font-size: 25px; 
}

#REFERENCIEMAIN .referencie2 h4 {
    max-width: 90%;
    padding-bottom: 20px;   
    font-size: 22px; 
}

/* štýl pre kruhy */
.red-circle {
    width: 35px;
    height: 35px;
    background-color: #F22626;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    color: white;
    font-weight: bold;
    margin-right: 5px;
    font-size: 22px;
    margin-bottom: 50px;
}

/* štýl pre text vedľa kruhov */

.point-texta {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;

}

.point-textb {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    padding-bottom: 20px;

}

.point-textc {
    display: inline-block;
    max-width: 80%;
    vertical-align: middle;
    padding-bottom: 20px;

}

.point-textd {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    padding-bottom: 20px;

}

.point-texte {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    padding-bottom: 20px;
}

.point-textf {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    max-width: 80%;

}

.point-texta h4 {
    font-size: 22px;
    color: #7B7B7B;
}

.point-textb h4 {
    font-size: 22px;
    color: #7B7B7B;
}

.point-textc h4 {
    font-size: 22px;
    color: #7B7B7B;
}

.point-textd h4 {
    font-size: 22px;
    color: #7B7B7B;
}

.point-texte h4 {
    font-size: 22px;
    color: #7B7B7B;
}

.point-textf h4 {
    font-size: 22px;
    color: #7B7B7B;
}


#REFERENCIEMAIN .referencie h6 {
    max-width: 95%; 
}


#REFERENCIEMAIN .referencie h3 {
    font-size: 22px;
    color:#707070;
    padding-bottom: 10px;
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie h4 {
    max-width: 95%;
    padding-bottom: 15px;
}



#REFERENCIEMAIN .referencie2 h6 {
    padding-bottom: 20px;  
    max-width: 95%; 
}

#REFERENCIEMAIN .referencie2 h4 {
    max-width: 90%;
    padding-bottom: 20px;    
}

#REFERENCIEMAIN .referencie3 {
    position: relative; right: 10px; top: 50px;
    gap: 100px;
    max-width: 95%;
    z-index: 5;  
} 


}




@media (max-width: 425px) {

#footer {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
}

#divgroups-1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    align-items: center;
    
}

#footer .footergroup1 {
    text-align: center;

}

#footer .footergroup {
    text-align: center;
    display: flex;
    padding-bottom: 10px;
    flex-direction: column;
}

#footer .footergroup1 img {
    width: 246px;
}

#footer .footergroup1 h2 {
    color: #F22626;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 5px;
}


#footer .footergroup h3 {
    color: #F22626;
    font-size: 24px;
}

#footer .footergroup a {
    color: #707070;
    font-size: 20px;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    margin-top: 10px;
}

#footer .footergroup a:hover {

    color: #F22626;
    transition: ease-in-out 0,3s;
}

#footer .divgroups-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
}

#footer .divgroups-2 .line {
    max-width: 70%;
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #F22626;
    height: 3px;


}

#footer .divgroups-2 h4 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

}


@media (max-width: 320px) {


    
    #PONUKAMAIN {

        position: relative; top: 100px; left: 5px;
        width: 97%;
    }
    
    #PONUKAMAIN .ponuka {
        text-align: center;
    position: relative; top: 0px; left: 0px;
    }
    
    
    #PONUKAMAIN .ponuka h6 {
        text-align: center;
        padding-bottom: 20px;
        font-size: 30px;
    }
    
    #PONUKAMAIN .ponuka h4 {
        padding-bottom: 10px;
        max-width: 90%;
        clear: both;
        font-size: 25px;
        overflow: hidden;
        white-space: wrap;
    }







  



    .logo {
        width: 190px;
        z-index: 8;
    }



}

@media (max-width: 898px) {

    #footer {
        padding-bottom: 100px;
    }



}