* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --color-header: #fff;
    --color-text: #c9c9c9;
    --index: calc(1vw + 1vh);
    --gallary-gap: calc(var(--index)*10);
}
@font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: roboto-b;
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: roboto-c;
    src: url(../fonts/Roboto-LightItalic.ttf);
}
@font-face {
    font-family: Swiss-921;
    src: url(../fonts/Swiss\ 921\ Regular.otf);
}
h1{
    font-family: Swiss-921; 
}
h2{
    font-family: Swiss-921;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin: 2vw 0;
}
h3{
    font-family: Swiss-921;
    font-size: 1.4rem;
}
p{
    color: #fdfdfd;
    font-size: .9rem;
}
.content, .logo, .main-header, .category > *{
    will-change: transform;
}
body{
    background-image: url(../img/bg.jpg);
    background-size: 50px;
    color: var(--color-header);
    font-family: roboto;
    overflow-x: hidden;
}
a{
    color: #fff;
    text-decoration: none;
    font-family: roboto-b;
    font-size: 1.2rem;
    transition: all 0.5s;
}
.logo{
    width: 75vw;
    position: absolute;
    left: 15vw;
    top: 25vh;
    z-index: -1;
    padding: 5px;
}
.header-title{
    height: 100vh;
}
.container{
    padding: 0 10vw;
    display: block;
}
.main-title{
    font-size: 6vw;
    position: absolute;
    width: min-content;
    margin-top: 6vw;
    line-height: .9;
}
.aboutus{
    margin-top: 5vw;
    text-align: center;
}
.aboutus a{
    font-family: roboto;
    color: #f1d75f;
    font-size: .9rem;  
}
.aboutus a:hover{
    display: inline-block;
    scale: 1.1;
}
.types{
    margin-top: 5vw;
    text-align: center;

}
.categories{
    display: flex;
    padding: .5vw 5vw;
    align-content: center;
}
.categories a{
    color: #f1d75f;
    display: inline-block;
}
.winner-info a:hover{
    scale: 1.1;
}
a:hover{
    scale: 1.6;
}
.text__items{
    margin: 0 1vw;
    background-color: #6969693d;
    border-radius: 8px;
    padding: 1vw;
    align-content: center;
    min-width: 45vw;
    width: 50vw;
}
.text__items p{
    padding: 1vw;
}
.text__items a{
    font-size: .9rem;
}
.hole__list img{
    width: 320px;
    border-radius: 8px;
}
.winner{
    margin-top: 5vw;
    text-align: center;
}
.winner_box{
    display: flex;
    margin-top: 5vw;
    padding: 0 5vw;
}
.winner-info{
    margin: 5vw 0;
}
.winnerinf__t{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2vw;
}
.info__p{
    font-family: roboto-c;
    color: #c9c9c9;
    background-color: #696969;
    border-radius: 8px;
    padding: 1vw;
    margin: 0 12vw; 
}
.winnername{
    display: flex;
    margin: 0 1vw;
    border-right:solid #fff 1px;
    padding: 0 1vw;
    align-items: center;
}
.winnername img{
    margin: 0 0.4vw;
}
.winner-img img{
    max-width: 20vw;
    border-radius: 8px;
}
.rating__stars img{
    width: 15px;
}
.reviews{
    text-align: center;
    margin: 5vw 0;
}
.review-list{
    display: flex; 
    justify-content: space-between;
    margin: 2vw 0;
}
.review-list > *{
    max-width: 25vw;
    color: #c9c9c9;
    background-color: #696969;
    border-radius: 8px;
}
.footer-box{
    padding: 1vw 30vw;
    margin-top: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rev__text{
    font-family: roboto-c;
    padding: 0 1vw 1vw 1vw;
}
.rev__text a{
    font-family: roboto-c;
    color: #f1d75f;
    text-decoration: underline;
    font-size: .9rem;
}
.rev__text a:hover{
    display: inline-block;
    scale: 1.1;
}
.footer-box img{
    width: 30px;
}
.rating__stars{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1vw 0;
}
@media only screen and (max-width: 750px)
{
    .categories img{
        width: 65vw;
    }
    .winner-img img{
        max-width: 60vw;
    }
    .categories{
        display:block;
    }
    .winner_box{
        display:block;
    }
    .text__items{
        width: 66vw;
    }
}

@media only screen and (max-width: 600px)
 {  
    .header-title{
        height: 50vh;
    }
    .main-title{
    font-size: 13vw;
    }
    .rating__stars{
        display: none;
    }
    .review-list{
        display: block;
    }
    .review-list > *{
        max-width: 100vw;
        margin-top: 5px;
    }
    .info__p{
        max-width: 100vw;
        margin: 0;
    }
    .text__items{
        width: 66vw;
    }
}
