/* IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=Arvo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap');


/* END IMPORTS */




:root {
    --color-dark: #161616;
    --color-ocean: #416dea;
    --color-grass: #3dd28d;
    --color-snow: #fff;
    --color-salmon: #f32c52;
    --color-sun: #feee7d;
    --color-alge: #7999a9;
    --color-flower: #353866;
    --color-smoke: #e4e4e4;
    --borderRadius: 36px;
}



/* ================================================================= */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.6s;
    font-family: -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.container{
    margin-left: 5%;
    margin-right: 5%;
}

/* Navbar section */

.nav{
    top: 15px;
    width: 95%;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
    background-color: #191718;
    align-items: center;
    left: 2.5%;
    border-radius: 15px;
    z-index: 1;
}

.nav div.logo{
    width: 180px;
    height: 10px;
    position: absolute;
}

.nav div.logo a{
    text-decoration: none;
    color: #fff;
    font-size: 1.8em;
    text-transform: uppercase;
}

.nav div.logo a:hover {
    color: #c0c0c0;
}

.nav div.main_list{
    width: 400px;
    height: 65px;
    float: right;
}

.nav div.main_list ul{
    width:100%;
    height: 65px;
    display: flex;
    list-style: none;
}

.nav div.main_list ul li{
    width: 120px;
    height: 65px;
}

.nav div.main_list ul li a{
    text-decoration: none;
    color: #fff;
    line-height: 65px;
    text-transform: uppercase;
}

.nav div.main_list ul li a:hover{
    color: #c0c0c0;
}

.nav div.media_button {
    width: 40px;
    height: 40px;
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 12px;
    display: none;
}

.nav div.media_button button.main_media_button {
    width: 100%;
    height: 100%;
    background-color: transparent;;
    outline: 0;
    border: none;
    cursor: pointer;
}

.nav div.media_button button.main_media_button span{
    width: 98%;
    height: 1px;
    display: block;
    background-color: #fff;
    margin-top: 9px;
    margin-bottom: 10px;
}



/* Home section */

.home{
    width: 100%;
    height: 700px;
    background-color: #6666;
}

/* Media section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    
    .container{
        margin: 0;
    }
    
}




@media screen and (max-width:768px) {
    
    .container{
        margin: 0;
    }
    
    .nav{
        border-radius: 15px;
    }

    .nav div.logo{
        margin-left: 15px;
    }
    
    .nav div.main_list{
        width: 100%;
        margin-top: 65px;
        height: 0px;
        overflow: hidden;
    }
    
    .nav div.show_list{
        height: 200px;
    }
    
    .nav div.main_list ul{
        flex-direction: column;
        width: 100%;
        height: 200px;
        top: 80px;
        right: 0;
        left: 0;
    }

    .nav div.main_list{
        margin-top: 70px;
        border-radius: 20px;
    }
    
    .nav div.main_list li:nth-child(3){
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }


    .nav div.main_list ul li{
        width: 100%;
        height: 40px;
        background-color: #191718;
        
    }
    
    .nav div.main_list ul li a{
      text-align: center;
        line-height: 40px;
        width: 100%;
        height: 40px;
        display: table;
    }
    
    .nav div.media_button{
        display: block;
    }
}


/* END Navbar section */

/* START Door contact section */

.door-contact-info{
    width: 100%;
    height: 100vh;
    float: left;
    display: flex;
    background-color: #BBBB;
    margin-bottom: 50px;
}

/* Door opening effect */

.wrapper {
    height: 300px;
    width: 250px;
    border: 5px solid #e8e4c9;
    position: relative;
    /* 3D */
    perspective: 1000px;
    align-items: center;
    top: 200px;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    top: 200px;
    background-color: rgb(255, 255, 255);
    display: flex;
  }

  .info-data  img {
    object-fit: contain;
    align-items: center;
    margin-left: 40%;
    margin-bottom: 15px;
    background-color: rgb(255, 255, 255);
  }

  .info-data{
    margin-left: auto;
    margin-right: auto;
    width: 12em;
    overflow-wrap: break-word;
    word-break: break-all;
  }

  .button {
    display: flex;
    overflow: hidden;
    margin: 10px;
    padding: 12px 12px;
    cursor: pointer;
    user-select: none;
    transition: all 150ms linear;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
    border: 0 none;
    border-radius: var(--borderRadius);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    justify-content: center;
    align-items: center;
    flex: 0 0 160px;
    box-shadow: 2px 5px 10px var(--color-smoke);
}
.button:hover {
    transition: all 150ms linear;
    opacity: 0.85;
}
.button:active {
    transition: all 150ms linear;
    opacity: 0.75;
}
.button:focus {
    outline: 1px dotted #959595;
    outline-offset: -4px;
}
.button.-dark {
    color: var(--color-snow);
    background: var(--color-dark);
}
.button.-dark:focus {
    outline: 1px dotted white;
    outline-offset: -4px;
}

.button a{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none !important;
    text-transform: none;
    text-transform: capitalize;
    color: #fff;
}

  
  .door {
    background-color: #e8e4c9;
    height: 100%;
    width: 50%;
    position: absolute;
    /* inner layout */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  
  #left-door {
    top: 0;
    left: 0;
    border-right: 1px solid black;
    /* transition */
    transform-origin: left;
    transition: transform 0.5s;
  }
  
  #right-door {
    top: 0;
    right: 0;
    border-left: 1px solid black;
    /* transition */
    transform-origin: right;
    transition: transform 0.5s;
  }
  
  .shape {
    border: 4px solid black;
    width: 100px;
    height: 130px;
  }
  
  .knob {
    width: 10px;
    height: 50px;
    background-color: #111;
    position: absolute;
  }
  
  #left-knob {
    top: 50%;
    right: 10px;
  }
  
  #right-knob {
    top: 50%;
    left: 10px;
  }
  
  /* Door swing effect */
  .wrapper:hover #left-door{
    transform: rotateY(-140deg);
  }
  
  .wrapper:hover #right-door{
    transform: rotateY(140deg);
  }
  
/* END Door opening effect */

/* END Door contact section */

/* START Door responsive contact section */

@media screen and (max-width: 800px) {

    .door-contact-info{
        display: flex;
        flex-direction: column;
        margin-top: -80px;
        height: 1200px;

    }

    .wrapper{
        margin-bottom: 20px;
        top:200px;
    }
    
    .info-data  img {
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
    
      .info-data{
          align-items: center;

      }

      .transform {
        -webkit-transition: all 2s ease;  
        -moz-transition: all 2s ease;  
        -o-transition: all 2s ease;  
        -ms-transition: all 2s ease;  
        transition: all 2s ease;
      }
      
      .transform-active-left {
        transform: rotateY(-140deg);
        
      }

      .transform-active-right{
        transform: rotateY(140deg);
      }

      .transform-active-left-back {
        transform: rotateY(140deg);
        
      }

      .transform-active-right-back{
        transform: rotateY(-140deg);
      }

}

/* END Door responsive contact section */

/* START Upit section */


.ponuda-title{
    height:700px;
    width: 100%;
}

.cert-title2 {
    width: 60%;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
  }
  
  .cert-title2 h2 {
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    font-family: "Titilium", sans-serif;
  }


  .container-cert {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: center;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 60px;
    top: 50px;
  }

input[type="text2"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type="text2"]:focus {
  outline: none;
  border: 1px solid #5caf5c;
}

input[type="submit"] {
  background-color: #416dea;
  color: white;
  padding: 12px;
  width: 100px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: auto;
}

input[type="submit"]:hover {
  background-color: #416dea;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}


  @media screen and (max-width: 950px) {
    .cert-title2 {
      width: 100%;
      justify-content: center;
      margin: 0 auto;
      align-items: center;
    }
  
    .container-cert {
      border-radius: 5px;
      background-color: #f2f2f2;
      padding: 20px;
      font-family: Arial, Helvetica, sans-serif;
      justify-content: center;
      margin: 0 auto;
      width: 85%;
      margin-bottom: 60px;
    }
    input[type="submit2"] {
        background-color: #416dea;
        color: white;
        padding: 12px;
        width: 100px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        margin-left: auto;
      }
  }

  /* END Upit section */




/* Style the container/contact section */


.button-container {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.location {
    margin-top: 40px;
    height: auto;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #f2f2f2;
  }
  .location iframe {
    width: 75%;
  }

  .space2{
      background-color: #f2f2f2;
      height:25px;
  }

.container7 {
    border-radius: 5px;
    background-color: #f2f2f2;
    height: 700px;
  }
  .map-title{
      height:100px;
      vertical-align: middle;
  }

  .map-title h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    font-family: "Titilium", sans-serif;
    top: 50%;
  }

  .button-upute{
      height:150px;
  }

  .button-upute a{
        text-decoration: none;
        color: #111;
        text-transform: none;
  }

  .button-upute a:hover{
    text-decoration: none;
  }


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 810px) {
    .container7 {
      border-radius: 5px;
      background-color: #f2f2f2;
      height: auto;
    }
  }
  
  @media screen and (max-width: 1000px) {
    .container7 {
      border-radius: 5px;
      background-color: #f2f2f2;
      height: auto;
    }
  }
  
  @media screen and (max-width: 720px) {
    .container7 {
      border-radius: 5px;
      background-color: #f2f2f2;
      height: auto;
    }
  }
  
  @media screen and (max-width: 500px) {
    .container7 {
      border-radius: 5px;
      background-color: #f2f2f2;
      height: 650px;
    }

  }




/* START Footer section */

.container {
    flex: 1;    /* same as flex-grow: 1; */
}

.ft-main {
    display: flex;
    height: auto;
    flex-direction: row;
    align-items: center;
    margin-left:auto;
    margin-right:auto;
    overflow-x: hidden;
}

.ft-main-item {
    padding: 1.25rem;
    min-width: 12.5rem /*200px*/;
}

.ft-main-item ul li {
    list-style-type: none;
}

footer {
    background-color: #555555;
    color: #bbbbbb;
    line-height: 1.5;
    padding: 1.25rem 1.875rem;
    display: flex;
    flex-wrap: wrap;
}

footer a{
    text-decoration: none;
    color: #eeeeee;
}

footer li{
    margin-bottom: 12px;
}

a:hover {
    text-decoration: underline;
}
.ft-title {
    color: #fff;
    font-family: 'Titilium', sans-serif;
    font-size: 1.375rem;
    padding-bottom: 0.625rem;
}

.ft-title2 {
    color: #fff;
    font-family: 'Titilium', sans-serif;
    font-size: 1.375rem;
    padding-bottom: 1.3rem;
}

.ft-class{
    list-style: none;
    padding-left: 0; ;
}

form {
    display: flex;
    flex-wrap: wrap;
}
input[type="email"] {
    border: 0;
    padding: 0.625rem;
    margin-top: 0.3125rem;
    width: 250px;
}

input[type="message"] {
    border: 0;
    padding: 0.625rem;
    margin-top: 0.3125rem;
    width:250px;
}

input[type="submit"] {
    background-color: #416dea ;
    color: #fff;
    cursor: pointer;
    border: 0;
    padding: 0.625rem 0.9375rem;
    margin-top: 0.3125rem;
}

input[type="submit"]:hover {
    background-color:#959595;
    transition: all 0.3s;
}




@media only screen and (max-width:900px){
    .ft-main{
        width:100%;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
    }
    footer li{
        margin-bottom: 5px;
    }
}

/* END Footer section */