/*============================================================================================*/


/* Your custom styles below */


/*============================================================================================*/
/* Importing Google Font */
@import url('https://fonts.googleapis.com/css2?family=PP+Object+Sans:wght@400;500;700;800&display=swap');

/* Applying styles */
/* Importing Google Font */
@import url('https://fonts.googleapis.com/css2?family=PP+Object+Sans:wght@400;500;700;800&display=swap');

/* Applying styles */
body {
    font-family: 'PP Object Sans', sans-serif!important;
    line-height: 1.6!important;
}

h1 {
    font-size: 72px!important;
    font-weight: 800!important;
    line-height: 68px!important;
    letter-spacing:1px!important; 
}

h2 {
    font-size: 40px!important;
    font-weight: 700!important;
    line-height: 1.3!important;
}

h3 {
    font-size: 32px!important;
    font-weight: 800!important;
    line-height: 1.4!important;
}

h4 {
    font-size: 22px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    line-height: 120%!important;
    color: #1E007D;
}

h5 {
    font-size: 24px!important;
    font-weight: 800!important;
    line-height: 1.4!important;
}

h6 {
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 1.5!important;
}

p {
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 1.6!important;
}
p {
    margin-bottom: 5px!important;
  }
  a {
    color: #000000!important;
  }
  .mask1 {
    position: relative;
    width: 100%;
    max-width: 400px;  /* Control width */
    height: 300px;  /* Fixed height */
    overflow: hidden;  /* Ensures the image doesn't overflow the container */
}
.ad-container { width: 100%; text-align: center; }
.ad-container > iframe { margin: 0 auto; max-width: 100%; } /* helps center and avoids overflow */
@media (min-width: 1100px) {
  /* allow the slot to use full desktop width */
  #div-gpt-ad-1749153793858-0 { min-width: 970px; }
}

.mask1 .event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;  /* Ensure the image maintains its aspect ratio */
    object-position: top center;
    /* Apply the mask */
    -webkit-mask-image: url('https://cloud.squidex.io/api/assets/lvc-dev/327a476e-121a-4a3d-8d41-2cc0a58d1af2/lvc-main-image-mask.svg?version=1');
    mask-image: url('https://cloud.squidex.io/api/assets/lvc-dev/327a476e-121a-4a3d-8d41-2cc0a58d1af2/lvc-main-image-mask.svg?version=1');
    -webkit-mask-size: contain;  /* Ensure the mask scales correctly within the container */
    mask-size: contain;  /* Standardize mask size across browsers */
    mask-repeat: no-repeat;  /* Prevent repetition of the mask */
    mask-position: center;  /* Center the mask on the image */
}

.btn_1 {
    background-color: #ffffff !important;
    color: #1E007D !important;
    border: 1px solid black!important;
    padding-top: 8px!important;
    padding-right: 16px!important;
    padding-bottom: 8px!important;
    padding-left: 16px!important;
  }
  
.btn_1:hover {
    background-color: #ffffff !important;
    color: #1E007D !important;
    border: 1px solid black!important;
    padding-top: 8px!important;
    padding-right: 16px!important;
    padding-bottom: 8px!important;
    padding-left: 16px!important;
}
.title small {
    text-transform:none!important;
    color: #bd9b60;
    letter-spacing: 1px!important;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 16px!important;
  
  }
  .btn_1.outline {
    background-color: #14141E!important;
    border:
  2px solid #14141E!important;
    color: #ffffff!important;
  }

  .form-control {
    border-radius:2rem!important;

  }
  .margin_120_95 {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  a.box_contents {
    margin:
  0 10px 45px 10px;
    display: block;
    -webkit-box-shadow:
  0px 0px 30px 0px rgba(0, 0, 0, 0)!important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)!important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)!important;
    border-radius:
  10px;
    overflow:
  hidden;
    background-color: #fff;
  }
 
  
.logo {
    width: 175px;
    height: 102px;
}

.logo_footer {
    width: 300px;
    height: 176px;
}

.nice-select {
    margin-bottom: 0px!important;
}

.page-link {
    padding-left: 15px !important;
}

.mt50 {
    margin-top: 50px;
}
.mt100 {
    margin-top: 100px;
}
.mb100 {
    margin-bottom: 100px;
}

.imgheight {
    max-height: 250px;
}

.bradius {
    border-radius: 16px;
}

.review_card .user_info figure img {
    width: 100px;
}

.review_card {
    padding-bottom: 30px;
}

.description {
    font-size: large;
}

.center-image {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.center-image img {
    max-width: 100%;
    height: auto;
}

.active>.page-link,
.page-link.active {
    background-color: #D51D2C;
    border-color: #D51D2C;
}

.booking_form input[type="submit"] {
    background-color: #D51D2C;
}

.booking_form input[type="submit"]:hover {
    background-color: #000000;
}

.booking_form .form-group i {
    color: #D51D2C;
}

a.btn_1,
.btn_1 {
    background: #D51D2C;
}

a.btn_1:hover {
    background: #000000;
}
.item{
    margin-bottom:75px;
}
.topnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.topnav-container {
    display: flex;
    justify-content: space-between; /* This keeps items on the left and right */
    align-items: center;
    max-width: 1200px; /* Adjust the max-width as needed */
    width: 100%;
    margin: 0 auto;
}

.topnav-left,
.topnav-right {
    display: flex;
    gap: 15px;
}

.header-site__logo {
    display: block;
    position: relative;
    height: 18px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .topnav-container {
        flex-direction: column; /* Stack logos vertically on mobile */
        align-items: center; /* Center logos horizontally */
    }

    .topnav-left,
    .topnav-right {
        justify-content: center; /* Center logos in each section */
        width: 100%;
    }

    .topnav-left {
        margin-bottom: 10px; /* Add some spacing between left and right sections */
    }
}

@media (max-width: 480px) {
    .topnav-container {
        padding: 10px; /* Reduce padding on smaller screens */
    }

    .topnav-left,
    .topnav-right {
        gap: 10px; /* Reduce the space between logos */
    }

    .header-site__logo {
        height: 16px; /* Optionally reduce the size of the logos on mobile */
    }
}


        
        .notonmobile {
            display: flex;
            gap: 15px;
        }
        .header-site__logo {
  display: block;
  position: relative;
  height: 18px;
}
li strong::before {
    font-size: 2r
  
}
.logovitrine {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {

    h1 {
        font-size: 62px!important;
        font-weight: 800!important;
        line-height: 58px!important;
        letter-spacing:1px!important; 
    }
   
}

@media (max-width: 991px) {
    .logo {
        width: 155px;
        height: 87px;
    }
  
}
@media (max-width: 884) {
    .mask1 {
        max-width: 100%!important;
        height: 100%!important;
      
      }
  
}
@media (max-width: 761px) {

    h1 {
        font-size: 52px!important;
        font-weight: 800!important;
        line-height: 48px!important;
        letter-spacing:1px!important; 
    }
}
@media (max-width: 761px) {
    .topnav{
        display:none;
    }
    .mb-4 {
        margin-bottom: 0.5rem !important;
      }
}
@media (max-width:450px) {

    h1 {
        font-size: 32px!important;
        font-weight: 800!important;
        line-height: 38px!important;
        letter-spacing:1px!important; 
    }
    h2 {
        font-size: 28px !important;
        font-weight: 700 !important;
        line-height: 1.1 !important;
      }
    h3 {
        font-size: 22px !important;
        font-weight: 800 !important;
        line-height: 1.0 !important;
      }
}
#div-gpt-ad-1757598106705-0{
    display:block!important;
}
#div-gpt-ad-1757597993162-0{
    display:none!important;
}
@media only screen and (min-width : 1px) and (max-width : 450px) {
#div-gpt-ad-1757598106705-0{
    display:none!important;
}
#div-gpt-ad-1757597993162-0{
    display:block!important;
}
}
