@import url('https://fonts.googleapis.com/css2?family=Martel:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');

html{
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body{
  margin: 0;
  padding: 0;
  direction: ltr;
  font-family: 'Martel', sans-serif !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  word-break: break-all;
}

img{
  width: 100%;
}

  .header-lay {
    width: 100%;
    height: 110vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    border-bottom-left-radius: 50% 50px;
    border-bottom-right-radius: 50% 50px;
}

#video-bg {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; 
}


  .header{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    padding: 18px 54px;
  }

  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #2F2519; 
    z-index: 99; 
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); 
  }

  .logo{
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 20px;
  }

  .logoImg img{
    width: 40px;
  }

  .logo a{
    color: white; 
    display: flex; 
    align-items: center; 
    gap: 20px;
  }

  .logoTitle h2{
    font-size: 21px;
    margin: 0;
    color: #ffff;
  }

  .header-nav {
    font-family: Arial, sans-serif;
    color: white;
  }
  
  .topmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 29px;
  }
  
  .topmenu li {
    position: relative; 
  }
  
  .topmenu a {
    text-decoration: none;
    color: white;
  }
  
  .submenu-link .sub {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-left: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid white; 
    transition: transform 0.3s;
}

.submenu-link:hover .sub {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.submenu {
  width: 280px;
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fffef8;
  list-style: none;
  padding: 20px;
  border-radius: 11px;
  border-bottom: 4px solid #ffab73;
  box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform-origin: left center;
  transform: translateY(4px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.topmenu li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu li {
  margin: 11px 0;
}

.submenu a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #2F2519;
  letter-spacing: 0.4px;
  transition: all 0.3s ease 0s;
  position: relative; 
}

.submenu a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2F2519;
  bottom: -4px; 
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.submenu a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.container-header-cont{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 91px;
  flex-direction: row;
}

.header-text{
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  color: white;
  gap: 20px;
}

.header-text h1{
  font-size: 30px;
  font-weight: 900;
}

.header-text a{
  font-size: 15px;
}

.header-text p{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  color: #fff9b0;
}

.osn-form{
  display: flex;
  flex-direction: column;
  margin: 48px 0;
  border-radius: 11px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 54px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 4px;
}

.titleStay{
  text-align: center;
  margin-bottom: 25px;
}


.input-container {
    position: relative;
}

.submit-form{
  margin: 0 auto;
}

.input-container .input-inputpanel_item, .input-container .textarea-inputpanel_item, .form button {
  outline: none;
  border: 2px solid #F5F5F5;
  margin: 8px 0;
}

.input-container .input-inputpanel_item {
  background-color: #fff;
  padding: 18px;
  padding-right: 48px;
  font-size: 15px;
  line-height: 1.24rem;
  width: 100%;
  border-radius: 0.4rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}

.input-container .textarea-inputpanel_item {
  background-color: #fff;
  padding: 18px;
  padding-right: 48px;
  font-size: 15px;
  line-height: 1.24rem;
  width: 100%;
  border-radius: 0.4rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}

.check{
    text-decoration: underline;
    color: #2F2519;
}

.form-check {
    display: flex;
    gap: 11px;
    justify-content: flex-start;
    padding: 18px 0;
}

.form-check .form-check-input{
  margin: 0;
}


.hamburger-menu{
  display: none;
}

#menu__toggle {
  opacity: 0;
}

.menu__btn {
  z-index: 12;
  display: flex;
  align-items: center;
  position: relative;
  top: -10px;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: white;
}

.menu__btn>span::before {
  content: '';
  top: -10px;
}

.menu__btn>span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  margin: 0;
  padding: 80px 0;
  z-index: 11;
  list-style: none;
  text-align: center;
  background-color: #5F85DB;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
}

.menu__item {
  text-align: start;
  display: block;
  padding: 11px 20px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.submenu__item {
  margin: 0;
  list-style: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.submenu__link {
  text-align: start;
  display: block;
  padding: 11px 0;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}

.submenu__link:hover {
  background-color: #cfd8dc;
}

#submenu-toggle.active + #submenu {
  max-height: 500px; 
}

.menu__item:hover {
  background-color: #cfd8dc;
}

#menu__toggle:checked~.menu__btn>span {
  top: 0;
  transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
  top: -2px;
  transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
  visibility: visible;
  right: 0;
}

.article{
  padding: 48px 0;
}

.article-box{
  border-radius: 11px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 20px;
  padding: 18px;
}

.titleArt {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 29px;
}

.picture-article-img {
  border-radius: 11px;
  float: left;
  width: 39%;
  margin: 18px;
}

.art-content {
  font-size: 15px;
}

.art-price {
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: start;
  font-size: 21px;
  margin-top: 20px;
  font-weight: 900;
}

.about-us{
  display: flex;
  flex-direction: row;
  gap: 29px;
  padding: 48px 0;
}

.about-us-img {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 11px;
}

.about-us-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 11px;
  flex-direction: column;
}

.about-us-img-box img {
  max-width: 251px;
  height: 100%;
  object-fit: cover;
}

.about-us-img-last{
  max-width: 251px;
  height: 100%;
  object-fit: cover;
}

.about-us-content {
  flex: 1;
}

.about-us-title{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 11px;
}

.about-us-title div{
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 0;
  font-weight: 900;
  color: #ffab73;
}


.about-us-title h3 {
  font-weight: 900;
  font-size: 26px;
}

.about-us-title p {
  font-size: 17px;
  color: #44000D;
}

.about-us-tegs {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding-left: 11px;
    border-left: 3px solid #006F5F;
}

.about-us-tegs p {
  font-weight: 900;
  font-size: 17px;
  color: #2F2519;
  margin: 0;
}

.our-service{
  padding: 48px 0;
}

.our-service h2{
  font-weight: 900;
  margin: 0 auto;
  margin-bottom: 26px;
  font-size: 21px;
  text-align: center;
}

.our-service-podTitle{
  margin-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 0;
  font-weight: 900;
  color: #ffab73;
}

.our-service-box {
  display: flex;
  justify-content: space-between;
  gap: 20px; 
}

.our-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: calc(33.3% - 10px); 
  border: 2px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 18px;
  transition: transform 0.2s ease-in-out;
}

.our-card:hover {
    transform: translateY(-4px); 
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }

.our-card-icon {
  font-size: 26px;
  color: #006F5F; 
}

.our-card-content h3 {
  font-size: 21px;
  margin-bottom: 11px;
}

.our-card-content h3 a {
  color: #2F2519;
}

.our-card-content p {
  font-size: 15px;
  color: #44000D;
  margin-bottom: 18px;
}

.our-card-content a {
  display: inline-block;
  font-size: 17px;
  font-weight: 900;
  color: #5F85DB; 
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.our-card-content a:hover {
    color: #006F5F; 
  }


  .our-articles{
    padding: 48px 0;
  }
  
  .our-articles h2{
    margin-bottom: 29px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    color: #ffab73;
  }
  
  .our-articles-box{
    display: flex;
    justify-content: space-between;
  }

  .our-articles-box .slick-track{
    height: 100%;
  } 
  
  .our-card-articles{
    display: flex;
    flex-direction: column;
    margin: 0 11px;
    gap: 18px;
    border: 2px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
  }

  .our-card-articles:hover{
    transform: translateY(-4px); 
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  
  .our-card-icon-articles img{
    object-fit: contain;
    max-width: 100%;
    height: 288px;
  }

  .our-card-content-articles{
    padding: 18px;
  }

  .our-card-content-articles h3 {
    font-size: 21px;
    margin-bottom: 11px;
  }
  
  .our-card-content-articles h3 a {
    color: #2F2519;
  }
  
  .our-card-content-articles p {
    font-size: 15px;
    color: #2F2519;
    margin-bottom: 18px;
  }
  
  .our-card-content-articles a {
    display: inline-block;
    font-size: 17px;
    color: #5F85DB; 
    text-decoration: none;
    transition: color 0.2s ease-in-out;
  }
  
  .our-card-content-articles a:hover {
      color: #006F5F; 
    }


.team{
  padding: 48px 0;
}

.team h2{
  margin-bottom: 29px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  color: #ffab73;
}

.team-box{
  display: flex;
  justify-content: space-between;
  gap: 20px; 
}

.team-card{
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: calc(33.3% - 10px); 
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.team-card:hover{
  transform: translateY(-4px); 
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.team-img{
  object-fit: cover;
}

.team-content{
  padding: 18px;
}

.team-content h3{
  text-align: start;
  font-weight: 900;
  font-size: 21px;
  margin-bottom: 11px;
  color: #2F2519;
}

.team-content p{
  text-align: start;
  font-size: 17px;
  color: #44000D;
}

.partners {
  background-color: #0000004a;
  width: 100%;
  margin: 48px 0;
}

.partners-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-direction: row;
}

.partners img {
  max-width: 100%;
  height: 80px;
  object-fit: contain;
  margin: 0 auto;
  padding: 0 25px;
}

.comm{
  padding: 48px 0;
}

.comm h2{
  margin-bottom: 29px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
  color: #ffab73;
}

.comm-box{
  display: flex;
}

.comm-box .slick-track{
  height: 100%;
} 

.comm-card{
  height: 100%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  margin: 0 11px;
}

.comm-card-content{
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 20px;
}

.comm-card-content img{
  width: 91px;
  height: 91px;
}

.comm-card p{
  color: #2F2519;
  font-size: 17px;
}

.comm-card-text{
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.comm-card-text h3{
  color: #2F2519;
  font-size: 21px;
}


.comm-star {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}

.comm-star li {
  display: inline;
  margin-right: 5px;
}

.comm-star li i{
  opacity: 1;
  font-size: 21px;
  color: #ffab73;
}

.footer-lay{
  width: 100%;
  background: url(assets/images/bg-overlay_1920x10800.png);
  background-position: center;
  background-size: cover;
}

.footer {
display: flex;
flex-direction: column;
gap: 29px;
color: #2F2519;
padding: 48px 0;
}

.footer-box {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}

.menu-footer{
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
width: 33.3%;
}

.menu-footer ul {
  text-align: start;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.menu-footer li {
margin-bottom: 11px;
}

.menu-footer a {
text-decoration: none;
color: #2F2519;
transition: color 0.3s ease;
}

.menu-footer a:hover {
color: #ffab73;
}

.contact-footer {
width: 33.3%;
gap: 11px;
color: #2F2519;
display: flex;
flex-direction: column;
}


.aboutus-footer{
display: flex;
flex-direction: column;
gap: 18px;
width: 33.3%;
}

.contact-footer i {
  color: #ffab73;
  font-size: 20px;
  margin-right: 11px;
}
.contact-footer a{
  color: inherit;
}
.footer-politiks {
border-top: 2px solid;
padding-top: 20px;
flex-direction: row;
text-align: center;
margin-top: 20px;
display: flex;
justify-content: center;
}

.footer-politik-privacy {
flex-basis: 30%;
}

.footer-politik-privacy a {
text-decoration: none;
color: #2F2519;
}

.footer-politik-privacy a:hover {
text-decoration: underline;
}

.kontact{
  margin: 48px 0;
  padding: 25px;
  display: flex;
  justify-content: center;
  gap: 29px;
  flex-direction: column;
}

.kontact-box{
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-direction: row;
}

.kontact-box-card{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #2F2519;
  justify-content: space-between;
  border-radius: 6px;
  color: #fffef8;
  padding: 25px;
  flex: 1;
  text-align: center;
  gap: 18px;
}

.kontact-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto
}

.kontact-item h3{
  font-size: 17px;
}

.kontact-box i{
  font-size: 26px;
}
.kontact-item a{
  color: inherit;
}
.form-kontact{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  border-radius: 6px;
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  flex: 2;
}

.input-container .inputs {
  background-color: #fff;
  padding: 18px;
  padding-right: 48px;
  font-size: 15px;
  line-height: 1.24rem;
  width: 100%;
  border-radius: 0.4rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}

.input-container .inputs{
  outline: none;
  border: 2px solid #F5F5F5;
  margin: 11px 0;
}

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

.gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 48px 0;
  flex-direction: row;
  justify-content: space-between;
}

.gallery a {
  flex: 1;
  position: relative;
  display: inline-block;
  transition: 1s ease;
}

.gallery a img {
  width: 100%;
  height: 351px;
  object-fit: cover;
  transition: opacity 0.3s;
}

.gallery a:hover img {
  opacity: 0.7;
}

.gallery a:hover .zoom-icon {
  display: block;
}

.zoom-icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 33px;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 30%;
  padding: 11px;
  opacity: 0; 
  transition: opacity 0.3s;
}

.gallery a:hover .zoom-icon {
  opacity: 1;
}
  

@media (max-width: 1199px) {
  .our-service-box{
    flex-wrap: wrap;
  }

  .our-card{
    width: calc(50% - 10px);
  }

  .team-box{
    flex-wrap: wrap;
  }

  .team-card{
    width: calc(50% - 10px);
  }
}

@media (max-width: 991px) {
  .header{
    padding: 18px 25px;
  }

  .header-nav{
    display: none;
  }

  .hamburger-menu{
    display: block;
  }

  .header-text{
    width: 100%;
  }

  .header-text h1{
    font-size: 20px;
  }

  .header-text p{
    font-size: 14px;
  }
  
  .picture-article-img{
    width: 100%;
    float: none;
    margin: 18px auto;
  }

  .about-us{
    flex-direction: column;
  }

  .about-us-img{
    flex-direction: column;
    justify-content: center;
  }

  .about-us-img-box{
    flex-direction: row;
  }

  .about-us-img-box img{
    max-width: 50%;
  }

  .about-us-img-last{
    max-width: 100%;
    height: auto;
    max-height: 288px;
  }

  .footer-box{
    text-align: center;
    gap: 29px;
    flex-direction: column;
  }

  .aboutus-footer{
    align-items: center;
    width: 100%;
  }

  .menu-footer{
    width: 100%;
  }

  .contact-footer{
    width: 100%;
  }

  .menu-footer ul{
    text-align: center;
  }

  .footer-politiks{
    flex-direction: column;
    gap: 20px;
  }

  .kontact-box{
    flex-direction: column;
  }

  .gallery a{
    flex: auto;
    width: calc(50%);
  }

}

@media (max-width: 767px) {
  .team h2{
    font-size: 21px;
  }

  .our-card{
    width: 100%;
  }

  .team-card{
    align-items: center;
    width: 100%;
  }

  .team-img{
    text-align: center;
    width: 80%;
    padding-top: 18px;
  }

  .gallery a img{
    height: 100%;
  }
}

@media (max-width: 500px) {
  .gallery a{
    width: 100%;
  }
  .kontact-box-card {
    flex-direction: column !important;
  }
}

@media (max-width: 400px) {
  .comm-card-content{
    flex-direction: column;
    align-items: center;
  }

  .comm-card-text{
    align-items: center;
  }
}




.but,
button {
  outline: none;
  border: none;
  background: inherit;
  padding: 11px;
  box-sizing: border-box !important;
}
.button-1 {
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding: 18px 29px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #1f347b;
  border-radius: 25px;
  overflow: hidden;
  border: none;
  z-index: 1;
}

.button-1:before {
  transition: 1s;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.button-1:hover:before {
  width: 300px;
  height: 300px;
  opacity: 0.4;
  transition: all 0.4s ease-out;
}

.button-1:hover {
  background-color: #fff;
  color: #202960;
  transition: all 0.4s ease-out;
}

.button-1:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #255ea4;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }

  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

.button-2 {
  font-size: 14px;
  display: inline-block;
  padding: 11px;
  border: 2px solid #4a5568;
  background-color: #4a5568;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.button-2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #fff;
  opacity: 0.2;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.button-2:hover {
  background-color: #fff;
  color: #4a5568;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -4px, rgba(0, 0, 0, 0.3) 0px 8px 18px -8px;
}

.button-2:hover::before {
  width: 200%;
  height: 200%;
}

.button-3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 34px;
  border-radius: 18px;
  border: 2px solid transparent;
  color: #ffffff;
  background-color: #1dc9a0;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all 0.15s linear;
}

.button-3:hover {
  background-color: rgba(29, 201, 160, 0.08);
  border-color: #1dc9a0;
  color: #1dc9a0;
  transform: translateY(-4px) scale(1.05);
}

.button-3:active {
  background-color: transparent;
  border-color: #1dc9a0;
  color: #1dc9a0;
  transform: translateY(4px) scale(0.95);
}

.button-3:disabled {
  background-color: rgba(255, 255, 255, 0.16);
  color: #8e8e93;
  border-color: #8e8e93;
}

.button-4 {
  padding: 11px;
  font-size: 14px;
  margin-top: 18px;
  border: 0;
  box-shadow: 0px 0px 48px 0px red;
  font-weight: 900;
  color: white;
  border-radius: 0.3rem;
  background-color: red;
  letter-spacing: 0.2rem;
}

.button-4:hover {
  animation: changeBg 1s infinite;
  -webkit-animation-duration: 10s;
}

@keyframes changeBg {
  0%,
  100% {
    box-shadow: 0px 0px 48px 0px red;
  }

  25% {
    box-shadow: 0px 0px 48px 0px turquoise;
    background-color: turquoise;
  }

  50% {
    box-shadow: 0px 0px 48px 0px purple;
    background-color: purple;
  }

  75% {
    box-shadow: 0px 0px 48px 0px rgb(191, 204, 11);
    background-color: rgb(191, 204, 11);
  }
}

.button-5 {
  font-size: 14px;
  font-weight: 900;
  border: 0px;
  color: white;
  background-color: #1877f2;
  padding: 11px 18px;
  border-radius: 18px;
  cursor: pointer;
}

.button-5:hover {
  background-image: linear-gradient(90deg, #b799ff 0%, #acbcff 50%, #aee2ff 75%, #e6fffd 100%);
  color: black;
  animation: slide 10s linear infinite;
}

@keyframes slide {
  100% {
    background-position: 50rem;
  }
}

.dpPagePadd{
  padding: 91px 0px;
}


.mapContact{
  border: 0;
}

.title-container{
  text-align: center;
}

.form-kontact button{
  max-width: 100%;
  margin: 0 auto;
}







  
  
  


