@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,400&display=swap");
* {
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

@media (prefers-color-scheme: dark) {
  body {
    background: linear-gradient(#ffffff, #ffffff);
    color: #000000;
  }
}

html,
body {
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

body {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(#ffffff, #ffffff);
  color: #b69d74;
}

a {
  color: #000;
}

/* header */

nav {
  height: 6rem;
  width: 100vw;
  display: flex;
  position: fixed;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0 3px 20px rgba(7, 9, 40, 0.8);
}

/* Styling Logo*/

.logo {
  padding: 3vh 3vw;
  text-align: left;
  width: 40vh;
}

.logo img {
  height: auto;
  width: 200px;
}

/* Styling Navigation Links*/

.nav-links {
  width: 80vw;
  color: #9e6d1d;
  display: flex;
  padding: 0 0.7vw;
  justify-content: space-evenly;
  align-items: center;
  text-transform: uppercase;
  list-style: none;
  font-weight: 600;
}

.nav-links li a {
  font-size: 14px;
  font-weight: 500;
  color: #b69d74;
  margin: 0 0.7vw;
  text-decoration: none;
  transition: all ease-in-out 350ms;
  padding: 10px;
}

.nav-links li a:hover {
  color: #eca635;
  background-color: transparent;
  padding: 10px;
  border-radius: 50px;
}

.nav-links li {
  position: relative;
}

.nav-links li a:hover::before {
  width: 80%;
}

/*Navigation Icon Styling*/

.hamburger div {
  width: 30px;
  height: 3px;
  background: #f2f5f7c4;
  margin: 5px;
  transition: all 0.3s ease;
}

.hamburger {
  display: none;
}

/*-----Animation text-----*/

@import url("fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
.main {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  height: 100vh;
  background-image: url("images/pillar1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: sticky;
}

@import url("https://fonts.googleapis.com/css2?family=STIX+Two+Text:wght@600&display=swap");
#container {
  color: #fff;
  font-size: 70px;
  font-family: "STIX Two Text", serif;
  font-weight: 500;
  width: 100%;
  display: block;
  z-index: 2;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap");
#flip {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  height: 80px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 15px;
}

#flip {
  height: 120px;
  font-size: 0px;
}

#flip > div > div {
  color: #fff;
  padding: 8px 12px;
  height: 75px;
  margin-top: 65px;
  margin-bottom: 45px;
  display: inline-block;
}

#flip div:first-child {
  animation: show 15s linear infinite;
  color: #b69d74;
  font-size: 24px;
}

@keyframes show {
  0% {
    margin-top: -270px;
  }
  5% {
    margin-top: -170px;
  }
  28% {
    margin-top: -170px;
  }
  38% {
    margin-top: -90px;
  }
  66% {
    margin-top: -90px;
  }
  71% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -270px;
  }
}

.first {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.long {
  padding-top: 5.5px;
  padding-bottom: -15px;
  margin-top: 48px;
  margin-bottom: 35px;
}

.second {
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: -30px;
  padding-bottom: -30px;
}

/* Mine css - Kishan Starts Here */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap");
.content-area {
  color: rgba(255, 255, 255);
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-align: center;
  width: 100%;
  top: 50%;
  font-size: 48px;
  transform: translate(0, -50%);
}

.content-area img {
  display: none;
}

/* Mine css - Kishan Ends Here */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap");
#container p {
  font-family: "Montserrat", sans-serif;
  position: relative;
  top: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.72);
  z-index: 2;
}

/* CF start */

section.white {
  max-width: 100%;
  width: 1210px;
  margin: 0 auto;
}

.white {
  display: flex;
  flex-direction: row;
  background-color: #fff;
}

.about {
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
  width: 50%;
  max-height: 85%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 40px;
  color: #767676;
  font-size: 12px;
  position: relative;
  z-index: 2;
}

@import url("fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
div .prvi {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #b69d74;
  margin-top: 20px;
  z-index: 2;
}

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
div .drugi {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 100;
  color: #101010c4;
  z-index: 2;
}

div .treci {
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.493);
}

div .cetvrti {
  margin-top: -60px;
  margin-left: 0px;
  font-family: "WindSong", cursive;
  color: #b69d74;
  font-size: 34px;
}

div .peti {
  font-size: 15px;
  margin-left: 10px;
  margin-top: -5px;
}

.sesti img {
  border-radius: 50%;
  height: 250px;
  margin-left: 280px;
  margin-top: 0px;
}

.forma {
  background-image: url(images/cf.jpg);
  color: #b69d74;
  background-color: #f8f9fa;
  width: 50%;
  max-height: 85%;
  padding: 40px;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

@import url("fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
.title .t1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #b69d74;
  z-index: 2;
}

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
.title .t2 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 100;
  z-index: 2;
}

form {
  margin-top: 50px;
  transition: all 4s ease-in-out;
}

.form-control {
  width: 600px;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid gray;
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 90px;
}

input {
  height: 45px;
}

form .submit {
  background-color: #b69d74;
  border-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 20px;
}

form .submit:hover {
  background-color: #8d7b5d;
  cursor: pointer;
}

/* CF end */

.title {
  margin-top: 20px;
}

#contact-form {
  margin-top: 60px;
}

input.submit {
  margin-top: 60px;
}

.middle {
  background-image: url("images/books.jpg");
  height: 70vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: static;
  overflow: hidden;
}

.layer {
  background-color: rgba(7, 9, 40, 0.8);
  height: 100vh;
  position: sticky;
  min-height: 100%;
  position: relative;
  top: 0;
  z-index: 1;
}

.row {
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: space-between;
  max-height: 540px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 60px;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap");
.b1 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  width: 440px;
  margin-top: 30px;
  margin-left: -20px;
  height: 400px;
  color: #b69d74;
  background-color: transparent;
  padding: 40px;
  z-index: 2;
}

.b1 img {
  margin-left: -20px;
  margin-top: -50px;
  width: 50px;
}

@import url("fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
.b1 h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin-left: 65px;
  margin-top: -42px;
}

.b1 h6 {
  margin-left: 120px;
  margin-top: -18px;
}

@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
.b11 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #fff;
  margin-left: -20px;
  margin-top: 45px;
  text-align: justify;
}

.vl {
  border-left: 2px solid #b69d74;
  height: 25px;
  margin-top: 14px;
  margin-left: 0px;
}

.kontakt {
  line-height: 1.3;
  letter-spacing: 0.7px;
  margin-top: -25px;
  margin-left: 37px;
}

@import url("fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
.b2 {
  position: relative;
  margin-left: -50px;
  margin-top: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  background-color: transparent;
  z-index: 2;
}

.b2 ul {
  color: #f8f9fa;
  width: 375px;
  list-style-type: none;
  margin-top: 50px;
  margin-left: -10px;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap");
ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  padding: 7px;
  font-size: 16px;
}

li img {
  height: 25px;
  width: 25px;
}

.one {
  text-align: center;
  margin-right: 15px;
  margin-bottom: -10px;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap");
li span {
  margin-left: 44px;
  display: inline;
}

.three {
  text-align: center;
  margin-right: 15px;
  margin-bottom: -5px;
}

.four {
  text-align: center;
  margin-right: 15px;
  margin-top: -30px;
  margin-bottom: -5px;
}

.five {
  text-align: center;
  margin-right: 15px;
  margin-bottom: -5px;
}

.six {
  text-align: center;
  margin-right: 15px;
  margin-bottom: -5px;
}

.b3 {
  margin-top: 80px;
}

#top {
  display: none;
}

.b4 {
  display: none;
}

section .last {
  display: none;
}

.b9 {
  display: none;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap");
.text-center {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding-top: 6px;
  font-weight: 200;
  height: 35px;
  color: #fff;
  background-color: rgba(11, 13, 48, 0.911);
  text-align: center;
  align-items: center;
  z-index: 3;
}

/*--------Responsiveness---------*/

@media (max-width: 1210px) {
  body {
    min-height: 100vh;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  div .treci {
    font-size: 14px;
    line-height: 20px;
  }
  div .cetvrti {
    margin-top: -70px;
    margin-left: 0px;
    font-family: "WindSong", cursive;
    color: #b69d74;
    font-size: 26px;
  }
  div .peti {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 0px;
  }
  .sesti img {
    margin-top: 50px;
    float: right;
  }

  .row {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 60vh;
    margin-left: 0px;
  }
  .row a {
    float: right;
    position: absolute;
    cursor: pointer;
  }
  .row.b1 {
    margin-left: 0px;
    font-size: 8px;
    width: 40%;
    height: 250px;
    padding: 0px;
  }
  .b1 h2 {
    font-size: 20px;
    margin-top: -40px;
  }
  .b1 h6 {
    font-size: 9px;
    margin-top: -16px;
  }
  .b11 {
    font-size: 15px;
    width: 300px;
    line-height: 1.8;
    margin-top: 45px;
  }
  .b2 {
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    font-size: 20px;
    font-weight: 250;
    width: 400px;
    height: 330px;
    color: #fff;
    background-color: transparent;
    z-index: 2;
  }
  .vl {
    margin-left: -30px;
    margin-top: 15px;
  }
  .b2.kontakt {
    color: #b69d74;
    margin-top: -25px;
    margin-left: -50px;
    float: inline-start;
  }
  .b2 ul {
    width: 375px;
    list-style-type: none;
    margin-top: 50px;
    margin-left: -40px;
    line-height: 0.6;
  }
  .b2 ul li {
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    font-weight: 300;
    padding: 1px;
    font-size: 14px;
  }
  li span {
    margin-left: 44px;
    display: inline;
  }
  .b3 {
    display: none;
  }
  .b4 {
    display: block;
    margin-top: 320px;
    margin-left: -500px;
  }
  .last {
    display: block;
    width: 100%;
    height: 100%;
  }
  .row .maps {
    width: 100%;
    height: 100%;
  }
  #top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 50px;
    bottom: 150px;
    z-index: 5;
  }
  .b9 {
    display: block;
  }
  .text-center {
    padding-top: 6px;
  }
}

@media (max-width: 800px) {
  body {
    min-height: 100vh;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  nav {
    position: fixed;
    z-index: 3;
  }
  .hamburger {
    color: rgba(128, 128, 128, 0.849);
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
  }
  .nav-links {
    background: rgba(7, 9, 40, 0.8);
    position: fixed;
    opacity: 1;
    height: 58vh;
    width: 100%;
    display: inline-block;
    align-items: center;
    justify-content: center;
    clip-path: circle(10px at 100% -20%);
    -webkit-clip-path: circle(10px at 100% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
  }
  .nav-links.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
  }
  .nav-links li {
    margin-top: 50px;
    padding: 0;
    align-items: center;
    text-align: center;
    opacity: 0;
  }
  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }
  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }
  .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }
  .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  }
  li.fade {
    opacity: 1;
  }
  /* Navigation Bar Icon on Click*/
  .toggle .bars1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .toggle .bars2 {
    transition: all 0s ease;
    width: 0;
  }
  .toggle .bars3 {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  nav .logo {
    margin: auto;
    align-items: center;
  }
  .content-area {
    margin-top: -10px;
    padding-top: 50px;
    font-size: 32px;
  }
  .content-area p {
    margin-top: -50px;
    margin-bottom: 20px;
  }
  @keyframes enter {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes show {
    0% {
      margin-top: -270px;
    }
    5% {
      margin-top: -190px;
    }
    28% {
      margin-top: -190px;
    }
    38% {
      margin-top: -80px;
    }
    66% {
      margin-top: -80px;
    }
    71% {
      margin-top: 0px;
    }
    99.99% {
      margin-top: 0px;
    }
    100% {
      margin-top: -270px;
    }
  }
  #flip {
    margin-bottom: 80px;
  }
  #flip div.first {
    padding-top: 15px;
    line-height: 1em;
  }
  .first {
    margin-left: 5px;
    padding-top: 20px;
  }
  .long {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .second {
    margin-top: 20px;
  }
  .icons {
    position: relative;
    width: 100%;
    height: 25vh;
    display: inline-block;
    margin-bottom: -100px;
  }
  a {
    width: 33%;
    display: inline-block;
  }
  .icons .phone {
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-top: 130px;
    margin-left: -30px;
  }
  .icons .phone:hover {
    cursor: pointer;
    transition: 0.7s;
  }
  .icons .email {
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 40px;
    margin-top: 100px;
  }
  .icons .email:hover {
    cursor: pointer;
    transition: 0.7s;
  }
  .icons a .map {
    position: absolute;
    display: inline-block;
    width: 55px;
    height: 50px;
    margin-top: 55px;
    margin-left: -20px;
  }
  .white {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .about {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  div .cetvrti {
    margin-top: -60px;
    margin-left: 20px;
    font-family: "WindSong", cursive;
    color: #b69d74;
  }
  div .peti {
    font-size: 14px;
    margin-left: 20px;
    margin-top: -5px;
  }
  .sesti img {
    margin-top: 20px;
    height: 250px;
  }
  .forma {
    min-width: 100%;
    margin: 0;
  }

  .row {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 70vh;
    margin-left: -40px;
  }
  .row a {
    float: right;
    position: absolute;
    cursor: pointer;
  }
  .row.b1 {
    margin: 0px;
    font-size: 8px;
    width: 40%;
    height: 250px;
    padding: 0px;
  }
  .b1 h2 {
    font-size: 20px;
    margin-top: -50px;
  }
  .b1 h6 {
    font-size: 9px;
    margin-top: -16px;
    margin-left: 115px;
  }
  .b11 {
    font-size: 15px;
    width: 300px;
    line-height: 1.8;
    margin-top: 45px;
  }
  .b2 {
    position: relative;
    margin-left: -20px;
    margin-top: 60px;
    margin-right: 0px;
    font-size: 20px;
    font-weight: 250;
    width: 330px;
    height: 290px;
    color: #fff;
    background-color: transparent;
    z-index: 2;
  }
  .vl {
    margin-left: -67px;
    margin-top: 20px;
  }
  .b2 .kontakt {
    color: #b69d74;
    margin-top: -24px;
    padding-left: -55px;
    margin-left: -37px;
    float: inline-start;
  }
  .b2 ul {
    width: 375px;
    list-style-type: none;
    margin-top: 50px;
    margin-left: -80px;
    line-height: 0.6;
  }
  .b2 ul li {
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    font-weight: 300;
    padding: 1px;
    font-size: 14px;
  }
  li span {
    margin-left: 44px;
    display: inline;
  }
  .b3 {
    display: none;
  }
  .b4 {
    display: block;
    margin-top: 320px;
    margin-left: -500px;
  }
  .last {
    display: block;
    width: 100%;
    height: 100%;
  }
  .row .maps {
    width: 100%;
    height: 100%;
  }
  #top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 50px;
    bottom: 150px;
    z-index: 5;
  }
  .b9 {
    display: block;
  }
  .text-center {
    padding-top: 6px;
  }
}

@media (max-width: 650px) {
  body {
    min-height: 100vh;
    max-width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
  }
  .main {
    position: relative;
  }
  @keyframes enter {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes show {
    0% {
      margin-top: -230px;
    }
    5% {
      margin-top: -185px;
    }
    28% {
      margin-top: -185px;
    }
    38% {
      margin-top: -90px;
    }
    66% {
      margin-top: -90px;
    }
    71% {
      margin-top: 7px;
    }
    99.99% {
      margin-top: 7px;
    }
    100% {
      margin-top: -230px;
    }
  }
  .content-area {
    font-size: 26px;
    margin-top: 20px;
  }
  .content-area p {
    font-size: 9px;
    margin-top: -90px;
    margin-bottom: 20px;
    margin-right: 15px;
  }
  #flip {
    padding-top: 20px;
    margin-left: -15px;
    padding: 0px;
    font-size: 13px;
    height: 120px;
  }
  #flip div:first-child {
    padding-left: 25px;
    margin-right: 0px;
    margin-top: 0px;
    height: 100px;
    font-size: 18px;
  }
  .first {
    padding-top: -80px;
    padding-bottom: 60px;
    margin-top: -60px;
    margin-bottom: 60px;
    margin-right: 40px;
  }
  .long {
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: -40px;
    padding-bottom: -40px;
    line-height: 20px;
    z-index: 3;
  }
  .second {
    padding-top: 60px;
    margin-top: 60px;
    padding-bottom: -60px;
    margin-bottom: -60px;
  }
  .icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 20px;
  }
  .icons a .phone {
    display: inline-block;
    margin-top: 170px;
    width: 40px;
    height: 40px;
    margin-left: 0px;
  }
  .icons a .email {
    display: inline-block;
    margin: 0;
    height: 40px;
    margin-top: 170px;
    margin-left: -20px;
  }
  .icons a .map {
    display: inline-block;
    width: 50px;
    height: 45px;
    margin-top: 170px;
    margin-left: -40px;
  }
  .white {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .about {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .forma {
    min-width: 100%;
    margin: 0;
  }
  div .treci {
    line-height: 1.8;
  }
  div .cetvrti {
    margin-top: 30px;
    margin-left: 0px;
    font-family: "WindSong", cursive;
    color: #b69d74;
    font-size: 30px;
  }
  div .peti {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 2px;
  }
  .sesti img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    width: 300px;
  }

  .row {
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
  }
  .b1 {
    height: 35%;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    justify-content: start;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    z-index: 2;
  }
  .b1 img {
    width: 50px;
    margin: auto;
    margin-top: -20px;
    padding: 0px;
  }
  .b1 h6 {
    margin-top: -15px;
    margin-left: 150px;
  }
  .b1 h2 {
    margin-left: 100px;
    margin-top: -40px;
  }
  .b11 {
    display: flex;
    font-size: 13px;
    width: 100%;
    text-align: justify;
    line-height: 1.5;
    margin: auto;
    padding-top: 30px;
    justify-self: unset;
    z-index: 1;
  }
  .b2 {
    position: relative;
    font-size: 13px;
    width: 100%;
    height: 70%;
    display: inline-block;
    vertical-align: auto;
    justify-content: start;
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 0px;
    margin-top: 25px;
  }
  .vl {
    display: inline-block;
    vertical-align: middle;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10px;
    margin-left: 45px;
    padding-left: 20px;
  }
  .kontakt {
    color: #b69d74;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    padding-bottom: 20px;
    margin-bottom: 0px;
    margin-top: 3rem;
    padding-left: 4.8rem;
    margin: auto;
  }
  .b2 ul {
    display: inline-block;
    vertical-align: auto;
    list-style-type: none;
    margin-top: 0px;
    margin: auto;
    margin-left: 30px;
    line-height: 1.3;
  }
  .b2 ul li {
    display: inline-block;
    justify-content: start;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 10px;
    margin: auto;
    line-height: 1.3;
    letter-spacing: 1;
    display: block;
    overflow: hidden;
    padding-left: 8px;
  }
  li img {
    line-height: 2.5;
    height: 20px;
    width: 20px;
    margin-left: 0px;
  }
  li .one {
    margin-bottom: -10px;
    line-height: 1.5;
  }
  li span {
    margin-left: 39px;
    display: inline;
  }
  .br {
    margin-top: -30px;
  }
  li .three {
    margin-bottom: -5px;
    line-height: 1.5;
  }
  li .four {
    margin-bottom: -5px;
    line-height: 1.5;
  }
  li .five {
    margin-bottom: -5px;
    line-height: 1.5;
  }
  li .six {
    margin-bottom: -5px;
    line-height: 1.5;
  }
  .b2 a {
    display: block;
    margin: auto;
    width: 40px;
    height: 40px;
    margin-right: 100px;
    margin-bottom: 40px;
    z-index: 2;
  }
  .b3 {
    display: none;
  }
  .last {
    display: block;
    max-height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: static;
  }
  #top {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    right: -60px;
    bottom: 45px;
    z-index: 5;
  }
  .text-center {
    font-size: 15px;
    padding-top: 8px;
  }
}
@media (max-width: 480px) {
  .kontakt {
    padding-bottom: 20px;
    margin-bottom: 0px;
    margin-top: 6rem;
    padding-top: 3rem;
    padding-left: 4.8rem;
    margin: auto;
  }
  .text-center {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  @keyframes enter {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes show {
    0% {
      margin-top: -270px;
    }
    5% {
      margin-top: -190px;
    }
    28% {
      margin-top: -190px;
    }
    38% {
      margin-top: -90px;
    }
    66% {
      margin-top: -90px;
    }
    71% {
      margin-top: 10px;
    }
    99.99% {
      margin-top: 10px;
    }
    100% {
      margin-top: -270px;
    }
  }
  #flip {
    padding-top: 20px;
    margin-left: -15px;
    padding: 0px;
    font-size: 13px;
    height: 120px;
  }
  #flip div:first-child {
    padding-left: 25px;
    margin-right: 0px;
    margin-top: 0px;
    height: 100px;
    font-size: 16px;
  }
  .sesti img {
    margin-top: 20px;
    height: 250px;
  }
  .row {
    height: 100%;
    margin-top: -30px;
  }
  .b1 {
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .vl {
    display: inline-block;
    vertical-align: middle;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -10px;
    margin-left: 45px;
    padding-left: 20px;
  }
  .kontakt {
    .kontakt {
      padding-bottom: 20px;
      margin-bottom: 0px;
      margin-top: 5rem;
      padding-top: 2rem;
      padding-left: 3rem;
      margin: auto;
    }
  }
  .text-center {
    font-size: 12px;
  }
}

/* PODRUČJE RADA */

/* General styling for the section */
#skills {
  padding: 10px 5px;
  background-color: #f9f9f9;
}

.container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Title styling */
.section-title {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #9e6d1d;
  margin-bottom: 20px;
  text-align: center;
}

/* Description styling */
.section-description {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  line-height: 2rem;
  display: flex;
  color: #000;
  text-align: justify;
  align-items: center; /* Vertikalno poravnanje */
  justify-content: center; /* Horizontalno poravnanje */
}

/* Services grid styling */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Default to 2 columns */
  gap: 20px;
  padding: 20px 0;
}
.service-img {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: 0 auto 10px;
}

/* Individual service box styling */
.service {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  text-align: center;
  box-sizing: border-box; /* Include padding and border in width and height */
  border-radius: 8px; /* Optional: adds rounded corners */
  transition: transform 0.3s ease; /* Smooth hover effect */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Title within service box */
.service-title {
  font-family: "Poppins", sans-serif; /* Font for the title */
  font-size: 1.2rem; /* Adjust the font size as needed */
  font-weight: 500; /* Make the title bold */
  color: #323131; /* Darker color for the title */
  margin-bottom: 10px; /* Space between title and text */
}

/* Text within service box */
.service-text {
  font-family: "Open Sans", sans-serif; /* Font for the text */
  font-size: 1rem; /* Adjust the font size as needed */
  color: #666; /* Lighter color for the text */
  line-height: 1.6; /* Improved readability */
  vertical-align: middle;
  margin: auto;
}

/* Hover effect for service boxes */
.service:hover {
  transform: translateY(-10px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr; /* Single column for screens smaller than 768px */
  }
  .section-title {
    padding-top: 3rem;
    font-size: 1.7rem;
    color: #9e6d1d;
  }

  .service {
    font-size: 0.9rem;
    padding: 10px;
  }
}

/* Ensure the grid adapts to very small screens */
@media (max-width: 480px) {
  #skills {
    padding: 0px 0px;
  }

  .container {
    width: 95%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 5px;
    /* background-color: #f9f9f9; */
  }
  .section-title {
    padding-top: 3rem;
    font-size: 1.7rem;
  }

  .service {
    font-size: 0.8rem;
    padding: 10px;
  }
}
