@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
    font-family: 'Feeling-Passionate';
    src: url('../fonts/Feeling-Passionate.ttf');
    src: url('../fonts/Feeling-Passionate.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    mso-font-alt: 'Arial';
}
@font-face {
    font-family: 'Lost-in-South';
    src: url('../fonts/Lost-in-South.ttf');
    src: url('../fonts/Lost-in-South.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    mso-font-alt: 'Arial';
}

:root {
    --plusjakarta: "Plus Jakarta Sans",sans-serif;
    --inter: "Inter",sans-serif;
    --Feeling-Passionate : 'Feeling-Passionate';
    --sora: "sora",sans-serif;
    --poppins: "Poppins",sans-serif;
    --bebas:"Bebas Neue", sans-serif;
    --Lost-in-South:"Lost-in-South";
}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
.header .nav-item > a{
    list-style: none;
    margin: 0 15px;
    padding: 20px 0;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #212121;
    letter-spacing: 0.3px;
    position: relative;
}
.header .nav-item > a::after {
    content: "";
    height: 2px;
    width: 0;
    transition: 0.4s;
    background: #252525;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
    position: absolute;
}
.header .nav-item > a:hover,.header .nav-item > a.active{
    color: #252525;
}
.header .nav-item > a:hover:after,.header .nav-item > a.active:after{
    width: 100%;
    transition: 0.4s;
}
.header .navbar-brand img{
    width: 100%;
    max-width: 110px;
}
.banner .carousel-item{
    height: 75vh;
}
.banner .carousel-item img{
    object-fit: cover;
    object-position: center;
}

.select2-container .select2-selection--single {
  height: 34px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
}

.citysearch-bar select{
    width: 200px;
}
.event-section .card .card-body a{
    color:#111;
    text-decoration: none;
}
.social-link a{background-color: #F37F14;
    aspect-ratio: 1 / 1;
    display: inline-block;
    height: 36px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.social-link a:hover{
    scale: .9;
    transition: .6s ease-in-out;
}
.store-buttons img {
    max-width: 150px;
    width: 100%;
}


/*===========================================*/
.payment-banner img{
     object-fit: cover;
     object-position:top center;
      height: 400px;
}
.iconbox{
    width: 48px;
}
.contentbox{
    width: calc(100% - 48px);
}
.iconbox span{
    aspect-ratio: 1 / 1;
    display: inline-block;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #252525;
    border-radius: 100%;
}
.detailcard{
    background-color: #f5f5f5;
}
.star-rating .fa-solid{
    color: #F37F14;
}
.paymentdetails{
    position: sticky;
    top: 16px;
}
.paymentdetailstable tr td ,.paymentdetailstable tr th{
    padding: 8px 16px;
}
.paymentdetailstable{
    background: #f5f5f5;
}
.pmbdiv{
    width: calc(100% - 150px);
}
.pmbdiv img{
    width: 95%;
}
.pmbbtndiv{
    width: 150px;
}
.paymentdetails ul{
    padding: 20px 20px;
    margin: 0;
    list-style: none;
    background: #f5f5f5;
}
.paymentdetails ul li{
    margin-bottom: 6px;
    display: flex;
}
.paymentdetails ul li i{
    color: #252525;
    width: 24px;
    padding-top: 4px;
}
.paymentdetails ul li span{
    display: block;
    width: calc(100% - 24px);
}
.Seatsleftbox{
    background: #f5f5f5;
}
.card-img-top{
    height: 180px;
    object-fit: cover;
    object-position: center;
}
.btncancelled{
    background: rgb(220 53 69 / 10%) !important;
    padding: 2px 6px;
    border-radius: 4px;
}
.pptclink{
    list-style: none;
    margin-bottom: 0;
}
.pptclink a:hover{
    text-decoration: underline;
}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 50%;
    right: 15px;
    background-color: #444;
    z-index: 99999;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
}
.go-top.active {
    top: 90%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}
.main-footer .footer-heading{
    font-size: 22px;
    color: #fff;
}
.main-footer .footer-heading-hr{
    height: 2px;
    width: 50px;
    color: #fff;
    opacity: 1;
}
.about-img{
    border-radius: 12px;
    box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.56);
    max-width: 350px;
    width: 100%;
    margin: auto;
}
.about-content P{
    font-size: 18PX;
    color: #666;
}
.aboutdivider{
    width: 76px;
    height: 4px;
    background: #2575fc;
    border-radius: 2px;
    position: relative;
    margin-left: 27px;
}
.aboutdivider:before{
    content: "";
    position: absolute;
    color: #0c5adb;
    left: -27px;
    top: 0;
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #0c5adb;
    -webkit-box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
    box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
}
.bg-theme{
    background-color:#252525;
}
.bg-black{
    background-color:#171717;
}
@media only screen and (max-width: 992px) {
    .ssgallery-item {
    flex: 1 1 calc(33.33% - 20px) !important;
}
}
@media only screen and (max-width: 768px) {
   .paymentdetails{
    position: static;
    top: 0;
    display: flex;
    flex-direction: column-reverse;
}
.venueimage{
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.ssgallery-item {
    flex: 1 1 calc(50% - 20px) !important;
}

}



/*==============================10-04-2025===========================*/
.ne-header{
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}
.ne-header .navbar-brand img{
    max-width: 120px;
}
.ne-header select{
    max-width: 260px;
    font-family: var(--poppins);
    border-radius: 100px;
}
.form-select:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 .15rem rgba(0, 0, 0, .25);
}
.ne-header .navbar-toggler:focus{
    box-shadow: none;
}
.ne-header li.nav-item .nav-link{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    margin: 0px 16px;
    padding: 0;
    position: relative;
    font-family: var(--poppins);
}
.ne-header li.nav-item .nav-link:hover{
    color: #EDA735;
}
.ne-header li.nav-item .nav-link.active{
    color: #EDA735;
}
.ne-header li.nav-item .nav-link:after{
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #EDA735;
    content:"";
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -moz-transition: -moz-transform .25s cubic-bezier(.25, .8, .25, 1);
    -o-transition: -o-transform .25s cubic-bezier(.25, .8, .25, 1);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25, .8, .25, 1);
    transition: transform .25s cubic-bezier(.25, .8, .25, 1);
}
.ne-header .offcanvas-body .nav-item.nav-link.active{
    color: #EDA735;
}
.ne-header li.nav-item .nav-link:hover:after {
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.ne-header .offcanvas-body .nav-link{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    margin: 0px 16px;
    padding: 0;
    position: relative;
    font-family: var(--poppins);
}
.ne-banner .carousel-item img{
    object-fit: cover;
    object-position: top;
    height: 100%;
}
.ne-banner .ne-slide-1{
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url('../image/banner-img-3.webp');
    background-color: #0000001a;
    background-blend-mode: darken;
    min-height: 70vh;
    padding: 0px 40px;
}
.ne-banner .ne-slide-2{
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position:bottom center;
    background-size: cover; 
    background-image: url('../image/banner-img-6.webp');
    background-color: #0000001a;
    background-blend-mode: darken;
    min-height: 70vh;
    padding: 0px 40px;
}
.ne-banner .ne-slide-3{
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position:bottom center;
    background-size: cover; 
    background-image: url('../image/banner-img-5.webp');
    background-color: #0000001a;
    background-blend-mode: darken;
    min-height: 70vh;
    padding: 0px 40px;
}
/*.ne-banner .carousel-item h1{*/
/*    font-size: 52px;*/
/*    line-height: 1.4;*/
/*    font-family: var(--Feeling-Passionate);*/
/*    max-width: 780px;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    font-weight: 800;*/
/*}*/
.ne-banner .carousel-item .banner-heading{
    font-size: 125px;
    line-height: 1.4;
    width: 100%;
    font-weight: 400;
    font-family: var(--bebas);
}
.ne-banner .carousel-item .banner-heading span{
    display: block;
    font-family: var(--Lost-in-South);
    margin-top: -20px;
    font-size: 55px;
    letter-spacing: 6px;
}
.ne-banner .carousel-item .sub-title{
    border-radius: 10px;
    background: rgba(17, 18, 13, 0.24);
    color: #EDA735;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    font-size: 14px;
    letter-spacing: 4.2px;
    padding: 10px 35px;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    font-family: var(--inter);
    font-weight: bold;
}
.ne-banner .carousel-item a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15.5px 35px;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    color: #000 !important;
    border-radius: 100px;
    transition:  all ease .5s;
    gap: 16px;
    font-family: var(--poppins);
    margin-top: 16px;
}
.ne-banner .carousel-item a:hover {
    background-color: #EDA735;
}
.my-10{
    margin-top:100px;
    margin-bottom: 100px;
}
.ne-about-section .ne-about-img{
    position: relative;
    padding-right: 100px;
}
.ne-about-section .ne-about-img ul{
    margin-bottom: 0px;
    background-color: #EDA735;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    padding: 40px 30px;
    border-radius: 20px;
    list-style: none;
}
.ne-about-section .ne-about-img ul li{
    list-style-type: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ne-about-section .ne-about-img ul li h3 {
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    font-family: var(--bebas);
}
.ne-about-section .ne-about-img ul li p {
    margin-bottom: 0px;
    color: #000;
    font-family: var(--poppins);
}
/*.ne-about-content span{*/
/*    font-family: var(--inter);*/
/*    position: relative;*/
/*    margin-bottom: 8px;*/
/*    display: block;*/
/*}*/
/*.ne-about-content span:after{*/
/*    background-color: #EDA735;*/
/*    position: absolute;*/
/*    bottom: -6px;*/
/*    height: 3px;*/
/*    width: 80px;*/
/*    content: '';*/
/*    left: 0;*/
/*}*/
/*.ne-about-content h2 {*/
/*    font-size: 42px;*/
/*    margin-bottom: 15px;*/
/*    line-height: 1.4;*/
/*    font-family:var(--plusjakarta);*/
/*    font-weight: 700;*/
/*    max-width: 500px;*/
/*    width: 100%;*/
/*}*/
/*.ne-about-content p{*/
/*    font-size: 16px;*/
/*    font-family:var(--poppins);*/
/*    color: #666;*/
/*}*/
.bg-lightyellow{
    /*background:#fbf0eb;*/
    background: #fff;
}
.ne-title span{
    font-family: var(--poppins);
    position: relative;
    margin-bottom: 8px;
    display: block;
    font-weight: 700;
}
.ne-title span:after{
    background-color: #EDA735;
    position: absolute;
    bottom: -6px;
    height: 3px;
    width: 80px;
    content: '';
    left: 0;
}
.ne-title h2{
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-family:var(--poppins);
    font-weight: 700;
    max-width: 500px;
    width: 100%;
}
.ne-title p{
    font-size: 16px;
    font-family:var(--poppins);
    color: #666;
}
.bg-green{
    background-color: #000;
}
.rounded-5{
    border-radius: 16px;
}
.ne-offer-section h3{
    color: white;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    font-family:var(--poppins);
}
.ne-offer-section span{
    color: white;
    font-size: 16px;
    line-height: 1.4;
    font-family:var(--poppins);
}
.ne-offer-section .row > div{
    border-right: 1px solid #fff;
}
.ne-offer-section .row > div:last-child{
     border-right: none;
}
.ne-whychoose-section ul li{
    list-style: none;
    position: relative;
    padding-left: 32px;
}
.ne-whychoose-section ul li:after{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    height: 20px;
    width: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7686_121)'%3E%3Cpath d='M8.14043 18.9846C7.66963 18.9846 7.22499 18.7913 6.90587 18.4439L0.44371 11.5328C-0.178885 10.8668 -0.0721311 10.0078 0.309887 9.45197C0.748973 8.81305 1.51285 8.5738 2.21084 8.8568H2.21087L7.20058 10.8798L17.181 1.47753C17.9265 0.775288 18.858 0.965593 19.4079 1.43944C20.0704 2.01032 20.1904 2.90236 19.6997 3.6087L9.51777 18.2687C9.22836 18.686 8.76939 18.9455 8.25871 18.9805C8.21918 18.9832 8.17969 18.9846 8.14043 18.9846ZM1.61351 9.51853C1.32333 9.51853 1.09146 9.694 0.953692 9.89442C0.763699 10.1709 0.665538 10.6262 1.01435 10.9993L7.47881 17.9128C7.66533 18.1159 7.92931 18.2203 8.20527 18.2012C8.47792 18.1824 8.72236 18.0447 8.87595 17.8232L19.058 3.16302C19.3768 2.70416 19.171 2.2666 18.8979 2.0313C18.6171 1.78931 18.1393 1.64807 17.7167 2.04622L7.55389 11.6202C7.44272 11.7249 7.28081 11.7553 7.13929 11.6979L1.91733 9.5808C1.81062 9.53752 1.7089 9.51853 1.61351 9.51853Z' fill='%23054638'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.5625 11.7267L8.08703 16.5656L15.2516 6.25L7.67021 13.3921L3.5625 11.7267Z' fill='%23054638'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7686_121'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.ne-whychoose-section ul li h4{
    font-size: 18px;
    font-family: var(--poppins);
    font-weight: 600;
}
.ne-whychoose-section ul li p{
    font-size: 16px;
    font-family: var(--poppins);
    font-weight: 400;
    color: #666;
}
.max-w-100{
    max-width: 100% !important;
}
.ne-howbook-section h4{
    font-size: 24px;
    color: #fff;
    margin-top: 16px;
    font-family: var(--poppins);
    text-align: center;
}
.ssgallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ssgallery-item {
    flex: 1 1 calc(25% - 20px);
    box-sizing: border-box;
}
.ssgallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.sspopup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}
.sspopup-content {
    position: relative;
    width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sspopup-content img {
    max-width: 80%;
    max-height: 80vh;
    border-radius: 10px;
}
.ssclose {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
.ssprev,.ssnext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.ssnext {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.ssprev {
    left: 0;
    border-radius: 3px 0 0 3px;
}
.ssprev:hover,.ssnext:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  padding: 30px;
  position: relative;
  height: 100%;
  border: 1px solid #eee;
  box-shadow: 0 0 8px 2px #cccccc59;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fbf0eb;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
   font-family: var(--poppins);
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, #000, transparent 20%);
  font-family: var(--poppins);
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item p {
  font-family: var(--poppins);
  margin: 15px 0 0 0;
  padding: 0;
}
/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/

.faq .faq-arrow {
  color: #000;
}
.faq .faq-container .faq-item {
  background-color: #fff;
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 0 0 8px 2px #cccccc59;
}
.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}
.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--poppins);
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.faq .faq-container .faq-item h3 .num {
  padding-right: 5px;
}
.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
  font-family: var(--poppins);
}
.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 33px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}
.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}
.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(180deg);

}
.fw-400{
    font-weight: 400 !important;
} 
.font-bebes{
    font-family: var(--bebas) !important;
}
.ad-section img{
    border-radius: 20px;
}
/*19-05-2025*/
.about_us_banner{
    height: 60vh;
    display: flex;
    align-items: center;
    background-image: url('../image/about-us-banner-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about_us_banner h1{
    font-size: 60px;
    font-weight: 700;
    font-family: var(--poppins);
}
.about-content-wrapper img{
    max-width: 400px;
    width: 100%;
    margin: auto;
    display: block;
}
.about-content-wrapper h2{
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-family: var(--poppins);
    font-weight: 700;
    width: 100%;
}
.about-content-wrapper p{
    font-size: 16px;
    font-family: var(--poppins);
    color: #666;
}
.about-content-wrapper iframe {
    width: 100%;
    aspect-ratio: 560 / 315;
    height: auto;
}
.about-counter-wrapper .counter-box span{
    font-size: 60px;
    font-family: var(--plusjakarta);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-bottom: 16px;
}
.about-counter-wrapper .counter-box h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    font-family: var(--poppins);
    color: #fff;
}
.timeline-box img{
    border-radius: 12px;
}
.timeline-box span{
     font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    font-family: var(--poppins);
}
.timeline-box p{
    font-size: 16px;
    font-family: var(--poppins);
    color: #666;
}
.football-sketch-img img{
    max-height: 400px;
    height: auto;
    width: auto;
    margin: auto;
    display: block;
}
/*19-05-2025*/
.paginationsection .pagination{
    flex-wrap: wrap;
    justify-content: center;
}



@media (max-width:1200px){
   .ne-offer-section .row > div:nth-child(2){
     border-right: none;
    }
    .ne-title h2{
        font-size: 32px;
    }
}
@media (max-width:992px){
   .ne-banner .carousel-item h1{
    font-size: 42px;
   }
}
@media (max-width:768px){
   .ne-header .navbar-brand img{
    max-width: 80px;
    } 
    .ne-banner .carousel-item h1{
    font-size: 36px;
   }
   .ne-about-section .ne-about-img ul{
       padding: 20px 15px;
   }
   .ne-about-section .ne-about-img ul li h3{
       font-size: 40px;
   }
   .ne-offer-section .row > div{
        border-right: none;
        padding-top: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #fff;
    }
    .ne-offer-section .row > div:last-child{
         border-bottom: 0px solid #fff;
    }
}
@media (max-width:576px){
    .ne-banner .carousel-item h1{
        font-size: 32px;
    }
    .ne-about-section .ne-about-img{
        padding-right: 0px;
    }
    .ne-about-section .ne-about-img ul li h3 {
        font-size: 28px;
    }
    .ne-about-section .ne-about-img ul li{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .ne-about-section .ne-about-img ul{
        border-radius: 0;
        border-top-left-radius: 20px;
    }
    .ne-banner .ne-slide-1{
        align-items: end;
        padding: 40px 20px;
    }
    .ne-banner .carousel-item .banner-heading{
        font-size: 82px;
        line-height: 70px;
    }
    .ne-banner .carousel-item .banner-heading span{
        margin-top: -14px;
        font-size: 24px;
        font-weight: 900;
        /*line-height: 42px;*/
        margin-top: -14px;
    }
    .ne-banner .carousel-item a{
        margin-top: 0px;
    }
    .navbar-toggler svg{
        height: 26px;
    }
}