:root {
    font-family: "Oswald";
    scroll-behavior: smooth;
}
nav {
  display: flex;
  align-items: center;
  background-color: black;
}

.nav-list {
  display: flex;
  gap: 40px;
}

.search-form {
  margin-left: auto;
}
@media (max-width: 768px) {

  nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-list {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .search-form {
    margin: 10px 0 0 0;
    width: 100%;
  }

  .search-form input {
    width: 100%;
  }

}
body {
  margin: 0;
}

/* .nav-list {
    list-style: none;
    display: flex;
    align-items:  center;
} */
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button{
    margin: 5px;
    padding: 0px;
    background-color: rgb(47, 120, 255);
    color: white;
    width: 100px;
    height: 60px;
    box-shadow: none;
    padding-inline: 0px;
    transition: 0.3s;
}


html, body {
  overflow-x: auto;
  overflow-y: auto;
}
 button:hover{
    margin: 5px;
    padding: 0px;
    background-color: white;
    color: rgb(47, 120, 255);
    /* width: 100px;
    height: 60px; */
    box-shadow: none;
    padding-inline: 0px;
    cursor: pointer;
}


/* .nav-item {
    display: flex;
    gap: 40px;
    padding: 20px;
    font-size: 20px;
} */

.Big_buton_take_product {
    /* Correct path and extension (file is in ../images/ and is .png) */
    background-image: url('../images/ofise.png');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0; 
    height: 500px;
}
.BBTP_inside {
    background-color: rgb(255, 132, 50);
    color: rgb(88, 164, 208);
    font-size: 20px;
    width: 200px;
    height: 70px;
}
.BBTP_inside :hover{
    background-color: rgb(100, 139, 219);
    color: rgb(45, 178, 255);
    font-size: 25px;
    width: 213px;
    height: 83px;
}
h1 {
  display: flex;
  justify-content: center; 
  align-items: center;
  font-family: "Oswald";
  text-shadow: #111 2px 2px 4px;
}
div.div-srv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: aliceblue;
    margin: 0 auto;
}
div.div-srv ul{
    list-style: none;
}
div.team {
    display: flex;
    justify-content: center;
    align-items: center;
}
div.team img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
}
div.tm .info{
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 20px;
}
h2.team {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer {
    display:flex;
    background-color: black;
    padding: 0px;
    margin: 0px;
    color: white;
    text-align: center;
    justify-content: center;
}
.Pagethatyouarein {
  background-color: red;
  color: white;
  border: none;
}
.container2 {
  background-color: aliceblue;
  display: flex; 
}
h1.portfoliph1  {
  font-size: 100px;
}
div.chelik img.tm{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
}
div.chelik {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: aliceblue;
    margin: 0 auto 30px;
    border-radius: 10%;
    font-size: 25px;

    width: 100%;
    max-width: 1025px;
    padding: 20px;
    box-sizing: border-box;
}
.ranks {
    font-size: 20px;
    list-style: none;
}
.rank {
    list-style: none;
    font-size: 25px;
}
.ranks :nth-child(1) {
    color: rgb(0, 0, 0);
}
.ranks :nth-child(2) {
    color: rgb(0, 0, 0);
}
/* Bottom account action buttons */
.account-actions-bottom .logout-btn {
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    color: #fff;
    background: #ef4444;
    cursor: pointer;
}
.account-actions-bottom .logout-btn:hover {
    opacity: 0.95;
}
.ranks :nth-child(3) {
    color: rgb(51, 255, 0);
}
.ranks :nth-child(4) {
    color: rgb(3, 62, 255);
}
.ranks :nth-child(5) {
    color: rgb(255, 72, 0);
}
.ranks :nth-child(6) {
    color: rgb(255, 209, 42);
}
div.rankbox {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(249, 249, 108);
    margin: 0 auto 25px;
    border-radius: 10%;
    width: 300px;
    height: 400px;
    
}
div.rankbox h3 {
  align-items: center;
}
.backup {
  background-color: red;
  color: white;
}
.cattainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 30px;
    text-align: center;
}
img.contacts-img {
    width: 50px;
    height: 50px;
    border-radius: 30%;
}
a.contacts-img {
    font-size: 25px;
}
h1.Contacts📞 {
    font-size: 60px;
}
img.contacts-main-img {
    width: 700px;
    height: 400px;
    margin-bottom: 20px;
    border-radius: 10%;
}
h1.h1ser1 {
    font-size: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}
div.servrule {
    margin: 0 auto 30px;
     background-color: aliceblue;
     border-radius: 10%;
    min-height: 50px;
    min-width:50px;
    
}
div.servrule p{
    font-size:auto, 10px;
}
div.servrule h3{
    font-size: 40px;
    text-shadow: #111 2px 2px 4px;
}
main#servises { 
    display: flex;
    flex-direction:row;
    margin: 10px ;
}
button.servbuton {
    background-color:yellow;
    color: black;

}
button.servbuton:hover {
    background-color:rgb(255, 255, 255);
    color: rgb(255, 0, 0);

}
.servrule2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
div.servrule2 {
    background-color: aliceblue;
    margin: 10px;
    border-radius: 10%;
}

button.servbuton2.servbuton2--disabled {
    background-color: red;
    color: white;
}

button.servbuton2.servbuton2--disabled:hover {
    background-color: darkred;
}
div.creaitonofhatred {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: aliceblue;
    margin: 0 auto 30px;
    border-radius: 10%;
    font-size: 25px;
    width: 100%;
    max-width: 1025px;
    padding: 20px;
    box-sizing: border-box;
}
img.cohimg {
    width: 500px;
    height: 300px;
    align-self: center;
}
main#creationsmain {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
main#creationsmain h1 {
    font-size: 100px;
    color: blue;
}
div.creaitonofhatred h2 {
    font-size: 40px;
}
/* Auth area styling */
.auth-area{ 
    display:flex; 
    align-items:center; 
    gap:8px; 
}
.auth-avatar{
     width:40px;
     height:40px; 
     border-radius:50%; 
     object-fit:cover; 
     display:none; 
     border:2px solid #fff; 
}
.google-signin{ 
    display:inline-flex; 
    align-items:center; 
    gap:8px; 
    background:#fff; 
    color:#222; 
    padding:8px 10px; 
    border-radius:6px; 
    box-shadow:0 2px 6px 
    rgba(0,0,0,0.2); 
    border:none; 
    cursor:pointer; 
}
.google-signin img{
     width:18px; 
     height:18px; }
.account-link{ 
    color: white; 
    text-decoration:none; 
    background:transparent; 
    padding:6px 10px; 
    border-radius:6px; 
    display:inline-flex; 
    align-items:center; 
    gap:8px; 
}
.logout-btn{ 
    background:#b22222;
    color:#fff; 
    padding:6px 10px; 
    border-radius:6px; 
    border:none; 
    cursor:pointer; 
}
.acauntdiv1 {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    margin-bottom:10px
}
#u_avatar {
    width:120px;
    height:120px;
    border-radius:50%;
    display:none;
    object-fit:cover;
    border:3px solid #222
}
div#userInfo {
    font-family:"Oswald" ;
    font: "Oswald";
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;    
}
.pend {
    color: yellow
}
.redy {
    color: rgb(51, 255, 0);
}
.invs {
    color: darkgreen;
}
.avatarset {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.logbtn {
    padding:10px 16px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:6px;
    cursor:pointer;
    font-size:14px;
    margin-right:8px;
    color: blue;
    width: 80px;
    height: 80px;
    transition:0.3s;
}
.logbtn:hover {
    background:#f0f0f0;
    color: darkblue;
}


