@import url("external/owl.carousel.min.css");
@import url("external/owl.theme.default.min.css");
@import url("external/plyr.css");
@import url("external/aos.css");
@import url("external/notyf.min.css");
@import url("external/jquery.fancybox.min.css");
@import url("config.css");
@import url("menu.css");
@import url("footer.css");

#review .container {
    display: grid;
    grid-template-columns: 15rem auto;
    gap: 2rem;
}
#review .container nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#review .container nav .item {
    background: white;
    border-radius: 0.5rem;
    padding-left: 1rem;
}
#review .container nav .item p {
    font-family: 'f1';
    padding: 0.5rem;
}
#review .container nav .item:hover {
    box-shadow: 3px 3px 6px gray;
}
#review .container nav .item:hover p {
    font-family: 'f4';
}
#review .container .cont {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
#review {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 4rem;
    background: whitesmoke;
    border-radius: 0.5rem;
    overflow: hidden;
}
#review .tmp-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
#review .tmp-title p {
    width: 40rem;
}
#review .result {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
}
#review .result.tmp-review {
    display: grid;
    grid-template-columns: auto;
}
#review .title {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    height: 3.5rem;
    background: gray;
    align-items: center;
    padding: 1rem;
    border-radius: .5rem;
}
#review .title p {
    color: white;
    font-family: 'f2';
    font-size: 1rem;
}
#review .title .form{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#review .title{
    display: none;
}
#review .title .form .item select {
    width: 15rem;
    height: 2.5rem;
    background: var(--c1);
    font-family: 'f2';
}



@media only screen and (min-width: 1920px) {}
@media only screen and (max-width: 1919px) and (min-width: 1440px) {}
@media only screen and (max-width: 1439px) and (min-width: 1280px) {}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    #reviews.tmp-review .item > div:nth-child(1){
        display: grid;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    #review .container {
        grid-template-columns: auto;
    }
    #review .container nav {
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
    #reviews.tmp-review .item > div:nth-child(1){
        display: grid;
    }
    #review .container nav{
        display: none;
    }
    #review .title {
        display: flex;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    #review .container {
        grid-template-columns: auto;
    }
    #review .container nav {
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
    #review .container nav{
        display: none;
    }
    #review .title {
        display: flex;
    }
}
@media only screen and (max-width: 479px) and (min-width: 360px) {
    #review .container {
        grid-template-columns: auto;
    }
    #review .container nav {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .tmp-banner .container .cont .tmp-title h1{
        font-size: 1.1rem;
    }
    .tmp-banner .container .cont span{
        font-size: .8rem;
    }
    #review .tmp-title p{
        padding: 1rem;
        width: 100%;
    }
    #review .container nav{
        display: none;
    }
    #review .title {
        display: flex;
    }
}
@media only screen and (max-width: 359px) and (min-width: 10px) {
    #review .container {
        grid-template-columns: auto;
    }
    #review .container nav {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .tmp-banner .container .cont .tmp-title h1{
        font-size: 1.1rem;
    }
    .tmp-banner .container .cont span{
        font-size: .8rem;
    }
    #review .tmp-title p{
        padding: 1rem;
        width: 100%;
    }
    #review .container nav{
        display: none;
    }
    #review .title {
        display: flex;
    }
}
@media only screen and (min-height: 1280px) {}
@media only screen and (max-height: 1279px) and (min-height: 1024px) {}
@media only screen and (max-height: 1023px) and (min-height: 768px) {}
@media only screen and (max-height: 767px) and (min-height: 480px) {}
@media only screen and (max-height: 479px) and (min-height: 360px) {}
@media only screen and (max-height: 359px) and (min-height: 10px) {}