@charset "utf-8";

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'my-font';
    src: url('../onryou.TTF') format('truetype');
}
nav{
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #2f0c0c;
    width: 100%;
}

nav ul{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}

nav ul li{
    padding-top: 20px;
        list-style: none;
}

nav ul li a{

    font-size: 26px;
    color: #a41919;
}

nav ul li a:hover{
    background-color: #000;
}

body {
    font-family: "my-font";
    color: #a41919;
}

body {
    background-color: #000;
    overflow-y: hidden;
}

.container {
    height: 100vh;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
}

.crt {
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
.crta {

    scroll-snap-align: start;
    scroll-snap-stop: always;
}

a .ricon{
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 80px;
    height: 80px;
    z-index: 11111;
}

.footer a{
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    text-decoration: dotted underline #a41919;
    color: #a41919;
    text-underline-offset: 5px;
}

.box{
    padding: 100px;
    display: flex;
    justify-content: center;
}

.box img{
    width: 600px;
    height: 500px;
    margin-right: 100px;
}

.box p{
    margin-top: 50px;
    font-size: 40px;
    color: #a41919;
    line-height: 2;
}

.crt h2{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size:40px;
    margin-bottom: 50px;
}

.box2{
    padding: 100px;
    display: flex;
    justify-content: center;
}

.box2 img{
    width: 600px;
    height: 500px;
    margin-left: 100px;
}

.box2 p{
    font-size: 30px;
    line-height: 2;
}

.crta h2{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size:40px;
    margin-bottom: 50px;
}

.another h2{
     display: flex;
    justify-content: center;
    text-align: center;
    font-size:40px;
    padding-top: 30px;
}

.another {
    line-height: 2;
}

.slider .slick-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.slider .slick-slide img:hover{
    cursor: pointer;
}

.slider {
    margin-top: 30px;
  padding: 50px 0;
}

.slider .slick-slide {
  margin-right: 16px;
}

.another img{
    width: 200px;
    height: 100px;
    margin: 30px auto 10px auto; 
    display: block;
}



.flex{
    margin-top: 50px;
      border-top: 3px solid #a41919;
    display: flex;
    justify-content: flex-start;
    border-bottom:  3px solid #a41919;
    justify-content: center;
}

.another a{
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    text-decoration: dotted underline #a41919;
    color: #a41919;
    text-underline-offset: 5px;
}

.another p:nth-of-type(1){
    font-size: 28px;
    color: #a41919;
    text-align: center;
}

.another p:nth-of-type(2){
    text-align: center;
    color: #a41919;
    font-size: 28px;
}

.another p:nth-of-type(3){
    text-align: center;
    color: #a41919;
    font-size: 24px;
}

a .ricon{
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 80px;
    height: 80px;
    z-index: 11111;
}

.another{
    border-top: #a41919 3px solid;
}