/* Media Queries */
@media only screen and (min-width: 100px) and (max-width: 1800px) {
  .banner-section {
    height: 750px;
  }

  .banner-content h1 {
    font-size: 60px;
    margin-top: 13px;
    margin-bottom: 20px;
  }

  .contact-info a {
    font-size: 18px;
  }

  .services-booking-title h2 {
    font-size: 38px;
  }
	
	.services-booking-sec {
		padding: 90px 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1599px) {
  .btn {
    font-size: 15px;
    padding: 8px 15px;
    width: 148px;
  }

  .navbar-nav li a {
    font-size: 17px;
  }

  .banner-section {
    height: 720px;
  }

  .banner-content h1 {
    font-size: 55px;
  }

  .follow-text {
    font-size: 22px;
  }

  .services-section .feature-card-main .feature-card-conntent .feature-card-title .read-more,
  .services-section .feature-card-main .feature-card-conntent .services-card-details .read-less {
    font-size: 18px;
  }

  .services-booking-title h2 {
    font-size: 35px;
  }

  .main-menu-policy ul li a {
    font-size: 17px;
  }

  .story-des h3 {
    font-size: 35px;
  }

  .story-des p {
    font-size: 20px;

  }
	.services-booking-sec {
		padding: 80px 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1399px) {
  .btn {
    font-size: 14px;
    padding: 8px 15px;
    width: 145px;
  }

  .navbar-nav li a {
    font-size: 16px;
  }

  .banner-section {
    height: 700px;
  }

  .header {
    padding: 8px 0px 12px 0px;
  }

  .banner-content h1 {
    font-size: 50px;
    margin-top: 12px;
    margin-bottom: 18px;
  }

  .contact-info a {
    font-size: 17px;
  }

  .follow-text {
    font-size: 20px;
  }

  .features-content {
    margin-bottom: 60px;
  }

  .services-booking-title h2 {
    font-size: 33px;
  }

  .about-section .color-svg {
    right: 0px;
  }

  .about-section .color-svg svg,
  .gallery-section .color-svg svg {
    width: 500px;
    height: 500px;
  }

  section.gallery-section .color-svg {
    left: 0;
    top: -350px;
  }

  .main-menu-policy ul li a {
    font-size: 16px;
  }

  .lets-connect-sec .form-label,
  .lets-connect-sec .form-control::placeholder {
    font-size: 17px;
  }

  .lets-connect-sec .form-input {
    height: 60px;
  }

  .lets-connect-sec .form-group p i {
    top: 20px;
    font-size: 17px;
  }

  .creative-content,
  .values-content {
    padding-top: 80px;
  }

  .value-desc h4 {
    font-size: 23px;

  }
	
	.services-booking-sec {
		padding: 70px 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1199px) {
  .booking-form-popup-modal .modal-content {
    padding: 40px;
  }

  .booking-form-popup-modal .modal-title {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .booking-form-popup-modal .modal-close {
    top: 40px;
  }


  .story-des p {
    font-size: 19px;
  }

  .story-des h3 {
    font-size: 32px;
  }

  .creative-content,
  .values-content {
    padding-top: 70px;
  }

  .web-title h2 {
    margin-bottom: 25px;
  }

  .btn {
    font-size: 14px;
    padding: 7px 15px;
    width: 142px;
  }

  .navbar-nav li a {
    font-size: 15px;
  }

  .banner-content h1 {
    font-size: 45px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  @keyframes rotateZoomIn {
    0% {
      transform: scale(0.8) rotate(0deg);
    }

    100% {
      transform: scale(1.2) rotate(-36deg);
    }
  }

  .contact-info a {
    font-size: 16px;
  }

  .services-section .feature-card-main .feature-card-conntent .feature-card-title .read-more,
  .services-section .feature-card-main .feature-card-conntent .services-card-details .read-less {
    font-size: 17px;
  }

  .services-booking-title h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .services-booking-title {
    margin-bottom: 22px;
  }

  .about-section .color-svg svg,
  .gallery-section .color-svg svg {
    width: 450px;
    height: 450px;
  }

  .about-section .color-svg {
    top: -120px;
  }

  section.gallery-section .color-svg {
    top: -300px;
  }

  .main-menu-policy ul li a {
    font-size: 15px;
  }

  .step-content h4 {
    font-size: 15px;
  }

  .step-content p {
    font-size: 13px;
  }

  .form-container {
    padding: 20px;
  }

  .pricing-text strong {
    font-size: 18px;
  }

  .pricing-description {
    font-size: 16px;
  }

  .servicesSwiper .nav-link span {
    font-size: 15px;
  }

  .servicesSwiper .nav-link img {
    width: 28px;
    height: 28px;
  }

  .pricing-amount {
    font-size: 18px;
  }
	
	.services-booking-sec {
		padding: 60px 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 992px) {

  .booking-form-popup-modal .modal-content {
    padding: 35px;
  }

  .booking-form-popup-modal .modal-title {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .booking-form-popup-modal .modal-close {
    top: 30px;
  }

  .booking-form-popup-modal .modal-pricing-option span {
    font-size: 22px;
  }

  .booking-form-popup-modal .modal-pricing-option {
    font-size: 20px;
  }

  .step-sidebar {
    display: none;
  }

  .service-summary {
    margin-bottom: 24px;
  }

  .form-step h2 {
    font-size: 20px;
  }

  .story-des p {
    font-size: 18px;
  }

  .story-des h3 {
    font-size: 28px;
  }

  .creative-content,
  .values-content {
    padding-top: 60px;
  }

  .btn {
    font-size: 13px;
    padding: 6px 12px;
    width: 138px;
  }

  .navbar-nav li a {
    font-size: 14px;
  }

  .navbar-nav {
    gap: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .banner-section {
    height: 650px;
  }

  .banner-content h1 {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  @keyframes rotateZoomIn {
    0% {
      transform: scale(0.6) rotate(0deg);
    }

    100% {
      transform: scale(0.9) rotate(-36deg);
    }
  }

  .about-image-1 {
    margin-left: 0px;
  }

  .features-content {
    margin-bottom: 50px;
  }

  .services-section .feature-card-main .feature-card-conntent .feature-card-title .read-more,
  .services-section .feature-card-main .feature-card-conntent .services-card-details .read-less {
    font-size: 16px;
  }

  .services-booking-title h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .policy-sec .services-section-bg1,
  .policy-sec .services-section-bg2 {
    display: none;
  }

  .policy-sec {
    padding: 70px 0px;
  }

  .policy-sec .web-title h2 {
    margin-bottom: 30px;
  }

  .main-menu-policy ul li a {
    font-size: 14px;
  }

  .main-menu-policy ul {
    gap: 10px;
  }

  .main-menu-policy ul li {
    padding-right: 10px;
  }

  .value-desc h4 {
    font-size: 22px;
    padding-bottom: 15px;
  }

  .value-desc p {
    font-size: 17px;
  }
	
	.services-booking-sec {
		padding: 50px 0;
	}
	.service-summary{
		margin-top: 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 767px) {

  .booking-form-popup-modal .modal-content {
    padding: 30px;
  }

  .booking-form-popup-modal .modal-title {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .booking-form-popup-modal .modal-close {
    top: 25px;
  }

  .booking-form-popup-modal .modal-pricing-option span {
    font-size: 20px;
  }

  .booking-form-popup-modal .modal-pricing-option {
    font-size: 20px;
  }

  .pricing-text strong {
    font-size: 16px;
  }

  .pricing-description {
    font-size: 14px;
  }

  .form-step h2 {
    font-size: 18px;
  }

  .pricing-amount {
    font-size: 16px;
  }

  .service-summary .service-icon h3 {
    font-size: 26px;
  }

  .service-summary .service-icon img {
    width: 55px;
  }

  .party-bx-even .img-div .party-shape {
    right: 0px;
    width: auto;
  }

  .story-des {
    padding: 30px 30px;
    padding-left: 30px;
  }

  .lets-connect-sec .form-label,
  .lets-connect-sec .form-control::placeholder {
    font-size: 16px;
  }

  .header:after,
  .footer:after {
    background-size: 46%;
  }

  .banner-section {
    height: 550px;
  }

  .banner-content h1 {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .footer-content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    align-items: center;
  }

  .footer-left {
    align-items: center;
    text-align: center;
  }

  .footer-right {
    text-align: center;
    align-items: center;
  }

  .social-links {
    justify-content: center;
  }

  .footer-bottom {
    text-align: center;
  }

  .contact-info a {
    font-size: 15px;
  }

  .copyright {
    font-size: 14px;
  }

  .features-content {
    margin-bottom: 40px;
  }

  .services-booking-title h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .services-booking-title {
    margin-bottom: 17px;
    text-align: center;
  }

  @keyframes rotateZoomIn {
    0% {
      transform: scale(0.4) rotate(0deg);
    }

    100% {
      transform: scale(0.7) rotate(-36deg);
    }
  }

  .about-section .color-svg svg,
  .gallery-section .color-svg svg {
    width: 400px;
    height: 400px;
  }

  .gallery-section .color-svg {
    top: -250px;
  }

  .about-section .color-svg {
    top: -100px;
  }

  .banner-section .services-section-bg1,
  .banner-section .services-section-bg2 {
    display: none;
  }

  .feature-card-main {
    padding: 30px 25px;
  }

  .main-menu-policy ul {
    justify-content: center;
  }

  .lets-connect-sec .form-input {
    height: 55px;
  }

  .lets-connect-sec .form-group p i {
    top: 19px;
    font-size: 16px;
  }

  .lets-connect-form .btn-submit {
    padding: 10px 32px;
    font-size: 15px;

  }
}

@media only screen and (min-width: 100px) and (max-width: 575px) {
	.services-booking-sec {
		padding: 40px 0;
	}
	.contact-info a p br{
		display: none;
	}

  .booking-form-popup-modal .modal-content {
    padding: 25px;
  }

  .booking-form-popup-modal .modal-title {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .booking-form-popup-modal .modal-close {
    top: 22px;
  }

  .booking-form-popup-modal .modal-pricing-option span {
    font-size: 18px;
  }

  .booking-form-popup-modal .modal-pricing-option {
    font-size: 16px;
  }

  .story-des {
    padding: 20px 20px;
    padding-left: 20px;
  }

  .story-des h3 {
    font-size: 25px;
  }

  .story-des p {
    font-size: 16px;
  }

  .lets-connect-form .btn-submit {
    padding: 8px 26px;
    font-size: 14px;

  }

  .header:after,
  .footer:after {
    background-size: 55%;
  }

  .btn {
    font-size: 13px;
    padding: 6px 12px;
    width: 135px;
  }

  .navbar-nav li a {
    font-size: 13px;
  }

  .navbar-nav {
    gap: 12px;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .banner-section {
    height: 500px;
  }

  .banner-content h1 {
    font-size: 27px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .contact-info a {
    font-size: 14px;
  }

  .footer {
    padding: 40px 0 20px 0;
  }

  .copyright {
    font-size: 13px;
  }

  .services-booking-title h2 {
    font-size: 23px;
  }

  .about-section .color-svg svg,
  .gallery-section .color-svg svg {
    width: 350px;
    height: 350px;
  }

  section.gallery-section .color-svg {
    top: -160px;
  }

  .about-section .color-svg {
    top: -80px;
  }

  .main-menu-policy ul {
    justify-content: center;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
  }

  .main-menu-policy ul li {
    padding-right: 0;
    border-right: 0;
    border-bottom: 2px solid var(--primary-color);
  }

  .value-desc h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .value-desc p {
    font-size: 16px;
  }
}