@font-face {
  font-family: 'Druk Wide Medium ';
  src: url(font/Druk-Wide-Medium-Regular/Druk-Wide-Medium-Regular.ttf);
}
body {
  font-family: 'Druk Wide Medium ';
   color: #333;
}
li { 
    list-style: none; 
}
a, img, span, input, button, textarea, ion-icon { 
    display: block; 
}
a {
  color: inherit;
  text-decoration: none;
}
input, button, textarea {
  background: none;
  border: none;
  font: inherit;
}
button {
    cursor: pointer; 
}
body.nav-active { 
    overflow: hidden; 
}
html {
  scroll-behavior: smooth;
}
.header .containerr {
    padding-inline: 10%; 
}
/*-----------------------------------*\
  #HEADER
\*-----------------------------------*/
.containerr .logo img{
  width: 100px; 
  margin-left: -30px;
}
.header .btn { display: none; }
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color:#fff;
  padding-block: 20px;
  z-index: 4;
}
.header .containerr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-open-btn {
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  gap: 6px;
}
.nav-open-btn .line {
  width: 24px;
  height: 2px;
  background-color: #000;
  transition: 0.25s ease;
}
.nav-open-btn:is(:hover, :focus-visible) .line { background-color: #000 }
.nav-open-btn:is(:hover, :focus-visible) .line-1 { transform: scaleX(0.7); }
.navbar {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: -300px;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  padding: 25px 20px;
  visibility: hidden;
  transition: 250ms cubic-bezier(0.51, 0.03, 0.64, 0.28);
  z-index: 3;
}
.navbar.active {
  transform: translateX(300px);
  visibility: visible;
  transition: 500ms cubic-bezier(0.05, 0.83, 0.52, 0.97);
  color: #000;
}
.navbar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block-end: 20px;
  border-block-end: 1px solid #000;
  margin-block-end: 10px;
}
.nav-close-btn {
  padding: 11px;
  height: 50px;
  font-size: 2rem;
  display: grid;
  place-items: center;
}
.nav-close-btn ion-icon { --ionicon-stroke-width: 50px; }
.navbar-link {
  padding: 15px;
  margin-block-start: 4px;
  font-size: 14px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background-color: #000;
  z-index: 2;
  transition: 0.25s ease;
}
.overlay.active {
  opacity: 0.5;
  pointer-events: all;
}
@media (min-width: 992px){
  .header .containerr{
    font-size: 12px;
}
.nav-open-btn, .navbar-top{
  display: none;
}
.navbar{
  all: unset;
  display: block;
  color: #000; 
}
.navbar-list{
  display: flex;
  gap: 6px;
}
.header .btn {
  display: flex;
}
}
#hero {
  text-align: center;
}
 #hero h1 {
  font-size: 80px;
  color: #0E4138;
  margin-bottom: 20px;
  margin-top: 8%;
  margin-right: 50%;
}
#hero h2{
  font-size: 80px;
  margin-top: -7.7%;
  color: transparent;
  -webkit-text-stroke: 0.5px #e09f3e;
  margin-left: 45%;
}
#hero h3{
  font-size:90px;
  color: #0E4138;
  margin-top: -3%;
  margin-bottom: 45px;
  margin-left: 30%;
}
#hero p {
  font-size: 12px;
  color: #000;
  width: 31%;
  margin-top: -10%;
  margin-left: 4%;
  align-items: start;
}
.btn-primary {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  color: #0E4138;
  background-color: #fff;
  border: 2px solid #0E4138;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  margin-right: 60%;
  margin-top: 15px;
  margin-bottom: 20px;
} 
.fist-img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; 
  height: 55vh;
  margin-top: 10px;
}
.fist-img img {
  width: 100%;
  height: 94.5%;
  object-fit: cover;
  margin-top: 20px;
  border-radius: 0;
}
.title h2 {
  margin-left: 55%;
  font-size: 50px;
  margin-top: -45%;
  color: #0E4138;
}
/* pjesa 1 */
#container {
  display: flex;
  translate: none;
  rotate: none;
  scale: none;
  inset: 0px auto auto 0px;
  margin: 0px;
  padding: 0px;
  transform: translate(0px, 0px);
}
.container {
  display: flex;
  translate: none;
  rotate: none;
  scale: none;
  inset: 0px auto auto 0px;
  margin: 0px;
  padding: 0px;
  transform: translate(0px, 0px);
}
.left {
  flex: 1;
}
.left img {
  width: 110%;
  height: 950px;
}
.right {
  flex: 1;
  padding-left: 20px;
  margin-top: -15%
}
.right h1 {
  font-size: 50px;
  color: #0E4138;
  margin-bottom: 50px;
  margin-left: 10%;
}
.right h1:hover {
  color: #D2A675; 
}
.features div {
  display: flex;
  align-items: center;
  margin-left: 15px;
  border-bottom: 1px solid #808080;
}
.features div span {
  font-size: 24px;
  color: #000;
  margin-right: 50px;
}
.features div p {
  font-size: 30px;
  color: #0E4138;
  transition: background-color 1s;
}
.features div p:hover {
  color: #D2A675;
}
.buttons {
  display: flex;
  gap: 40px;
  margin-top: 20px;
}
.buttons a {
  padding: 15px 100px;
  font-size: 15px;
  color: #fff;
  background-color: #0E4138;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.buttons a:hover {
  background-color: #D2A675;
}
.footer2 {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 10px;
  color: #000;
}
.footer2 div {
  max-width: 300px;
}
.socials2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-right: 50px;
  margin-top: 8px;
  font-size: 12px;
}
.socials2 a {
  text-decoration: none;
  color: #000;
}
/* pjesa 2 */
.left1 {
  flex: 1;
  padding-right: -15px;
  margin-top: -1;
}
.left1 img {
  width: 110%;
  height: 950px;
}
.right-1 {
  flex: 1;
  padding-left: 40px;
  margin-top: 5%;
}
.right-1 h1 {
  font-size: 50px;
  color: #0E4138;
  margin-bottom: 90px;
}
.features-1 div {
  display: flex;
  align-items: center;
  margin-left: 15px;
  border-bottom: 1px solid #808080;
}
.features-1 div span {
  font-size: 24px;
  color: #000;
  margin-right: 50px;
}
.features-1 div p {
  font-size: 30px;
  color: #0E4138;
}
.features-1 div p:hover {
  color: #D2A675; 
}
/* pjesa 3*/
.right-2 {
  flex: 1;
  padding-left: 20px;
  margin-top: 5%;
  margin-left: 7%;
}
.right-2 h1 {
  font-size: 50px;
  color: #0E4138;
  margin-bottom: 90px;
}
.features-2 div {
  display: flex;
  align-items: center;
  margin-left: 15px;
  border-bottom: 1px solid #808080;
}
.features-2 div span {
  font-size: 24px;
  color: #000;
  margin-right: 50px;
}
.features-2 div p {
  font-size: 30px;
  color: #0E4138;
}
.features-2 div p:hover {
  color: #D2A675; 
}
.footer {
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 10px;
  color: #000;
}
.footer div {
  max-width: 300px;
}
.socials {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-right: 50px;
  margin-top: 8px;
  font-size: 12px;
}
.socials a {
  text-decoration: none;
  color: #000;
}
/* pjesa 4*/
.leftt {
  flex: 1;
  padding-right: -15px;
  margin-top: -1;
}
.leftt img {
  width: 110%;
  height: 950px;
}
.right-2 {
  flex: 1;
  padding-right: 20px;
}
.right-2 img {
  width: 100%;
  height: 1100px;
}
.features-2 div {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.features-2 div span {
  font-size: 24px;
  color: #000;
  margin-right: 50px;
}
.features-2 div p {
  font-size: 30px;
  color: #0E4138;
}
.features-2 div p:hover {
  color: #D2A675; 
}
/* services */
.right-4 {
  width: 100%;
  margin-left: 35%;
  margin-top: 5%;
}
.right-4 img {
  width: 1425%;
  height: 1000px;
  margin-left: 50.3px;
  margin-top: -8px;  
}
#container1 {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  margin-right: 80rem;
}
.services-list h1 {
  font-size: 90px;
  color: #0E4138;
  text-align: left;
  margin-bottom: 30px;
}
.service-item {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
  overflow: hidden; 
  margin-top: 50px;
  margin-right: -60px;
}
.service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  color: #000;    
}
.service-header .toggle-icon {
  font-size: 24px;
  color: #D2A675;
  transition: transform 0.3s ease;
}
.service-content {
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  line-height: 1.6;
  padding-left: 20px;
  transition: max-height 0.5s ease; 
}
.service-item.open .service-content {
  max-height: 200px; 
}
.service-item.open .toggle-icon {
  color: #0E4138;
  transform: rotate(45deg); 
}
.buttonsservices {
  display: flex;
  gap: 40px;
  margin-top: 20px;
}
.buttonsservices a {
  padding: 11px 190px;
  row-gap: 10px;
  font-size: 15px;
  color: #fff;
  background-color: #0E4138;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.buttonsservices a:hover {
  background-color: #D2A675;
}
.footerservices {
  margin-top: 40%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 10px;
  color: #000;
  margin-left: 30px;
}
.footerservices div {
  max-width: 300px;
}
.socialsservices {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-right: 50px;
  margin-top: 8px;
  font-size: 12px;
}
.socialsservices a {
  text-decoration: none;
  color: #000;
}
/* contact */
.right-3 {
  flex: 1;
}
.right-3 img {
  width: 95%;
  height: 790px;
  margin-top: -29px;
  margin-left: 29px;
}
#contact-list h1 {
  font-size: 80px;
  color: #0E4138;
  margin-bottom: 10%;
  margin-left: 10%;
  width: 100%;
  margin-left: 50px;
  display:flex;
}
#contact-list h1 span {
  font-size: 80px;
  color: #D2A675;
  margin-bottom: 40px;
  margin-top: -3px;
  margin-right: 50px;
}
#contact-list {
  flex: 1;
}
#contact-list p {
  font-size: 15px;
  margin-bottom: 5%;
  width: 65%;
  margin-left: 5%;
  margin-top: -65px;
}
#contact-list .house-rules {
  margin-top: 30px;
  margin-left: 5%;
}
#contact-list .house-rules h2 {
  font-size: 20px;
  color: #e09f3e;
  margin-bottom: 10px;
}
#contact-list .house-rules ul {
  list-style: none;
}
#contact-list .house-rules ul li {
  font-size: 13px;
  margin-bottom: 5px;
  margin-left: -5%;
}
.buttons-1 {
  display: flex;
  gap: 50px;
}
.buttons-1 a {
  padding: 15px 250px;
  font-size: 15px;
  color: #fff;
  background-color: #0E4138;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s;
  margin-top: 10%;
  margin-left: 10%;
}
.buttons-1 a:hover {
  background-color: #D2A675;
}
.right-2 {
  flex: 1;
}
.right-2 img {
  width: 100%;
  height: 1000px;
  margin-left: 50px;
  margin-top: -17.6%;
}
.footer-1 {
  width: 45%;
  margin-left: 3%;
  margin-top: -7%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 10px;
  color: #000;
}
.footer-1 div {
  max-width: 300px;
}
.socials-1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-right: 50px;
  margin-top: 8px;
  font-size: 12px;
}
.socials-1 a {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 915px) and (min-width: 300px){
  #hero h1 {
    font-size: 50px;
    margin-top: 114px;
    width: 100%;
  }
  #hero h2 {
    font-size: 46px;
    margin-top: -17px;
    margin-left: -5px;
    -webkit-text-stroke: 0.5px #e09f3e;
  } 
  #hero h3 {
    font-size: 45px;
    margin-top: -40px;
    margin-left: -3px;
  }
  #hero p {
    font-size: 8px;
    color: #000;
    width: 82%;
    margin-top: -8%;
    margin-left: 9%;
  }
  .btn-primary{
    padding: 10px 20px;
    font-size: 10px;
    margin-right: 1%;
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 50px;
  }
  .fist-img img {
    width: 105%;
    margin-top: -30px;
  }
  #container{
    flex-direction: column;
  }
  .container{
    flex-direction: column;
  }
  .right-2 h1 {
    margin-top: -1px;
    font-size: 31px;
    margin-bottom: 13px;
  }
  .features-1 div span {
    display: none;
  }
  .features-1 div p {
    font-size: 20px;  
    margin-left: -72px;
  }
  .features-1 div {
    margin-left: -30px;
    padding: 0px 100px;
  }
  .buttons a {
    padding: 12px 27px;
    font-size: 12px;
    margin-right: 151px;
  }
  .left{
    width: 100%;
    margin-right: 10px;
  }
  .left img {
    width: 105%;
    height: 218px;
    margin-left: -8px;
    margin-top: -25px;
  }
  .footer2{
    display: none;
  }
  .socials2{
    display: none;
  }
  /* <banesa 2 */
  .features-2 div span {
    display: none;
  }
  .features-2 div p {
    font-size: 20px;  
    margin-left: -72px;
  }
  .features-2 div {
    margin-left: -30px;
    padding: 0px 100px;
  }
  .buttons  {
    margin-left: -35px;
    margin-bottom: -20px;
  }
  .buttons a {
    padding: 12px 38px;
    font-size: 12px;
    margin-right: -36px;
  }
  .left1 img {
    width: 105%;
    height: 218px;
    margin-left: -8px;
    margin-top: 40px;
  }
  .leftt img{
    width: 105%;
    height: 218px;
    margin-left: -8px;
    margin-top: 40px;
  }
  .footer{
    display: none;
  }
  .socials{
    display: none
}
.services-list h1{
  font-size: 40px;
}
.service-item.open .service-content{
  padding-left: 1px;
}
/* services */
.service-item {
  border-bottom: 1px solid #000;
  margin-bottom: -3px;
  padding-bottom: 10px;
  overflow: hidden;
  margin-top: 34px;
  margin-right: -45px;
}
.buttonsservices  {
  margin-left: -12px;
  margin-bottom: -20px;
}
.buttonsservices a {
  padding: 12px 38px;
  font-size: 12px;
  margin-right: -36px;
}
.services-list .footerservices {
  display: none;  
}
.footerservices div {
 display: none; 
}
.socialsservices{
  display: none;
}
#contact-list h1{
  margin-bottom: 105px;
  font-size: 43px;
  margin-top: -470px;
  margin-left: 16px;
}
#contact-list h1 span{
 display: none;
}
#contact-list p {
  font-size: 12px;
  width: 91%;
}
#contact-list .house-rules ul li{
  font-size: 13px;
  margin-left: -36px;
}
.right-3 img {
  display: none;
}
.buttons-1 a {
  padding: 16px 92px;
  font-size: 12px;
  margin-bottom: 50px;
}
.footer-1{
  width: 100%;
  font-size: 8px;
  flex-direction: column;
}
.socials-1{
  font-size: 8px;
}
}
@media (min-width: 915px) and (max-width: 1024px) {
  #hero h1{
    font-size: 54px;
    margin-top: 114px;
    width: 100%;
    margin-left: -261px;
  }
  #hero h2 {
    font-size: 49px;
    margin-top: -82px;
    margin-left: 425px;
  } 
  #hero h3 {
    font-size: 56px;
    margin-top: -29px;
    margin-left: 345px;
  }
  #hero p {
    font-size: 9px;
    color: #000;
    max-width: 21%;
    margin-top: -10%;
    margin-left: 6%;
  }
  .btn-primary{
    padding: 10px 10px;
    font-size: 10px;
    margin-left: 3%;
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 50px;
  }
  .fist-img img {
    width: 102%;
    height:  116vw;
    margin-top: -45%
  }
  .buttons a {
    padding: 12px 49px;
  }
  .buttons{
    margin-left: 17px;
  }
  /* <banesa 2 */
  .buttons  {
    margin-left: 17px; 
  }
  .buttons a {
    padding: 12px 49px;
  }
/* services */
.buttonsservices  {
  margin-left: 17px;
}
.buttonsservices a {
  padding: 14px 104px;
  margin-left: 53px;
}
.buttons-1 a {
  padding: 12px 100px;
}
.footer {
  margin-top: 88px;
}
.services-list h1{
  margin-left: 134px;
}
.service-item {
  margin-left: 78px;
}
.footerservices{
  display: none;
}
.socialsservices{
  display: none;
}
#contact-list h1{
  margin-top: -45%;
  font-size: 80px;
  width: 130%;
}
#contact-list h1 span {
  font-size: 88px;
   margin-left: 15px;
}
#contact-list p{
  font-size: 11px;
  margin-top: -71px;
}
.right-3 img {
  margin-top: -121px;
}
}