/* FONT IMPORT */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* GENERAL */


body {
    background-color: rgb(15, 15, 15);
    font-family: poppins;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: white;
}

.bg1 {
    background-image: url("https://i.postimg.cc/7LKLMNXd/background222.png");
    background-color: #cccccc;
    height: 1080px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -2;
}

.sitecorner { 
    position: fixed;
    top: 0px;
    left: 0px;
}

.sitecorner img {
    width: 250px;
    height: 250px;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: rgb(12, 12, 12);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(0, 132, 255);
    border-radius: 30px;;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background:rgb(0, 132, 255);
  }

/* HEADER */

.header { 
    min-height: 3vh;
}

.menu {
    display: flex;
    justify-content: center;
}


.menu h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 50px;
    transition: 200ms;
    text-transform: uppercase;
}
.c-white {
    color: white;
}

.menu h2:hover{
    transform: scale(1.1);
    transition: 200ms;
    color: rgb(0, 162, 255);
}

.active-menu {
    color: rgb(0, 162, 255);
    font-weight:400;
    margin-top: 1rem;
    border-bottom: 1.5px solid rgb(0, 162, 255);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

/* MAIN */
.main {
    min-height: 100vh;
}
.wcm {
    display: flex;
    color: white;
    justify-content: center;

}
.wcm-center {
    display: flex;
    justify-content: center;
    margin-top: 200px;
}

.wcm-spacebeetween {
    display: flex;
    justify-content: space-between;
}


.wcm-spacebeetween img {
    width: 400px;
    height: 510px;;
    margin-right: 350px;
}

.wcm-text {
    margin-top: 120px;
}

.wcm-text h1{
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    color:rgb(0, 162, 255);
    margin-bottom: 30px;
    line-height: 0;
}

.wcm-text h2{
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color:rgb(255, 255, 255);
    margin: 0;
    line-height: 30px;
}

.wcm-text button {
    color: white;
    font-weight: 600;
    font-family: poppins;
    font-size: 18px;
    background-color:rgb(0, 162, 255);
    padding: 5px 15px;
    border-radius: 10px;
    margin-right: 5px;
    margin-top: 10px;
    transition: 200ms;

}

.wcm-text button:hover {
    transform: scale(1.1);
    transition: 200ms;
}

/* SECTION */

.section { 
    display: flex;
    justify-content: center;
}
.tryby {
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.line {
    height: 2px;
    width: 600px;
    background-color:rgb(0, 162, 255);
    margin: 0;
}
.tryby-text {
    text-align: center;
    line-height: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.tryby-text h1 {
    color: white;
    font-size: 50px;
    font-weight: 400;
}

.tryby-text h2 {
    color: white;
    font-size: 25px;
    font-weight: 400;
}
.tryby-list {
    display: flex;
    justify-content: space-between;
}
.tryb {
    display: flex;
    flex-direction: row;
    background-color: rgba(0, 0, 0, 0.466);
    width: 400px;
    height: 200px;
    border-radius: 10px;
    margin: 20px;
}

.tryb img { 
    margin-top: 25px;
    margin-left: 25px;
    width: 150px;
    height: 150px;
}
.tryb-tt {
    margin-left: 20px;
}
.tryb-tt h2 {
    color: white;
    font-weight: 500;
    font-size: 30px;

}

.tryb-tt h3 {
    color: white;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}

.c-b {
    color:rgb(0, 162, 255);
}

.tryby-list2 {
    display: flex;
    justify-content: center;
}
.footer {
    margin-top: 250px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.footer h1{
    font-size: 20px;
    margin: 0;
    line-height: 20px;
    font-weight: 300;
    color:rgba(158, 158, 158, 0.466);
}

.c-white { 
    font-weight: 300;
}

