@media screen and (max-width:1400px){
    h1{font-size:50px;}
    h2{font-size:50px;}
    .banner-image img{height:400px;}
    .hero-video video{height:600px;}
}
@media screen and (max-width:1200px){
    body{font-size:16px;}
    h1{font-size:48px;}
    h2{font-size:40px;}
    h3{font-size:40px;}
    h4{font-size:22px;}
    h5{font-size:18px;}
    h6{font-size:16px;}
    p{font-size:16px;}
    .button{font-size:18px;padding:12px 26px;}
    .medium-size{font-size:16px;}
    .empty-space{padding:70px 0px;}
    .empty-space-top{padding-top:70px;}
    .empty-space-bottom{padding-bottom:70px;}
    .list-box li:before{top:3px;width:16px;height:16px;}
    .list-box li{font-size:16px;}
    .hero-video video{height:400px;}
    .adventure-image img{height:450px;width:100%;object-fit:cover;}
}
@media screen and (max-width:992px){
    body{font-size:14px;}
    h1{font-size:30px;}
    h2{font-size:28px;}
    h3{font-size:30px;}
    h4{font-size:20px;}
    h5{font-size:16px;}
    h6{font-size:15px;}
    .empty-space{padding:50px 0px;}
    .empty-space-top{padding-top:50px;}
    .empty-space-bottom{padding-bottom:50px;}
    .button{font-size:16px;}
    .hero-box-image{margin-bottom:-80px;}
    .product-flavor-image img:nth-child(2){left:-22%;}
    .footer-box{padding:20px 0px;}
    .footer:before{height:60px;}
    .banner-image img{height:400px;}
    .testing-experience-image{width:40px;}
    .cocktail-recipe-image img{height:600px;object-fit:cover;}
}
@media screen and (max-width:767px){
    h1{font-size:23px;}
    h2{font-size:22px;}
    h3{font-size:20px;}
    h4{font-size:18px;}
    .empty-space{padding:40px 0px;}
    .empty-space-top{padding-top:40px;}
    .empty-space-bottom{padding-bottom:40px;}
    .medium-size{font-size:14px;}
    .slick-arrow{width:30px;height:30px;}
    .slick-next{right:20px;}
    .slick-prev{left:20px;}
    .product-flavor-image{width:70%;}
    .modal-image img{width:100%;height:250px;object-fit:cover;object-position:center center;}
    .traspers-info{padding-top:15px;}
    .hero-bg{padding-top:100px;}
    .hero-image img{width:100%;height:500px;object-fit:cover;object-position:bottom;}
    .hero-info{display:block;position:relative;transform:translateY(0%);-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-o-transform:translateY(0%);-ms-transform:translateY(0%);}
    .hero-info-text{width:100%;}
    .hero-box-image{width:100%;margin:15px auto;}
    .hero-box-image img{max-width:80px;}
    .hero-video video{height:350px;}
    .hero-video:after{background-size:cover;}
    .logo img{width:100px;}
    .adventure-info{position:absolute;top:45%;padding:0px 10px;}
    .adventure-bg{height:auto;}
    .adventure-image img{height:440px;}
    .footer-top{padding-top:15px;padding-bottom:30px;}
    .footer-subscribe{padding:15px;}
    .footer:before{height:30px;}
    .copyright-info{text-align:center;}
    .banner-image img{height:280px;}
    .banner-info{top:60%;}
    .about-info{padding-top:15px;}
    .cocktail-recipe-top-info p{font-size:20px;}
    .product-box{margin:20px 5px;}
    .product-image img{height:250px;}
    .product-info{padding:10px 5px;}
    .product-button .button{font-size:14px;}
    .testing-experience-box{padding:30px 20px;}
    .testing-experience-image{width:30px;}
    .testing-experience-image img{width:30px;}
    .product-flavor-info{padding-top:15px;}
    .cocktail-recipe-image img{height:350px;}
}