@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');

*{
  margin: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
}

:root {
   --body-font: "Montserrat", sans-serif;
  --heading-font: "Unbounded", sans-serif;
  --heading-font2:"Niconne", cursive;
  --theme-color: #ff9700;
  --theme-color2: #e37029;
  --theme-color3: #dd2b1c;
  --theme-bg-light: #F6F6F6;
  --color-white: #ffffff;
  --color-dark: #1E232A;
  --color-gray: #ECECEC;
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-colo--color-white: rgba(255, 255, 255, 0.15);
  --border-colo--color-white2: rgba(255, 255, 255, 0.3);
  --footer-bg: #141414;
  --footer-text-color: #F5FAFF;
  --facebook-color: #3b5998;
    --instagram-color: #962fbf;
    --youtube-color: #c4302b;
    --apple-main: #fbe9e9;
--apple-light: #fff6f6;
--mango-main: #fff1d6;
--mango-light: #fff7e8;
--guava-main: #e6f7ea;
--guava-light: #f2fff5;
--watermelon-main: #fde7ea;
--watermelon-light: #fff2f4;
--pineapple-main: #fff6cc;
--pineapple-light: #fffbe9;
--litchi-main: #f3ecff;
--litchi-light: #faf6ff;
--pomegranate-main: #f9e3e7;
--pomegranate-light: #fff1f3;
--jeera-main: #efe7dc;
--jeera-light: #f7f2eb;
--zeera-main: #f1f5e9;
--zeera-main: #f1f5e9;
--mix-main: #eef1f5;
--mix-light: #f6f8fb;
--mixfruit-main: #e8fbff;
--mixfruit-light: #f4feff;


}




img {
  max-width: 100% !important;
}


body {
   overflow-x: hidden !important;
   font-family: var(--body-font);
}

body,
html {
  scroll-behavior: smooth;
   font-family: var(--body-font);
}

a {
  text-decoration: none !important;
}

a:focus {
  outline: none;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    font-family: var(--heading-font);
}


textarea{
    resize: none !important;
}

/* btn css start */

.theme-btn,
.theme-btn2 {
  font-size: 16px;
  color: var(--color-white);
  padding: 10px 20px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  border-radius: 10px 10px 10px 10px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: none;
  background: var(--theme-color);
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.theme-btn::before,
.theme-btn2::before {
  content: "";
  height: 300px;
  width: 300px;
  background: var(--color-dark);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.theme-btn:hover{
  color: var(--color-white);
}

.theme-btn:hover::before,
.theme-btn2:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.theme-btn i,
.theme-btn2 i{
  margin-left: 8px;
  transform: rotate(-40deg);
  transition: var(--transition2);
}

.theme-btn:hover i,
.theme-btn2:hover i{
  transform: rotate(0deg);
}

.theme-btn span,
.theme-btn2 span {
  margin-right: 5px;
}

.theme-btn2{
  background: var(--theme-color2);
  color: var(--color-white);
}

.theme-btn2::before {
  background: var(--theme-color);
}

.theme-btn2:hover{
  color: var(--color-white);
}

/* btn css end */

.slider_section2{
    display: none;
}

.hero-section{
  /* margin-top: -9.5rem; */
  position: relative;
  overflow: hidden;
}

 .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 114px;
    z-index: 2;
    background-repeat: repeat-x;
    pointer-events: none;
}

.hero-single {
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/*
.hero-single::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -0.5px;
  background-color: var(--theme-color);
  z-index: -1;
} */

.hero_bg01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -0.5px;
 background-color: rgba(250, 169, 18, 0.94);
  z-index: -1;
}


.hero_bg02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -0.5px;
 background-color: rgb(213 42 25 / 79%);
  z-index: -1;
}

.hero-single .hero-content {
  height: 100%;
  margin-bottom: 10px;
}

.hero-single .hero-content .hero-sub-title {
  color: var(--color-white);
  font-size: 60px;
  letter-spacing: 3px;
  text-transform: capitalize;
  font-family: var(--heading-font2);
  font-weight: 800;
  padding-bottom: 0px;
  /* background-color: var(--theme-color2); */
  margin-bottom: 0px !important;
}


.hero-single .hero-content .hero-title {
  color: var(--color-white);
  font-size: 35px;
  margin: 20px 0;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 800;
}

.hero-single .hero-content p {
  color: var(--color-white);
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 0px;
}

.hero-single .hero-content .hero-btn {
  display: flex;
  justify-content: start;
  gap: 1rem;
  margin-top: 35px;
}

.hero-right_side_image{
    height: 400px;
    width: 400px;
    border-radius: 100%;
    margin: auto;
    border: 3px solid var(--color-gray);
 animation: blob 4s infinite ease-in-out;
}

@keyframes blob {
  0%   { border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%; }
  50%  { border-radius: 30% 70% 40% 60% / 65% 35% 65% 35%; }
  100% { border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%; }
}


.hero-right_side_image > img{
    height: 400px;
    width: 400px;
    border-radius: 100%;
 animation: blob 3s infinite ease-in-out;
}

@keyframes blob {
  0%   { border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%; }
  50%  { border-radius: 30% 70% 40% 60% / 65% 35% 65% 35%; }
  100% { border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%; }
}

/* welcome */

.welcome_main_image_div{
    margin-top: 35px;
       /* width: 400px !important;
    height: 400px;
    text-align: center;
    background-color: var(--theme-color);
    border-radius: 100%; */
}

.welcome_main_image_div img{
    width: 340px !important;
    height: 410px;
    object-fit: contain;
    margin: auto;
    line-height: 340px;
}

.hero-right_side_image_welcome{

    border-radius: 100%;
    margin: auto;
    border: 3px solid var(--color-white);
 background-color: var(--theme-color);
 position: relative;
}



/* welcome end */


@media all and (max-width: 1199px) {
  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }
}

@media all and (max-width: 991px) {
  .hero-single .hero-content .hero-title {
    font-size: 50px;
  }
}

@media all and (max-width: 767px) {
  .hero-single .hero-content .hero-sub-title {
    font-size: 25px !important;
  }

  .hero-single {
        padding-top: 40px;
        padding-bottom: 100px !important;
  }

   .hero-single .hero-content .hero-title {
    font-size: 25px !important;
  }

  .hero-single .hero-content .hero-btn {
    gap: 1rem;
  }

  .welcome_main_image_div{
    margin-top: 5px !important;
  }
}


/* hero-slider */
.hero-slider .owl-nav {
  margin-top: 0px;
}

.hero-slider .owl-nav button i{
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  color: var(--color-white);
  font-size: 25px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition);
}

.hero-slider .owl-nav button:hover i{
  color: var(--color-white);
}

.hero-slider .owl-nav .owl-prev {
  right: 40px;
}

.hero-slider .owl-nav .owl-next {
  right: 40px;
}

.hero-slider .owl-nav .owl-next {
  position: absolute;
  top: 43%;
  transform: translate(0, -50%);
}


.hero-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.hero-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  display: none;
}

.hero-slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: var(--color-white);
  border-radius: 0px;
  border: 3px solid var(--theme-color);
  margin: 5px;
  transition: var(--transition);
}

.hero-slider .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
}


@media all and (max-width: 1199px) {
  .hero-slider .owl-nav .owl-prev,
  .hero-slider .owl-nav .owl-next {
    top: unset;
    bottom: 55px;
  }

  .hero-slider .owl-nav .owl-prev {
    left: unset;
    right: 120px;
  }

  .hero-slider .owl-nav .owl-next {
    right: 40px;
  }
}


/*  */



/* about us css */
.about_us_section{
    padding: 50px 0px 50px 0px;
     background-image: url('../images/aboutusbg01.png');
    background-repeat: no-repeat;
    background-size: contain;
   background-position: center center;
   position: relative;
}

.overlay_div_ab_img{
    position: absolute;
    bottom: 0px;
    left: -30px;
}

.overlay_div_ab_img > img{
    width: 200px;
}

.about_us_image_main_div{
    margin-bottom: 20px;
    text-align: center;
}

.about_us_image_box > img{
    margin: auto;
    text-align: center;
    width:400px;
    object-fit: contain;
}

.about_us_content_div{
    background-image: url('../images/aboutusbg02.png');
    background-repeat: no-repeat;
    background-size: 30% auto;
   background-position: right center;
   padding: 30px 0px 30px 0px;
}

.about_us_content_div > h1{
    color: var(--color-dark);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 50px;
    font-family: var(--heading-font2);
}

.about_us_content_div > h5{
    color: var(--theme-color2);
    font-family: var(--heading-font2);
    font-size: 32px;
    font-weight: 500;
}

.about_us_content_div > p{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 500;
}

/* about us css end */


/*  */
.our_beverage_section{
    padding: 20px 0px 20px 0px
}

.title_div_beverage{
    text-align: center;
    margin-bottom: 120px;
}

.title_div_beverage > h2{
    font-family: var(--heading-font2);
    font-size: 35px;
    color: var(--theme-color2);
    margin-bottom: 5px !important;
}


.title_div_beverage > h3{
    font-size: 30px;
    color: var(--color-dark);
}

.beverage_main_div{

    padding: 30px 10px 15px 10px;
}


.apple-main{
    background-color: var(--apple-main);
    position: relative;
     margin-bottom: 110px;

}

.apple-light {
    text-align: center;
}

.apple-light > img{
    margin-top: -100px;
    background-color: var(--apple-light);
    width: 160px;
    height: 160px;
    object-fit: contain;
    border-radius: 100px;
}


.guava-main{
    background-color: var(--guava-main);
    position: relative;
     margin-bottom: 110px;

}

.guava-light {
    text-align: center;
}

.guava-light > img{
    margin-top: -100px;
    background-color: var(--guava-main);
    width: 160px;
    height: 160px;
    object-fit: contain;
    border-radius: 100px;
}

.litchi-main{
    background-color: var(--litchi-main);
    position: relative;
     margin-bottom: 110px;

}

.litchi-light {
    text-align: center;
}

.litchi-light > img{
    margin-top: -100px;
    background-color: var(--litchi-main);
    width: 160px;
    height: 160px;
    object-fit: contain;
    border-radius: 100px;
}

.mango-main{
    background-color: var(--mango-main);
    position: relative;
     margin-bottom: 110px;

}

.mango-light {
    text-align: center;
}

.mango-light > img{
    margin-top: -100px;
    background-color: var(--mango-main);
    width: 160px;
    height: 160px;
    object-fit: contain;
    border-radius: 100px;
}

.pomegranate-main{
    background-color: var(--pomegranate-main);
    position: relative;
     margin-bottom: 20px;

}

.pomegranate-light {
    text-align: center;
}

.pomegranate-light > img{
    margin-top: -100px;
    background-color: var(--pomegranate-main);
    width: 160px;
    height: 160px;
    object-fit: contain;
    border-radius: 100px;
}

.jeera-main{
    background-color: var(--jeera-main);
    position: relative;
     margin-bottom: 20px;


}

.jeera-light {
    text-align: center;
}

.jeera-light > img{
    margin-top: -100px;
    background-color: var(--jeera-main);
    width: 160px;
    height: 160px;
    object-fit: contain;
    border-radius: 100px;
}


.zeera-main{
    background-color: var(--zeera-main);
    position: relative;
     margin-bottom: 20px;


}

.zeera-light {
    text-align: center;
}

.zeera-light > img{
    margin-top: -100px;
    background-color: var(--zeera-main);
    width: 160px;
    height: 160px;
    object-fit: contain;
    border-radius: 100px;
}


.mixfruit-main{
    background-color: var(--mixfruit-main);
    position: relative;
     margin-bottom: 20px;

}

.mixfruit-light {
    text-align: center;
}

.mixfruit-light > img{
    margin-top: -100px;
    background-color: var(--mixfruit-main);
    width: 160px;
    height: 160px;
    object-fit: contain;
    border-radius: 100px;

    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

.beverage_main_div{
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.beverage_image_div{
    position: relative;
    transition: .5s ease-in-out;
}

.beverage_image_div > img{
      border: 3px solid var(--color-white);
     transition: .5s ease-in-out;
}

.beverage_main_div:hover .beverage_image_div > img{
    filter: brightness(103%);
    transform: rotate(17deg);
}


.beverage_content_div{
    margin-top: 12px;
    text-align: center;
}

.beverage_content_div > h3{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
    margin-bottom: 9px;
}

.beverage_content_div > p{
    color: var(--color-dark);
    margin-bottom: 6px !important;
    font-weight: 500;
    font-size: 14px;
}

.beverage_content_div > span{
    color: var(--theme-color3);
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.view_all_products_btn{
    text-align: center;
    margin-top: 10px;
}

.view_all_products_btn > a{
font-size: 15px;
font-weight: 600;
text-transform: capitalize;
color: var(--theme-color2);
text-decoration: underline !important;
}

.view_all_products_btn > a > i{
    font-size: 13px;
}

/*  */


/* css start */
.why_choose_us_section{
    padding: 40px 0px 30px 0px;
    position: relative;
}
.image_bg_why_us{
    position: relative;
    padding: 30px 0;
    z-index: 1;
}

.image_bg_why_us::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-image: url('../images/whyimg02.jpg');
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: right center;

    opacity: 0.2;
    z-index: -1;
}

.whychoose_us_content_div > h4{
    color: var(--color-dark);
    font-family: var(--heading-font2);
    font-size: 35px;
    font-weight: 600;
}

.whychoose_us_content_div > p{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 500;
}

.nested_heading_div > h3{
    font-family: var(--heading-font2);
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--theme-color2);
    margin-bottom: 10px;
}

.nested_content_div {
    margin-bottom: 20px;
}

.nested_content_div > h4{
    color: var(--color-dark);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.nested_content_div >  p{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 500;
}

/*  css end*/
/*  */
.gallery_section {
    padding: 15px 0px 40px 0px;
    background-color: var(--jeera-light);
}

.gallery_title_div {
    margin-bottom: 20px;
    text-align: center;
}

.gallery_title_div > h3 {
    color: var(--color-dark);
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.5em;
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 17px;
    font-family: var(--heading-font2);
}

.gallery_mian_div {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 6px;
    background: var(--mixfruit-light);
    transition:
        transform 0.45s cubic-bezier(0.19, 1, 0.22, 1),
        box-shadow 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.gallery_image_div {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 6px;
}

.gallery_image_div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    filter: brightness(96%) saturate(102%);
    transition:
        transform 1s cubic-bezier(0.19, 1, 0.22, 1),
        filter 0.6s ease;
}


.overlay_gallery_name {
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 2;
    transform: translateY(18px);
    opacity: 0;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.overlay_gallery_name p {
    background: var(--zeera-main);
    backdrop-filter: blur(10px);
    color: var(--white-color);
    padding: 7px 14px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
    border-radius: 3px;
    text-transform: capitalize;
}

.gallery_mian_div::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    opacity: 1;
    transition: 0.4s ease;
}

.gallery_mian_div:hover .gallery_image_div > img {
    transform: scale(1.18);
    filter: brightness(85%) saturate(105%);
}

.gallery_mian_div:hover .overlay_gallery_name {
    transform: translateY(0);
    opacity: 1;
}

.gallery_mian_div:hover::after {
    opacity: 1;
}

/*  */


/*  */
.cta_section{
    background-color: var(--pomegranate-main);
    padding: 20px 10px 20px 10px;
    margin-top: 10px;
}

.cta_content > h4{
    color: var(--theme-color2);
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.cta_content > p{
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px !important;
}


.cta_btn_div{
    text-align: right;
}

.cta_btn_div > a{
    background-color: var(--pomegranate-light);
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--theme-color2);
}

.cta_btn_div > a:hover{
    background-color: var(--jeera-main);
    color: var(--color-dark);

}
/*  */


/* footer css */
.footer{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.735), rgba(0, 0, 0, 0.678)), url(../images/footerbg01.jpg);
    padding: 0px 0px 0px 0px;
    /* background-attachment: fixed; */
}




.main_div_footer {
    margin-bottom: 4px;
    /* padding-top: 20px; */
}

.main_div_footer img {
    width: 200px;
    margin-bottom: 8px;
}

.main_div_footer .fa {

    text-align: center;
   color: var(--color-white);
        border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
    margin-right: 10px;
    font-size: 18px;
}

.footer_num_div > h6{
    color: var(--color-white);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px !important;

}


.main_div_footer2 .fa {

    text-align: center;
   color: var(--color-white);
        border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
    margin-right: 10px;
    font-size: 18px;
}



.footer_usefull_link .fa{

    text-align: center;
   color: var(--color-white);
        border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
    margin-right: 10px;
    font-size: 18px;
}

.main_div_footer2 .footer_num_div > h6{
    color: var(--color-white);
   font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px !important;

}


.footer_num_div a {
    color: var(--color-white);
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;

}


.footer_num_div a:hover {
    color: var(--color-gray);
    display: block;
}

.footer_num_div p {
    color: var(--color-white);
   font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0px !important;

}

.main_div_footer h5 {
    color: var(--color-white);
    text-transform: capitalize;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 800;


}

.footer_usefull_link {
    margin-bottom: 20px;
    padding-top: 20px;
}

.footer_usefull_link > .d-flex{
    margin-top: 20px;
}

.footer_usefull_link h5 {
    color: var(--color-white);
    text-transform: capitalize;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 800;


}

.footer_usefull_link ul {
    list-style: none;
    padding: 0px;
}

.footer_usefull_link li {
    line-height: 45px;
    border-bottom: 1px dotted var(--third-color);
}

.footer_usefull_link li a {
    color: var(--color-white);
    font-size: 14px;
    letter-spacing: .3px;
    text-transform: capitalize;
    font-weight: 500;

}


.footer_usefull_link li a:hover {
    color: var(--color-gray);
    letter-spacing: .3px;
}



.footer_usefull_link b {
    letter-spacing: 1px;
    color: var(--color-dark);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.footer_usefull_link p{
    margin-bottom: 14px !important;
    font-weight: 500;
}

.footer_usefull_link p iframe{
    border-radius: 10px;
    margin-bottom: 10px;
}

.footer_social_icon{
    text-align: left;
    margin-top: 10px;
}

.footer_social_icon > b{
    color: var(--color-white);
    font-size: 16px;
    margin-right: 6px;
    display: block;
    margin-bottom: 5px;

}

.footer_social_icon > a{
    color: var(--color-white) !important;
    border: 1px solid var(--color-gray4);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
   border-radius: 4px;
    transition: .4s ease-in-out;
    font-weight: 400;
}

.footer_social_icon  .fa-facebook-f{
    background-color: var(--facebook-color);
}


.footer_social_icon  .fa-instagram{
    background-color: var(--instagram-color);
}

.footer_social_icon  .fa-youtube{
    background-color: var(--youtube-color);
}


/*  */

 .copy_right_section{
    background-color: var(--pomegranate-main);
    text-align: center;
    padding: 7px 1px;
    /* border-top: 1px solid var(--color-white); */
  }

  .copyright_content_div > p{
    margin-bottom: 0px !important;
    color: var(--theme-color2);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;

  }

  .copyright_content_div > p > a{
    color: var(--theme-color3);
    text-decoration: underline !important;
    font-weight: 600;
  }

/**/
