/*==================================================
=            Bootstrap 5 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}


/*==========  Non-Mobile First Method  ==========*/

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}
 
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/*
Apple iPhone 5, 5S & 5C 
Apple iPod Touch (5th generation)
*/
@media (min-width: 1136px) and (max-width: 1279px) {
	/*body {	font-size: 16px; }*/
}

/*
Apple iPhone 4 & 4S
Apple iPod Touch (4th generation)
*/
@media (min-width: 960px) and (max-width: 1135px) {
	/*body {	font-size: 15px; }*/
	h1 { font-size:3em; }		/* 39px */
	h2 { font-size:2.3077em; }	/* 30px */
	h3 { font-size:1.8461em; }	/* 24px */
}

/*
Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
/* With side menu
@media (min-width: 768px) and (max-width: 1279px) {
*/
/* Without side menu */
@media (min-width: 768px) and (max-width: 959px) {
	/*body {	font-size: 15px; }*/
	h1 { font-size:3em; }		/* 39px */
	h2 { font-size:2.3077em; }	/* 30px */
	h3 { font-size:1.8461em; }	/* 24px */
}



/*
Portrait orientation

Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
@media (max-width: 767px) {
	/*body {	font-size: 15px; }*/
	h1 { font-size:2.5em; }		/* 30px */
	h2 { font-size:2em; }		/* 24px */
	h3 { font-size:1.6667em; }	/* 20px */
}




/*
Very common low res
*/
/*@media (max-width: 479px) {
	body {	font-size: 12px; }
	h1 { font-size:2.5em; }
	h2 { font-size:2em; }
	h3 { font-size:2em; }
	h4 { font-size:1.3333em; }
	h5 { font-size:1.1667em; }
	h6 { font-size:1em; }
}*/



@media screen and (max-width:1430px) {
  section.banner-section{
    padding-bottom: 30px;
  }
}

@media screen and (max-width:1366px) {
  .banner-main .image{
    height: 630px;
  }
}

@media screen and (max-width:1199px) {
  .banner-main .image{
    height: 530px;
  }
  .banner-content h1{
    font-size: 60px;
  }
}

@media screen and (max-width:1024px) {
  .banner-main .image{
    height: 530px;
  }
  .banner-content h1{
    font-size: 60px;
  }
}

@media screen and (max-width:991px) {
  .gallery-main .box .inner {
    margin-bottom: 30px;
  }
  .why-box {
    width: 33%;
  }
  .why-main{
    justify-content: center;
  }
  .exp-box .inner .content {
    padding: 10px 10px 10px;
  }
  .exp-box .inner .content h4{
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .exp-box .inner .content p {
    line-height: 20px;
  }
  .commitment-icon{
    width: 17%;
  }
  .commitment-content{
    width: 66%;
  }
  .main-menu li a{
    padding: 4px 18px;
  }
  .banner-image {
    width: 63%;
    clip-path: circle(64% at 31% 51%);
    border-right: 10px solid #000;
  }
  .col-lg-3.service-box:nth-child(4) .inner {
    border-right: 1px solid #aaaaaa;
  }
  .col-lg-3.service-box:nth-child(3) .inner {
    border: none;
  }
  .col-lg-3.service-box:nth-child(6) .inner {
    border: none;
  }
  .row.service-main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .col-lg-3.service-box {
    width: 33.33%;
    padding: 0px;
  }
  .row.gallery-main {
    display: flex;
    justify-content: center;
  }

  .row.gallery-main .col-lg-3 {
    width: 33.33%;
    padding: 10px;
  }
  .gallery-image {
    margin-bottom: 0px;
  }
  section.enquiry.enquiry-mob {
    display: block;
  }
  section.enquiry.enquiry-desc {
    display: none;
  }
  section.enquiry.enquiry-mob{
    padding: 0px;
  }
  section.enquiry.enquiry-mob .event-title{
    position: inherit;
  }
  section.enquiry.enquiry-mob .event-title h2 {
    color: #fff;
    -webkit-text-fill-color: transparent;
    text-align: center;
    -webkit-text-stroke: 1px #fff;

  }
  section.enquiry.enquiry-mob .section-title h2{
    text-align: center;
  }
  section.enquiry.enquiry-mob .form-content{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 0px;
  }
  .section-title h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 10px;
  }
  .col-lg-3.discover-box {
    width: 30%;
    padding: 0;
}

.col-lg-3.discover-box .inner h5 {
    font-size: 13px;
}

.col-lg-3.discover-box:nth-child(4) .inner {
  border-right: none !important;
}

.col-lg-3.discover-box:nth-child(7) .inner {
  border-right: none !important;
}

.col-lg-3.discover-box:nth-child(9) .inner {
  border-right: none !important;
}
section.host .row {
  justify-content: center;
}
.section-title h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 10px;
}
.col-lg-3.discover-box .inner {
  text-align: center;
  border-bottom: none;
  border-left: none;
  border-top: none;
  border-right: 1px solid !important;
  /* border: 1px solid; */
  padding: 10px;
  border-radius: 0px;
  margin-bottom: 50px;
  
  height: 100px;
}
section.blogs {
  padding: 40px 0px;
}
.col-6.contnet p {
  line-height: 22px;
  font-weight: 300;
}

.col-6.contnet h4 {
  color: #9e0000;
  font-size: 20px;
}
 .ventures-left{
    width: 100%;
  }
  .ventures-right{
    width: 100%;
  }
.rental-main .ventures-right {
    width: 100%;
}
.rental-main .ventures-left {
    width: 100%;
}
.rental-main .ventures-event-image img{
  height: 100%;
}
.party-nest-main .ventures-left {
    width: 100%;
}
.party-nest-main .ventures-right {
    width: 100%;
}
.footer-top-bg{
  display: none;
}
.footer-logo {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
.footer-top {
    flex-direction: column-reverse;
}

}
@media screen and (max-width:767px) {
  section.gallery-section.career-gallery .gallery-image{
    margin-bottom: 0px;
  }
  div#counter{
    padding: 30px;
    flex-wrap: wrap;
  }
  .count-box {
    width: 100%;
  }
  .count-box .inner{
    border-right: 0px;
    border-bottom: 2px solid;
  }
  .image-2 {
    width: 300px;
    height: 220px;
    top: 75%;
  }
  .image-1 {
    width: 350px;
  }
  .flag-box {
      width: 50%;
  }
  .why-box {
    width: 50%;
  }
  .commitment-content {
        width: 56%;
  }
  .commitment-icon {
        width: 22%;
  }
  .banner-content h1 {
    font-size: 50px;
  }
  ul.banner-btn.main-menu a {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
  }
  .banner-image {
    width: 63%;
    clip-path: circle(64% at 12% 51%);
  }
  nav#top-primary-nav {
    display: none;
  }
  header#header.header-layout-type-header-2rows .menuzord-brand {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .section-title h2{
    font-size: 28px;
    font-weight: 700;
  }
  .col-lg-3.service-box .inner{
    padding: 10px;
    margin-bottom: 40px;
  }
  .col-lg-3.service-box .inner h4{
    font-size: 14px;
  }
  section.service {
    padding: 30px 0px 30px;
  }
  .form-input {
    padding-bottom: 0px;
    padding-right: 20px;
  }
  .top-links {
    padding-left: 10px;
  }
  .check-input-box.form-control.options-input {
    width: auto;
    margin: 8px;
    height: 100%;
  }
  .exp-box {
    margin-bottom: 20px;
  }
  .venture-content {
    padding: 0px 0px 40px;
}
 
}

@media screen and (max-width: 530px) {
  ul.banner-btn.main-menu {
    padding-top: 30px;
  }
  ul.banner-btn.main-menu li {
    padding-bottom: 20px;
  }
  ul.banner-btn.main-menu a {
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .banner-image {
    width: 63%;
    clip-path: circle(58% at 9% 39%);
  }
  .client-silder .client-image {
    padding: 10px;
  }
  .commitment-icon {
        width: 32%;
  }
  .experience-btns .main-menu{
    flex-wrap: wrap;
    justify-content: center;

  }
  .experience-btns .main-menu li{
    padding-bottom: 20px;
  }
  .why-box .inner{
    padding: 0px;
  }
  .why-box {
        width: 50%;
  }
  .why-box .inner:before{
    background-color: transparent;
  }
  section.why-choose {
      padding: 60px 0px;
  }
  section.joint-section{
    padding: 40px 0px;
  }
}

@media screen and (max-width: 449px){
  .banner-image {
    width: 54%;
    clip-path: circle(46% at 2% 43%);
  }
}
