body{
    font-family: "Poppins";
    background-color: #F9F9F9;
    margin: 0px;
    
}
html {
    scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
.container{
    max-width: 1180px;
    flex-basis: 1180px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
:root{
    --color-main: #fff;
    --green: #5c8d24;
    --color-text: #000;
    --color-btn: #0a6ece;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-100.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-200.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-300.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-400.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-500.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-600.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-700.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-800.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* header */
header {
    height: 81px;
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 9999;
    background-color: rgb(0 0 0 / 45%);
}
header.active{
    background-color: rgba(0,0,0,.9);
}
header .row{
    justify-content: space-between;
    align-items: normal;
}
header .logo{
    width: 200px;
    display: flex;
    align-items: center;
}
header .logo a{
    display: block;
}
header .logo img{
    width: 100%;
}
header .main_menu ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 10px 0px;
}
header .main_menu ul li{
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    
}
header .main_menu ul li::before{
    content: "";
    width: 2px;
    height: 60%;
    background-color: #CFCFCF;
    position: absolute;
    right: 0;
    top: 7px;
}
header .main_menu ul li:last-child:before{
    display: none;
}
header .main_menu ul li a{
    color: var(--color-main);
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
header .main_menu ul li a:hover{
    
}
header .btn_book a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 44px;
    background-color: var(--color-main);
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}
header .btn_book a:hover{
    background-color: var(--yellow);
}
header .menu_mobile{
    display: none;
}
/* End Header */
/* home banner */
.home_banner{
    background: url(../images/luau-banner-2.jpg) center no-repeat;
    background-size: cover;
    background-position: center;
}
.home_banner .row_banner{
    height: 680px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.home_banner .row_banner h1{
    margin-top: 70px;
    font-size: 81px;
    color: #fff;
    margin-bottom: 0px;
    text-shadow: rgba(0, 0, 0, 0.25) 0px 3px 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.home_banner .row_banner p{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin: 0px;
}
.home_banner .row_banner .box_btn{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.home_banner .row_banner .box_btn a{
    background-color: rgb(70, 146, 231);
    padding: 16px 32px;
    color: #fff;
    font-size: 13px;
    min-width: 200px;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
}
.heading_title h2{
    font-size: 29px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 55px ;
}
.list_expe{
    padding-top: 90px
}
.list_expe .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-auto-rows: 309px; */
    max-width: 100%;
    margin: auto;
    position: relative;
}
.list_expe .expe_item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: block;
    position: relative;
    margin-bottom: 14px;
    padding: 0px 7px;
    width: 575px;
    border-radius: 8px;
    overflow: hidden;
}
.list_expe .heading_title h2{
    margin-bottom: 55px;
}
.list_expe .heading_title span{
    display: block;
    text-align: center;
}
.list_expe .heading_title h3{
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: rgb(17, 17, 17);
    text-wrap: balance;
    text-align: center;
    line-height: 1.32;
}
.list_expe .expe_item:nth-child(1) {
    grid-column: span 1;
    grid-row: span 2;
    height: 378px;
}
.list_expe .expe_item:nth-child(2), .list_expe .expe_item:nth-child(3),.list_expe .expe_item:nth-child(4),.list_expe .expe_item:nth-child(5){
    height: 182px;
}
.list_expe .expe_item .box_item, .list_expe .expe_item .box_item a,.list_expe .expe_item .box_item .img{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.list_expe .expe_item .box_item:before {
    background: -moz-linear-gradient(top,transparent 0,#000 100%);
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(180deg, transparent 0, #000);
    bottom: -20px;
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: bottom .4s ease;
    transition: bottom .4s ease;
    z-index: 1;
}
.list_expe .expe_item .box_item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.list_expe .expe_item .box_item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0px 20px 20px 20px;
    align-items: end;
    justify-content: space-between;
    border-radius: 8px;
}
.list_expe .expe_item .box_item .content .title, .list_expe .expe_item .box_item .content .btn{
    position: relative;
    z-index: 2;
}
.list_expe .expe_item .box_item .content h3{
    margin: 0px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}
.list_expe .expe_item .box_item .content p{
    color: #fff;
    font-size: 13px;
    margin: 0px;
}
.list_expe .expe_item .box_item .content .btn{
    color: #fff;
    background-color: var(--color-btn);
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    display: block;
    flex: none;
    padding: 6px 14px;
    position: relative;
}
.list_expe .expe_item .box_item:hover .content h3{
    text-decoration: underline;
}
.list_expe .expe_item .box_item:hover:before {
    bottom: 0 !important;
}
.view_menu{
    margin-top: 80px;
    padding: 120px 0px 70px 0px;
    background: url(../images/banner-3.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    transform: translate(0px, 2.88125px);
}
.view_menu .row{
    flex-direction: column;
    gap: 30px;
    justify-content: end;
    align-items: flex-start;
}
.view_menu .row h2{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    max-width: 535px;
    line-height: 1.2;
    margin: 0px;
}
.view_menu .row h2 span{
    color: #ffb43e;
}
.view_menu .row .box_btn{
    display: flex;
    align-items: flex-start;
}
.view_menu .row .box_btn a{
    font-size: 13px;
    font-style: normal;
    color: #424242;
    background: #fff;
    padding: 15px 33px;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    font-weight: 600;
    text-decoration: none;
}
















/* end home banner */
.review_google{
    padding: 60px 0px 60px 0px;
}
.review_google .heading_title h2{
    margin-bottom: 0px;
}
.review_google .heading_title h3{
    text-align: center;
    font-size: 24px;
}
.review_google .heading_title span{
    display: block;
    text-align: center;
}
  .review_google .google_box {
    margin: auto;
    border-radius: 10px;
  }
  .review_google .google_box .tab-button p {
    margin-bottom: 0;
    color: var(--color-text);
    font-size: 14px;
    text-transform: capitalize;
  }
  .review_google .google_box .tab-button span {
    font-weight: 600;
    padding-left: 5px;
    font-size: 15px;
  }
  .review_google .tab-buttons {
    background-color: rgba(17, 17, 17, 0.05);
    border-radius: 10px;
  }
  .review_google .tab-button {
    cursor: pointer;
    display: flex;
    background-color: #fff;
    align-items: center;
    line-height: 22px;
    border: 0px;
    padding-top: 5px;
  }
  .review_google .tab-button p{
    margin-top: 0px;
  }
  .review_google .tab-button img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .review_google .tab-button.active{
    margin: 0px;
    border-bottom: 1px solid var(--yellow);
  }
  .review_google {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
    background-color: #eeeeee;
  }
  .btn_review a,
  .btn_review button {
    background-color: rgb(25, 123, 255);
    padding: 8px 20px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    text-transform: math-auto;
    font-weight: 600;

  }
  .custom_btn a,
  .custom_btn-mb a {
    background-color: #ff7a46;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: Cinzel;
    font-weight: 600;
    color: #fff !important;
  }
  .review_google .tab-content{
    display: none;
  }
  .review_google .tab-content.active{
    display: block;
  }
  .review_google .tab-container{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .review_google .tab-container .tab-buttons{
    max-width: 100%;
    flex-basis: 100%;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .review_google .tab-container .box_tab{
    max-width: 100%;
    flex-basis: 100%;
  }
  .review_google .tab-container .user_item {
    padding: 0px 10px;
  }
  .review_google .slick-prev:before,.review_google .slick-next:before {
    font-family: 'slick';
    font-size: 27px;
    line-height: 1;
    opacity: .75;
    color: #3B3B3D80;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.review_google .slick-prev {
    left: -5px;
    z-index: 9;
}
.review_google .slick-next {
    right: 0px;
}
  .review_google .tab-container .user_item .box_user-item {
    background-color: #e3e3e3;
    padding: 20px;
    border-radius: 8px;
  }
  .review_google .tab-container .user_item .box_user-item .item-top{
    display: flex;
    align-items: center;
  }
  .review_google .tab-container .user_item .box_user-item .info{
    padding-left: 10px;
  }
  .review_google .tab-container .user_item .box_user-item .info .name{
    display: flex;
    align-items: center;
  }
  .review_google .tab-container .user_item .box_user-item .info .name h4 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0px 0px 3px 0px;
  }
  .review_google .tab-container .user_item .box_user-item .info .name h4 span{
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    line-height: 18px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .review_google .tab-container .user_item.ai .name h4 span{
    background-image: linear-gradient(90deg, rgb(141, 56, 255), rgb(25, 123, 255));
    background-clip: text;
    color: transparent !important;
  }
  .review_google .tab-container .user_item .box_user-item .info .name h4::after{
    content: "";
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    background: url(../images/icon-check.svg) no-repeat center;
    background-size: contain;
    background-position: center;
    display: block;
  }
  .review_google .tab-container .user_item.ai .name h4::after{
    display: none !important;
  }
  .review_google .tab-container .user_item .box_user-item .info .date {
    cursor: default;
    line-height: 14px;
    font-size: 12px;
    color: rgba(17, 17, 17, 0.5);
}
  .review_google .tab-container .user_item .box_user-item .info .name .img img{
     width: 20px;
     height: 20px;
  }
  .review_google .tab-container .user_item .box_user-item .img img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .review_google .tab-container .user_item .box_user-item .info .name a{
    text-decoration: none;
    color: var(--color-main);
    font-size: 16px;
    font-weight: 700;
  }

  .review_google .tab-container .user_item .box_user-item .rating{
    padding-top: 16px;
    padding-bottom: 6px;
    display: flex;
    gap: 3px;
  }
  .review_google .tab-container .user_item .box_user-item .rating img{
    width: 18px;
    height: 18px;
    object-fit: contain;
    object-position: center;
  }
  .review_google .tab-container .user_item .box_user-item .rating i{
    color: #FCBF02;
    font-size: 16px;
  }
.review_google .tab-container .user_item .box_user-item .text p {
    margin-top: 0px;
    font-size: 16px;
    color: var(--color-text);
    font-weight: 400;
    margin-bottom: 0px;
    -webkit-line-clamp: 3;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
  .review_google .tab-container .user_item .box_user-item .readmore a{
    text-decoration: none;
    color: rgba(17, 17, 17, 0.5);
    font-size: 16px;
  }
  .review_google .tab-container .user_item .box_user-item .poster{
    display: flex;
    align-items: center;
    margin-top: 16px;
  }
  .review_google .tab-container .user_item .box_user-item .poster img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .review_google .tab-container .user_item .box_user-item .poster a{
    text-decoration: none;
  }
  .review_google .tab-container .user_item .box_user-item .poster p {
    margin: 0px;
    color: rgb(25, 123, 255);
    font-weight: 400;
    font-size: 14px;
}
  .review_google .tab-container .user_item .box_user-item .poster span{
    color: #5c8d24;
    font-size: 12px;
  }
  .review_google .tab-container .header_review h3 {
    font-size: 20px;
    color: var(--color-text);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}
.review_google .tab-container .user_item .content .text ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
}
.review_google .tab-container .header_review h3 img{
    width: 76px;
    height: 32px;
    object-fit: contain;
    object-position: center;
}
.review_google .tab-container .user_item .content .text ul li{
    display: flex;
    gap: 8px;
}
.review_google .tab-container .user_item .content .text ul li::before{
    content: "";
    width: 13px;
    min-width: 13px;
    min-height: 13px;
    height: 13px;
    background: url(../images/check.svg) no-repeat center;
    background-size: contain;
    margin-top: 5px;
    background-position: center;
}
.review_google .tab-container .header_review .total_rating{
    display: flex;
    align-items: center;
   
}
.review_google .tab-container .header_review .total_rating .number{
    font-size: 22px;
    color: var(--color-text);
    padding-right: 10px;
    font-weight: 600;
}
.review_google .tab-container .header_review .total_rating .rating{
    display: flex;
    align-items: center;
    padding-right: 10px;
}
.review_google .tab-container .header_review .total_rating .rating i{
    font-size: 19px;
    color: #FCBF02;
}
.review_google .tab-container .header_review .total_rating .view{
    font-size: 12px;
    color: rgba(17, 17, 17, 0.5);
}
.review_google .title{
    text-align: center;
}
.review_google .title h3::before{
    content: "";
    position: absolute;
    left: -175px;
    top: 30px;
    background: url(../images/home/icon_title.png) no-repeat;
    background-size: contain;
    width: 164px ;
    height: 36px;
}
.review_google .title h3::after{
    content: "";
    position: absolute;
    right: -175px;
    top: 35px;
    background: url(../images/home/icon_title.png) no-repeat;
    background-size: contain;
    width: 164px ;
    height: 36px;
}
.review_google .btn_review{
    display: inline-flex;
    margin-top: 20px;
}
.review_google .btn_review a{
    text-decoration: none;
}
.review_google .btn_review a:hover{
    background-color: var(--yellow);
}

/* End Page Home */
.list_party .col_text,.list_party .col_img{
    max-width: 50%;
    flex-basis: 50%;
    padding: 0px 16px;
}
.cx_brand_refresh .img{
    width: 115px;
    height: 32px;
}
.cx_brand_refresh .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.list_party .row{
    padding-top: 40px;
    padding-bottom: 40px;
}
.list_party .row_1{
    align-items: unset;
}
.list_party .row_1 .title{
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 16px;
}
.list_party .row_1 h3{
    font-size: 29px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
}
.list_party .row_1 h3 i{
    color: #467fe7;
}
.list_party .col_text p{
    font-size: 14px;
    color: #444444;
    margin-bottom: 20px;
    margin-top: 0px;
}
.list_party .cx_brand_refresh {
    border: 1px solid #00eb5b;
    max-width: 136px;
    padding: 6px 11px 0;
    text-align: center;
    margin-top: 60px;
}
.list_party .cx_brand_refresh h4{
    margin: 0px 0px 10px 0px;
    line-height: 1;
}
.list_party .cx_brand_refresh h4 a{
    color: #002b11;
    font-size: 14px;
    font-weight: 600;
}
.list_party .cx_brand_refresh  .rating .star{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.list_party .cx_brand_refresh .rating .star i{
    font-size: 10px;
    color: #00852f
}
.list_party .cx_brand_refresh .number{
    display: block;
    text-align: center;
    font-size: 11px;
    color: #666;
}
.list_party .slider_img_party .slick-next, .silder_reivew-google .slick-next{
    right: 10px;
    width: 46px;
    height: 46px;
    background-color:rgba(0,0,0,.6) ;
    border-radius: 50%;
    z-index: 99;
}
.list_party .slider_img_party .slick-prev, .silder_reivew-google .slick-prev{
    left: 10px;
    width: 46px;
    height: 46px;
    background:rgba(0,0,0,.6) !important;
    border-radius: 50%;
    z-index: 99;
}
.list_party .slider_img_party .slick-arrow::before, .silder_reivew-google .slick-arrow::before{
    display: none;
}
.list_party .slider_img_party .slick-arrow i::before, .silder_reivew-google .slick-arrow i::before{
    display: block;
}
.list_party .slider_img_party .slick-arrow i, .silder_reivew-google .slick-arrow i{
    font-size: 14px;
    color: #fff;
}
.silder_reivew-google .slick-next, .silder_reivew-google .slick-prev{
    width: 32px;
    height: 32px;
}
.silder_reivew-google .slick-next{
    right: -5px;
}
.silder_reivew-google .slick-prev{
    left: -5px;
}
.silder_reivew-google .slick-disabled{
    display: none !important;
}
.list_party .row_2 .img{
    width: 100%;
}
.list_party .row_2 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list_party  .row_2 .col_text h3{
    font-size: 26px;
    color: #383838;
    margin-top: 0px;
    margin-bottom: 20px;
}
.list_party  .row_2 .col_text a{
    color: #5c8d24;
}
.list_party  .row_2 .col_text .box_btn{
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
}
.list_party  .row_2 .col_text .box_btn a {
    padding: 15px 33px;
    background-color: #5c8d24;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}
.list_party  .row_2 .col_text .box_btn  a:hover{
    background-color: #416419;
}
.list_activities{
    padding: 80px 0px;
}
.list_activities .title h3{
    text-align: center;
    font-weight: 500;
    font-size: 29px;
    color: #383838;
    margin-top: 0px;
    margin-bottom: 20px;
}
.list_activities .row{
    flex-wrap: wrap;
}
.list_activities .row .col{
    max-width: 50%;
    flex-basis: 50%;
    padding: 0px 20px 30px;
}
.list_activities .row .col .box{
    width: 100%;
    height: 100%;
    position: relative;
    border: 5px solid #5c8d24;
    border-radius: 3px;
}
.list_activities .row .col .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.list_activities .row .col .box .text{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(92 141 36 / 80%);
    color: #fff;
    text-decoration: none;
    padding: 40px 20px;
}
.list_activities .row .col .box .text h3{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
}
.list_activities .row .col .box .text p{
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
}
footer{
    background-color: #202020;
    padding-top: 70px;
}
footer .box_footer{
    align-items: normal;
}
footer .row .col{
    max-width: 33.3333%;
    flex-basis: 33.3333%;
    padding: 0px 30px;
    border-right: 1px solid #ffffff14;
}
footer .row .col:last-child{
    border-right: 0px solid;
}
footer .logo a{
    width: 100%;
    display: block;
}
footer .logo a img{
    width: 100%;
    height: auto;
}
footer .logo ul{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0px;
    margin: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
}
footer .logo ul li{
    display: block;
    margin: 0px;
}
footer .logo ul li a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #0866ff;
    padding: 5px;
}
footer .logo ul li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
footer .logo ul li:nth-child(2) a, footer .logo ul li:nth-child(3) a{
    background-color: red;
}
footer .col .title h4{
    font-size: 13px;
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
footer .list_menu_item{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px;
}
footer .list_menu_item li{
    margin: 0px;
    padding: 0px;
}
footer .list_menu_item li a{
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #fff;
    word-break: break-word;
    font-size: 14px;
}
footer .row .menu_contact{
    padding-bottom: 50px;
}
footer .menu_contact .list_menu_item li{
    border-bottom: 1px solid #303030;
    padding-bottom: 15px;
}
footer .copyright{
    background-color: #181818;
    padding: 38px 0px;
}
footer .copyright p{
    margin: 0px;
    text-align: center;
    color: #838383;
    text-transform: uppercase;
}
footer .cx_brand_refresh {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .cx_brand_refresh .box{
    max-width: 172px;
    background-color: #191919 !important;
    backdrop-filter: blur(0px);
    padding: 20px;
    border-radius: 12px;
    transition: transform 300ms ease-out;
    text-decoration: none;
}
footer .cx_brand_refresh .box:hover{
    background-color: #0c0c0c !important;
    transform: translate(0px, -5px);
    transition: transform 300ms ease-out;
}
footer .cx_brand_refresh .star{
    display: flex;
    align-items: center;
    gap: 2px;
}
footer .cx_brand_refresh .star img{
    width: 19px;
    height: 19px;
    object-fit: contain;
}
footer .cx_brand_refresh .number{
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}