*{
  box-sizing: border-box;
}
html{
  scroll-behavior:initial;
  overflow-x: hidden;
}

body{
  margin: 0;
  padding: 0;
  background-color: hsl(0, 0%, 100%);
 overflow-x: hidden;
}

                          /*HEADER*/
header{
  width: 30%;
  height: 15%;
  float: left;
  color: black;
  padding-top: 0;
}   
.headerdiv{
  width: 30%;
  padding: 1em;
  float: left;
  height: 100%;
}
#logoR{
  height: 100%;
  width: 50%;
  margin-left:  5%;
}

.headerdiv a{
  color: black;
  text-decoration: none;
  font-weight: 600;
  cursor: alias;
}

/*NAV*/
nav {
  position: fixed;
  top: 0;
  width: 100%;
  font-family:'Times New Roman', Times, serif;
  z-index: 1000;
  background-color: rgb(5, 122, 5);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}.nav-container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1em 2em;
max-width: 1200px;
margin: auto;
}

.logo img {
height: 50px;

}

.nav-links {
display: flex;
align-items: center;
gap: 1em;
position: absolute;
right: 3vw;
}
                         
.nav-links :hover{
text-decoration: underline;
 
  cursor: pointer;
  color: black;
                      }
                  
.nav-links a, .nav-links select, .nav-links button {
font-size: 1em;
font-weight: 500;
text-decoration: none;
background: none;
border: none;
cursor: pointer;
color: #ffffff;

  
}

                  
.nav-links .button {
padding: 0.5em 1em;
background: linear-gradient(100deg, #6bcaf3, #4a4af5);
color: white;
border-radius: 5px;
transition: all .5s linear;

}
.nav-links .button:hover{
transform: scale(1.1);
background:linear-gradient(100deg, hsl(130, 96%, 74%), hsl(120, 95%, 62%));

}
                  
.menu-toggle {
display: none;
font-size: 2em;
background: none;
border: none;
cursor: pointer;

}

.navdiv{
  width: 70%;
  padding: 2%;
  padding-top: 1%;
  float: left;
  height: 100%;
} 





#dropdown{
   display:block;
}
#dropdownb:hover{
  text-decoration: underline;
  color: black;
  
}
#dropdownb{
  width:100%;
  height: 13vh;

}

#content{
  display:none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: #333 1px solid;
  position: absolute;
  top: 15.4vh;
  width: 25%;
  background-color: rgb(5, 122, 5);
 text-align:left;
}
 
#dropdown:hover #content{
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  align-items: baseline;
}


  

li{
  width: 100%;
 list-style-type: none;
  text-decoration: none;
}

li:hover{
  background-color: #6fff00;
}

#dropdownv{
  display:block;
}

#dropdownvb{
  text-align:center;
  width:100%;
  height: 13vh;
  
}

#dropdownvb:hover{
  text-decoration:underline ;
  color: black;
  
}

#contentv{
  display:none;
  flex-direction: column;
  justify-content: baseline;
  align-items: baseline;
  gap: 10px;
  border: #333 1px solid;
  position: absolute;
  top: 15.4vh;
  width: 25%;
  background-color: rgb(5, 122, 5);
 text-align: center;
}
#dropdownv:hover #contentv{
  display: flex;
}

#btnn{
   width: 100%;
 text-align: left;
}




#langs{
  text-decoration: none;
  border: 0;
  background-color: rgb(5, 122, 5);
}






                      /*MAIN*/
main{
  padding-top: 10%;
 
}
#article{
 
  background:linear-gradient(90deg, hsl(57, 74%, 83%), hsl(69, 88%, 77%));
width:40%;
  height:40em;
 border-style: solid;
 border: 1px;
 float: left;  
 animation-name:slideRight;
 animation-duration: 1.5s;
}
@keyframes slideRight{
  from{transform: translateX(-95%);}
}
#photoArticle{
  width: 80%;
  height: 60%;
  margin: 10%;
  border-radius: 2em;
}




#aside{
  width: 60%;
  height: 40em;
  border-style: solid;
  border: 1px;
  float: left;
  animation-name:slideLeft;
  animation-duration: 1.5s;
}
@keyframes slideLeft{
  from{transform: translateX(95%);}
}
#mainText{
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bolder;
  font-size: 5em;
  margin: 1em;

}
#mainP{
    font-size: 2em;
 margin-left: 10%;
  color: rgb(105, 104, 104);
}
#aboutUs{
  font-size:xx-large;
  font-weight: bolder;
  text-align: center;
   background-image: url('divArka.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding-bottom: 5%;
  

}

.fotoDiv{
display: flex;
flex-direction: row;
width: 100%;
height: 60vh;
justify-content: center;
align-items: center;
gap: 5%;
background-image: url('divFArka.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center;

}
.aboutF{
width: 25%;
height: 50vh;
border-radius: 5%;
animation: foto ease;
animation-timeline: view();
animation-range:entry 0% cover 28%;
animation-iteration-count: 1;

}
@keyframes foto{
0%{
  opacity: 0;
  transform:scale(0.5);
}
33%{
  opacity: 0.2;
  transform: scale(0.65);
}
67%{
  opacity: 0.45;
  transform: scale(0.75);
}
100%{
  opacity: 1;
  transform: scale(1);
}
}


#calibri{
  font-family:Calibri;
  font-weight: 300;
}
#How{
 
  font-size:xx-large;
  font-weight: bolder;
  text-align: center;
  margin-top: 10%; 
  font-family:Calibri;
  font-weight: 300;

}
#h7{
  display: block;
}
.howImages{
  margin: 5%;
  width: 80%;
 
}
.whatsapp{
  position: fixed;
  bottom: 4%;
  right: 4%;
  z-index: 999;
  cursor: pointer;
  font-size: xx-large;
  
}
.whatsapp img{
  width: 70px;
  height: 70px;
}

/*FOOTER*/
footer{
 min-height: 65vh;
 font-family:'Times New Roman', Times, serif;
 background-color: hsl(230, 96%, 19%);
}
#footerDiv{
   height: 40vh;
   display: flex;
   flex-direction: column;
}

#akLogo{
   width: 9%;
   height: 30%;
   margin-top: 3%;
   margin-left: 3%;
  
}
#footerAdres{
   display:flex;
   flex-direction: column;
   color: white;
   width: 20vw;
   padding: 2%;
   height: 20vh;
}
#footerSpan{
   width: 15vw;
   display: flex;
   flex-direction: column;
   gap: 8px;
   align-items: center;
   position: relative;
   left: 30vw;
   bottom: 15vh;
}
.footera{
  color: white;
  text-decoration: none;
  width: 25vw;
  display: block;
}
.footera:hover{
   text-decoration: underline;
}


#dropdownv2{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 4%;
  background-color: hsl(230, 96%, 19%) ;
}

#contentv2{
 display:none;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 10px;
 border: #333 1px solid;
 position: absolute;
 top: 3vh;
 width: 23vw;
 background-color: rgb(255, 207, 123);
text-align: center;
}

#dropdown2{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 4%;
  background-color: hsl(230, 96%, 19%) ;
}

#content2{
 display:none;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 10px;
 border: #333 1px solid;
 position: absolute;
 top: 3vh;
 width: 23vw;
 background-color: rgb(255, 207, 123);
text-align: center;
}

#btnf{
  background-color: hsl(230, 96%, 19%) ;
  color: white;
  border: none;
  position: relative;
  right: 11.5vw;
  
}

#btnf:hover{
  cursor: pointer;
  text-decoration: underline;
}

footer ol a{
border: none;  
text-decoration: none;
color: #333;
}

footer ol a:hover{
  border: none;  
  text-decoration:underline;
  color: black;
  }

#swyaz{
  display: flex;
  justify-content: space-around;
  justify-content:end;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
  bottom:145%;
}
#swyaz a:hover{
  background-color: hsl(258, 87%, 97%);
}
#imo{
  width: 48px;
  height: 48px;
}






@media (max-width: 768px) {
  .menu-toggle {
      display: block;
  }
  .nav-links {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: rgb(5, 122, 5);
      flex-direction: column;
      align-items: center;
      gap: 1em;
      padding: 1em 0;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .nav-links.show {
      display: flex;
    gap: 15px;
  }
 
  #content{
    
    width: 40vw;
    position: relative;
    left: -2vw;
    top: 3vh;
    text-align: center;
    background-color: rgb(201, 198, 6);
    color: rgb(0, 0, 0);
  }
  
li:hover{
  background-color: rgb(201, 198, 6);
}


  #contentv{
    width: 40vw;
    position: relative;
    left: -2vw;
    top: 6vh;
    text-align: center;
    background-color: rgb(201, 198, 6);
    color: black;

  }
  #dropdownb{
    height: 0;
    position: relative;
    right: 3vw;
  }

  #dropdownvb{
    height: 0;
    position: relative;
    right: 3vw;
    top: 3vh;
  }

/*MAIN*/
main {
  padding-top: 25%;
}
#article{
  display: flex;
  justify-content: center;
  align-items: center;
}
#article, #aside {
  width: 100%;
  height: auto;
  float: none;
}

#photoArticle {
  width: 80%;
  height: auto;
  margin: 1em auto;
}

#mainText {
  font-size: 2em;
  text-align: center;
}

#mainP {
  font-size: 1.2em;
  padding: 0 1em;
  text-align: center;
}

.fotoDiv{
  display: flex;
  flex-direction: column;
  height:  60vh;
  
}
#aboutF2{
  height: 50vh;
  width: 70vw;
}
#aboutF1{
  display: none;
}
#aboutF3{
  display: none;
}

#calibri{
  font-size:medium;
}

.howImages {
  width: 90%;
  height: auto;
}
#h7{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: medium;
}
#ikamet{
  position: relative;
  left: 0;
  
}
#ikamet:hover{
  text-decoration: underline;
}

#dropdownv2{
  position: relative;
  left:8%;
}
#dropdown2{
  position: relative;
  left:8%;
 
}
#content2{
  width: 100vw;
 position: absolute;
 right: -30vw;
}

#contentv2{
  width: 100vw;
 position: absolute;
 right: -35vw;
}



#footerDiv { height: auto; display: flex; flex-direction: column; align-items: center; text-align: center; }

#akLogo { width: 40%; height: auto; margin: 0 auto; }

#footerAdres, #footerSpan { width: 100%; text-align: center; position: static; padding: 0; }

.footera { color: white; text-decoration: none; display: block; padding: 0.5em; }

.footera:hover { text-decoration: underline; }

#swyaz { display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap; gap: 1em; margin-top: 1em; }

#imo { width: 48px; height: 48px; }

.whatsapp img { width: 50px; height: 50px; } 
                                         
}
