
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

*{
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body{
  direction: ltr;
  font-family: 'Hind Siliguri', sans-serif !important;
  font-size: clamp(12px, 4vw, 17px);
  margin: 0;
  padding: 0px;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
p{
  padding: 0;
  margin: 0;
}

p, li{
  padding: 5px 0;
  line-height: 1.3;
}

li{
  margin: 0 8px;
}

a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}

ul{
  margin: 0;
  padding: 0;
}

.layout-container{
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 480px) {
  .layout-container{
  max-width: 450px;
  }
}
@media screen and (min-width: 575px){
  .layout-container{
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .layout-container{
  max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .layout-container{
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px){
  .layout-container{
    max-width: 1170px;
    }
}

@media (min-width: 1400px){
  .layout-container{
    max-width: 1274px;
  }
}

.page-privacy{
  color: #000;
  text-align: justify;
  margin: 47px 0;
  width: 100%;
}

.title-politics{
  font-size: clamp(22px, 4vw, 30px);
}

.page-privacy a{
  color: #000;
}

.page-privacy a:hover{
  color: #000;
  opacity: 0.5;
}

.nav{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 12px 0;
}

.whatsapp-button {
  display: inline-block;
  padding: 5px 12px;
  border: 2px solid #fff;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: clamp(15px, 4vw, 20px);
  cursor: pointer;
  color: #fff;
  z-index: 1;
}

.whatsapp-button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.whatsapp-button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: lightgreen;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.whatsapp-button:hover {
  color: #ffffff;
  border: 2px solid lightgreen;
}

.whatsapp-button:hover:before {
  top: -35%;
  background-color: lightgreen;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.whatsapp-button:hover:after {
  top: -45%;
  background-color: lightgreen;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.menu{
  cursor: pointer;
  width: 30px;
  height: 30px;

  svg{
    width: 28px;
    height: 28px;
    color: #fff;
    transition: 0.3s ease;
  }

  &:hover > svg,
  &:focus > svg{
    opacity: 0.5;
  }
}

.nav-box{
  overflow: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #080101;
  width: 300px;
  height: 100%;
  padding: 12px;
}

.btn-close{
  width: 20px;
  height: 20px;
  color: #fff;
  margin-left: auto;
  cursor: pointer;


  svg{
    color: #fff;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
  }

  &:hover > svg,
  &:focus > svg{
    opacity: 0.5;
  }
}

.menu-nav{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.drop-menu{
  display: flex;
  flex-direction: column;
}

.drop-menu h5{
  font-weight: 800;
  font-size: 18px;
  padding: 12px;
  color: #fff;
}

.menu-item{
  border-bottom: 2px solid #fff;
  
  a{
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
    display: inline-block;
    padding: 12px;
    width: 100%;
    height: 100%;
  }

  &:hover > a,
  &:hover > a{
    color: #fff;
    opacity: 0.5;
  }
}

.drop-item{
  padding-left: 16px;

  a{
    color: #fff;
    transition: 0.3s ease;
    display: inline-block;
    padding: 12px;
    width: 100%;
    height: 100%;
  }

  &:hover > a,
  &:hover > a{
    opacity: 0.5;
  }
}

.nav-wr{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header-content{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 217px 0;
  margin-bottom: 47px;
}

.header-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(photo/icons_header_687930b2ce7159.30211360.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  filter: brightness(0.5);
  z-index: -1;
}

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

.logoImg{
  max-width: 47px;
  max-height: 47px;
}

.logoImg img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.logo a{
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
}

.logoTitle .logoTitle-text{
  transition: 0.3s ease;
  font-size: clamp(12px, 4vw, 20px);
  margin: 0;
}

.logoTitle .logoTitle-text:hover{
  opacity: 0.5;
}

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

.header-content-video{
  flex: 1;
}

.header-content-video video{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-content-gallery{
  flex: 1;
}

.header-content-text{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}

.header-content-text span{
  width: 38%;
  height: 3px;
  background-color: #fff;
}

.header-content-text h2{
  font-size: clamp(15px, 4vw, 22px);
  color: #fff;
}

.grid-gallery {
  display: grid;
  grid-gap: 5px;
  grid-template-areas:
    'A'
    'B' 
    'C'
    'D'   
    'E';
}

@media (min-width: 320px) {
  .grid-gallery {
    grid-template-columns: 1.52fr 1fr 1fr 1.525fr;
    grid-template-areas:
      'A  B  C  E'
      'A  D  D  E';
  } 
}

.grid-gallery img{
  border: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 16px;
  object-fit: cover;
  height: 100%;
}

.grid-gallery img:nth-child(1) {
 grid-area: A;
}
.grid-gallery img:nth-child(2) {
 grid-area: B;
}
.grid-gallery img:nth-child(3) {
 grid-area: C;
}
.grid-gallery img:nth-child(4) {
 grid-area: D;
}
.grid-gallery img:nth-child(5) {
 grid-area: E;
}

.about-us{
  padding: 47px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 47px;
}

.about-us-content{
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}

.about-us-content h2{
  color: #000;
  font-size: clamp(15px, 4vw, 30px);
}

.about-us-content p{
  font-size: clamp(15px, 4vw, 20px);
  color: #000;
}

.about-us-content span{
  width: 38%;
  height: 3px;
  background-color: #000;
}

.about-us-img-box{
  display: flex;
  gap: 12px;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex: 1;
}

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

.about-us-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2 solid #000;
}

.about-us-img video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #000;
}

.wrapper-block{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 47px 0;
  margin: 47px 0;
}

.wrapper-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(photo/figures_header_687930b2ce7306.99307007.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  filter: brightness(0.5);
  z-index: -1;
}

.wrapper{
  display: flex;
  justify-content: space-between;
  gap: 47px;
  flex-direction: row-reverse;
}

.wrapper-box{
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.art{
  border-radius: 28px;
  background-color: #fff;
  padding: 28px;
}

.titleArt {
  font-size: clamp(12px, 4vw, 18px);
  text-transform: inherit;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 28px;
}

.picture-art-img {
  border: 2px solid #000;
  float: left;
  width: 38%;
  margin: 47px;
  margin-top: 0;
  margin-left: 0;
}

.art-content{
  color: #000;
  opacity: 0.8;
}

.art-price {
  text-transform: inherit;
  letter-spacing: 2px;
  color: #3B0944;
  text-align: center;
  font-size: clamp(12px, 4vw, 21px);
  padding-top: 47px;
  font-weight: 800;
}

.sidebar{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.osn-form {
  position: sticky;
  top: 87px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 16px;
  border-radius: 28px;
  padding: 21px;
  display: flex;
  flex-direction: column;
}

.title-container{
  font-size: clamp(12px, 4vw, 18px);
  margin-bottom: 28px;
  color: #000;
  letter-spacing: 2px;
  text-align: center;
}

.input-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.input-container .input-custom--field_part, .input-container .textarea-custom--field_part, .form button {
  outline: none;
  margin: 8px 0;
}

.input-container .input-custom--field_part {
  padding: 16px;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 14px;
  line-height: 1.25rem;
  width: 100%;
}

.input-container .textarea-custom--field_part {
  padding: 16px;
  font-size: 14px;
  line-height: 1.25rem;
  border: none;
  border-bottom: 2px solid #000;
  width: 100%;
  min-height: 47px;
  max-height: 110px;
}

.check{
  transition: 0.3s ease;
  color: #000;
}

.check:hover{
  color: #000;
  opacity: 0.5;
}

.submit-form{
  margin: 0 auto;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  padding: 16px 0;
}

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

.form-check-label{
  flex: 1;
}

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}

.ui-checkbox,
.ui-checkbox *,
.ui-checkbox *::before,
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 5px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}

.rating{
  padding: 47px 0;
}

.rating h2{
  margin-bottom: 28px;
  text-align: center;
  text-transform: inherit;
  letter-spacing: 2px;
  font-size: clamp(12px, 4vw, 22px);
}

.rating h4{
  text-align: center;
  font-size: clamp(12px, 4vw, 22px);
  margin-top: 28px;
}

.rating-block{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
}

.history-card{
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 16px;
  border-radius: 28px;
  border: 2px solid #000;
  padding: 16px;
}

.history-card h5{
  font-size: clamp(12px, 4vw, 20px);
}

.rating-card{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 16px;
  border-radius: 28px;
  position: relative;
} 

.rating-card img{
  border-radius: 28px;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.rating-card-content{
  padding: 12px;
  color: #fff;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rating-card-content h5{
  font-size: clamp(12px, 4vw, 35px);
}

.rating-card-content p{
  font-size: clamp(12px, 4vw, 20px);
}

.art-or-service{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  margin: 47px 0;
}

.art-or-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(photo/thumbnails_header_687930b2ce7367.98393167.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  filter: brightness(0.5);
  z-index: -1;
}

.article{
  padding: 47px 0;
}

.article h2{
  color: #fff;
  margin-bottom: 28px;
  text-align: center;
  text-transform: inherit;
  letter-spacing: 2px;
  font-size: clamp(12px, 4vw, 22px);
}

.article-box{
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 47px;
}

.article-card{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aticle-title{
  background-color: #fff;
  padding: 5px; 
  border-radius: 28px;
  border: 2px solid #000;
}

.aticle-title a h5{
  text-align: center;
  color: #000;
  font-size: clamp(12px, 4vw, 22px);
  transition: 0.3s ease;
}

.aticle-title a h5:hover{
  color: #000;
  opacity: 0.5;
}

.article-card-box{
  align-items: center;
  border-radius: 28px;
  border: 2px solid #000;
  background-color: #fff;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  flex-direction: row-reverse;
}

.article-img{
  border-radius: 28px;
  flex: 1;
  height: 100%;
}

.article-img img{
  border-radius: 28px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-content{
  align-items: start;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 2;
}

.rating-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.rating-content svg{
  color: gold;
  width: 28px;
  height: 28px;
}

.article-content p{
  font-size: clamp(12px, 4vw, 20px);
  color: #000;
  opacity: 0.8;
}

.article-content a h5{
  text-transform: inherit;
  letter-spacing: 2px;
  color: #000;
  font-size: clamp(12px, 4vw, 16px);
  transition: 0.3s ease;
}

.article-content a h5:hover{
  color: #000;
  opacity: 0.5;
  margin-left: 5px;
}

.service{
  padding: 47px 0;
}

.service h2{
  color: #fff;
  margin-bottom: 28px;
  text-align: center;
  text-transform: inherit;
  letter-spacing: 2px;
  font-size: clamp(12px, 4vw, 22px);
}

.service-box{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 16px;
}

.service-card{
  display: flex;
  flex-direction: column;
}

.service-card img{
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  width: 100%;
  height: 217px;
  object-fit: cover;
}

.service-content{
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  flex: 1;
  justify-content: space-between;
  padding: 12px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-content-box{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-content-box a h5{
  color: #000;
  font-size: clamp(12px, 4vw, 20px);
  transition: 0.3s ease;
}

.service-content-box a h5:hover{
  opacity: 0.5;
  color: #000;
}

.service-content-box p{
  font-size: clamp(12px, 4vw, 16px);
  color: #000;
  opacity: 0.8;
}

.read-serv{
  text-align: center;
}

.footer{
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}

.subscribe-footer{
  border-top: 2px solid #4d4d4d33;
  padding-top: 28px;
  border-bottom: 2px solid #4d4d4d33;
  padding-bottom: 28px;
}

.form-subscribe{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row;
}

.form-subscribe h5{
  color: #000;
  margin: 0;
  font-size: clamp(12px, 4vw, 20px);
  font-weight: 800;
  flex: 1;
}

.footer-input{
  flex: 1;
  overflow: hidden;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 2px solid #dedede;
  display: flex;
  align-items: center;
}

.form-subscribe input{
  background: none;
  border: none;
  padding: 0 16px;
  width: 100%;
  color: #333;
  outline: none;
}

.form-subscribe button{
  height: 100%;
  margin: 0;
  border-radius: 0;
  text-align: center;
}

.footer-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-direction: row-reverse;
}

.footer-politic{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: row-reverse;
}

.footer-politic a{
  transition: 0.3s ease;
  font-size: clamp(12px, 4vw, 20px);
  color: #000;
}

.footer-politic a:hover{
  color: #000;
  opacity: 0.5;
}

.footer-bottom p{
  font-size: clamp(12px, 4vw, 20px);
  color: #000;
}

.art-content-title{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 16px;
  border-radius: 28px;
  border: 2px solid #000;
  padding: 12px;
  font-size: clamp(12px, 4vw, 18px);
  text-transform: inherit;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 28px;
}

.art-block{
  overflow: hidden;
  position: relative;
}

.art-block-images {
  border: 2px solid #000;
  float: left;
  width: 38%;
  margin: 47px;
  margin-top: 0;
  margin-left: 0;
}

.art-block-content {
  color: #000;
  opacity: 0.8;
}

.art-block-content ul{
  list-style: inside;
}

.about-us-block{
  padding: 28px;
}

.about-us-block h2{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 16px;
  border-radius: 28px;
  border: 2 solid #000;
  padding: 12px;
  font-size: clamp(12px, 4vw, 18px);
  text-transform: inherit;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 28px;
}

.about-us-box{
  z-index: 1;
  position: relative;
}

.about-us-box svg{
  z-index: -1;
  color: #000;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 217px;
  height: 217px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-contacts-page{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 16px;
  margin-bottom: 28px;
  border-radius: 28px;
  border: 2px solid #000;
  padding: 12px;
}

.title-contacts-page h2{
  text-transform: inherit;
  letter-spacing: 2px;
  text-align: center;
  font-size: clamp(15px, 4vw, 22px);
}

.kontact-form{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.input-kontact-form .inputs-kontact, .input-kontact-form .textarea-kontact{
  outline: none;
  margin: 8px 0;
}

.input-position{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.input-kontact-form .inputs-kontact {
  padding: 16px;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 14px;
  line-height: 1.25rem;
  width: 100%;
}

.input-kontact-form .textarea-kontact{
  padding: 16px;
  font-size: 14px;
  line-height: 1.25rem;
  border: none;
  border-bottom: 2px solid #000;
  width: 100%;
  min-height: 47px;
  max-height: 110px;
}

.submit{
  margin: 0 auto;
  width: auto;
}

.contacts-box{
  margin-bottom: 47px;
  border: 2px solid #000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 16px;
  display: flex;
  gap: 47px;
  flex-direction: column-reverse;
  padding: 47px;
}

.contacts-block{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.contacts-block-card{
  border: 2px solid #000;
  justify-content: center;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 16px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.contacts-block-card svg{
  width: 20px;
  height: 20px;
  color: #000;
}

.contacts-block-card a h5{
  word-break: break-all;
  transition: 0.3s ease;
  font-weight: 500;
  font-size: clamp(12px, 4vw, 20px);
  color: #000;
}

.contacts-block-card a h5:hover{
  color: #000;
  opacity: 0.5;
}

.contacts-block-card h5{
  font-weight: 500;
  font-size: clamp(12px, 4vw, 20px);
  color: #000;
}

.but,
button {
  outline: none;
  border: none;
  background: inherit;
  box-sizing: border-box !important;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.button-1 {
  background-color: #3498db;
  color: #fff;
  padding: 12px 21px;
  border-radius: 5px;
  cursor: pointer;
}

.button-1:hover {
  background-color: #2980b9;
  color: #e8e8e8;
}

.button-2 {
  background-color: #e74c3c;
  color: #fff;
  padding: 12px 25px;
  border-radius: 3px;
  cursor: pointer;
}

.button-2:hover {
  background-color: #c0392b;
  color: #e8e8e8;
}

.button-3 {
  background-color: #2ecc71;
  color: #fff;
  padding: 8px 16px;
  border: 2px solid #27ae60;
  border-radius: 28px;
  cursor: pointer;
}

.button-3:hover {
  background-color: #27ae60;
  color: #e8e8e8;
}

.button-4 {
  background-color: #f1c40f;
  color: #fff;
  padding: 15px 28px;
  border-radius: 50px;
  cursor: pointer;
}

.button-4:hover {
  background-color: #d4ac0d;
  color: #e8e8e8;
}

.button-5 {
  background-color: #34495e;
  color: #fff;
  padding: 12px 21px;
  border-bottom: 2px solid #2c3e50;
  border-radius: 0;
  cursor: pointer;
}

.button-5:hover {
  background-color: #2c3e50;
  color: #e8e8e8;
}

@media (max-width: 1199px){
  .contacts-block{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .header-content-box{
    flex-direction: column-reverse;
  }

  .header-content-text{
    align-items: center;
    text-align: center;
  }

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

  .about-us-content{
    align-items: center;
    text-align: center;
  }

  .wrapper{
    flex-direction: column;
  }

  .rating-block{
    grid-template-columns: repeat(2, 1fr);
  }

  .article-card-box{
    flex-direction: column;
  }

  .footer-bottom{
    flex-direction: column;
  }

  .contacts-block{
    grid-template-columns: repeat(1, 1fr);
  }

  .service-box{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .service-box{
    grid-template-columns: repeat(1, 1fr);
  }

  .rating-block{
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-politic{
    flex-direction: column-reverse;
  }

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

  .picture-art-img{
    width: 100%;
    margin: 0 0 47px;
  }

  .art-block-images{
    width: 100%;
    margin: 0 0 47px;
  }

  .form-subscribe{
    text-align: center;
    flex-direction: column;
  }

  .input-position{
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 575px){
  .contacts-box{
    padding: 12px;
  }
}

.karta-block{
  border: 0;
}

.art-block-content h2, .art-block-content h3, .art-content h2, .art-content h3{
  font-size: 18px !important;
}

.page-privacy h2, .page-privacy h3{
  font-size: clamp(20px,2.5vw, 23px) !important;
}