/* @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */

/*====================fueld-css=========================*/
* {
margin: 0;
padding: 0;
box-sizing: border-box;
/* font-family: "Poppins", sans-serif; */
font-weight: 500;
}

ul {
  list-style: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

:root {
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0 0 0 0;
}

a,
a:hover {
  text-decoration: none;
}

h1 span::before,
h1 span::after {
  background: transparent;
}

.clearfix {
  display: block;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
  height: 0;
  width: 0;
}

.banner-img2 {
  display: none;
}

.mb-6 {
  margin-bottom: 2rem;
}

section {
  padding: 8rem 0rem;
}

#my_nav {
  background: #000;
  box-shadow: none;
}

/*header .navbar-toggler {
  min-height: 4rem;
  margin-right: 20px;
  background: #dc3545;
}*/

/*.navbar-nav>li>a {
  font-size: 1.3rem;
}*/

footer li a {
  font-size: 1.6rem;
}

.contact-list li {
  font-size: 1.6rem;
}

.red_head {
  color: var(--theme-color);
}

p {
  font-size: 2rem;
  font-weight: 400;
}


/* ================================== */
.banner_section {
  position: relative;
  padding: 0px;
}
#my_nav{
  position: sticky!important;
}

.banner-img {
  width: 100%;
}

.banner_section .main-banner-figure {
  position: relative;
  margin: 0;
}

.banner_content {
  max-width: 600px;
}

.banner_section .main-banner-caption {
  position: absolute;
  bottom: 60%;
  left: 0%;
  width: 100%;
  transform: translateY(70%);
}

.banner_section h1 {
  font-size: 5rem;
  text-transform: uppercase;
  color: #000;
}

.banner_section span {
  color: var(--main-color);
  display: block;
  font-weight: bold;
  margin-bottom: 2rem;

}

.banner_logo {
  display: inline-block;

}

.banner_logo img {
  width: 250px;
  max-width: 100%;
}

.banner_logo_main {
  padding: 3rem 0rem;
}

/* ======================hotel_resort============================= */
.hotel_resort {
  padding: 12rem 0rem;
}

.hotel_resort .hotel_content h2 {
  font-size: 4rem;
  font-weight: 500;
}

.hotel_content {
  padding: 3rem 0rem 0rem 3rem;
}

.hotel_content p {
  text-align: justify;
}

.bg_texture span {
  display: block;
}

.bg_texture {
  margin-top: 2rem;
  background-image: linear-gradient(120deg, var(--theme-color)54 0%, #00000000 31%);
  background-repeat: no-repeat;
  background-size: contain;
}

.hotel_img {
  height: 100%;
}

.hotel_content p {
  text-align: justify;
  margin: 1.5rem 0rem;
}

.hotel_img img {
  height: 100%;
  object-fit: cover;
}

.icon_wrapper_hotel .icon_text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.icon_wrapper_hotel .icon_text img {
    width: 70px;
    height:auto;
    image-rendering: auto;
  }


.icon_wrapper_hotel .icon_text div {
  padding: 10px;
}

.icon_wrapper_hotel .icon_text h3 {
  font-size: 2.5rem;
  color: var(--theme-color);
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
}

.icon_wrapper_hotel .icon_text p {
  font-size: 1.6rem;
  text-align: start;
}

.icon_wrapper_hotel {
  margin-top: 3.3rem;
}

/* ======================hotel_resort=======end====================== */
/* ==============vedio_section===================== */
.venue-singapore_venue-singapore .vedio_section {
    display: none;
}
.vedio_section {
  padding: 0;
}

.wrap {
  position: relative;

  width: 100%;

}


.box-video {
  position: relative;
  width: 100%;
  height: 60vh;
  cursor: pointer;
  overflow: hidden;
}


.box-video .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;

}


.bg-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 3;
}


.box-video .bt-play {
  position: absolute;
  top: 30%;
  left: 52%;
  transform: translate(-52%);
  margin: -30px 0 0 -30px;
  display: inline-block;
  width: 125px;
  height: 89px;
  background: url(../assets/venue-usa-images/btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

}


/*.box-video:hover .bt-play {
  transform: scale(1.1);
}*/


.box-video.open .bg-video {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}


.box-video.open .video-container {
  opacity: 1;
  -webkit-transition: all 0.6s 0.8s;
  transition: all 0.6s 0.8s;
}


.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;

}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;


}

.box-video h3 {
  font-size: 4rem;
  font-weight: 500;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  text-align: center;
}

.box-video h3 span {
  display: block;
  color: var(--main-color);

}
/*===new-add-for-360deg-video=====*/
.venue-usa_venue-usa .video-container iframe{
 position: static;
}
.venue-usa_venue-usa .box-video{
  display: none;
}
.venue-usa_venue-usa .video-container iframe{
 height: 530px;
}
/*=============*/
/* ==================vedio_section-end====================== */
/* ======================the_structure============================= */
.the_structure .hotel_content h2 {
  font-size: 4rem;
  font-weight: 500;
}

.the_structure .icon_wrapper_hotel .icon_text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.the_structure .icon_wrapper_hotel .icon_text img {
  width: 60px;
  height:60px;
 
}

.the_structure .icon_wrapper_hotel .icon_text div {
  padding: 10px;
}

.the_structure .icon_wrapper_hotel .icon_text h3 {
  font-size: 2.5rem;
  color: var(--theme-color);
  font-weight: 500;
  padding: 0;
}

.the_structure .icon_wrapper_hotel .icon_text p {
  font-size: 1.7rem;
}

.hotel_ccommodation .hotel_content {
  padding: 0;
  padding-top: 3rem;
}

.hotel_content_two {
  padding: 3rem 0rem 0rem 3rem;
}

.the_structure .icon_wrapper_hotel {
  margin-top: 5.7rem;
}

/* ======================the_structure=======end====================== */
/* =============price_section================= */
/* .price_section {
display: none;
}*/
 .price_section,
.venue-usa-2026_venue-usa-2026 .price_section {
  background: url(https://www.cxo2conf.com/sponsor/showstopper-session/bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 10rem 0rem;
}
.venue-usa_venue-usa .price_section {
  background: url(../assets/venue-usa-images/price_section.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 10rem 0rem;
}

.venue-usa-2025_venue-usa-2025 .price_section {
  background: url(../assets/venue-usa-images/price_section.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 10rem 0rem;
  display: none;
}

.price_box {
  display: flex;
  justify-content: center;
  align-items: center;

}

.price_box .price_wrap {
  background: #b17647d6;

  text-align: center;
  padding: 9rem 12rem 6rem 12rem;
}

.price_box .price_wrap sup {
  font-size: 4rem;
  text-align: left;
  color: black;
  display: block;
  text-transform: capitalize;
}

.price_box .price_wrap h4 {
  font-size: 10rem;
  font-weight: bold;
  color: white;
}
.price_box .price_wrap h4 span{
  font-size: 3rem;
}
.price_box .price_wrap h4 sub {
  font-size: 4rem;
  color: black;
}

.price_box .price_wrap .texes {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
  color: black;

}

.price_box .price_wrap .hurry_btn {
  padding: 1rem 2rem;
  font-size: 2rem;
  display: inline-block;
  background: #000000;
  color: white;
  border-radius: 4px;
}

/* ==============price_section_end================ */
/*=============venue-usa-css=====19-09-2023==============*/
.venue-usa_venue-usa .price_wrap h3{
  color: var(--main-color);
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 25px;
}
.venue-usa_venue-usa .price_box{
  display: block;
}
 .venue-usa_venue-usa .price_wrap h3 span{
  display: block;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}
.venue-usa_venue-usa .price_box .price_wrap {
  background: #f9ecdf;
    text-align: center;
    padding: 60px;
    border-radius: 10px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.venue-usa_venue-usa .price_main_box{
    background: var(--main-color);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--main-color);
    max-width: 385px;
    margin: 0 auto;
}
.venue-usa_venue-usa .price_wrap .row .col-md-6:nth-child(2) .price_main_box{
 background: transparent;
 position: relative;
}
.venue-usa_venue-usa .price_wrap .row .col-md-6:nth-child(2) .price_main_box::before{
 position: absolute;
    height: 100%;
    width: 2px;
    background: #413939;
    content: "";
    left: -24%;
    z-index: 11;
    top: 0px;
    
}
.venue-usa_venue-usa .fees{
   position: relative;
    top: 131px;
    color: #fff;
    font-weight: 500;
}
.venue-usa_venue-usa .price_wrap .row .col-md-6:nth-child(2) .price_main_box h4{
  color:var(--theme-color);
}

.venue-usa_venue-usa .price_wrap .row .col-md-6:nth-child(2) .price_main_box h4 sub,
.venue-usa_venue-usa .price_wrap .row .col-md-6:nth-child(2) .price_main_box h4 sup,
.venue-usa_venue-usa .price_wrap .row .col-md-6:nth-child(2) .price_main_box .texes{
  color:#000;
}
.venue-usa_venue-usa .price_box .price_wrap h4 {
  font-size: 100px;
  font-weight: bold;
  color: white;
  position: relative;
  text-align: left;
  max-width: 1200px;
  max-width: 0 auto;
}
.venue-usa_venue-usa  .price_box .price_wrap h4 sup{
    font-size: 30px;
    text-align: left;
    position: absolute;
    top: 0;
}

.venue-usa_venue-usa .price_box .price_wrap h4 sub {
  font-size: 20px;
  color: #fff;
}

.venue-usa_venue-usa .price_box .price_wrap  .texes {
  font-size: 20px;
    text-align: left;
    font-weight: 600;
    color: #fff;
}

.venue-usa_venue-usa .price_box .price_wrap .hurry_btn {
  padding: 15px 20px;
    font-size: 20px;
    display: inline-block;
    background: var(--theme-color);
    color: white;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: -120px;
    transform: translate(-50%);
}
/*============venue-usa-css===19-09-2023=====end=============*/
/* ===================venue_partners=================== */
.venue_partners h4 {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}
.venue_partners .partener_content img{
  height: 100%;
}
.venue_partners h4 span {
  color: var(--theme-color);
  display: block;
  font-weight: 600;
}

.venue_partners .vanue_heading div {

  margin-bottom: 3rem;
}

.venue_partners h5 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/*.venue_partners .venue_content p{
  font-size: 2rem;
}*/
/*.partener_content img {
  margin: 0rem 0rem 2rem 0rem;
}*/

.venue_content_shadow {
  padding: 2rem 2rem 4rem 2rem;
  box-shadow: 0px 4px 10px 0px #c9bebe;

  background: #eeeeee;
  height: 100%;

}

.vanue_img_last img {
  margin-top: 4rem;
  height: 100%;
    object-fit: cover;
}

.vanue_heading {
  text-align: center;
}

/*.vanue_heading p{
  margin: 10px 0px;
}*/
.vanue_heading p {
  margin: 2rem 0rem;
}

.hotel_content p {
  text-align: justify;
  margin: 1.5rem 0rem;
}
.venue_partners .img_row_wrapp{
 display: flex;
 flex-direction: column;
 height: 100%;
}
.venue_partners .img_row_img,
.vanue_img_last,
.partener_content img{
  height: 100%;
}
.partener_content img{
  object-fit: cover;
}
.venue_partners .img_row{
  margin: 10px 0px;
}
.partener_content .row{
 overflow: hidden;
}
/*================add-30nov-2023======================*/
 .new-price-box .row h3{
  font-size: 40px;
  color: var(--theme-color);
  text-transform: uppercase;
  font-weight: 700;
}

 .new-price-box .row h3~p {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 500;
}

 .new-price-box .price_row {
  background: var(--theme-color);
  border-radius: 16px;
  overflow: hidden;
  max-width: 800px;
  margin:  0 auto;
}

 .new-price-box .price_col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

 .new-price-box .price_main_box h4 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  padding: 100px 0px;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


 .new-price-box .price_main_box h4 sub {
   font-size: 20px;
  display: inline-block;
  height: 100%;
  width: 50%;
}
 .new-price-box .price_main_box h4 sup{
text-align: left;

}
 .new-price-box .price_main_box h4 sub{
  text-align: right;
  width: 100%;
}
.new-price-box p {
color: #fff;
font-size: 16px;
margin-bottom: 30px;
}

 .new-price-box .image_price {
  position: relative;
  height: 100%;
}
 .new-price-box .image_price img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}
 .new-price-box .image_price a {
  display: inline-block;
  color: #fff;
  background: #fff;
  color: var(--theme-color);
  font-size: 25px;
  text-align: center;
  padding: 20px;
  border-radius: 0% 50% 0% 0%;
  font-weight: 900;
  position: absolute;
  left: 0;
  bottom: 0;

}

 .new-price-box .image_price a span {
  display: block;
  font-size: 16px;
}
 .new-price-box .place_ven span{
color: var(--theme-color);
background: #fff;
padding: 9px 37px;
font-size: 18px;
font-weight: 800;
border-radius: 13px;
position: absolute;
left: -30px;
top: 8%;
}
.click_icon{
position: absolute;
right: 15px;
top: 60%;
}
/*================media-start==============================*/
@media screen and (max-width:1820px) {
  .banner_section h1 {
    font-size: 6rem;
  }
.venue-usa_venue-usa .price_wrap .row .col-md-6:nth-child(2) .price_main_box::before{
  left: -23%;
}
  .hotel_resort {
    padding: 7rem 0rem;
  }

  .hotel_resort .hotel_content h2,
  .box-video h3,
  .the_structure .hotel_content h2 {
    font-size: 4rem;

  }

  .banner_logo {
    max-width: 150px
  }

  p,
  .the_structure .icon_wrapper_hotel .icon_text h3 {
    font-size: 2rem;
  }

  .the_structure .icon_wrapper_hotel .icon_text p {
    font-size: 1.6rem;
  }

  .price_box .price_wrap h4 {
    font-size: 10rem;
  }

  .price_box .price_wrap h4 sub,
  .price_box .price_wrap sup {
    font-size: 3rem;
  }

  .price_box .price_wrap {
    padding: 5rem 8rem 5rem 8rem;
  }

  .price_section {
    padding: 6rem 0rem;
  }

  .venue_partners h4 {
    font-size: 5rem;

  }
 .venue_partners .vanue_img_last{
  height: 100%;
 }
  .venue_partners h4 {
    font-size: 4.5rem;
  }
}

/*=================================*/
@media screen and (max-width:1720px) {
  .hotel_content {
    padding: 0;
  }

  .banner_section h1 {
    font-size: 5rem;
  }
}

/*================================*/
@media screen and (min-width:1650px) {
  .container {
    max-width: 1414px;
    margin: 0 auto;
  }

  .container-fluid {
    max-width: 1536px;
    margin: 0 auto;
  }

  /*.banner_content{
  padding-left: 4%;
}*/
}

@media screen and (max-width:1650px) {
  .banner_content {
    margin-left: 5%;
  }
  .venue-usa_venue-usa .price_wrap .row .col-md-6:nth-child(2) .price_main_box::before{
    left: -17%;
  }
}

/*==============================*/
@media screen and (max-width:1500px) {

  .icon_wrapper_hotel .icon_text h3 {
    font-size: 2rem;
  }

  .venue_partners h4 h4 {
    font-size: 3rem;
  }

  .box-video h3 {
    font-size: 5.5rem;
  }

  .banner_content {
    max-width: 600px;
    position: relative;
    left: 5%;
    padding-left: 0;
  }

  .banner_content {
    margin-left: 0%;
  }

  .price_box .price_wrap h4 {
    font-size: 10rem;
  }

  .menu_bar li a {
    font-size: 13px;

  }

  footer li a {
    font-size: 13px;
  }

  .banner_section h1 {
    font-size: 4rem;

  }

  .hotel_resort .hotel_content h2,
  .box-video h3,
  .the_structure .hotel_content h2,
  .box-video h3 {
    font-size: 3rem;
    margin: 1rem 0rem;
    width: 100%;
  }

 

  .price_box .price_wrap h4 sub,
  .price_box .price_wrap sup {
    font-size: 3rem;
  }

  .venue_partners h5 {
    font-size: 2.5rem;
  }

  .contact-list li {
    font-size: 14px;
  }


  .vanue_heading p .the_structure .icon_wrapper_hotel .icon_text h3 {
    font-size: 1.8rem;
  }
  p{
    font-size: 1.6rem;
  }
  .vanue_heading p{
    font-size: 1.8rem;
  }

  .content_body_banner p {
    font-size: 2rem;
  }

  .navbar-toggler-icon {
    width: 3rem;
  }

  header .navbar-toggler {
    padding: 1rem;
  }

  .box-video .bt-play {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-30%);
  }

  .venue_partners h4 {
    font-size: 3rem;
  }
   /*=============venue-usa-css=====19-09-2023==============*/

.venue-usa_venue-usa .price_wrap h3{
  font-size: 40px;
}
.venue-usa_venue-usa .price_wrap h3 span{
  font-size: 25px;
}
.venue-usa_venue-usa .price_box .price_wrap h4{
  font-size: 80px;
}
.venue-usa_venue-usa .price_box .price_wrap .texes{
  font-size: 18px;
}
.venue-usa_venue-usa .price_box .price_wrap .hurry_btn{
 
  font-size: 16px;
}
/*.venue-usa_venue-usa p{
  max-width: 540px;
}*/
/*============new-price-box========30-nov-2023=========*/
 .new-price-box .row h3{
  font-size: 35px;
}
 .new-price-box .row h3~p{
  font-size: 30px;
}
 .new-price-box .image_price a{
  font-size: 20px;
}
}


/*==================================*/
@media screen and (max-width:1300px) {

  /*.banner_section{
  margin-top: 70px;
}*/
  .banner_content {
    max-width: 500px;
  }

  .navbar-nav>li>a {
    font-size: 1.4rem;
  }

  .venue_partners h5 {
    font-size: 2rem;
  }

  .vanue_heading p {
    font-size: 2rem;
    margin: 1rem 0rem;
  }

  .content_body_banner p {
    font-size: 1.8rem;
  }
}

/*=====================================*/
@media screen and (max-width:1199px) {


  .content_body_banner p {
    font-size: 1.6rem;
  }
.hotel_content {
    padding: 0;
    margin: 4rem 0px 0px 0px;
}
  .hotel_resort .hotel_content h2 {
    font-size: 3rem;
  }

  .hotel_resort {
    padding: 6.3rem 0rem 7.3rem 0rem;
  }

  .banner_section {
    margin-top: 13.5rem;
  }
  .venue-usa-2026_venue-usa-2026 .banner_section,
   .banner_section {
    margin-top: 0;
  }

  p {
    font-size: 2rem;
  }

  .the_structure .icon_wrapper_hotel .icon_text img {
    width: 40px;
    height: 40px;
   

  }

  .banner_section h1 {
    font-size: 3rem;

  }

  .box-video {
    height: 40vh;
  }

  .box-video .bt-play {
    width: 67px;
    height: 47px;
  }

  .venue_partners .vanue_heading p {
    padding: 2rem 0rem 3rem 0rem;
  }

  .banner_section .main-banner-caption {
    left: 0;
  }

  .icon_wrapper_hotel .icon_text h3 {
    font-size: 1.6rem;
  }

  .icon_wrapper_hotel .icon_text p,
  .venue_partners .venue_content p {
    font-size: 1.6rem;
  }

  .box-video h3 {
    font-size: 3rem;
  }

  .the_structure .hotel_content h2 {
    font-size: 3rem;
    font-weight: 600;
  }

  .price_box .price_wrap {
    padding: 3.2rem 8.5rem 3.2rem 8.5rem;
  }

  .price_box .price_wrap sup {
    position: relative;
    top: 3px;
    left: 10px;
    margin-bottom: 1rem;
  }

  .bg_texture {
    font-size: 11px;
    font-weight: 400;
  }

  .bg_texture span {
    font-size: 16px;
    font-weight: 500;
  }

  .the_structure .icon_wrapper_hotel .icon_text h3 {
    font-size: 1.7rem;
  }

  .the_structure .icon_wrapper_hotel .icon_text p {
    font-size: 1.6rem;
  }

 

  .price_box .price_wrap h4 sub {
    font-size: 3.5rem;
  }

  .price_box .price_wrap sup {
    font-size: 3.5rem;

  }

 

  .price_box .price_wrap .hurry_btn {
   
    padding: 1rem;
  }

  .venue_partners h4 {
    font-size: 3rem;
  }

  .venue_partners .vanue_heading p {
        font-size: 1.8rem;
    text-align: center;
  }

  .venue_partners h5 {
    font-size: 1.8rem;
  }

  .the_structure {
    padding: 6.4rem 0rem 7rem 0rem;
  }

  .price_section {
    padding: 6rem 0rem;
  }

  .venue_partners {
    padding: 7.7rem 0rem 5.4rem 0rem;
  }

  .vanue_img_last img {
    margin-top: 2rem;
  }

  .vedio_section {
    padding: 0;
  }

  .banner_content {
    max-width: 400px;
    left: 6%;
  }

  .hotel_img {
    height: 100%;
    width: 80%;
    margin: 0 auto;

  }
  
  .icon_wrapper_hotel .icon_text p{
    margin: 0;
  }
  .venue_partners .img_row_wrapp{
 display: flex;
 flex-direction: column;
 height: 100%;
}
.venue_partners .img_row_img,
.vanue_img_last,
.partener_content img{
  height: 100%;
}
.partener_content img{
  object-fit: cover;
}
.venue_partners .img_row{
  margin: 10px 0px;
}
  /*=============venue-usa-css=====19-09-2023==============*/
.venue-usa_venue-usa .price_wrap .row .col-md-6:nth-child(2) .price_main_box::before{
  left: -5%;
}
/*============30-nov============*/

 .new-price-box .price_main_box h4{
  font-size: 40px;
}
}

/*==================1024============================*/
@media screen and (max-width:1024px) {

  section {
    padding: 0rem 0rem;
  }

  .hotel_resort .hotel_content h2 {
    font-size: 3rem;
  }

  .hotel_resort {
    padding: 6.3rem 0rem 7.3rem 0rem;
  }

  p {
    font-size: 1.6rem;
  }



  .banner_section h1 {
    font-size: 4rem;

  }
  .venue-usa-2026_venue-usa-2026   .banner_section h1 {
    font-size: 3rem;

  }


  .box-video {
    height: 40vh;
  }

  .box-video .bt-play {
    width: 67px;
    height: 47px;
  }

  .banner_section .main-banner-caption {
    left: 0;
  }

  .icon_wrapper_hotel .icon_text h3 {
    font-size: 1.6rem;
  }

  .icon_wrapper_hotel .icon_text p,
  .venue_partners .venue_content p {
    font-size: 1.6rem;
  }

  .box-video h3 {
    font-size: 3rem;
  }

  .the_structure .hotel_content h2 {
    font-size: 3rem;
    font-weight: 600;
  }

  .price_box .price_wrap {
    padding: 3.2rem 8.5rem 3.2rem 8.5rem;
  }

  .price_box .price_wrap sup {
    position: relative;
    top: 3px;
    left: 10px;
  }

  .bg_texture {
    font-size: 11px;
    font-weight: 400;
  }

  .bg_texture span {
    font-size: 14px;
    font-weight: 500;
  }

  .the_structure .icon_wrapper_hotel .icon_text h3 {
    font-size: 1.7rem;
  }

  .the_structure .icon_wrapper_hotel .icon_text p {
    font-size: 1.6rem;
  }



  .price_box .price_wrap h4 sub {
    font-size: 3.5rem;
  }

  .price_box .price_wrap sup {
    font-size: 3.5rem;

  }

 
  .price_box .price_wrap .hurry_btn {
  
    padding: 1rem;
  }

  .venue_partners h4 {
    font-size: 2.5rem;
    font-weight: 600;
  }

  .venue_partners .vanue_heading p {
    padding: 2rem 0rem 3rem 0rem;

  }

  .venue_partners h5 {
    font-size: 1.8rem;
  }

  .the_structure {
    padding: 5rem 0rem;
  }

  .price_section {
    padding: 6rem 0rem;
  }

  .venue_partners {
    padding: 7.7rem 0rem 5.4rem 0rem;
  }

  .vanue_img_last img {
    margin-top: 2rem;
  }
  .banner_section{
    margin-top: 12.4rem;
  }
  /*=============venue-usa-css=====19-09-2023==============*/
  .venue-usa_venue-usa .price_box .price_wrap .texes{
    font-size: 16px;
  }
  .venue-usa_venue-usa .price_box .price_wrap h4{
    font-size: 60px;
  }
  .venue-usa_venue-usa .price_box .price_wrap .texes{
    font-size: 15px;
  }
  .venue-usa_venue-usa .price_wrap .row .col-md-6:nth-child(2) .price_main_box::before{
    display: none;
  }
  .venue-usa_venue-usa .price_main_box{
    margin: 20px auto;
  }
}

/*=====================991=================*/
@media screen and (max-width:991px) {
  p {
    font-size: 1.8rem;
    text-align: justify;
  }

  .the_structure .icon_wrapper_hotel .icon_text p {
    text-align: start;
  }

  .hotel_content {
    padding: 0;
    margin-top: 2rem;
  }


  .venue_partners h5 {
    margin: 4px 0px;
  }

  .banner_section span {
    font-weight: bold;
  }

  .the_structure .hotel_content h2 {
    font-size: 2.5rem;
  }

  .hotel_resort .hotel_content h2 {
    font-size: 2.5rem;

  }

  .icon_wrapper_hotel .icon_text p,
  .venue_partners .venue_content p {
    font-size: 1.6rem;
    text-align: inherit;
  }

  .the_structure .icon_wrapper_hotel .icon_text {
    justify-content: start;
  }

  .banner_section .main-banner-caption {
    left: 0%;
  }

  .icon_wrapper_hotel .icon_text img {
    max-width: 100%;
  }

  .bg_texture {
    margin: 10px 0px;
  }

  .icon_wrapper_hotel .icon_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .icon_wrapper_hotel .icon_text h3 {
    font-size: 2rem;
    text-align: center;
    padding: 0;
  }

  .the_structure .icon_wrapper_hotel .icon_text div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .banner_content {
    max-width: 300px;
    left: 0;
    padding-left: 2%;
  }

  .content_body_banner p {
    font-size: 1.6rem;
  }
  .venue-usa-2026_venue-usa-2026 .content_body_banner p {
    font-size: 1.4rem;
}

  .banner_logo {
    max-width: 120px;
  }

  .banner_logo_main {
    padding: 1rem 0rem;
  }
  .box-video .bt-play {
    position: absolute;
    top: 40%;
    left: 49%;
    transform: translate(20%);
}
.venue_partners .vanue_heading p{
  padding: 0;
}
 .new-price-box .price_row{
  margin: 40px!important;
}
}

/*=====================767=================*/
@media screen and (max-width:767px) {

  .banner-img1 {
    display: none;
  }

  .banner-img2 {
    display: block;
  }

  .banner_section {
    margin-top: 0;
    overflow: hidden;
  }

  .banner_section .main-banner-caption {
    top: 10%;
    transform: translateY(10%);
  }

  .banner_content {
    max-width: 100%;
    left: 0;
    padding-left: 0;
  }

  .banner_logo img {
    width: auto;
    max-width: 100%;
  }

  .banner_section h1 {
    font-size: 6rem;
  }

  .content_body_banner p {
    font-size: 2rem;
  }

  .banner_logo {
    max-width: 150px;
  }

  .banner_section h1 {
    font-size: 7rem;
  }

  /*============================*/
  p {
    font-size: 1.8rem;
    text-align: justify;
  }



  .hotel_content {
    margin-top: 2rem;
  }

  .banner_section h1 {
    font-size: 4rem;

  }

  .hotel_resort .hotel_content h2 {
    padding-top: 2rem;

  }

  .header {
    box-shadow: none;
  }

  .icon_wrapper_hotel .icon_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .icon_wrapper_hotel .icon_text p,
  .venue_partners .venue_content p {
    font-size: 1.6rem;
  }

  .icon_wrapper_hotel .icon_text h3 {
    text-align: center;
    font-size: 2rem;
  }

  


  .banner_section span {
    font-weight: 700;
  }

  .the_structure .icon_wrapper_hotel .icon_text p {
    font-size: 1.8rem;
    text-align: center;
  }

  .venue_partners .venue_book_p {
    font-size: 2rem;
    text-align: center;
    margin: 2rem 0rem;
  }

  .venue_partners h5 {
    font-size: 2rem;
    margin: 1rem 0px;
  }

  .price_box .price_wrap h4 {
    font-size: 8rem;
  }

  footer .social-media {
    align-items: center;
  }

  .social-media .navbar-brand {
    max-width: 200px;
  }
    /*============30-nov-2023================*/
 .new-price-box .place_ven span{
  font-size: 16px;
  font-weight: 700;
  position: static;
  display: block;
}
 .new-price-box .price_col .place_ven{
  margin-top: 20px;
}
 .new-price-box .price_main_box h4{
  padding: 50px 0px;
}
 .new-price-box p{
  font-size: 12px;
}
 .new-price-box .image_price a {
    font-size: 16px;
}

 .new-price-box .image_price img{
  height: revert-layer;
}
.venue-usa-2026_venue-usa-2026 .content_body_banner p{
  font-size: 1.6rem;
  
}

}

/*============600====================*/
@media screen and (max-width: 600px) {


  .box-video .bt-play {
    position: absolute;
    top: 40%;
    left: 55%;
    transform: translate(-40%);
  }
}


/*===================*/
@media screen and (max-width:575px) {
  .banner_section .main-banner-caption {

    top: 5%;
    transform: translateY(5%);
  }

  p {
    font-size: 16px;
  }

  .banner_logo {
    max-width: 140px;
  }

  .box-video h3,
  .the_structure .hotel_content h2,
  .venue_partners h4 {
    font-size: 2.5rem;
    width: 100%;
  }

  .venue_partners .vanue_heading p {
    padding: 1rem 0rem 2rem 0rem;
  }

  .the_structure .container .row:nth-child(2) .hotel_img {
    margin-top: 20px;
  }

  .banner_section h1 {
    font-size: 3rem;
  }

  .content_body_banner p {
    font-size: 1.8rem;
  }
  .banner_section{
    margin-top: 10rem;
  }
  .price_box .price_wrap h4 {
    font-size: 6rem;
  }
  .price_box .price_wrap h4 sub {
    font-size: 2.5rem;
  }
  .price_box .price_wrap sup {
    font-size: 2.5rem;

  }
   .price_box .price_wrap {
    padding: 3.5rem;
  }
  /*=============venue-usa-css=====19-09-2023==============*/
  .venue-usa_venue-usa .price_wrap h3{
    font-size: 30px;
  }
  .venue-usa_venue-usa .price_wrap h3 span{
    font-size: 16px;
  }
  .venue-usa_venue-usa .price_box .price_wrap .hurry_btn{
    padding: 10px;
  }
 .icon_wrapper_hotel .icon_text p{
  text-align: center;
 }
}

/*==================*/
@media screen and (max-width:400px) {
  .banner_logo {
    max-width: 110px;
  }

  .banner_content .content_body_banner h1,
  .banner_content .content_body_banner p {
    text-align: center;
  }

  .banner_section .main-banner-caption {
    left: 0;
    bottom: 58%;
  }

  .price_box .price_wrap {
    padding: 3rem;
  }

  .box-video .bt-play {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(0%);
  }

  .banner_logo_main {
    text-align: center;
  }

  p {
    font-size: 15px;
  }

  .price_box .price_wrap h4 {
    font-size: 6rem;
  }

  .price_box .price_wrap h4 sub,
  .price_box .price_wrap sup {
    font-size: 2rem;
  }

  .price_box .price_wrap .hurry_btn,
  .icon_wrapper_hotel .icon_text p,
  .venue_partners .venue_content p {
    font-size: 16px;
  }
  .banner_section h1 {
    font-size: 2.5rem;
  }
   .content_body_banner p {
    font-size: 1.6rem;
  }
  .banner_section{
    margin-top: 12.5rem;
  }
   .price_box .price_wrap h4 span {
    font-size: 2.5rem;
  }
  /*=============venue-usa-css=====19-09-2023==============*/
.price_box {
 display: block;
}
.venue-usa_venue-usa .price_box .price_wrap{
  padding: 30px;
}
.venue-usa_venue-usa .price_wrap h3{
  font-size: 25px;
}
.venue-usa_venue-usa .price_box .price_wrap .hurry_btn{
  bottom: -75px;
  font-size: 16px;
}
.venue-usa_venue-usa .price_main_box{
  margin: 10px auto;
}
.venue-usa_venue-usa .fees {
    font-size: 14px;
    top: 111px;
}
.content_body_banner p br{
  display: none;
}
.hotel_img{
  width: 100%;
}
.icon_wrapper_hotel .icon_text p{
  text-align: center;
}
/*====30nov========*/
 .new-price-box .price_row{
  margin: 30px  0px!important;
}
 .new-price-box .row h3~p {
    font-size: 20px;
}
}

@media screen and (max-width:350px){
   .price_box .price_wrap { padding: 3rem 1rem;
 }
}

/*============call-widget============*/
/*body .button_call_email{
  display: none;
 }*/
/*============call-widget============*/
.venue-usa-2026_venue-usa-2026 .button_call_email,
.venue-usa-2026_venue-usa-2026 .price_section{
  display: block;
}
.button_call_email{
  position: fixed;
  right: 0px;
  top: 33%;
  z-index: 111;
}
.venue-usa-2025_venue-usa-2025 .button_call_email{
  position: fixed;
  right: 0px;
  top: 33%;
  z-index: 111;
  display: none;
}

.call_btn{
background: var(--theme-color);
color: white;
text-align: center;
padding: 7px;
border-radius: 24px 0px 0px 24px;
}

.call_btn  p{
color: white;
padding: 0px 10px 0px 10px;
font-size: 18px;

}
.call_btn a {
color: white;
display: inline-block;
margin: 5px;
}
.call_btn a span{
 color: white;
  font-size: 15px;
  display: inline-block;
}
@media screen and (max-width: 1500px){
.call_btn p{
    font-size: 15px;
}
.call_btn a span{
font-size: 13px;
}
}
@media screen and (max-width: 991px){
  .banner_section {
    margin-top: 9.8rem;
}
.button_call_email {
position: sticky;
right: 0px;
top: 113px;
z-index: 111;
}
.call_btn{
border-radius: 0px;
}
.call_btn p{
text-align: center;
padding: 0;
}

.call_btn a{
    margin: 4px;
margin-left: 14px;
}
}
@media screen and (max-width: 768px){

.button_call_email {
    top: 98px;
}
.call_btn {
  padding: 10px;
}

}
@media screen and (max-width: 575px){
  .banner_section {
    margin-top: 12.8rem;
}
.button_call_email{
    top: 143px;
}
.call_btn p{
font-size: 13px;
}.call_btn a span{
font-size: 12px;
}
}
