@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

:root{

    --bg-1:rgb(54 64 55);
    --bg-2:#015958;
    --bg-3:#023535;
    --bg-4:#8C1642;
    --bg-5:#402319;
    --hover-link-1:#ED6C09;
    --hover-link-2:#ED7F59;
    --hover-link-3:#ED0952;
    --hover-link-4:#015958;
    --hover-link-5:#F02C00;
  --card-1:rgb(152 108 67);
  --card-2:#BF6415;
  --card-3:#024059;
  --card-4:#023E73;
  --card-5:#9933a6;
  --white: #fff;
  --black:black;
  --gap-25-30:30px;
  --gap-10-15:6px;
  --color-txt: rgb(244,222,201);

}

body{
    box-sizing: border-box;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
    direction: ltr;

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

a{
  text-decoration: none;
}
input,textarea {
  outline: none;
}
p {
  margin-bottom:  6px;
  font-size: 17px;
  line-height: 1.3;
}

ul, ol {
  margin-bottom: 6px;
  padding-left: 27px;
}

li {
  margin-bottom: 0.5rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

img{
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.title  {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 18px;
  position: relative;
}
.title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: var(--card-3);
}
.title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height:  1px;
  width: 95%;
  max-width: 255px;
  background-color:var(--card-3);
}
.container{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
    padding-right: 15px;
}
.container-aqaq{
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  @media (min-width:768px) {
    .container-aqaq{
      padding-left:  33px;
      padding-right:  33px;
    }
  }
  
  .container-nav-aqaq{
      height: 80px;
      background-color:var(--bg-3) ;
      z-index: 999;
      padding: 0px 12px;
      position: fixed;
    width: 100%;
        top: 0;
}

.privantnost-blok {
word-break: break-all;
overflow: hidden; 
}
.navbar-aqaq{
  
  justify-content: space-between;
  align-items: center;
    display: flex;
  }
  .header-logo-aqaq{
    padding-top: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
.header-logo-aqaq:hover .logo-title{
  color: var(--hover-link-3);
}
@media (min-width:576px) {
  .container-nav-aqaq{
  padding: 0px 56px;
  
}
}
.logo-title{
   font-size:clamp(14px, 1vw + 6px, 22px);
  font-weight:400;
  color: var(--white);
}
.logo-img-aqaq{
  width: 52px;
}
.logo-img-aqaq img{
  width: 100%;
  
}
 #overlay-button {

	 padding: 23px 11px;
	 z-index: 5;
	 cursor: pointer;
	 user-select: none;
  }
  #overlay-button span {
	 height: 4px;
	 width: 35px;
	 border-radius: 1px;
	 background-color: var(--white);
	 position: relative;
	 display: block;
	 transition: all 0.2s ease-in-out;
  }
  #overlay-button span:before {
    top: -10px;
    visibility: visible;
}
 #overlay-button span:after {
   top: 10px;
  }
  #overlay-button span:before, #overlay-button span:after {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: var(--white);
    position: absolute;
    content: "";
    transition: all 0.2s ease-in-out;
  }
  #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
    background: var(--white);
  }
  input[type=checkbox] {
    display: none;
  }
  input[type=checkbox]:checked ~ #overlay {
	 visibility: visible;
   
  }
 input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
   background: transparent;
  }
  input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
	 opacity: 1;
  }
  input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  #overlay {
  padding: 31px 0px;
  width: 100%;
  height: 30vh;
  background: var(--bg-3);
  z-index: 2;
	 visibility: hidden;
	 position: absolute;
   top: 75px;
   left: 50%;
   transform: translate(-50%);
  }
  #overlay.active {
    visibility: visible;
    
  }
 #overlay ul {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 text-align: center;
	 height: 15vh;
	 padding-left: 0;
	 list-style-type: none;
}
 #overlay ul li {
   padding: 16px;
}
#overlay ul li a {
  color: white;
  text-decoration: none;
  font-size: clamp(14px,3vw,20px);
}
 #overlay ul li a:hover {
	 color: #986c43;
  }
  
  @media (max-width:991px) {
    .headeer-logf{
      flex: 1;
    }
    
}
@media (min-width:992px) {
  
  .mob-menu{
    display: none;
  }
  
}
.nav-menu-aqaq{
  display: flex;
  gap: var(--gap-25-30);
  align-items: center;
}
.nav-link-box-aqaq{
  font-weight: 400;
  transition: color .2s, background-color .2s;
  position: relative;
      padding: 21px 0px;
}
@media (max-width:991px) {
  .nav-link-box-aqaq{display: none;}
}
.nav-link-box-aqaq a{
  font-size: clamp(14px, 1vw + 6px, 20px);
  transition: color .2s;
  color: var(--white);
}
.nav-link-box-aqaq a:hover{
  color: var(--hover-link-3);
}

#overlay {
  left: -250px; 
  right: auto; 
  transition: left 0.3s ease;
}

input[type=checkbox]:checked ~ #overlay {
  left: 50%; 
  visibility: visible;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 70vh;;
  overflow: hidden;
}

#hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    background: no-repeat;
    background-size: cover;
  }
  
.hero-content-aqaq {
  border-radius: 0 0 25px 25px ;
  width: 300px;
  height: 300px;
  background-color: var(--card-3);
  position: absolute;
  top: 70px;
    left: 3%;
    color: white;
    text-align: center;
    z-index: 1;
  }
  .thumb-img-hero-aqaq{
 
    
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 15px;
    flex-direction: column;
    align-items: center;
}
.hero-img-aqaq{
width: 118px;
height: 118px;
object-fit: cover;
border-radius: 0%;
}
.about-us-btn-aqaq{
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  animation: moveSideToSide 1s infinite alternate;
}

@keyframes moveSideToSide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}
.about-us-btn-aqaq::before,
.about-us-btn-aqaq::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid var(--bg-3);
  margin: 0 10px;
}

.main-thumb-features-post-aqaq{
    border-radius: 25px;
      margin-top: -350px;
      background-color:var(--bg-3) ;
  padding: var(--gap-25-30);
}
@media (max-width:991px) {
  .main-thumb-features-post-aqaq{ 
    margin-top: -50px;}
    
    
  }
  
  .thumb-featured-post-aqaq{
    display: flex;
    gap: var(--gap-25-30);
  }
  @media (max-width:767px) {
    .thumb-featured-post-aqaq{
    flex-direction: column;

  }
}
.box-featured-post-aqaq{
  flex: 2;
}
.title-featured-aqaq{
  text-align: center;
  margin-bottom: 15px;
  color:var(--white)
}
.box-post-aqaq{
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  
}
.thumb-txt-post-aqaq{
  display: flex;
  flex-direction: column;
  gap:var(--gap-25-30);
}
.images-featured-aqaq{
    height: 300px;
}
.images-featured-aqaq img{
   border-radius: 25px;
   width: 100%;
   height: 100%;
   object-fit: cover;
   
  }
@media (max-width:767px) {
  .images-featured-aqaq{
    height: 211px;
  }
}
.border-post-aqaq{
  height: 60%;
  
}
.border-thumb-post-aqaq{
  padding: 12px 0px;
  
  border-bottom:1px solid rgba(255,255,255,0.5);
}
.date-txt-aqaq{
  color: var(--white);
  margin: 3px 0px;
}
.txt-post-aqaq{

  color: var(--white);
}

.section-article-aqaq{
  padding: 43px 0px;
}
.thumb-article-aqaq{
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-25-30);
  justify-content: center;
}
.box-article-aqaq{
  border-radius: 25px;
  min-width: 280px;
  width:calc(33% - 30px);
  border-width: 1px;
  border-color: rgba(232, 230, 230, 0.99);
  border-style: solid;
}
@media (max-width:767px) {
  .box-article-aqaq{
    width: 100%;}
  }
.box-article-img-aqaq{
  height: 270px;
}
.box-article-aqaq img{
  border-radius: 25px 25px 0px 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-txt-article-aqaq{
  padding: 31px;
}
.box-txt-article-aqaq a{
  color: var(--black);
}
.box-txt-article-aqaq a:hover{
  color: var(--hover-link-3);
}
.comments-article-aqaq{
  display: flex;
 align-items: center;
      border-top: 1px solid rgb(54,64,55);
      gap: var(--gap-10-15);
      justify-content: space-between;
    }
    .comments-svg-aqaq{
      display: flex;
      gap: var(--gap-10-15);
      align-items: center;
}

.comments-svg-aqaq svg {
  height: 27px;
  width: 27px;
  
}
.comments-article-aqaq p {
  font-size: 13px;
  font-weight:900;
}

.section-gallery-aqaq{
  padding: 36px 0px;
}
.thumb-gallery-aq-aq{
  display: flex;
  gap: var(--gap-10-15);
  flex-wrap: wrap;
}
.box-gallery-aqaq{
  border-radius: 25px;
  width: 100%;
  height: 211px;
  position: relative;
  overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.box-gallery-aqaq:hover {
  transform: scale(1.01);
}

@media (min-width:992px) {
  .box-gallery-aqaq{
    flex: 1 1 calc(25% - 10px);
    height: 323px;
    min-width: 280px;
  }
  
  .box-gallery-aqaq:hover .gallery-tag-aqaq{
    opacity: 1;
    
  }
}
@media (min-width:576px) and (max-width:991px) {
  .box-gallery-aqaq{
   flex: 1 1 calc(50% - 10px);
  height: 300px;
}

.box-gallery-aqaq:hover .gallery-tag-aqaq{
  opacity: 1;
  
}
}
.box-gallery-aqaq img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-tag-aqaq{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding:  20px 6px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s;
  }
  @media (max-width:767px) {
    .gallery-tag-aqaq{
      opacity: 1;
      
    }
  }

  .section-aboutus-aqaq{
    padding: 43px 0px;
}
.thumb-aboutus-aqaq{
  display: flex;
  border-radius:25px ;
  
}
@media (max-width:991px) {
  .thumb-aboutus-aqaq{
    flex-direction: column;

  }
}
@media (max-width:991px) {
  .border-aboutus-aqaq{
 height: 351px;
}
}
.border-aboutus-aqaq{
  border: 1px solid var(--card-3);
}
@media (min-width:992px) {
  .box-aboutus-aqaq{
  flex: 1;
}
}
.box-aboutus-aqaq img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.txt-aboutus-aqaq{
  
  display: flex;
  align-items: center;
  padding:12px;
  background-color: var(--card-3);
  
}
@media (min-width:768px) {
  .txt-aboutus-aqaq{
    padding: 21px 33px;
    
    
  }
}
.title-aboutus-aqaq{
  text-align: center;
  color: var(--white);
}
.txt-p-aboutus-aqaq p{
  color: var(--white);
}

.section-footer-aqaq{
  background-color: var(--bg-3);
}
.thumb-footer-aqaq{
  flex-wrap: wrap;
  display: flex;
  gap: var(--gap-25-30);
  flex-direction: row;
  justify-content: center;
  
}
.box-footer-aqaq{
    width: 50%;
  }
  @media (max-width:575px) {
    .box-footer-aqaq{
      width: 100%;
    }
    .box-txt-article-aqaq{
      padding: 31px  18px;
    }
    
}
@media (min-width:1199px) {
  .box-footer-aqaq{
    flex: 2;
  }
}


.link-menu-footer-aqaq{
  flex: 1;
  position: relative;
}


.section-footer-aqaq{
  padding:  43px 0px;
}
.footer-logotip-aqaq img {
  width: 100%;
  height: 66px;
  object-fit: contain;
}
.link-logo-footer-aqaq{
      display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-title-aqaq{
  text-align: center;
      margin: 0;
      color: var(--white);
      font-size: clamp(18px,5vw,36px);
      text-transform: uppercase;
    }
    .logo-title-aqaq:hover{
      color: var(--hover-link-3);
    }
    .link-footer-aqaq{
      
      color: var(--white);
      font-size: clamp(16px,5vw,21px);
    }
    
    .link-footer-aqaq:hover{
      color: var(--hover-link-3);
}
.ul-footer-aqaq{
  list-style-type: none;
  padding-left: 0;
}
.ul-footer-aqaq li{
  text-align: center;
}
.privaci-aqaq{
  display: flex;
  border-top: azure  1px solid;
  padding: 39px 0px;
  justify-content: space-evenly;
  
}
@media (max-width:767px) {
  .privaci-aqaq{
    flex-direction: column;
    align-items: center;
  }
}
.copuring-aqaq{
  text-align: center;
  color: var(--hover-link-3);
}

.section-main-page-aqaq{
  padding: 48px 0px;
}
.page-img-box-aqaq{
  height: 323px;
}
.size-img-aqaq{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thumb-main-page-all-post-aqaq{
  max-width: 1200px;
  display: flex;
  gap: var(--gap-10-15);
  margin: 0 auto;
  padding: 0  12px;
  flex-direction: row;
}
@media (max-width:991px) {
  .thumb-main-page-all-post-aqaq{
    flex-direction: column;
  }
}
.container-page-main-aqaq{
  border-radius: 25px;
  max-width: 900px;
  padding:  43px  12px;
  margin: 0 auto;
  border: 1px solid rgb(232 230 230 / 75%);
}

.thumb-main-page-author-aqaq{
  display: flex;
  gap: var(--gap-10-15);
  align-items: center;
  padding: 0px 12px;
}

.page-main-svg-aqaq svg{
  padding: 6px;
  width: 50px;
  height: 50px;
  background-color: gray;
  fill: darkgray;
    border-radius: 0%;
}
.marker-page-aqaq{
  background-color: var(--black);
width: 2px;
height: 2px;
border-radius: 50%;
    align-self: center;
    display: block;
  }
  .page-main-content p:nth-child(2n + 1){
    padding-left:12px;
    border-left: 1px solid var(--card-3);
}
.page-main-content{
  p{ 
  text-indent: 3ch;
  }
  ul, ol {
   margin-bottom: 12px;
    padding-left:  27px;
      list-style: inside;
  }
}

.thumb-views-like-price-aqaq{
  margin: 12px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
@media (max-width:575px) {
  .thumb-views-like-price-aqaq{
    flex-direction: column;
    margin: 12px 0px;
  }
}
.thumb-views-aqaq{
  display: flex;
    align-items: center;
    gap: var(--gap-10-15);
  }
  .like-page-aqaq{
    display: flex;
    align-items: center;
    gap: var(--gap-10-15);
}
.pay-text{
   word-break: break-word;
  p{
text-indent: 3ch;
  }
  
  a,table{
    color: inherit;
     word-break: break-word;
    
  }
}
.pay-text ul li,
.pay-text ol li {
  margin-bottom: 5px;
}
.pay-text ul,
.pay-text ol {
  margin-bottom: 12px;
  padding-left:  20px;
  list-style: inside;
}
.thump-like-views-aqaq{
  display: flex;
  gap: var(--gap-25-30);
}
.page-svg-aqaq{
  width: 21px;
  height: 21px;
}
.page-svg-aqaq svg{
  fill: #ED0952;
  width: 21px;
  height: 21px;
}
.thumb-contact-page-sls{
  display: flex;
  flex-direction: column;
}
@media (max-width:991px) {
  .thumb-box-main-article-aqaq2{
    padding: 21px 0px;
    display: flex;
    gap:var(--gap-25-30);
    flex-wrap: wrap;
    justify-content: center;
  
  }
}
@media (min-width:992px) {
    .thumb-box-main-article-aqaq2{
        flex-direction: column;
    }
    
}
.box-main-article-aqaq {
  
  margin-bottom: 21px;
  border-radius: 25px;
  min-width: 280px;
  border-width:  1px;
    border-color: rgba(232, 230, 230, 0.99);
    border-style:  solid;
}
@media (min-width:768px) and (max-width:991px) {
  .box-main-article-aqaq{
    width: calc(50% - 20px);
  }
}

.box-main-article-aqaq:last-child {
  margin-bottom: 0px;
}

.thumb-stiki-aqaq{
  position: sticky;
  top: 90px;
}
.box-main-img-aqaq {
  height: 211px;
}
.box-main-img-aqaq img {
  border-radius: 25px 25px 0 0 ;
  width: 100%;
    height: 100%;
    object-fit: cover;
  }
.box-txt-main-article-aqaq {
  padding: 27px;
}
.box-txt-main-article-aqaq a {
  color: var(--black);
}
.box-txt-main-article-aqaq a:hover {
  color: var(--hover-link-3);
}

.comments-main-article-aqaq {
  display: flex;
  align-items: center;
  border-top: 1px solid rgb(54, 64, 55);
}
.comments-main-article-aqaq p {
    font-size: 13px;
    font-weight:900;
}
.comments-main-svg-aqaq svg {
  height: 27px;
  width: 27px;
}
.btn-thumb-page-main-aqaq{
  display: flex;
  justify-content: center;
}
.container-form-main-aqaq{
  background-color: var(--bg-3);
  border-radius:  12px;
  max-width: 900px;
  padding: 33px 12px;
  margin: 0 auto;
    border: 1px solid rgb(232 230 230 / 75%);
  }
  .form-aqaq{
    display: flex;
  flex-direction: column;
}
.title-main-form-aqaq{
  text-align: center;
  color: var(--white);
}
.input-customgroup__part{
  display: inline-block;
  color: #fff;
      width: 100%;
    height: 36px;
    font-size: 20px;
    
    margin: 12px 0;
    padding: 0 0 0 12px;
    border-radius: 1px;
    border:  1px solid rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.28);
 }
 .textarea-customgroup__part{
      display: inline-block;
    color: #fff;
    height: 66px;
    font-size: 20px;
    margin: 12px 6px;
    padding: 0 0 0 12px;
    border-radius: 1px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.28);
  }
  .form-aqaq label{
  color: var(--white);
 }
 .input-customgroup__part label{
   color: var(--white);
  }
 .textarea-customgroup__part label{
   color: var(--white);
 }
 .thumb-ckeck-aqaq{
   display: flex;
   align-items: center;
   justify-content: center;
  }
  .form-btn-aqaq{
    margin: 21px auto;
  }
 .thumb-privacy-txt-aqaq{
  color: var(--white);
}
 .color-pol-aqaq{
   color: var(--white);
  }
  .color-pol-aqaq:hover{
    color:var(--hover-link-3);
 }
 .cl-checkbox {
   position: relative;
   display: inline-block;
  }
  
  
  .cl-checkbox > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
 background-color: rgba(0, 0, 0, 0.6);
 box-shadow: none;
 outline: none;
 opacity: 0;
 transform: scale(1);
 pointer-events: none;
 transition: opacity 0.3s, transform 0.2s;
}


.cl-checkbox > span {
 display: inline-block;
 width: 100%;
 cursor: pointer;
}


.cl-checkbox > span::before {
 content: "";
 display: inline-block;
 box-sizing: border-box;
 margin: 3px 11px 3px 1px;
 border: solid 1px;
 
 border-color: rgba(0, 0, 0, 0.6);
 border-radius: 1px;
 width:  20px;
 height:  20px;
 vertical-align: top;
 transition: border-color 0.2s, background-color 0.2s;
}


.cl-checkbox > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
 left: 1px;
 width: 10px;
 height: 5px;
 border: solid 2px transparent;
 border-right: none;
 border-top: none;
 transform: translate(3px, 4px) rotate(-45deg);
}


.cl-checkbox > input:checked,
.cl-checkbox > input:indeterminate {
  background-color: var(--hover-link-3);
}

.cl-checkbox > input:checked + span::before,
.cl-checkbox > input:indeterminate + span::before {
  border-color: var(--hover-link-3);
  background-color: var(--hover-link-3);
}

.cl-checkbox > input:checked + span::after,
.cl-checkbox > input:indeterminate + span::after {
  border-color: #fff;
}

.cl-checkbox > input:indeterminate + span::after {
  border-left: none;
  transform: translate(4px, 3px);
}


.cl-checkbox:hover > input {
 opacity: 0.04;
}

.cl-checkbox > input:focus {
  opacity: 0.12;
}

.cl-checkbox:hover > input:focus {
  opacity: 0.16;
}


.cl-checkbox > input:active {
  opacity: 1;
  transform: scale(0);
  transition: transform 0s, opacity 0s;
}

.cl-checkbox > input:active + span::before {
  border-color:var(--hover-link-3);
}

.cl-checkbox > input:checked:active + span::before {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.6);
}


.cl-checkbox > input:disabled {
 opacity: 0;
}

.cl-checkbox > input:disabled + span {
  color: rgba(0, 0, 0, 0.38);
  cursor: initial;
}

.cl-checkbox > input:disabled + span::before {
 border-color: currentColor;
}

.cl-checkbox > input:checked:disabled + span::before,
.cl-checkbox > input:indeterminate:disabled + span::before {
  border-color: transparent;
  background-color: currentColor;
}

.contact-section{
  
  padding:118px 0px 43px 0px;
  background: 
  linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
  url(uploads/05-2025/background-LNJ0.jpg) no-repeat center center / cover; 
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center; 
  background-attachment: fixed; 
}
.all-thumb-contact-aqaq{
  display: flex;
  gap: 31px;
  flex-direction: column;
}
.thumb-contact-link-aqaq{
  flex-wrap: wrap;
  justify-content: center;
    background-color: rgba(255, 255, 255, 0.12);
    box-shadow: 3px 3px 8px 0px #0e0e0e;
    display: flex;
    gap: var(--gap-25-30);
    list-style-type: none;
    padding: 12px;
    border-radius: 5px;
}
@media (max-width:767px) {
  .thumb-aboutus-aqaq{
        flex-direction: column;
  }
}
.contact-link-aqaq p{
  color: var(--white);
  font-size: clamp(12px,3vw,16px);
  
}
@media (max-width:575px) {
  .contact-link-aqaq p {
    margin: 0;
  }
  .page-img-box-aqaq{
      height: auto;
    }
}
.contact-link-svg-aqaq{
  
width: 100%;
    padding: 0 12px;
    border-radius: 5px;
    border:1px solid rgba(255, 255, 255, 0.45);
    display: flex;
    gap: 27px;
    justify-content: center;
    align-items: center;
    font-size: clamp(12px,3vw,16px);
  }
  @media (min-width:576px) {
  .contact-link-svg-aqaq{
    flex: 1;
    min-width:  211px}
  }
@media (max-width:575px) {
  .contact-link-svg-aqaq{
    flex-direction: column;
    gap: 12px;
    padding:12px;
  }
}
.contact-adrees-aqaq{
  color: var(--white);
  padding: 18px;
  font-size: clamp(12px,3vw,16px);
  text-align: center;
}

.cont{
  position: relative;
  display: block;
  width: 80%; 
  margin: 52px auto;
  
}
@media (max-width:767px) {
  .cont{
    width: 100%;}
}
@media (min-width:768px) {
  .cont{
    padding: 6px 18px;}
  }
  
  .title-form-aqaq{
    color:var(--white)
  }
  
  span.orange {
    display: inline;
    font-size: 75px;
    color: #ffa700;
    margin-right: -15px;
  }

  .contact{
    width: 100%;
    
    padding: 21px;
    margin: 0 auto;
    text-align: center;
    margin-top: 33px;
    border-radius: 5px;
  box-shadow: 3px 3px 8px 0px #0e0e0e;
  background-color: rgba(255, 255, 255, 0.12);
}

.c1,.c2,.c3,.c4 {
  display: inline-block;
  color: #fff;
  height: 36px;
  font-size:clamp(12px,5vw - 3px,20px) ;
  margin: 12px 6px;
  padding: 0 0 0 12px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.28);
}

input::placeholder,
textarea::placeholder{
  color: #fff;
  font-size:clamp(12px,5vw - 3px,20px) ;
}

.c1, .c2 {
  width: 46%;
}

.c3, .c4 {
  width: 94%;
}

.c4 {
  height: 66px;
  padding: 6px 12px;
}
@media (max-width:767px) {
  .c1,.c2,.c3,.c4 {
    width: 100%;
    
  }
}
.btn-form-contact-page-aqaq{
  margin: 21px 0px;
}
.btn-submit{
  cursor: pointer;
  padding: 12px 0px;
  color: #fff;
  font-size:clamp(21px,4vw,35px);
  font-weight: 300;
  border: none;
  border-radius: 5px;
  background: var(--bg-3);
}

@media (max-width:767px) {
  .btn-submit{
    padding: 12px;
  }
}
@media (min-width:768px) {
  .btn-submit{
    width: 94%;}
  }

  .section-privantnosti{
    padding-top: 118px;
    padding-bottom: 43px;
}

.button-aqaq-1{
  cursor: pointer;
   min-width: 211px;
    background-color:var(--card-3);
    text-align: center;
    padding:  20px 36px;
    font-weight:400;
    transition: background-color .2s, color .2s;
    color: var(--white);
    border-radius: 12px;
  }
  .button-aqaq-2 {
    padding: 17px 39px;
    border-radius: 0px;
    cursor: pointer;
    border: 0;
    background-color: gold;
    box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
    letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.5s ease;
  color: var(--black);
}

.button-aqaq-2:hover {
  letter-spacing: 3px;
  background-color: var(--hover-link-3);
  color: hsl(0, 0%, 100%);
  box-shadow: var(--hover-link-3) 0px 7px 29px 0px;
}

.button-aqaq-2:active {
  letter-spacing: 3px;
  background-color: var(--hover-link-3);
  color: hsl(0, 0%, 100%);
  box-shadow: var(--hover-link-3) 0px 0px 0px 0px;
  transform: translateY(10px);
  transition: 100ms;
}

.button-aqaq-3 {
  color: #fff;
  border-radius: 5px;
  padding: 12px 21px;
  font-weight:400;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 outline: none;
}
.button-aqaq-3 {
  color: var(--white);
  background-color: var(--card-3);
 border: none;
}

.button-aqaq-3:before {
  height: 0%;
  width: 2px;
}
.button-aqaq-3:hover {
  box-shadow: 6px 6px 8px 0 rgba(245,255,255,.5),
  -6px -6px 8px 0 rgba(116, 111, 136, .5), 
    inset -6px -6px 8px 0 rgba(234,255,255,.2),
    inset 6px 6px 8px 0 rgba(0, 0, 0, .4);
}

.button-aqaq-4{
 appearance: none;
 background-color: transparent;
 border:1px solid var(--hover-link-3);
 border-radius: 4px;
 box-sizing: border-box;
 color: gray;
 cursor: pointer;
 display: inline-block;
 font-size: 16px;
 font-weight: 900;
 line-height: normal;
 margin: 0;
 min-height: 3.75em;
 min-width: 0;
 outline: none;
 padding: 16px 27px;
 text-align: center;
 text-decoration: none;
 transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
 user-select: none;
 -webkit-user-select: none;
 touch-action: manipulation;
 will-change: transform;
}

.button-aqaq-4:disabled {
  pointer-events: none;
}

.button-aqaq-4:hover {
  color: var(--white);
 background-color: var(--card-3);
 box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
 transform: translateY(-2px);
}

.button-aqaq-4:active {
  box-shadow: none;
  transform: translateY(0);
}
.button-aqaq-5 {
  position: relative;
  display: inline-block;
  margin: 12px;
  padding: 12px 27px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color:gray;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border:  1px solid var(--card-3);
  border-radius: 12px;
  box-shadow: inset 0 0 0 0 var(--card-3);
}

.button-aqaq-5:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 var(--hover-link-3);
}

.button-aqaq-5:active {
  transform: scale(0.9);
}

