*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: antonio;
    line-height: 1.5;
  }
  
  body{
  background-color: rgb(21, 21, 21);
  }
  
  @font-face{
  src: url(font/Antonio-Regular.ttf);
  font-family:antonio;
  }
  
  .container-fluid{
  background-color: black;
  }
  
  .container-fluid .navigation{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  }
  
  .container-fluid .navigation .logo{
  display: contents;
  }
  
  .container-fluid .navigation .logo img{
  width: 25%;
  }
  
  .container-fluid .navigation .menu .search i{
  color: white;
  padding: 10px;
  cursor: pointer;
  font-size: 20px;
  }
  
  .container-fluid .navigation .menu a{
  color: #fff;
  }
  
  .container-fluid .navigation .menu a i{
  font-size: 20px;
  }
  
  .container-fluid .navigation .bar{
  float: left;
  color: #fff;
  display: none;
  }
  
  .container-fluid .navigation .bar i{
  font-size: 28px;
  }
  
  hr{
  border-bottom: 0px solid white;
  }
  
  .container-fluid .navbar{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  }
  
  .container-fluid .navbar .nav{
  list-style: none;
  margin: 0 20px;
  }
  
  .container-fluid .navbar .nav a{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  }
  
  .container-fluid .navbar .bar{
  position: relative;
  }
  
  .container-fluid .navbar .bar a::after{
  content: '';
  position: absolute;
  height: 3px;
  width: 0;
  background-color: #fff;
  left: 0;
  bottom: -2px;
  border-radius: 50px;
  transition: 0.5s all;
  }
  
  .container-fluid .navbar .bar a:hover::after{
  width: 100%;
  }
  
  .phone-slider{
  width:100%;
  height:88vh;
  display:none;
  position:absolute;
  bottom: 0;
  background-color:rgb(0, 0, 0);
  z-index:9999;
  }
  
  .phone-slider .main{
  display:flex;
  justify-content:space-between;
  align-items:center;
  background-color:#000000;
  color: #fff;
  }
  
  .phone-slider .main span{
  padding:20px;
  font-size: 30px;
  font-weight:900;
  }
  
  .phone-slider hr{
  width: 100%;
  }
  
  
  .phone-slider .home ul{
  list-style:none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  }
  
  .phone-slider .home ul li a{
  text-decoration:none;
  color:rgb(255, 255, 255);
  }
  
  .phone-slider .home ul li{
  padding:14px 0 14px 5px;
  margin:5px 0 5px 5px;
  }
  
  .search-box{
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  background-color: black;
  display: none;
  padding: 20px 0;
  z-index: 999;
  
  }
  
  .search-box .row{
  width: 70%;
  border-bottom: 1px solid #b0b0b0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  }
  
  .search-box input[type=text] {
  border: none;
  padding: 0 10px;
  background-color: transparent;
  width: 90%;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  }
  
  .search-box input[type=text]:focus{
  outline: none;
  }
  
  .search-box i{
  font-size: 22px;
  padding: 0 10px;
  }
  
  .search-box button i{
  cursor: pointer;
  }
  
  .search-box button{
  background-color: transparent;
  border: none;
  color: #b0b0b0;
  cursor: pointer;
  }
  
  .base-head{
  background-color: transparent;
  height: 100vh;
  display: none;
  position:absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  }
  
  .result-box{
  width: 70%;
  margin: auto;
  }
  
  .result-box ul li{
  list-style: none;
  margin-top: 15px;
  border-radius: 3px;
  }
  
  .result-box ul li a{
  text-decoration: none;
  color: #e1e1e1;
  padding: 10px;
  }
  
  .result-box ul li:hover{
  background-color: #272727;
  }
    
    .slider{
      width: 100%;
      max-height: 380px;
      overflow: hidden;
    }
    
    .slider img{
      width: 100%;
      height: 100%;
      object-fit: contain;
      vertical-align: bottom;
    }
  
    .product{
      margin: 30px 10px;
    }
  
    .product h2{
      font-size: 40px;
      color: #cf0a2c;
      text-align: center;
      margin: 20px auto;
    }
  
    .product h2 span{
      color: #fff;
    }
  
    .product-list-item{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }
  
    .product-item{
      width: 310px;
      height: 400px;
      overflow: hidden;
      margin: 15px;
    }
  
    .product-item a{
      text-decoration: none;
    }
  
    .product-item .product-img{
      width: 100%;
      height: 300px;
      overflow: hidden;
    }
  
    .product-item .product-img img{
      width: 100%;
      height: 100%;
      object-fit: contain;
      vertical-align: bottom;
      transition: 0.8s all;
    }
  
    .product-item:hover img{
      transform: scale(1.1);
    }
  
  
    .product-item .product-content{
      color: #fff;
      display: flex;
      align-items: center;
      flex-direction: column;
      font-size: 22px;
    }
  
    .container6{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background-color: black;
      color: #fff;
      padding-top: 20px;
      padding-bottom: 5px;
    }
    
    .container6 .stay{
      font-size: 40px;
      margin: 10px 0;
    }
    
    .container6 .date{
      font-size: 24px;
      width: 50%;
      text-align: center;
      margin: 20px 0;
    }
    
    .container6 .mail{
      width: 500px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .container6 .mail input{
      width: 100%;
      padding: 20px;
      font-size: 18px;
      text-transform: uppercase;
      height: 50px;
      margin: 0 10px;
      border: 2px solid #cf0a2c;
    }
    
    .container6 .mail input::placeholder{
      font-size: 18px;
    }
    
    .container6 .mail button{
      font-size: 22px;
      padding: 8px;
      background-color: #cf0a2c;
      color: #fff;
      border: none;
      cursor: pointer;
    }
    
    .container6 .main{
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 20px 0;
    }
    
    .container6 .main li a::after{
      content: '';
      position: absolute;
      height: 3px;
      width: 0;
      background-color: #fff;
      left: 0;
      bottom: -2px;
      border-radius: 50px;
      transition: 0.5s all;
    }
    
    .container6 .main li a:hover::after{
      width: 100%;
    }
    
    .container6 .main li{
      list-style: none;
      position: relative;
      margin: 0 15px;
    }
    
    .container6 .main li a{
      color: #fff;
      text-decoration: none;
      font-size: 20px;
    }
    
    .container6 .rights{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    
    .container6 .social{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .container6 .social a{
      color: #fff;
      display: block;
      text-align: center;
      font-size: 24px;
      width: 45px;
      height: 45px;
      border: 1px solid white;
      border-radius: 50%;
      padding-top: 1%;
      margin: 15px;
      transition: 0.5s all;
    }
    
    .container6 .social a:hover{
      background-color: #fff;
      color: black;
    }
    
    .container6 hr{
      width: 95%;
    }
    
    @media(max-width:850px){
      .container-fluid .navbar{
        display: none;
      }
      .container-fluid hr{
        display: none;
      }
      .container-fluid .navigation .logo img{
        width: 40%;
      }
      .container-fluid .navigation{
        margin: 0 10px;
      }
      .container-fluid .menu{
        display: block;
      }
      .container-fluid .menu i{
        color: #fff;
        font-size: 24px;
      }
      .container-fluid .search-bar .search{
        display: none;
      }
      .container-fluid .navigation{
        padding: 10px;
      }
      .container-fluid .navigation .bar{
        display: block;
      }
      .container6 .mail{
        flex-direction: column;
        width: 400px;
      }
    
      .container6 .mail button{
        width: 400px;
        margin-top: 10px;
      }  
    }
    
    @media(max-width:500px){
      .container-fluid .navigation .bar i{
        font-size: 22px;
      }
      .container-fluid .navigation .logo img{
        width: 50%;
      }
      .container6 .stay{
        font-size: 30px;
      }
      .container6 .date{
        font-size: 18px;
        width: 80%;
        margin: 0px;
        margin-bottom: 10px;
      }
      .container6 .mail{
        width: 300px;
      }
    
      .container6 .mail button{
        width: 300px;
      }
      .container6 .rights p{
        font-size: 12px;
        text-align: center;
        margin-top: 5px;
      }
      .container6 .main li{
        margin: 0 10px;
      }
      .container6 .main li a{
        font-size: 16px;
        padding: 0 5px;
      }
      .product-item{
        margin: 0;
      }
      .product{
        margin: 30px 0;
      }
      .product h2{
        font-size: 35px;
      }   
    }  
    