* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
html {
    scroll-behavior: smooth;
}
body {
    background: #13101d;
    width: 100%;
    min-height: 100vh;
}
.wrapper {
    width: 1300px;
    margin: 0 auto;
}
.header {
    width: 100%;
    height: 60px;
    padding: 10px 0;
    position: fixed;
    background: #0a0617;
    z-index: 1;
    color: white;
    font-family: 'Anton', sans-serif;
    transition: all 0.15s ease;
}
.header .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    height: 100%;
}
.logo img{
    height: 100%;
}
.header.onscroll {
    height: 50px;
    transition: all 0.15s ease;
}
/* .header hr {
    height: 100%;
    width: 2px;
    background: white;
} */
.btn_nav {
    margin-left: 15px;
}
.btn_nav button {
    font-family: 'Oswald', sans-serif;    
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
    color: white;
    cursor: pointer;
}
.menu_open .btn_nav:hover {
    border-right: 1px solid rgb(75, 0, 0);
    margin-right: 10px;
    transition: all 0.15s ease;
}
.menu_open .btn_nav button {
    font-style: italic;
}
.menu_open .btn_nav {
    transition: all 0.15s ease;

    padding-right: 10px;
    border-right: 1px solid rgb(139, 0, 0);
}
.btn_register button{
    color: rgb(253, 37, 37);
}
.main {
    min-height: 300vh;
    /* padding-top: 60px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.inner_main {
    width: 100%;
    padding: 0 100px 0 100px;
    background-image: url('/img/background/q.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 590px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_images {
    margin-bottom: 100px;
}
.main_images .wrapper {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.main_images .wrapper .img_location_item {
    width: 257px;
    margin-right: 5px;
}
.main_images .wrapper .img_location_item img{
    width: 100%;
    -webkit-box-shadow: 0px 0px 23px 8px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 23px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 23px 8px rgba(0, 0, 0, 0.27);    /* border: 2px solid #6100ff; */
    transition: all 0.15s ease;
    border-radius: 10px;
}
.main_images .wrapper img:hover {
    transform: scale(1.1);
}
.img_cont {
    display: flex;
    flex-direction: column;
}
.img_cont .img_location_item_cont {
    width: 225px;
}
.img_cont .img_location_item_cont img {
    width: 100%;
    transition: all 0.15s ease;
    border-radius: 10px;

    /* border: 2px solid #6100ff; */
    -webkit-box-shadow: 0px 0px 23px 8px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 23px 8px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 23px 8px rgba(0, 0, 0, 0.27);}
.main_tournament {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.gamefest {
    font-size: 50px;
    font-weight: 600;
    font-style: italic;
    color: white;
}
.inner_title {
    font-size: 75px;
    text-align: center;
    line-height: 0.8;
    font-weight: 800;
    font-style: italic;
    color: #99f00d ;
    letter-spacing: -5px;
    margin-bottom: 10px;

}
.inner_undertitle {
    font-size: 50px;
    font-weight: 600;
    margin-top: 5px;
    font-style: italic;
    
}
.inner_button {
    margin-top: 25px;
}
.inner_button button{
    font-size: 15px;
    padding: 13px 20px;
    letter-spacing: 1px;
    /* margin-left: 20px; */
    font-family: 'Oswald', sans-serif;    
    background: rgba(121, 86, 176, 0.6);
    color: white;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.parner_text_logo {
    display: none;
}
.inner_button button:hover i{
    transition: all 0.5s ease-in-out;

    transform: rotate(360deg);
}
.main_arrow_down {
    width: 50px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: -50px;
}
.main_arrow_down i:nth-child(1) {
    color: #280069fe;
    animation: changeColor 3s linear infinite;
}
.main_arrow_down i:nth-child(2) {
    color: #3b009a;
    margin-top: -30px;
    animation: changeColor 3s linear infinite;
}
.main_arrow_down i:nth-child(3) {
    color: #6100ff;
    margin-top: -30px;
    animation: changeColor 3s linear infinite;
}
@keyframes changeColor {
    50% {
        margin-bottom: 7px;
    }
    100% {
        margin-bottom: 0px;
    }
}

.partner {
    width: 100%;
    height: 70px;
    background: #080514;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.partner a {
    height: 100%;
}
.partner_img {
    height: 100%;
    opacity: 0.8;
    transition: all 0.15s;
}
.partner_img:hover {
    opacity: 1;
}
.partner_img img {
    height: 100%;
}
.main_background {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 100px;
}
.main_background h1{
    font-family: 'Oswald', sans-serif;
    color: #99f00d;
    margin-bottom: -20px;
}
.main_background h3 {
    color: white;
    font-weight: 400;
}
.id_task {
    color: #99f00d;
}
.menu {
    width: 30px;
    height: 20px;
    display: none;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    transition: all 0.15s ease;
    cursor: pointer;
    position: relative;
    user-select: none;
}
.menu.active .menu_open {
    display: flex;
}
.menu .menu_line {
    width: 100%;
    height: 2px;
    background: white;
    transition: all 0.15s ease;

}
.menu:hover .menu_line:nth-child(2) {
    width: 60%;
    transition: all 0.15s ease;

}
.menu_open {
    position: absolute;
    top: 30px;
    width: 180px;
    height: 300px;
    background: #0a0617;
    display: none;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 20px;
    justify-content: space-around;
}
.main_about {
    margin-top: 40px;
    font-family: 'Ubuntu', sans-serif;
    color: white;
    display: flex;
    padding: 20px 190px;
    flex-direction: column;
    align-items: center;
    position: relative;
}
/* .main_about::before {
    content: '';
    position: absolute;
    bottom: 0;
    background: url('/img/background/Frame-9-2.jpg') center no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
} */
.main_about_title {
    font-weight: 900;
    color: #99f00d;
    text-align: center;
    font-style: italic;
    font-size: 25px;
}
.main_about_text {
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #edebf1;
}
.main_about_text span {
    color: #edebf1;
}
.main_about_table {
    display: flex;
    /* align-items: center; */
    margin-top: 20px;
}
.mg-top-m {
    margin-top: 70px;
}
.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #99f00d;
    margin-right: 7px;
}
.main_about_table-item a {
    color: #edebf1;
}
.main_about_table-item {
    padding: 0 15px;
    color: #edebf1;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 300;
    position: relative;
    font-size: 16px;
}
.main_about_table-item span {
    position: absolute;
    width: 91%;
    font-size: 11px;
    left: 30px;
    color: #afabb6;
    top: 15px;
}
.main_about_table-row {
    margin-top: 10px;
    /* border-right: 1px solid rgb(255, 255, 255); */
    margin-right: 5px;
}
.main_about_table-row:nth-child(3) {
    border: none;
}
.btn_register_main {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 900;
    font-size: 30px;
    margin-top: 40px;
    /* margin-right: 50px; */
    padding: 12px 25px;
    border-radius: 30px;
    background: rgb(24, 18, 34);
    border: 3px solid #99f00d;
    color: #99f00d;
    cursor: pointer;
    transition: all 0.15s ease;
}
.btn_register_main:hover {
    transform: scale(1.05);
}
.main_gift_title {
    font-size: 25px;
    margin-top: 50px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 0 190px;
    color: #99f00d;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;

}
.main_gift_items {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0 20%; */
    margin-top: 25px;
}
.gift {
    width: 350px;
    height: 310px;
    /* overflow: hidden; */
    flex-direction: column;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.15s ease;
    cursor: pointer;
}
.gamefest {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.inner_main .logo {
    height: 170px;
    margin-bottom: 20px;
}
.main_gift_items a {
    margin: 0 15px;
}
.firts_place {
    font-size: 30px;
    color: #a66fca;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-style: italic;
}
.second_place {
    color: #a66fca;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
}
.main_gift_items a:nth-child(2) .gift {
    width: 190px;
    height: 600px;
    transition: all 0.15s ease;
}
.main_gift_items a .gift:hover img {
    transform: scale(1.1);

}
.main_gift_items a .gift img {
    transition: all 0.15s ease;
}

.gift img {
    height: 70%;
}
.inner_text_about {
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}
.inner_text_about span {
    background: #99f00d;
    color: black;
    font-weight: 500;
    padding: 0 8px;
    letter-spacing: 0px;
}
.inner_text_about div span {
    color: rgb(216, 216, 216);
    font-weight: 500;
    padding: 0 8px;
    letter-spacing: 0px;
    background: #680df0;
}
.main_rule .wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main_rule_title {
    font-size: 25px;
    margin-top: 50px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    color: #99f00d;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}
.main_rule_text {
    color: white;
    /* border: 1px solid white; */
    /* padding: 5% 20% 5% 20%; */
    width: 550px;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;    
    letter-spacing: 1px;
    line-height: 1.3;
    color: #edebf1;
    /* font-weight: 100; */
    margin-top: 20px;
}