* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  border: 0;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}





@font-face {
  font-family: texgyreadventor;
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/texgyreadventor-regular.otf);
}

@font-face {
  font-family: texgyreadventor;
  font-weight: 600;
  src: url(../fonts/texgyreadventor-bold.otf);
}

body {
  background: rgb(255, 255, 255);
  min-height: 100vh;
}
:root {
  --num-cols: 3;
}

/*NAVIGATION*/
#header {
  position: fixed;
  width: 100%;
  background: rgb(211, 210, 210);
  box-shadow: 0rem .5rem 1rem rgba(0,0,0,0.6);
  border-radius:0px 0px 30px 30px ;
  z-index: 1000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3%;
}

.nav-items {
  display: flex;
}
.nav-items li {
  list-style: none;
  margin: 0rem 1rem;
 
}

.nav-items li a {
  text-decoration: none;
  font-family: texgyreadventor;
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
  transition: 0.8s;
}
.nav-items li a:hover,.nav-items li a.active {
  font-weight: 600;
  color: #2b2358;
  transition: 0.8s;
}

.nav-button {
  display: inline;
  cursor: pointer;
}

.bar, .bar1, .bar2 {
  width: 4rem;
  height: 0.5rem;
  background: #2b2358;
  margin: 0.5rem;
  border-radius: 0.5rem;
  transition: 0.3s;
}

.change .bar {
  transform: translate(0,0.9rem) rotate(-45deg);
}
.change .bar1 {
  opacity: 0;
  width: 0;
}
.change .bar2 {
  transform: translate(0,-0.9rem) rotate(45deg);
}

.nav-button {
display: none;
}

/*END NAVIGATION*/






/*GOLUBKA CONTENT*/
.section1 {
  position: relative;
  top: 6.5rem;
   background:#ffffff;
  min-height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px 30px 0px 0px ;
}
  
.section1 .content { 
  font-family: texgyreadventor;
  color: #2b2358;
 text-align: center;
}

.section1 .content h1 {
  font-family: texgyreadventor;
  color: #2b2358;
  font-weight: 100;
  font-size: calc(24px + (48 - 24) * ((100vw - 300px) / (1600 - 300)));
}
.section1 .content p {
  font-weight: 100;
  font-size: 3rem;
  margin-bottom: 1rem;
  transition: .6s;
}

.section1 .content p:hover {
 
  color: #980606;
  transform: scale(1.05);
  transition: .6s;
  text-shadow: 1px 1px 2px rgb(11, 0, 42);
}

/*GOLUBKA CONTENT END*/

/*KONTO*/
.konto {
  position: relative;
  top: 6.5rem;
   background:#ffffff;
  min-height: 8vh;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  padding: 2rem 2rem;
  box-shadow: 0rem .5rem 1rem rgba(0,0,0,0.6);
}
.konto h1{
font-weight: 600;
color: #27235e;
font-size: calc(24px + (56 - 24) * ((100vw - 300px) / (1600 - 300)));
}
.konto p{
  color: #27235e;
  font-size: calc(16px + (36 - 16) * ((100vw - 300px) / (1600 - 300)));
  }
/*KONTO END*/

.qrcode {
  position: relative;
  top: 8rem;
  width: 100%;
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  border-radius: 0px 0px 30px 30px;
}
.qr-text {
  min-height: 4vh;
  text-align: center;

}
.qr-text p{
  color: #27235e;
  font-size: calc(16px + (36 - 16) * ((100vw - 300px) / (1600 - 300)));
}

.qr {
  position: relative;
  width: 30rem;
  height: 30rem;
  background: url(../img/firma/qr1000.jpg);
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0rem .5rem 1rem rgba(0,0,0,0.6);
  border-radius: 30px 30px 30px 30px;
}

/*QR END*/

/*LANGUAGE MENU*/
.langs {
  background: #bdbbdd;
  text-align: center;
  margin: 10px 10px;
  padding: 6px 12px;
  border-radius: 50%;
}
.langs a {
  color: #ffffff;
  text-decoration: none;
  padding: 12px;
  background: #27235e ;
  font-weight: 650;
  transition: .3s linear;
  border-radius: 10%;
}
.langs a:hover {
  background: #6d68b4 ;
}
.langs a.active {
  background: rgb(0, 0, 0) ;
}

/*LANGUAGE MENU*/




/* FOOTER */
.footer {
  position: relative;
  top: 10rem;
  width: 100%;
  min-height: 10vh;
  background: rgb(211, 210, 210);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0rem .5rem 1rem rgba(0,0,0,0.6);
  border-radius:30px 30px 0px 0px ;
}

.contacts {
  padding: 2rem 9%;
}
.contacts .heading {
  text-align: center;
  margin-bottom: 2rem;
  color: #919191;
  font-size: calc(25px + (70 - 25) * ((100vw - 300px) / (1600 - 300)));
}

.contacts .heading span {
  color: #27235e;
}
.contacts .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.contacts .row .img {
  flex: 1 1 40rem;
}
.contacts .row form {
  flex: 1 1 40rem;
}

.contacts .row form .box {
  width: 100%;
  margin: 1rem 0rem 2rem;
  border-radius: 0.5rem;
  padding: 0.8rem;
  background-color: #f6f6f6;
}

.contacts .row form span {
  font-weight: 600;
  color: #27235e;
  font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1600 - 300)));
}

.contacts .row form .gender {
  margin: 1rem 0rem 2rem;
}
.contacts .row form .gender label {
  margin-left: 0.2rem;
  font-size: 1.6rem;
  color: #737373;
  cursor: pointer;
}

.contacts .row form .gender #female {
  margin-left: 2rem;
}

.contacts .row form .gender input {
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #737373;
  cursor: pointer;
  transition: 0.3s;
}

.contacts .row form .gender input:checked {
  background-color: #27235e;
  border-radius: 50%;
}

.contacts .row form .gender #female:checked ~ label[for=female]{
  color: #27235e;
}

.contacts .row form .gender #male:checked ~ label[for=male]{
  color: #27235e;
}

.btn {
  padding:  1rem 3rem;
  border-radius: 1.5rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.7);
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s;
}

.btn:hover {
  background-color: #27235e;
  color: #e1e1e1;
}



/*END FOOTER*/


@media screen and (max-width: 1024px){
 

  .social-links h3, .social-links i, .footer-content h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 440px){


/*NAVIGATION*/
  .nav-items {
    position: fixed;
    left: 0;
    top: 6.5rem;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background: rgb(215, 215, 215);
    align-items: center;
    padding-top: 10rem;
    border-radius: 20px 20px;
    transition: .5s;
    transform: translateX(100%);
    z-index: 1000;
    cursor: pointer;
  }

  .nav-items.hide-show {
    transform: translateX(0%);
  }

  .nav-items li {
    margin: 1.5rem 0rem;
  }
  .nav-items li a {
    display: block;
    font-size: 3rem;
  }
  .nav-button {
    display: block;
    padding: 0rem 2.5rem;
  }
  #header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
/*NAVIGATION END*/

 
  .section1 {
    padding: 2rem 2rem;
  }
 

  .section1 .content p {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }

  .qr {
  
    width: 18rem;
    height: 18rem;
  }

}





