*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* Comon class */
.container{
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
}
p,a{
    font-family: 'Noto Sans Tangsa', sans-serif;
    font-weight: 400;
}
h2{
    text-align: center;
    font-family: 'Carattere', cursive;
    font-size: 62px;
    font-weight: bold;
    padding-bottom: 20px;
}
h3{
    font-size: 32px;
}
h4{
    font-family: 'Noto Sans Tangsa', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
h5{
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    color:#aa1e20;
}
h6{
    padding: 10px 0;
    font-size: 18px;
}
.fullpag_bg{
    background-color: rgb(247, 236, 236);
}

/* Header Section */
/* .header_top{
    background-color: rgb(166, 29, 33);
      color: white;
    text-align: center;
    padding:2px 0;
}
.header_top p{
    font-size: 14px;
}
.header_body{
text-align: center;
padding: 10px 0;
position: relative;
display: flex;
align-content: center;
justify-content: center;

}
.header_body .header_logo{
    width: 50%;
    max-width: 300px;
   
}
.header_body .header_logo img{
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.header_search{
    position: absolute;
    top: 50%;
    right: 5%;
}
.header_search a{
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.header_search a:last-child{
    position: relative;
}
.header-cart-number {
    position: absolute;
    top: -3px;
    right: -5px;
    z-index: 9999;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #FFF;
    background-color: red;
    text-align: center;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 15px;
} */

/* .header_search i{
    padding: 0 5px;
    font-size: 18px;
}
.header_rsnav #nav_open,
.header_rsnav #nav_clog{
    display: none;
    cursor: pointer;
}
.header_menu{
    text-align: center;
    padding-bottom: 10px;
}
.header_menu ul li{
display: inline-block;
padding: 5px;
} 
.header_menu ul li a{
    color: black;
    font-family: 'Domine', serif;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}
.header_menu ul li a::after{
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    bottom: -5px;
    left: 0;
    background-color: red;
    transition: ease-in-out .5s;
}
.header_menu ul li a:hover::after{
    width: 100%;
} */
/* INPUT SHOW VIEW */
/* .search_view{
    height: 100vh;
    width: 100%;
    text-align: center;
    position:fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 99999;
    background-color: rgb(247, 236, 236);
    display: none;

} 
 .search_view .search_input{
    padding: 20px 0;
    height: 18vh;
    border-bottom: 1px solid rgb(95, 94, 94);
    margin-bottom: 15px;
    position: relative;
 }
 .search_view .search_input i{
    position: absolute;
    right: 5%;
    font-size: 42px;
        font-family: 'Noto Sans Tangsa', sans-serif;
        font-weight: 400;
        top:50%;
        transform: translateY(-50%);
        cursor: pointer;
 }
.search_view .search_input input{
    width: 80%;
    height: 100%;
    border: none;
    /* margin: 10% 0; */
    /* font-size: 42px;
    font-family: 'Noto Sans Tangsa',sans-serif;
    font-weight: 400;
    text-align: center;
    background-color: rgb(247, 236, 236);
    cursor: pointer;
} */
.search_view .search_input input:focus{
    outline: none;
}
.search_view span{
    font-family: 'Noto Sans Tangsa', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: rgba(95, 94, 94,.7);
} */

/* Hero Section */
.hero_section{
    width: 100%;
    height: 95vh;
    position: relative;
}
.video_item{
    width: 100%;
    height: 95vh;
    position: relative;
}

  .video-zone{
    background-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    object-fit: cover;
  }
 
/* ------------------- */


/* Explore More Section */
.explore_section .explore_section_title{
    padding: 0px;
    color: darkgray;
}
.explore_section {
    padding-top: 50px;
   
}
.explore_gallery{
    display: flex;
    flex-wrap: wrap;
}
.explore_gallery .explore_gallery_title a{
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    color:#aa1e20;
}
.explore_gallery_img{
    width: 46%;
    margin: 2%;
    position: relative;
}
.explore_gallery_img::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(255, 255, 255, .4);
    transition: ease-in-out .5s;

}
.explore_gallery_img:hover::after {
    height: 100%;
}
.explore_gallery_img img{
    width: 100%;
}
.explore_gallery_img .explore_gallery_title a{
    position: absolute;
    left: 50%;
    bottom: 2%;
    cursor: pointer;
    transform: translateX(-50%);
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    -ms-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
}
.explore_gallery_img:hover .explore_gallery_title a {
    z-index: 1;
    bottom: 50%;
    transform: translate(-50%, 50%);
    color: black;
}
/* Seasonal Highlight Section */
.seasonal_section{
display: flex;
align-items: center;
padding-top: 20px;
padding-bottom: 40px;
}
.seasonal_about{
    width: 30%;
}

.seasonal_about p{
    font-family: 'Domine', serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: red;
}
.seasonal_about .seasonal_about_title{
    color: darkgray;
}
.seasonal_slide_section{
width: 70%;
}
.seasonal_slide_img{
    width: 90%;
    margin: 0 3% 0 7%;
    position: relative;
}
.seasonal_slide_img .seasonal_slide_title a{
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: inline-block;
}
/* free_four_slid */
/* .free_four_slid{
    background-color: #efeae1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 30px 0;
} */
.utility_banner{
    width: 100%;
}
.utility_banner img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
/* MEdel Section */
.medel_section{
display: flex;
padding: 20px 20%;
/* padding-bottom: 20px; */
border-bottom: 1PX solid rgb(194, 186, 186);
}
.medel_section .medel{
    width: 25%;
    text-align: center;
}
.medel_section .medel img{
    width: 90%;
    padding: 0 5%;
}
/* Special Offer Search Section */
.special_offer_search_section{
    text-align: center;
    padding: 30px 0;
}
.offer_search_section{
    padding: 15px 0;
}
.offer_search_section input{
    height: 30px;
    width: 70%;
    max-width: 300px;
    border: 1PX solid rgb(194, 186, 186);
    font-size: 14px;
    padding: 0 5px;
    font-family: 'Noto Sans Tangsa', sans-serif;
    font-weight: 600;
}
.offer_search_section input:focus{
    outline: none;
}
.offer_search_section button{
    height: 30px;
    width: 25%;
    max-width: 90px;
    background-color: red;
    color: #fff;
    border: none;
}
.subscribe_button{
    height: 30px;
    width: 100px;
    background-color: red;
    color: #fff;
    border: none;
    cursor: pointer;
}
/* Footer Section */
/* .footer_section {
    background-color: #aa1e20;
    color: #fff;
    box-sizing: border-box;
    padding: 0 5%;
    position: relative;
} */

/* --------------------- */
/* .about-play-btn{
    position: fixed;
    bottom: -80px;
    right: 20px;
    z-index: 999;
    transition: all 0.5s;
} */

/* .animation-btn { */
    /* margin-left: 5rem; */
    /* height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color:#0073b5;
    position: relative;
} */
/* .animation-btn i {
    position: absolute;
    color: #fff;
    font-size: 32px;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.animation-btn::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0073b5;
    border-radius: 50%;
    opacity: 0;
    animation: anibtn 1.5s linear infinite;
}

@keyframes anibtn {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}



.footer_section a,
.footer_section p{
    font-size: 14px;
    font-weight: 400;
}
.footer_section ul li a,
.footer_section ul li a i{
    color: #fff;
    text-decoration: none;
}
.footer_section ul li a i{
padding: 0 10px 0 0;
}
.footer_section ul li a:hover{
    color: aliceblue;
    text-decoration: underline;
}
.footer_section ul li{
    list-style: none;
}
.footer_section ul li.line_space{
    padding: 10px 0 0 0;
}
.footer_head{
    display: flex;
    padding: 50px 0 20px 0;
  
}
.freezone_section{
    width: 28%;
    padding: 0  10px 10px 10px;
}
.freezone_img img{
    width: 80%;
}
.freezone_section p{
    text-align:left;
    padding: 15px 0;
}
.footer_col_2{
    width: 18%;
    padding: 0 10px; 
}
.footer_col_2 h4{
    padding-bottom: 10px;
}
.footer_col_2 a{ */
    /* padding-top: 10px; */
    /* color: white;
    text-decoration: none;
}
.footer_col_2 a:hover{
    text-decoration: underline;
}
.footer_col_3{
    width: 18%;
    padding: 0 10px;
}
.footer_col_4{
    width: 18%;
    padding: 0 10px;
}
.footer_col_5{
    width: 18%;
    padding: 0 10px;
}
.foot_dropDown .minus,
.foot_dropDown .plus{
    display: none;
}


.footer_col_5 ul li a i{
    font-size: 22px;
    margin: 0 20px 0 0;
    width: 20px;
}
.footer_col_5 ul li a i.fa-instagram{
    color: #ffffff;
}
.footer_col_5 ul li a i.fa-square-facebook{
    color: #ffffff;
}
.footer_col_5 ul li a i.fa-youtube{
    color: rgb(255, 255, 255);
}
hr{
    color:  rgb(194, 186, 186);
} */
/* Footer Bottom */
/* .footer_bottom{
    display: flex;
    padding-top: 10px;
}
.design_by{
 width: 50%;
}
.design_by a{
 color: #fff;
 text-decoration: none;
 font-size: 12px;
}
.design_by a:hover{
    text-decoration: underline;
}
.payment_section{
    width: 50%;
    text-align: end;
}
.payment_section img{
    width: 100%;
    max-width: 250px;

}
.footer_bottom{
    background-color:  rgb(121, 9, 13);
    color: white;
} */