* {
    margin: 0;
    padding: 0;
    font-family: 'Jost';
}

/* ******topbar Css Start********/

/* .nav-topbar {
    background-color: transparent;
    padding: 5px;
}
.topbar {
    display: flex;
    justify-content: space-between;
    padding: 0px 55px;
}
.left-side {
    display: flex;
}
ul.social-icons {
    display: flex;
}
 */



/* ******topbar Css end********/

/* ******navbar Css Start********/
.navbar .scrolled .nav-item a {
    color: #000;
}

#navbar {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    padding: 8px 50px;
    transition: top 0.8s;
    box-shadow: 0px 5px 10px #bebaba;
}

.collapse {
    justify-content: end;
}

li.nav-item {
    padding: 10px;
}

.nav-link {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.logo-scroll img {
    width: 100%;
    max-width: 280px;
}
.logo-scroll-down img {
    width: 100%;
    max-width: 280px;
}
nav {
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}

nav.scrolled {
    background-color: #fff;
}

nav.scrolled .nav-item .nav-link {
    color: #000;
}

nav.scrolled .logo-scroll-down {
    display: block;
}

.logo-scroll-down {
    display: none;
}

nav.scrolled .logo-scroll {
    display: none;
}

.logo-scroll {
    display: block;
}


/* ******navbar Css End********/

/* ******Section-bg-img Css Start********/

section.bg-img {
    /* background-image: url(../images/background-img/bg.jpeg);
    background-repeat: no-repeat;
    width: 100%;
    height: 465px;
    background-size: 100%; */
    position: relative;
}

.overlay-bg {
    position: absolute;
    top: 40%;
    right: 0;
    left: 70px;
    width: 50%;
    bottom: 0;
}

.overlay-bg h2 {
    color: #000;
    font-size: 30px;
    font-weight: 400;
}

.overlay-bg h1 {
    color: rgb(110 123 82);
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
}

.call-button a {
    background-color: #d5312c;
    color: #fff;
    text-decoration: none;
    padding: 8px 35px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
}

/* ******Section-bg-img Css End********/

/* ******Services-img Css Start********/
section.services {
    overflow: hidden;
    padding: 55px 20px;
   
}
.card img {
    height: 260px;
    width: 100%;
}

.card {
    margin-bottom: 50px;
    /* box-shadow: 0 0 17px rgb(23 84 116 / 18%); */
    height: 470px;
    border: none;
}
h1.services-title {
    text-align: center;
    font-size: 40px;
    color: rgb(110 123 82);
    font-weight: 600;
    margin-bottom: 30px;
}

h5.card-title {
    color: #000;
    font-weight: 500;
    font-size: 21px;
}

p.card-text {
    font-size: 15px;
    text-align: justify;
    color: #606060;
    font-weight: 500;
}

.card-link a {
    text-decoration: none;
    background-color: #01b35c;
    color: #ffff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    
}
a.btn.call {
    background-color: #0076b4 !important;
    color: #fff;
}
.card-link a:hover {
    background-color: #d6c7b7;
    color: #000;
}
.card-link {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 20px;
}

/* ******Services-img Css End********/

/* ******About section Css Start********/
section.about::before {
    content: '';
    position: absolute;
    background-image: url(../images/balloon3.png);
    background-repeat: no-repeat;
    left: -70px;
    bottom: -210px;
    width: 25%;
    height: 500px;
    z-index: 9;
}

.about-img img {
    width: 100%;
    height: 500px;
    border-radius: 40px;
}
.about-description h1 {
    text-align: center;
    font-size: 40px;
    color: rgb(110 123 82);
    font-weight: 600;
    margin-bottom: 30px;
}
.about-description p {
    text-align: justify;
    text-transform: capitalize;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
section.about {
    position: relative;
    background-color: rgb(250, 253, 255);
    padding: 25px 0;
}
.about-description {
    position: absolute;
    width: 50%;
    top: 10%;
}

/* ******About section Css End********/

/* ******Gallery section Css Start********/

section.gallery {
    /* background-color: #d7ebf8; */
    padding: 25px 0px;
    border-bottom: 2px solid #cccccc;
}
.gallery-img img {
    width: 100%;
    border-radius: 15px;
}

h1.gallery-title {
    text-align: center;
    font-size: 40px;
    color: #d5312c;
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: uppercase;
    margin-top: 60px;
  
}
.gallery-button {
    padding: 30px 0;
    text-align: center;
}
.gallery-button a {
    font-size: 20px;
    text-decoration: none;
    background-color: #d5312c;
    font-weight: 500;
    padding: 8px 25px;
    color: #fff;
    border-radius: 12px;
}
.gallery-button a:hover {
    background-color: #d6c7b7;
    color: #000;
}

/* ******Gallery section Css End********/

/* ******Videos section Css Start********/
h1.video-title {
    text-align: center;
    font-size: 40px;
    color: rgb(110 123 82);
    font-weight: 600;
    margin-bottom: 30px;
}

section.video {
    /* background-color: #d7ebf8; */
    padding: 25px 0;
}
.video p {
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
}
.video video {
    width: 100%;
    height: 600px;
}
/* ******Videos section Css End********/

/* ******Testimonail section Css Start********/
:root {
	--blue: #8a6bff;
	--darkblue: #0a0a36;
}
.sec-title {
	margin-bottom: 50px;
	padding-bottom: 15px;
	position: relative;
}
.sec-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: white;
}
.sec-title h2 {
	font-size: 60px;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: var(--blue);
}
.sec-title p {
	font-size: 18px;
	line-height: 28px;
    color: white;
}
.testimonial-area {
    position: relative;
    z-index: 2;
    padding: 50px 0;
    background: #ff5317;
    margin-top: 50px;
}
.testimonial-area .owl-carousel {
	overflow: hidden;
	padding: 0 20px;
	margin: 0px -40px;
	padding-right: 40px;
}
.testimonial-area .owl-stage-outer {
	padding: 30px 50px;
	margin-left: -34px;
	width: calc(100% + 100px);
}
.single-testimonial {
	border: 7px solid #fff;
	text-align: center;
	border-radius: 45px;
	position: relative;
	z-index: 2;
}
.single-testimonial p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	padding: 70px;
	padding-bottom: 30px;
	position: relative;
	z-index: 3;
}
.single-testimonial::before {
	content: "";
	position: absolute;
	left: -35px;
	top: -35px;
	background: url(../images/new-balloon-img/70-removebg-preview.png) no-repeat #ff5317;
	background-size: 60%;
	width: 126px;
	height: 100px;
	transform: rotate(180deg);
	background-position: 34px 15px;
}
.single-testimonial::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -34px;
    background: url(../images/new-balloon-img/70-removebg-preview.png) no-repeat #ff5317;
    background-size: 60%;
    width: 126px;
    height: 100px;
    background-position: 34px 19px;
}
.round {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.round-1::before {
	content: "";
	position: absolute;
	left: 88px;
	top: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
}
.round-1::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
}
.round-2::before {
	content: "";
	position: absolute;
	right: 87px;
	bottom: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
}
.round-2::after {
	content: "";
	position: absolute;
	right: -7px;
	bottom: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
}
.client-video {
	padding-right: 15px;
}
.client-info {
	position: relative;
	z-index: 3;
}
.client-info a {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	font-size: 22px;
}
.client-info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding-bottom: 50px;
}
.client-info h6 {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}
.client-info span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
.sec-title.white-title h2 {
	color: #fff;
}
.owl-dots button {
	background: #fff !important;
	width: 10px;
	height: 10px;
	border-radius: 26px;
	margin: 0 5px;
	transition: 0.3s;
}
.owl-dots {
	text-align: center;
	margin-top: 50px;
}
.owl-dots button.active {
	width: 30px;
}
section.testimonial-area::before {
    content: '';
    background-image: url(../images/balloon2.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 0;
    height: 500px;
    z-index: 0;
    width: 33%;
}
/* ******Testimonail section Css End********/

/* ******Contact Form Css Start********/

form.row.col-md-8.needs-validation {
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    padding: 25px;
}

h1.form-title {
    text-align: center;
    font-size: 40px;
    color: #d5312c;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}
section.contact-form {
    padding: 40px 0;
    background-color: #d7ebf8;
    position: relative;
}
.contact-button {
    text-align: center;
}

.contact-button button {
    background-color: #d5312c;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.contact-button button:hover {
    background-color: #d6c7b7 ;
    color: #000;
}
/* section.contact-form::before {
    content: '';
    position: absolute;
    background-image: url(../images/balloon5.png);
    background-repeat: no-repeat;
    left: 0;
    top: 20%;
    width: 15%;
    height: 500px;
    z-index: 9;
} */

section.contact-form::after {
    content: '';
    background-image: url(../images/balloon5.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 20%;
    height: 500px;
    z-index: 9;
    width: 15%;
}
section.contact-form form.row.col-md-8.needs-validation label {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
section.contact-form form.row.col-md-8.needs-validation input {
    padding: 10px 15px;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    border-radius: 50px;
    color: #000;
    font-weight: 400;
}
section.contact-form form.row.col-md-8.needs-validation textarea {
    box-shadow: none;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    outline: none;
}
.main-title-form h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 35px;
    color: white;
    font-weight: 600;
}
/* ******Contact Form Css End********/






/* footer Css :start */

footer.end {
    padding: 40px;
    /* background: linear-gradient(105deg, rgb(110, 153, 230), rgb(9, 60, 148)); */
    background: #3a0a51;
}

.about-line p {
    width: 76%;
    text-align: justify;
    color: #fff;
    font-weight: 400;
}
.links ul {
    list-style: none;
    padding-left: 0;
}
.links ul li {
    padding: 5px 0;
}
.links ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.address p i {
    font-size: 17px;
    margin-right: 10px;
    color: #fff;
}
.address p {
    color: #fff;
}

.address p a {
    font-size: 17px;
    text-decoration: none;
    color: #fff;
}
.useful-social ul {
    list-style: none;
    padding-left: 0;
}
.useful-social ul li {
    padding: 10px 8px;
}
.useful-social ul li i {
    font-size: 18px;
   
    padding: 10px;
    border-radius: 6px;
    color: #fff;
}
h3.footer-title {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
}













p.privacy {
    margin: 0 auto;
}
.sub-footer {
    background-color: #000;
    position: relative;
    display: flex;
}
.sub-footer p {
    margin-bottom: 0;
    padding: 18px;
    text-align: left;
    color: #fff;
    font-size: 18px;
}
.sub-footer p a {
    font-size: 18px;
    text-decoration: none;
    color: #d5312c;
}
.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 65px;
    z-index: 99999;
}
.scroll-to-top a {
    text-decoration: none;
    background-color: #d5312c;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
}
.footer-end img {
    width: 100%;
    max-width: 350px;
    position: relative;
    left: -45px;
    padding-bottom: 20px;
}


/* footer Css :End */

/* Packages Page Css :start */
section.bg-imgs {
    background-image: url(../images/background-img/about-bg-img.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 465px;
    background-size: 100%;
    position: relative;
    margin-top: 101px;
}
.cards img {
    width: 100%;
    height: 275px;
    border-radius: 15px 0 0 15px;
}
.cards {
    border: 1px solid #ccc;
    border-radius: 15px;
    display: flex;
    background-color: #fff;
    margin-bottom: 30px;
}
section.pricing {
    background-color: #d7ebf8;
    padding: 25px 0px;
}

.card-body h2 {
    font-size: 22px;
}

.card-body {
    padding: 12px;
}
.pricing-title h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #d5312c;
    padding: 30px 0;
  text-transform: uppercase;
}
.card-img {
    max-width: 300px;
}
.card-body h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 500;
    padding: 0 20px;
}
.card-product {
    display: flex;
    justify-content: space-between;
}

.card-item1 {
    padding: 0 20px;
}

.card-item2 {
    padding: 0 18px;
}
.card-item1 p {
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
}
.card-item2 p {
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
}
.card-links {
    display: flex;
    padding: 0 5px;
}
.card-links a {
    text-decoration: none;
    background-color: #01b35c;
    color: #ffff;
    font-size: 18px;
    font-weight: 500;
    /* margin-left: 15px; */
    cursor: pointer;
    padding: 10px 35px;
}
a.btn.call {
    background-color: #d5312c !important;
    color: #fff;
   
}
.card-links a:hover {
    background-color: #d6c7b7;
    color: #000;
}

/* Packages Page Css :End */

/* Gallery page css start */
section.bg-img-gallery {
    background-image: url(../images/background-img/gallery-bg-img.jpeg);
    background-repeat: no-repeat;
    width: 100%;
    height: 465px;
    background-size: 100%;
    position: relative;
    margin-top: 101px;
}


.portfolio-section {
    padding: 50px 0;
    overflow: hidden;
}
  .portfolio-section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
  }
  .portfolio-menu {
    text-align: center;
  }
  .control {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #343a40;
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all 0.5s ease;
  }
  .control:hover {
    background: #343a40;
  }
  .mixitup-control-active {
    color: #fff;
    background: #343a40;
  }
  .fancybox-container button:focus {
    outline: 0;
    box-shadow: none;
  }
  .portfolio-item {
    padding-top: 28px;
    list-style: none;
    padding-left: 0px;
}
  .pd {
    padding: 0;
    padding: 10px;
  }
  .pd img {
    height: 180px;
    transition: all 0.5s;
    width: 100%;
}

 
   .portfolio-overlay .category {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
  }
  .mix img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-content: center;
    object-position: center;
    transition: transform ease-in-out 0.5s;
  }
  
  .zoom {
    z-index: 1;
    transform: scale(1.5);
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  
/* Gallery page css end  */
/* Services page css :start */
section.bg-img-services {
    background-image: url(../images/new-balloon-img/55.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 465px;
    background-size: 100%;
    position: relative;
    margin-top: 101px;
    background-position: center;
}
/* Services page css :end */

/* About page Css start */
section.bg-img-about {
    background-image: url(../images/background-img/packages-bg-img.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 465px;
    background-size: 100%;
    position: relative;
    margin-top: 101px;
}



/* about page css End */



/* Contact page Css start */
section.bg-img-contact {
    background-image: url(../images/background-img/contact-bg-img.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 465px;
    background-size: 100%;
    position: relative;
    margin-top: 101px;
}
.contact-address {
    padding: 50px 30px;
}
.contact-address p i {
    font-size: 25px;
    color: #6e7b52;
    margin-right: 18px;
    position: relative;
    top: 6px;
}
.contact-address p {
    font-size: 20px;
    color: #000;
}
.contact-address p span {
    margin-left: 40px;
}



/* Contact page css End */

/* privacy policy css start */
section.privacy {
    padding: 30px 0;
    background-color: #d7ebf8;
}
.privacy-description h3 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 500;
    color: #000;
}
.privacy-description p {
    text-align: justify;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.overlay-bg p {
    font-size: 18px;
    font-weight: 600;
    color: #5b258e;
}

/* privacy policy css end */


.call-us {
    display: flex;
    border-radius: 15px;
    align-items: center;
    padding: 40px;
    width: 80%;
    margin-top: 40px;
    background-color: #672b83;
}
.call-us img {
    width: 130px;
    margin-right: 40px;
}
.party-balloons h2 {
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 10px;
}
section.ballion_every {
    margin-top: 61px;
    margin-bottom: 60px;
}
.party-balloons p {
    color: #ff3394;
    font-weight: 500;
    width: 90%;
    padding-bottom: 26px;
}
.party-balloons ul {
    padding-right: 0px;
}
.party-balloons ul li {
 text-decoration: none;
}
.party-balloons ul {
   
    padding-left: 0px;
    list-style: none;
}
.party-balloons ul li img {
    padding-right: 15px;
}
.call-us span {
    color: white;
    display: block;
}
.call-us a {
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
}

.call-us a {
    color: #f6ff00;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
}

.call-us p {
    color: white;
    width: 100%;
    line-height: 23px;
    padding-bottom: 0;
}

.b-shap:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 30px;
    background-color: #eae9ea;
    bottom: -3%;
    z-index: 0;
    left: 233px;
}
.b-shap {
    left: -40px;
    position: absolute;
    width: 570px;
    height: 570px;
    border-radius: 50%;
    background-color: #eae9ea;
    top: 2%;
    z-index: -1;
}
.party-balloon-img {
    position: relative;
    text-align: end;
    margin-bottom: 43px;
}
img.p-balloon {
    position: absolute;
    bottom: -20px;
    left: -112px;
}
.party-balloon-img img {
    border-radius: 50%;
}
section.bg-img {
overflow: hidden;
}
div#bottombanner {
    margin-top: 101px;
}

.party-balloon-img img {
    border-radius: 50%;
}
.card img {
    height: 260px;
    width: 100%;
    border-radius: 50px 20px !important;
}

.card-link a {
    border-radius: 73px 7px !important;
}
.card-link a {
    padding: 12px 100px !important;
}
.maiin_one {
    padding: 15px;
    border: 1px solid rgb(0 0 0 / 13%);
    border-radius: 0px 0px 35px 3px;
    margin-top: 10px;
    border-bottom: 2px solid red !important;
}
form.row.col-md-6.needs-validation {
    background-color: #672b83;
    border-radius: 30px;
    padding: 25px;
}
label.form-label {
    color: white;
    font-weight: 700;
}
.main_img img {
    max-height: 500px;
    width: 100%;
    border-radius: 25px;
}
.main_img {
    margin-left: 50px;
}
h2.birthday {
    text-align: center;
    margin-bottom: 60px;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #d5312c;
}
section.happy_B {
    padding-top: 40px;
}

video.\.\/images\/balloon-video3\.mp4 {
    width: 100%;
}
section.map {
    margin-top: 40px;
    margin-bottom: 40px;
}

select#S_last {
    border: none;
}


f























ul.best_pic {
    display: flex;
    justify-content: space-between;
}
ul.best_pic li {
    text-decoration: none;
    list-style-type: none;
}
section.call {
    overflow: hidden;
}
section.call {
    display: none !important;
}

option {
    font-weight: 500;
}
option.any {
    display: none;
}