@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&family=Raleway: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=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('animate.css');
@import url('custom-animate.css');
@import url('swiper.min.css');
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #212121;
    font-family: 'Mukta', sans-serif;
}
.container-fluid{
    padding-left: 50px;
    padding-right: 50px;
}
@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri-Bold.ttf);
  src: url(../fonts/Calibri-Italic.ttf);
  src: url(../fonts/Calibri-Light.ttf);
  src: url(../fonts/Calibri-Regular.ttf);
}
@font-face {
  font-family: impact;
  src: url(../fonts/impact.ttf);
}
@font-face {
  font-family: Paint Drops;
  src: url(../fonts/Paint-Drops.ttf);
}
@font-face {
  font-family: shree;
  src: url(../fonts/shree.ttf);
}
html, body{
    overflow-x: hidden;
}
/*Header Section Css start Here*/
.top-header{
    border-top: 7px solid #d6d6d6;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
a:hover{
    text-decoration: none;
}
a.dropdown-item {
    font-size: 16px;
    color: #000000;
    font-family: "Calibri";
    text-transform: uppercase;
    line-height: 30px;
    border-bottom: 1px solid #a2a2a2;
}
a.dropdown-item:last-child{
    border-bottom: none;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.dropdown-menu{
    min-width: 13rem;
}
.logo img{
    width: 70%;
}
.logo{
    padding-top: 20px;
}
.contact-info {
    background-color: #00b1ea;
    margin-top: -1px;
    padding: 13px;
    display: flex;
    gap: 30px;
    width: 325px;
    justify-content: center;
    border-radius: 32px;
    margin-left: auto;
}
.header-email{
    text-align: right;
}
.header-email {
    width: 325px;
    margin-left: auto;
    text-align: center;
    padding-top: 12px;
}
.header-email a {
    font-size: 17px;
    color: #262626;
    font-family: "Calibri";
}
.contact-info a {
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    font-family: "Calibri";
}
a.dropdown-item {
    font-size: 20px;
    line-height: 34px;
    color: #000;
    font-family: "Calibri";
}
nav.navbar.navbar-expand-lg.navbar-light {
    background: #29257a;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}
nav.navbar.navbar-expand-lg.navbar-light a.nav-link {
    font-size: 21px;
    color: #ffffff;
    font-family: "Calibri";
    text-transform: uppercase;
    padding: 0;
    line-height: 21px;
}
nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.mr-auto li.nav-item {
    margin-right: 22px;
    border-right: 2px solid #fff;
    padding-right: 22px;
}
nav.navbar.navbar-expand-lg.navbar-light ul.navbar-nav.mr-auto li.nav-item:last-child{
    border-right: 0px solid;
    padding-right: 0px; 
}
/*Header Section Css End Here*/

/*Footer Section Css Start Here*/
footer.footer {
    background-color: #040f34;
    padding: 50px 0;
}
.get-in-touch-content{
    margin-top: 20px;
}
.get-in-touch-content .get-in-touch-content-inner{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.get-in-touch-content .get-in-touch-content-inner:last-child{
    margin-bottom: 0px;
}
.get-in-touch-content-inner i{
    color: #ffffff;
    font-size: 17px;
}
.get-in-touch-content-inner p, .get-in-touch-content-inner p a{
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    font-family: "Raleway";
}
.pl-2{
    padding-left: 30px!important;
}
.footer-inner.footer-inner-logo {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-right: 10%;
}
footer.footer h2 {
    font-size: 22px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 10px;
    font-family: 'Asap Condensed', sans-serif;
    letter-spacing: 1px;
}
p.location-content {
    font-size: 15px;
    line-height: 21px;
    color: #ffffff;
    font-family: "Raleway";
}
ul.footer-menu {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0px;
}
ul.footer-menu li a{
    font-size: 17px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Raleway";
}
ul.footer-menu li a:hover{
    text-decoration: none;
}
ul.footer-menu li {
    margin-bottom: 13px;
}
ul.footer-menu li:last-child{
    margin-bottom: 0px;
}
.social-media-footer li {
    display: inline-block;
    margin-bottom: 0px!important;
    margin-right: 10px;
}
.footer-social-media{
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.footer-social-media li{
    display: inline-block;
}
/*Footer Section Css End Here*/

/*copyright footer css start here*/
.copyright-footer {
    background-color: #00b1ea;
    padding-top: 20px;
    padding-bottom: 20px;
}
.copyright-footer p {
    font-size: 16px;
    line-height: 14px;
    color: #000000;
    font-family: "Raleway";
    text-align: center;
    margin-bottom: 0px;
}
/*copyright footer css end here*/

/*Title Section Css Start Here*/
.welcome-sec-title{
    margin-top: 40px;
    margin-bottom: 40px;
}
.title-inner{
    text-align: center;
}
.title-inner h1{
    font-size: 34px;
    line-height: 34px;
    color: #00b1ea;
    font-weight: 500;
    font-family: "Rubik";
}
.title-inner h2{
    font-size: 34px;
    line-height: 34px;
    color: #2b4587;
    font-weight: 700;
    font-family: "Rubik";
}
/*Title Section Css End Here*/

/*Info Section Css Start Here*/
.info-section{
    background: url(../images/info-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 75px;
}
.info-section-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.info-section-content p{
    font-size: 17px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Rubik";
}
/*Info Section Css End Here*/

/*Product Section Css Start Here*/
.product-sec{
    background: url(../images/memorable-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}
.product-sec h2{
    font-size: 83px;
    line-height: 80px;
    color: #e43358;
    font-family: "Paint Drops";
    text-align: center;
}
.product-sec-inner h3 {
    font-size: 25px;
    line-height: 27px;
    color: #2b4587;
    font-weight: 500;
    font-family: "Rubik";
}
.product-sec-inner p{
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    font-weight: 300;
    font-family: "Rubik";
}
.product-sec-slider{
    padding-left: 20px;
    padding-right: 20px;
}
.product-sec-slider{
    background: url(../images/product-slider-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}
.product-sec-slider {
    background: url(../images/product-slider-bg.png);
    background-repeat: no-repeat;
    background-size: 72% 80%;
    padding: 20px;
    background-position: center top;
    height: 480px;
}
.product-sec-slider-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 335px;
}
.product-sec-slider-img img {
    height: 219px;
    margin-top: 62px;
}
img.slider-shape-img {
    position: absolute;
    top: 69px;
    flex: 0 0 100%;
    width: 367px;
    height: 198px;
}
/*Product Section Css End Here*/

/*Mission Vision Css Start Here*/
.mission-vision-sec{
    background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 100px;
}
.mission-vision-sec-inner-icon{
    width: 103px;
    height: 103px;
    border-radius: 51px;
    background-color: #e43358;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
}
.mission-vision-sec-inner-content{
    border-radius: 30px;
    filter: drop-shadow(0 0 10.5px rgba(0,0,0,0.13));
    background-color: #ffffff;
    padding: 30px 20px 20px 20px;
    margin-top: -6%
}
.mission-vision-sec-inner-content h3{
    font-size: 25px;
    line-height: 21px;
    color: #e33358;
    font-weight: 600;
    font-family: "Raleway";
    text-align: center;
}
.mission-vision-sec-inner-content p{
    font-size: 17px;
    line-height: 21px;
    color: #393939;
    font-family: "Raleway";
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}
/*Mission Vision Css End Here*/

/*Infastructure Section Css Start Here*/
.infastructure{
    background: #e13157;
    padding: 50px 0;
}
.infastructure .title h3{
    font-size: 34px;
    line-height: 60px;
    color: #152c65;
    font-weight: 700;
    font-family: "Rubik";
    text-align: center;
}
.title .title-line{
    width: 333px;
    height: 9px;
    border-radius: 4px;
    background-color: #ffffff;
    margin: 0 auto;
}
.infastructure-content{
    margin-top: 30px;
}
.infastructure-content img{
    border-radius: 40px;
    background-color: #000000;
    border: 3px solid #152c65;
}
.infastructure-content h4{
    font-size: 25px;
    line-height: 38px;
    color: #ffffff;
    font-family: "Impact";
    text-align: center;
    font-weight: 500
}
.infastructure-content p{
    font-size: 17px;
    line-height: 21px;
    color: #ffffff;
    font-family: "Raleway";
    text-align: center;
}
.infastructure-content-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
/*Infastructure Section Css End Here*/

/*Inner Page Banner Section Start Here*/
.about-us-banner{
    background: url(../images/about-us-banner.png);
}
.orange-soda-banner{
    background: url(../images/products/orange-soda-bg.png);
}
.jeera-soda-banner{
    background: url(../images/products/jeera-soda-bg.png);
}
.nimbu-masala-banner{
    background: url(../images/products/nimbu-masala-bg.png);
}
.malty-bear-banner{
    background: url(../images/products/multy-bear-bg.png);
}
.cola-drink-banner{
    background: url(../images/products/cola-drink-bg.png);
}
.fruto-soda-banner{
    background: url(../images/products/fruto-soda-bg.png);
}
.crsytal-lemon-banner{
    background: url(../images/products/crystal-lemon-bg.png);
}
.apple-soda-banner{
    background: url(../images/products/apple-soda-bg.png);
}
.pineapple-soda-banner{
    background: url(../images/products/pineapple-soda-bg.png);
}
.gallery-banner{
    background: url(../images/gallery-banner.png);
}
.video-banner{
    background: url(../images/video-banner.png);
}
.mango-banner{
    background: url(../images/products/mango-bg.png);
}
.teti-banner{
    background: url(../images/products/teti-bg.png);
}
.soda-banner{
    background: url(../images/products/soda-bg.png);
}
.thank-you-banner-bg{
    background: url(../images/video-banner.png);
}
.inner-banner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0px;
}
.inner-banner .title h3{
    font-size: 46px;
    line-height: 60px;
    color: #2b4587;
    font-weight: 700;
    font-family: "Rubik";
    text-align: center;
    text-transform: uppercase;
}
.inner-banner .title h3 span{
    color: #ffffff;
}
/*Inner Page Banner Section End Here*/

/*About Us Page Css Start Here*/
.about-info-sec{
    background: url(../images/about-us-info.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}
.about-us-mission-vision{
    background: url(../images/memorable-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}
.about-info-sec img{
    border-radius: 40px;
    filter: drop-shadow(2.5px 4.33px 2.5px rgba(0,0,0,0.17));
    background-color: #000000;
    border: 3px solid #fee523;
}
.about-info-sec p{
    font-size: 17px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Rubik";
}
/*About Us Page Css End Here*/

/*Product Content Css Start Here*/
.product-content {
    background: url(../images/products/product-content-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 10% 30%;
}
.product-content-inner h2{
    font-size: 80px;
    line-height: 80px;
    color: #ffffff;
    font-family: "Paint Drops";
    text-align: center;
}
.product-content-inner p{
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    font-weight: 300;
    font-family: "Rubik";
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.available-size {
    border-radius: 60px;
    filter: drop-shadow(2px 3.464px 2px rgba(0,0,0,0.17));
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
}
.available-size h3{
    font-size: 25px;
    line-height: 25px;
    color: #2b4587;
    font-weight: 700;
    font-family: "Rubik";
}
.available-size p {
    font-size: 17px;
    line-height: 17px;
    color: #2b4587;
    font-weight: 700;
    font-family: "Rubik";
    margin-bottom: 0px;
    margin-top: 10px;
}
.product-content-img {
    text-align: center;
    margin-top: 120px;
    position: relative;
    height: 750px;
}
img.ice-cube-img-2 {
    position: absolute;
    left: -6%;
    bottom: 27px;
}
.product-content-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
/*Product Content Css End Here*/

/*Gallery Section Css Start Here*/
.gallery-sec{
    margin-top: 50px;
    margin-bottom: 50px;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    border: 10px solid #fff;
    width: 100%;
    gap: 20px;
}
.gallery a {
    display: block;
    text-decoration: none;
    width: 23%;
    overflow: hidden;
    outline: none;
}
.gallery a img {
    height: 100%;
    transform: scale(1,1);
    transition: all 300ms ease;
}
.gallery a img:hover {
    transform: scale(1.1,1.1);
}
.bg {
    width: 100%;
    height: 200px;
    background-size: cover;
    transform: scale(1,1);
    transition: all 300ms ease;
}
.bg:hover {
    transform: scale(1.1,1.1);
}
@media(max-width: 991px) {
    .gallery a {
        width: 50%;
    }
}

@media(max-width: 767px) {
    .gallery a {
        width: 100%;
    }
    .bg {
        height: 300px;
    }
}
/*Gallery Section Css End Here*/

/*Video Section Css Start Here*/
.video-row{
    row-gap: 30px;
}
/*Video Section Css End Here*/

/*Distributor Section Css Start Here*/
.distributor-sec{
    margin-top: 50px;
    margin-bottom: 50px;
}
.btn-primary {
    color: #fff!important;
    background-color: #29257a!important;
    border-color: #29257a!important;
    font-family: "Raleway";
    text-transform: uppercase;
}
.btn-danger{
    font-family: "Raleway";
    text-transform: uppercase;
}
/*Distributor Section Css End Here*/

/*Tahnk you Page Css Start Here*/
.thank-you-inner img {
    width: 30%;
    margin: 0 auto 20px;
}
.thank-you-inner-img {
    text-align: center;
}
section.thank-you {
    margin-top: 50px;
    margin-bottom: 50px;
}
/*Thank you Page Css End Here*/

/*Contact Us Page Css Start Here*/
section.contact-us {
    margin-top: 50px;
    margin-bottom: 50px;
}
.contact-info-contact-us {
    background: #29257a;
    padding: 20px;
}
.contact-info-contact-us h3 {
    font-size: 30px;
    color: #ffffff;
    font-family: "Calibri";
    text-transform: uppercase;
    padding: 0;
    line-height: 21px;
    margin-bottom: 10px;
}
.contact-info-contact-us p {
    font-size: 16px;
    color: #ffffff;
    font-family: "Calibri";
    text-transform: uppercase;
    padding: 0;
    line-height: 27px;
    margin-bottom: 0px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255);
}
.map{
    margin-top: 20px;
}
/*Contact Us Page Css End Here*/

/*Social Media Css Start Here*/
.social-media ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.social-media {
    position: fixed;
    z-index: 9999;
    top: 50%;
    transform: translate(0px, -50%);
}
.social-media li a {
    color: #fff;
    display: block;
    height: 50px;
    position: relative;
    text-align: center;
    line-height: 50px;
    width: 50px;
    margin-bottom: 1px;
    z-index: 200000!important;
}
.fixed-insta{
        background: rgb(138,58,185);
    background: -moz-linear-gradient(top, rgba(138,58,185,1) 0%, rgba(233,89,80,1) 50%, rgba(252,204,99,1) 100%);
    background: -webkit-linear-gradient(top, rgba(138,58,185,1) 0%,rgba(233,89,80,1) 50%,rgba(252,204,99,1) 100%);
    background: linear-gradient(to bottom, rgba(138,58,185,1) 0%,rgba(233,89,80,1) 50%,rgba(252,204,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3ab9', endColorstr='#fccc63',GradientType=0 );
}
.fixed-facebook {
    background-color: #4267B2;
}
.fixed-youtube {
    background-color: red;
}
.fixed-whatsapp {
    background-color: green;
}
/*Social Media Css End Here*/
.select-launguages {
    width: 60%;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #29257a;
}
ul.footer-menu li a:hover {
    text-decoration: none;
    color: #e13157;
}