/* COLORS:
Newtel gradient Barvy popořadě:

ffe126
fcb965
f79b77
f37b83
ee388a
*/

/* main elements */

* {
    --primary: #ff00a2;
    --secondary: #ffd842;
}
input, textarea {
  box-sizing: border-box; 
}
div {
  box-sizing: border-box;
}
html {
  scroll-behavior:smooth;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    margin:0;
    scroll-behavior:smooth;
    transition: background-color 0.3s;
}
body[light-mode = "dark"] {
  background-color: white;
}
a {
    text-decoration: none;
    color:var(--primary);
}
li {
    list-style: none;
}
h1,h2,h3,h4,h5,h6 {
    color: var(--primary);
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
h4 {

}
p {color:white;
font-size: large;}

.trida {
  max-width: 1000px; line-height: 1.5; color: white; text-transform: none; font-size: large;
}

body[light-mode="dark"] .trida {
  color: black;
}

body[light-mode="dark"] .sluzby_p {
  color: black;
}


hr {
    color: var(--primary)
}
a {
  cursor: pointer;
}
/*universal*/
.basicflex {
    display:flex;
    justify-content: space-between;
    gap:10px;
}

/*header*/
/*NAVBAR MENU*/
.horni_lista {
    margin:0;
    padding:10px;
    background-color: var(--primary);
    display: flex;
    
    align-items: center;
}
.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left:0;
  animation: top-scroll 0.4s;
}
.sticky-margin {
  margin-bottom: 88px;
}
.horni_lista p{
    margin: 0;
    text-align: left;
    color:white;
    
}

.horni_lista a{
    color: white;
    padding: 5px;
}

#horni_active{
    color: black;
    font-weight: bold;
}

.horni_lista a:hover{
    color: black;
}
.login{
    display: flex;
    justify-content: space-between;
    float: right;
    
    align-items: center;
    margin-left: auto;
}
#login_link:hover{
    text-decoration: underline;
    color: white;
}
.prihlasit_icon{
    height: 20px;
}
#menu_divider{
    padding: 0 10px;
}
.logo {
   max-width: 220px;
}
.logo img {width:90%;}
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: black;
    color: #fff;
    z-index:100;
}
body[light-mode="dark"] .navbar {
  background-color: white;
  color: black;
}
body[light-mode="dark"] .nav-links a  {
  border: 1px solid var(--primary);
  border-radius: 25px;
  padding: 8px 12px;
  color: var(--primary);
}

body[light-mode="dark"] .nav-links a:hover  {
  color: white;
}


.nav-links a {
    color: #fff;
}

.menu {
    display: flex;
    text-align: center;
    gap: 10px;
    font-size: 20px;
    z-index:1;
    align-items: center;
}

.active {
    background-color: var(--primary);
    border-radius: 25px;
    padding: 8px 12px;
}
body[light-mode="dark"] .active a {
  color: white;
}

.menu li:hover > a {
    background-color: var(--primary);
    border-radius: 25px;
    transition: 0.3s ease;
}
    
.menu li > a {
    padding: 8px 12px;
    transition: 0.3s ease;
}


/*RESPONSIVE MENU*/
input.header_toggle[type=checkbox]{
    display:none;
}
.hamburger {
    display: none;
    font-size: 24px;
    user-select: none;
    cursor: pointer;
    padding:5px;
    border-radius: 25px;
    transition: 0.25s;
}
input.header_toggle[type=checkbox]:checked ~ .hamburger {
  background-color: var(--primary);
  transition: 0.25s;
}

@media (max-width: 1400px) {
    .menu {
        display: none;
        position: absolute;
        background-color: black;
        top: 133px;
        right: 0;
        left: 0;
        text-align: center;
        padding: 16px 0;
        z-index: 1;
    }

    .menu li + li {
        margin-top: 20px;
    }
    input.header_toggle[type=checkbox]:checked ~ .menu{
        display:block;
    }
    .hamburger {
        display: block;
    }

    body[light-mode="dark"] .menu {
      background-color: white;
    }

}
.cloudconnect {
    margin-top: 8px;
    height: 32px;
}

.cloudconnect:hover {
    color:transparent;
    background-color: transparent;
    background:url(img/cc_logo.png);
    background-size: 48px 48px; 
    background-position: center;
    background-repeat: no-repeat;
    animation: fadeIn 0.4s;
}
.iot {
    margin-top: 8px;
    height: 32px;
}

.iot:hover {
    color:transparent;
    background-color: transparent;
    background:url(img/IOT_icone.png);
    background-size: 32px 32px; 
    background-position: center;
    background-repeat: no-repeat;
    animation: fadeIn 0.4s;
}

.it_bezpecnost_link {
  margin-top: 8px;
  height: 32px;
}

.it_bezpecnost_link:hover {
  color: transparent;
  background-color: transparent;
  background:url(img/it_bezpecnost.png);
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  animation: fadeIn 0.4s;
}

.housing_link {
  margin-top: 8px;
  height: 32px;
}

.housing_link:hover {
  color: transparent; 
  background-color: transparent; 
  background:url(img/housing_icon.png);
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat; 
  animation: fadeIn 0.4s;
}

.internet_link {
  margin-top: 8px;
  height: 32px; 
}

.internet_link:hover {
  color: transparent; 
  background-color: transparent; 
  background:url(img/internet_icon.png);
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  animation: fadeIn 0.4s;
}

.volani_link {
  margin-top: 8px;
  height: 32px;
}
.volani_link:hover {
  color: transparent; 
  background-color: transparent;
  background:url(img/phone.png);
  background-size: 32px 32px; 
  background-position: center;
  background-repeat: no-repeat; 
  animation: fadeIn 0.4s;
}

.datove_sluzby_link {
  margin-top: 8px;
  height: 32px;
}
.datove_sluzby_link:hover {
  color: transparent;
  background-color: transparent;
  background:url(img/datovesluzby_icon.png);
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  animation: fadeIn 0.4s;
}

.onas_link {
  margin-top: 8px;
  height: 32px;
}
.onas_link:hover {
  color: transparent;
  background-color: transparent;
  background:url(img/aboutus_icon.png);
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  animation: fadeIn 0.4s;
}
.domu_link {
  margin-top: 8px;
  height: 32px;
}
.domu_link:hover {
  color: transparent;
  background-color: transparent;
  background:url(img/homepage_icon.png);
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  animation: fadeIn 0.4s;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

@keyframes top-scroll {
  from { top: -100px;}
  to { top:0;}
}


.cc_logo_short {
    max-height:24px;
    padding: none;
}

.section_divider {
    color: var(--primary);
    size: 5px;
    animation: appear 0.4s;
}

@keyframes appear {
    0% { width: 0%; }
    100% { width: 100%; }
  }



/*INHALT*/
#uvod_div{
    background:url(img/kohinor.jpg);
    width: 100%;
    height: auto;
}
.kohinor {
    width: 100%;
    height: 100vh;
}


/*downloads*/ 
.download_div {
  display: grid;
    gap:15px;

}
.download {
    border: var(--primary) 1px solid;
    display: flex;
    flex-direction: row;
    margin: 10px;
    transition: 0.25s ease;
    align-items: center;
    height: auto;

}
.download:hover {
  transform: translateY(-6px);
}
@media (max-width: 768px) {
  .download_div {
    flex-direction: column;
  }
  .download {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #login_link {

  }
}

/*sluzby*/
.nase_sluzby {
    display: flex;
    align-items: center;
    justify-content: center;
}

.outer {
    display: flex;
    min-height: 100%;
    flex-direction: column; 
  }
  
  .row {
    display: flex;
    flex: 1; 
  }
  
  .item {
    max-width: 100%;
    flex: 1; 
    height: 15vw;
    padding: 20px;
  }

  .subitem {
    height: 100%;
    width: 100%;
    border: 1px solid var(--secondary);
    transition: 0.4s;
  }
  .subitem:hover {
    transform: scale(1.02);
    transition: 0.4s;
  }

  .iot_subitem {
    height: auto;
    width: 100%;
    border: 1px solid var(--secondary);
    transition: 0.4s;
    text-align: center;
  }

  .iot_subitem:hover {
    transform: scale(1.02);
    transition: 0.4s;
  }



  .arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
  }
  .corner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    float: right;
    top: 0;
    right: 0;
    background-color: var(--secondary);
    border-radius: 0 0 0 25px;
  }

  .sluzby_logo{
    padding-top: 10px;
    padding-left: 10px;
    height: 75px;
    width: 75px;
  }

  .iot_grid_logo{
    align-self: center;
    height: 75px;
    width: 75px;
    margin-top: 5px;
  }


  .sluzby_h2 {
    padding-left: 10px;
    color: var(--secondary);
    transition: font-size 0.4s;
  }
  .sluzby_p {
    padding: 0 10px;
    /*text-transform: uppercase;*/
  }
  .sluzby-grid {
    display: grid;
    gap:15px;
  }
  @media (min-width: 600px) {
    .sluzby-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (min-width: 900px) {
    .sluzby-grid { grid-template-columns: repeat(3, 1fr); }
  }

  .iot-grid {
    display: grid;
    gap: 15px;
  }

  @media (min-width: 600px) {
    .iot-grid {grid-template: repeat(2, 1fr);}
  }
  @media (min-width: 900px) {
    .iot-grid {grid-template-columns: repeat(4, 1fr);}
  }

  /*O NAS*/
  .onas_article {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:20px;
    justify-content: center;
  }
  .onas_article div {
    flex: 1 1 0;
  }
  .onas_article p{
    line-height: 30px;
    text-align: justify;
  }

  .onas_article h1{
    padding: 10px;
  }
  @media (max-width: 768px) {
    .articulo {
          margin-left: 10px;
    }
    .fibers_vertical {
      width: 98vw;
      align-self: center;
    }
  }

  @media (max-width: 750px) {
    .onas_article {
      flex-direction: column;
    }
  }

  .datacenter {
    width: 100%;
  }


.partneri_h1 {
    text-align: center;
    font-size: xx-large;
}
.it_integrator {
    outline-style: solid;
    outline-color: #ff00a2;
}
.integrator_div img {
  width:100%;
}
.it_integrator:hover {
    background-color: #ffd842;
}
.wifi_integrator {
    outline-style: solid;
    outline-color:  #ff00a2;
}
.integrator_div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.imgdiv_integrator {
    position: relative;
    text-align: center;
    color:white;
    align-items: center;
    justify-content: center;
}

.it_integrator_clanek {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.it_integrator_clanek p {
    color: white;
    margin-left: 80px;
    margin-right: 80px;
    padding: 25px;
    font-size: large;
}
.integrator_overlay {
    background-color: rgba(255, 0, 162, .8);
    position: absolute; 
    width: 40vw;
    bottom: 0;
    margin-left: 25px;
    transition:  0.4s;
}
.integrator_overlay:hover {
    background-color: var(--primary);
    
}
.integrator_overlay h1{
    color:	rgba(255,255,255, 1);
    padding: 25px;

}

.integrator_overlay2 {
    background-color: rgba(255, 0, 162, .8);
    position: absolute; 
    width: 40vw;
    bottom: 0;
    transition:  0.4s;
    margin-right: 25px;
    right: 0;
}
.integrator_overlay2:hover {
    background-color: var(--primary);
    
}
.integrator_overlay2 h1{
    color:	rgba(255,255,255, 1);
    padding: 25px;

}

.main_container {
    position: relative;
    text-align: center;
    color:white;
    align-items: center;
    justify-content: center;
}
.kohinor_overlay {
    background-color: rgba(255, 0, 162, 0.6);
    position: absolute; 
    left: 25px;
    width: 40%;
    top: 25px;
    bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.main_container h1 {
    color: white;
    font-size: 3em;
}

.main_container h2 {
    color: white; 
    font-size: 1.5em;
}
@media (max-width: 830px) {
  .kohinor_overlay {
    width:100%;
    left:0;
    top:0;
  }
  .kohinor{
    max-height: 50vw;
  }
  .main_container h1 {font-size:1.5em;}
  .main_container h2 {font-size:1em;}
}

.contact_button {
    color: #da2f9b;
    background-color: #ffd842;
}
.contact_button h1 {
    color: white;
    padding: 10px;
    font-size: 28px;

}

.main_article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main_list {
    color: white;
    margin-right: 20px;
    list-style: none;
}

body[light-mode="dark"] .main_list {
  color: black;
}

.lists {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.listr1 {
    float: left;
    width: 60%;
}
.listr {
    float: right;
}
@media (max-width: 768px) {
    .lists {
        flex-direction: column; 
        margin: 10px;
    }
    .listr1 {
        width: 100%;
    }
    .listr {
        width: 100%;
    }
}
.code_image {
    height: 60vh;
    margin: 25px;
    outline-style: solid;
    outline-color: #ff00a2;
}
.fibers {
    max-width: 500px; 
    border: var(--primary) solid 1px;
}

.fibers1 {
  max-width:750px;
}

@media (max-width: 768px) {
.fibers1 {
  max-width: 99%;
}
.fibers {
  max-width: 99%;
}
}
.fibers_vertical {
    border: var(--primary) solid 1px;
    max-width: 500px;
    margin-top: 10px;
}

.internet_div {
    max-width: 80wv;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.internet_duo1 {
    display: flex; 
    flex-direction: row;
    justify-content: space-between;
    flex: 1 1 0px;
}
.internet_duo2 {
    gap:20px;
    display: flex; 
    flex-direction: row;
    justify-content: space-between;
}
.internet_article {
    display: flex;
    flex-direction: column; 
    justify-content: center;
}
.networkrs {
    width:100%;
    border: var(--primary) solid 3px;
    align-self: flex-start;
}

.internet_duo2 div, .internet_duo1 div {
  flex: 1 1 0px;
  width:0;
}


@media (max-width: 768px) {
    .internet_duo1 {
        flex-direction: column;
    }
    .internet_duo2 div, .internet_duo1 div {
      width:100%;
      text-align: center;
    }
    .internet_duo2 {
        flex-direction: column-reverse;

    }
    .internet_article {
        width: 100%;
        align-items: center;
    }
    .internet_duo2 ul{
      align-items: center;
      align-self: center;
    }
    .networkrs {
        width: 90vw;
        margin-top: 10px;
    }
    .internet_duo1 button {
      margin:auto;
    }
}

.fibers_sluzby {
    max-width: 500px; 
    border: var(--primary) solid 1px;
    display: block;
}
.fibers_container {
  position: relative;
}
.fibers_container:hover .image {
  opacity: 0.3;
}
.fibers_container:hover .fibers_overlay {
  opacity: 1;
}
.fibers_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: var(--primary);
}
.textik {
  color: white;
  font-size: xx-large;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 768px) {
  .fibers_container {
    max-width: 95vw;
  }
  .fibers_sluzby {
    max-width: 90vw;
  }

}

.contain {
    background-color: rgb(0, 0, 0);
    max-width: 1170px;
    align-items: center;
  }
  
  div.form {
    background-color: black;
  }

  body[light-mode="dark"] div.form {
    background-color: white;
  }

  .contact-wrapper {
    margin: auto 0;
  }
 
  
  .form-headline:after {
    content: "";
    display: block;
    width: 10%;
    padding-top: 10px;
    border-bottom: 3px solid var(--secondary);
  }
  
  .highlight-text {
    color: var(--secondary);
  }
  
  .hightlight-contact-info {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
  }
  
  .highlight-text-grey {
    font-weight: 500;
  }
  
  .email-info {
      margin-top: 20px;
  }
  
  ::-webkit-input-placeholder { /* Chrome */
    font-family: 'Roboto', sans-serif;
  }
  
  .required-input {
    color: black;
  }
  @media (min-width: 600px) {
    .contain {
      padding: 0;
    }
  }
  
  h3,
  ul {
    margin: 0;
  }
  
  h3 {
    margin-bottom: 1rem;
  }
  
  .form-input:focus,
  textarea:focus{
    outline: 2px solid var(--primary);
  }
  
  .form-input,
  textarea {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
  }
  
  .wrapper > * {
    padding: 1em;
  }
  @media (min-width: 700px) {
    .wrapper {
      display: grid;
      grid-template-columns: 2fr 1fr;
    }
    .wrapper > * {
      padding: 2em 2em;
    }
  }
  
  ul {
    list-style: none;
    padding: 0;
  }
  
  .contacts {
    color: var(--primary);
  }
  
  .form {
    background: #fff;
  }
  
  form {
   
  }
  form label {
    display: block;
  }
  form p {
    margin: 0;
  }
  
  .full-width {
    grid-column: 1 / 3;
  }
  
  button,
  .submit-btn,
  .form-input,
  textarea {
    padding: 1em;
  }
  
  button, .submit-btn {
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 15px;
    padding: 5px 20px;
    text-transform: uppercase;
  }
  button:hover, .submit-btn:hover,
  button:focus , .submit-btn:focus{
    background: var(--primary);
    outline: 0;
    color: #eee;
    cursor: pointer;
  }
  .error {
    color: var(--primary);
  }
  


@media (max-width: 768px) {
    .integrator_div {
        flex-direction: column;
        align-items: center;
    }
    .imgdiv_integrator {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .it_integrator {
        width: 80vw;
        margin-left: 0px;
    }
    .wifi_integrator {
        width: 80vw;
        margin-right: 0px;
        margin-top: 25px;
    }
    .integrator_overlay {
        width: 80vw;
        margin-left: 0px;
        height: 50%;
    }
    .submit-btn {
      width: 100%;
    }
    /*UNFINISHED RESPONSIVITY !!!!!!*/
    .integrator_overlay2 {
        width: 80vw;
        margin-top: 25px;
        height: 50%;
        margin-left: 0px;
        float: left;
    }
    .code_image {
        width: 100vw;
        height: auto;
    }
    .main_article p {
        margin: 10px;
    }
    .main_article h2 {
        margin: 10px;
    }
    .main_arcticle ul {
        margin: 10px;
    }
    .kohinor_overlay {
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .main_container h1 {
        font-size: 26px;
    }
}

.block-links {
  display:flex;
  box-sizing: border-box;
  width:100%;
  justify-content: center;
  gap:20px;

}

.block-links a {
  border: var(--primary) solid 3px;
  position:relative;
  transition: 0.4s;
}
.block-links a:hover {
  transform: scale(1.02);
  transition: 0.4s;
}

.block-links h1 {
  color:white;
  background-color: var(--primary);
  padding: 10px;
  text-align: center;
  margin:0;
  position: absolute;
  bottom:0;
  left:0;
  right:0;  
  font-weight: normal;
}

.block-links img {
  width:100%;
}

@media (max-width: 750px) {
  .block-links {flex-direction: column;}
  .block-links img { max-height: 40vh;}
}







.timeline{
  position:relative;
  margin:50px auto;
  padding:40px 0;
  width:1000px;
  box-sizing:border-box;
  padding-top: 10px;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background: var(--primary);
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 40px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.content{
  padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  right:-6px;
  background:var(--secondary);
  border-radius:50%;
}
.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  left:-4px;
  background:var(--secondary);
  border-radius:50%;
}
.timeline ul li h3{
  padding:0;
  margin:0;
  color:white;
  font-weight:600;
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
  color: white;
}
.timeline ul li:nth-child(odd) .time
{
  position:absolute;
  top:12px;
  right:-165px;
  margin:0;
  padding:8px 16px;
  background:var(--primary);
  color:#fff;
  border-radius:18px;
}
.timeline ul li:nth-child(even) .time
{
  position:absolute;
  top:12px;
  left:-165px;
  margin:0;
  padding:8px 16px;
  background:var(--primary);
  color:#fff;
  border-radius:18px;
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  h1{
    font-size:40px;
    text-align:center;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}

.login_form form {
  max-width: 100%;
}
.login_form {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  
  .login_form h1 {
    margin-top: 48px;
  }
  
  .login_form form {
    max-width: 360px;
    width: 100%;
    padding: 58px 44px;
    border: 1px solid var(--primary);
    box-shadow: 0 0 5px 0 rgba(42, 45, 48, 0.12);
    transition: all 0.3s ease;
    border-radius: 5px;
  }
  
  .login_form.row {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
  }
  
  .login_form label {
    font-size: 13px;
    color: var(--secondary);
    margin-right: 5px;
    font-weight: 700;
  }
  
  .login_form input {
    flex: 1;
    border: 1px solid var(--primary);
    transition: all 0.2s ease-out;
    max-width: 100%;
    margin-bottom: 5px;
    border: 1px solid var(--primary);
    border-radius: 5px;
  }
  
  .login_form.row input:focus {
    outline: none;
    box-shadow: inset 2px 2px 5px 0 #b00672;
  }
  
  .login_form.row input::placeholder {

  }
  
  .login_form button {
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 15px;
    padding: 5px 20px;
    text-transform: uppercase;
    width: 100%;
    padding: 12px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.2s ease-out;
  }
  
  .login_form button:hover {
    background: var(--primary);
    outline: 0;
    color: #eee;
    cursor: pointer;
  }

  @media(max-width:767px){
    .login_form form {
      max-width: 70%;
    }
    .login_form input {
      width: 70%;
    }
    .login_form button {
      width: 70%;
    }
  }

.logo_bottom {
  position:fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.scrollable_content {
  position: absolute;
  top: 0;
  left: 220px;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  color: white;
}


table {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
}
th, td { 
  padding: 0.75rem;
  font-size: 0.9375rem;
}

th { 
  font-weight: 700;
  text-align: left;
  color: white;
  border-bottom: 2px solid var(--primary);
  position: sticky;
  top: 0;
  background-color: var(--primary);
}

td { 
  color: #7E7F9A;
  border-bottom: 1px solid var(--secondary);
}
tr:hover {
  background-color:  rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
tr:hover td {
  color: black;
}


.sidebar {
  margin: 0;
  padding: 0;
  width: 220px;
  background-color: var(--primary);
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: white;
  padding: 16px;
  text-decoration: none;
}
.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}



@media(max-width:767px){
  table {
    overflow-x:auto;
    margin-top: 100px;    
  }
  .scrollable_content {
    left: 0;
    overflow-y: auto;
  }
  .sidebar {
      width: 100%;
      height: auto;
      z-index:1;
  }
  .logo_bottom {
    display: none;
  }
  th {
    padding-top: 220px;
  }
  
}
.client_welcome {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.client_welcome:hover {
  cursor:pointer;
}

.login-btn {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 15px;
  padding: 5px 20px;
  text-transform: uppercase;
}
.login-btn:hover,.login-btn:focus{
  background: var(--primary);
  outline: 0;
  color: #eee;
  cursor: pointer;
}

.login-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ikona_prihlaseni {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}


.static_span {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}


.interneti {
  display: flex;
  flex-direction: row; 
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.textrs {
  display: flex;
  flex-direction: column;
  width: 50vw;
  margin-left: 25px;
}

@media (max-width: 768px) {
.interneti {
  flex-direction: column;
}
.textrs {
  width: 100%;
  margin-left: 0px;
}
.textrs h1 {
  font-size: x-large;
}
}

/*scrollbar*/
body::-webkit-scrollbar {
  width: 20px;
}

body::-webkit-scrollbar-track {
  /*gradient scrollbar*/
  background: black;
}

body::-webkit-scrollbar-thumb {
  background: var(--primary);
}

body[light-mode="dark"]::-webkit-scrollbar-track {
  background: white;
}


.iot_vyhoda {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;

}
.vyhoda_odrazka {
  width: 15%;
  height: auto;
  align-self: flex-start;
  margin-right: 25px;
}
.iot_content_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


@media (max-width: 768px) {
  .iot_vyhoda {
    flex-direction: column;
    padding: 10px;
  }
  .vyhoda_odrazka {
    align-self: center;
  }
  .iot_content_div {
    align-items: center;
  }
  .vyhoda_odrazka {
    width: 25%;
    margin-right: 0;
  }
}

.pagedown_button {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: var(--primary);
  color: white;
  margin-top: 10px;
  padding: 10px;
  transition: 0.4s;
}
.pagedown_button:hover {
  transform: scale(1.1);
  transition: 0.4s;
}

@media (max-width: 600px) {
  .pagedown_button {
    display: none;
  }
}







/*NIS*/
.kolecko_container {
  margin: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nis_h1 {
  color: var(--secondary);
  font-size: 10vw;
}
.nis_slogan {
  display: flex;
  flex-direction: column;
}
.nis_slogan1 {
  color: white;
  font-size: 5vw;
  margin-right: 50px;
}
.nis_slogan2 {
  color: white; 
  font-size: 2vw;
  margin-right: 50px;
}
.kolecko {
  border-radius: 50%;
  padding: 25px;
  background-color: var(--primary);
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Tocici se kolecko*/
.main-sec {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: auto;
  overflow: hidden;
  padding: 40px;
  width: 100%;
  
}
.main {
  margin: 0px auto;
  width: 240px;
  height: 240px;
  position: relative;
  align-self: center;
}
.big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 5px solid #ff00a2;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}
/*ikonky co se toci*/
.icon-block {
  width: 64px;
  height: 64px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-image: linear-gradient(180deg, #ff00a2 0%, #ff00a2 100%);
  -webkit-background-image: linear-gradient(180deg, #ff00a2 0%, #ff00a2 100%);
}
.icon-block img {
  margin: 0px auto;
  width: 86%;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
}
.icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* circle content */
.circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 75%;
  height: 75%;
  border-radius: 50%;
}
.circle .icon-block img {   
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}

/*logo veprostred*/
.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  max-width: 200px;
  max-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: linear-gradient(60deg, var(--secondary), var(--primary));
}
.center-logo h1{
    color: black;
    font-size: 3vw;
}
.center-logo img {
  width: 100%;
  height: auto;
}

/* keyframe animace (totally tomu rozumim ofc */
@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
  }
}




/*container na drop in animaci*/

.container1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  align-items: center;
  width: 80%;
  margin:auto;
 }


 
 .header {
  margin: 0.25rem 0;
  font-size: 2.5rem;
 }
 

 
 
 /* animace na drop in */
 .overflow-hidden {
  overflow: hidden;
 }
 
 .drop-in-nis {
  animation: drop-in 1s ease 200ms backwards;
 }
 
 .drop-in-nis-2 {
  animation: drop-in 1200ms ease 300ms backwards;
  margin: 10px;
 }
 .drop-in-nis-3 {
  animation: drop-in 1200ms ease 350ms backwards;
  margin: 10px;
 }
 .drop-in-nis-4 {
  animation: drop-in 1200ms ease 400ms backwards;
  margin: 10px;
 }
 .drop-in-nis-5 {
  animation: drop-in 1200ms ease 450ms backwards;
  margin: 10px;
 }
 
 .drop-in-nis-6 {
  animation: drop-in 1200ms ease 600ms backwards;
  margin: 10px;
 }

 @keyframes drop-in {
  from {
   opacity: 0;
   transform: translateY(-100px);
  }
  to {
   opacity: 1;
   transform: translate(0px);
  }
 }
 
 /*takovy ty questions s dropdownem - summary a details*/
 summary {
  font-weight: bold;
  font-size:large;
  background-color: var(--primary);
  color: white;
  font-size: large;
  padding: 5px;

}
details {
  width: 100%;

}
summary:hover {
  cursor: pointer;
}

summary h2 {

}

details[open] {
  background-color: transparent;
  color: white;

  width: 100%;
  position: relative;

  
}



details[open] summary {
  background-color: var(--primary);
  color: white;
}

details[open] p {
      font-size: large;
      color: white;
      margin: 10px;
}



.iot-inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


.typewriter {
	width: 35ch;
	white-space: nowrap;
	overflow: hidden;
	border-right: 4px solid var(--primary);
	animation: cursor 1s step-start infinite, 
    text 1.5s steps(35) alternate;
}

@media (max-width: 600px) {
  .typewriter {
    font-size: large;
  }
  .chardiv {
    max-width: 95vw;
    display: flex;
    align-items: center;
    justify-content:center;
  }
}


@keyframes cursor {
	0%, 100% { 
    border-color: var(--primary); 
  }
}

@keyframes text {
	0% { 
    width: 0; 
  }
	100% { 
    width: 35ch; 
  }
}
.nabidka_ul {
  list-style: none;
  color: white;
  font-size: large;
  padding: 0;
}

.offer_title {
  color: var(--secondary);
  text-align: center;
}

.number_span {
  color: var(--primary);
  font-size: 4em;
  display: inline-block;
  width: 50px; /* Fixed width for the numbers */
}

.nabidka_step {
  display: flex;
  align-items: start; /* Align items to the start */
  margin-bottom: 20px; /* Space between steps */
}

.nabidka_step_content {
  margin-left: 20px;
}

/* Styles for smaller screens */
@media (max-width: 767px) {
  .number_span {
    font-size: 2em;
    width: 30px;
  }

  .nabidka_step_content {
    margin-left: 10px;
  }

  .nabidka_step_content h2 {
    font-size: 1.5em; /* Make the headings bigger */
    margin-bottom: -10px; /* Move the headings closer to the numbers */
  }
}


.mate_zajem {
  position: relative;
  display: inline-block;
  border-radius: 25px;
  font-size: x-large;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  border: 1px var(--primary) solid;
}
.mate_zajem:hover {
  color: var(--primary);
  background-color: black;
}

.mate_zajem::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--secondary);
  background-color: black;
  display: grid;
  place-items: center;
  transform: translateX(-100%);
  transition: transform 0.3s;
}

.mate_zajem:hover::before {
  transform: none;
}
body[light-mode="dark"] .mate_zajem:hover {
  background-color: white;
}
body[light-mode="dark"] .mate_zajem::before {
  background-color: white;
}

.mate_zajem span {
  display: inline-block;
  padding: 1.2rem 2.2rem;
  transition: transform 0.3s;
}

.mate_zajem:hover span {
  transform: translateX(100%);
}


@media (max-width: 767px) {
  .container1 {
    width: 90vw;
  }
  .header {
    font-size: 1.5rem;
    margin: 0;
  }
  .container1 h2 {
    text-align: center;
  }
   }



/*DARK LIGHT TOGGLE*/


.light-mode-button {
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  height: 20px;
  width: 50px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0);
}

.light-mode-button:focus {
  outline: none; 
}

.light-mode-button span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 20px;
  border-radius: 20px;
  background-color: black;
  transition: 0.3s;
}

.light-mode-button span:nth-child(2) {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}


body[light-mode="dark"] .light-mode-button span:nth-child(1) {
  background-color: dodgerblue;
  color: #141516;
}

body[light-mode="dark"] .light-mode-button span:nth-child(2) {
  left: 30px;
  background-color: var(--secondary);
}




.housing_div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.housing_div h3 {
  margin-bottom: 0em;
}
.housing_div img {
  margin: 10px;
}
.housing_div2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}
body[light-mode="dark"] .housing_div2 p{
  color: black;
}
body[light-mode="dark"] .internet_article p {
  color: black;
}
.housing_div3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.servers {
  max-width: 750px;
  border: 3px solid var(--primary);
}

@media (max-width: 767px) {
  .housing_div {
    flex-direction: column-reverse;
  }
  .housing_div2 {
    align-items: center;
    margin-top: 10px;
  }


}

body[light-mode="dark"] .li_span {
  color: black;
}

body[light-mode="dark"] .overflow-hidden p {
  color: black;
}
body[light-mode="dark"] .nabidka_step p {
  color: black;
}

body[light-mode="dark"] .content h3{
  color: black;
}

body[light-mode="dark"] .content p {
  color: black;
}

body[light-mode="dark"] .container1 p {
  color: black;
}

body[light-mode="dark"] .hrr {
  color: black;
}

body[light-mode="dark"] .hgfg {
  color: black;
}

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

.polla {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
}

@media (max-width: 767px) {
.polla {
  flex-direction: column;
}

}

.double_fibers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.double_fibers img {
  margin: 10px;
}
@media (max-width: 767px) {
  .double_fibers {
    flex-direction: column;
    justify-content: center;
  }
}
.bloknet_div {
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
}

.blockquote_customer {
  padding: 20px;
  border: 1px solid var(--secondary);
  margin-bottom: 25px;
}

.blockquote_company {
  padding: 20px;
  border: 1px solid var(--primary);
  margin-bottom: 25px;
}

.quote_customer {
  max-width: 400px;
  line-height: 1.4;
  font-style: italic;
  color: var(--secondary);
}

.quote_company {
  max-width: 400px;
  line-height: 1.4;
  font-style: italic;
  color: var(--primary);
}

.p_customer {
  color: var(--secondary);
  font-weight: bold;
  bottom: 20;
}

.p_company {
  color: var(--primary);
  font-weight: bold;
  bottom: 20;
}

.quote-icon {
  margin-bottom: 10px;
}
.quote-icon2 {
  margin-bottom: 10px;
  transform: rotate(180deg);
}

.blockquote_customer hr {
  margin-top: 10px;
  color: var(--secondary);
}
.blockquote_company hr {
    margin-top: 10px;
    color: var(--primary);
}


.quotes_container {
    display: flex;
    flex-direction: column;
    width: 45%;
}
.faq_div1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.faq_div2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.blockquote_img {
    margin: 25px;
}
@media (max-width: 768px) {
  .faq_div1 {
      flex-direction: column;
  }
  .faq_div2 {
      flex-direction: column-reverse;
  }
  
  
  }

  .hidden {
    display: none;
  }
  
  .nosel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
  }
  
  
  .img-enlarged__cont {
    width: 100%;
    height: 0px;
    opacity: 0;
    font-family: Helvetica, sans-serif;
    cursor: zoom-out;
    background: rgba(0,0,0,0.5);
    position: fixed; top: 0; left: 0;
    z-index: 998;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
  }
  
  .img-enlarged__cont.open {
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
  }
  
  .img-enlarged {
    max-width: 90%;
    max-height: 80%;
    border: 5px solid var(--primary);
    display: block;
    margin: auto !important;
    position: relative; top: 10%; bottom: 10%;
  }
  .gallery img {
    cursor: zoom-in;
  }
  .services {
    width: 100%;
    padding: 0 8%;
    margin-bottom: 10px;
  }
  .services h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 2rem;
    font-weight: 600;
    position: relative;
  }

  .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
  }
  .row .service {
    padding: 25px 15px;
    background: transparent;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
  }
  .row .service:hover {
    color: #fff;
    background-color: var(--primary);
    transform: scale(1.05);
  }
  .row .service i {
    color: var(--primary);
    margin-bottom: 20px;
    font-size: 40px;
    transition: 0.5s;
  }
  .row .service:hover i {
    color: #fff;
  }
  .row .service h3 {
    color: #fff;
  }
  .row .service h2 {
    font-weight: 600;
    margin-bottom: 20px;
  }
  .porque {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .porque1 {
    display: flex;
    flex-direction: column; 
    float: left;
    align-self: flex-start;
    width: 45%;
  }
  .porque2 {
    display: flex;
    flex-direction: column; 
    float: right;
    align-self: flex-end;
  }
  .newtel_office {
    max-width: 70%;
    margin: 50px;
    border: 1px solid var(--primary);
  }
  @media (max-width: 768px) {
    .porque {
      flex-direction: column;
    }
    .porque1 {
      width: 100%;
      max-width: 95vw;
      align-self: center;
      text-align:center;
    }
    .porque2 {
      width: 100%;
    }
    .porque2 img {
      width: 99%;
    }
  }
  figure.snip1200 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    max-width: 500px;
    max-height: 500px;
    width: 100%;
    background: #000000;
    color: #ffffff;
    font-size: large;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    border: 1px solid #ff00a2;
    border-radius: 15px;
    margin-top: 50px;
  }
  figure.snip1200 h2 {
    color: #ff00a2;
    font-size: 1.5em;
    font-weight: 1000;
  }
  figure.snip1200 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
  figure.snip1200 img {
    max-width: 100%;
    position: relative;
    opacity: 0.9;
  }
  figure.snip1200 figcaption {
    position: absolute;
    top: 45%;
    left: 7%;
    right: 7%;
    bottom: 45%;
    border: 1px solid #ff00a2 ;
    border-width: 1px 1px 0;
  }
  figure.snip1200 .heading {
    overflow: hidden;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  figure.snip1200 h2 {
    display: table;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    font-weight: 700;
    color: #ff00a2;
    font-size: 1em;
    background: black;
    padding: 10px;
    border-radius: 15px;
  }
  figure.snip1200 h2 span {
    font-weight: 800;
  }
  figure.snip1200 h2:before,
  figure.snip1200 h2:after {
    position: absolute;
    display: block;
    width: 1000%;
    height: 1px;
    content: '';
    background: #ff00a2;
    top: 50%;
  }
  figure.snip1200 h2:before {
    left: -1000%;
  }
  figure.snip1200 h2:after {
    right: -1000%;
  }
  figure.snip1200 p {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    opacity: 0;
    font-size: large;
  }
  figure.snip1200 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }
  figure.snip1200:hover img,
  figure.snip1200.hover img {
    opacity: 0.25;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  figure.snip1200:hover figcaption,
  figure.snip1200.hover figcaption {
    top: 7%;
    bottom: 7%;
  }
  figure.snip1200:hover p,
  figure.snip1200.hover p {
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .figuresnips {
      display: flex;
      flex-direction: row;
  }
  @media (max-width: 768px) {
.figuresnips {
  flex-direction: column;
}
figure.snip1200 {
  width: auto;
}
figure.snip1200 img,
  figure.snip1200 img {
    opacity: 0.25;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  figure.snip1200 figcaption,
  figure.snip1200 figcaption {
    top: 7%;
    bottom: 7%;
  }
  figure.snip1200 p,
  figure.snip1200 p {
    opacity: 1;
    line-height:1;
  }
  figure.snip1200 h2 {
    font-size: 0.9em !important;
  }
  }