.slider .slider-item {
    background: none !important;
    background-color: none !important;
    /* background-size: none !important; */
    /* position: unset !important; */
    /* z-index: 2; */
    /* color: #111 !important; */
}
.slider .slider-item .slider-content h1{
    color: #111 !important;
    font-family: "Roboto",sans-serif,'Yaldevi' !important;
    line-height: 95px;
}
.slider .slider-item .slider-content p{
    color: #111 !important;
    font-family: "Roboto",sans-serif,'Yaldevi' !important;
}
.sc-cmp_tp{
    padding: 0px !important;

}
.sc-cmp_tp h5{
    color: #fff !important;
}

.swi_tp_sl{
    width: 370px !important;
}
.sc-cmp_tp .product-img{
    margin: 0px !important;
}
.cmp_sld_sec{
    /* margin-top: -100px !important; */
    z-index: 9 !important;
}
.slider{
    /* height: 70vh !important; */
    z-index: 5 !important;
}

.swi_tp_us{
    /* width: 100% !important; */
}
.swi_tp_us .sc-cmp_tp .sc-category{
    padding: 10px !important;
    margin: 0px !important;
}

.sc-cat-pg-r .product-img{
    margin: 0px 0px 20px 0px !important;
    padding: 0px !important;
}
.tf-slider {
    z-index: 0 !important;
}
.bst-tp_in{
    margin-top: -50px !important;
}
.bst-tp_in .best-seller-inner{
    padding: 0px 30px 30px 30px !important;
}
.btn-nw-s{
    padding: 0px !important;
    margin: 0px 0px 0px 0px !important;
}
.btn-nw-s .bottom-inner , .btn-nw-s .bottom-inner a{
    color: #888 !important;

}
.button-slider a{
    background-color: #111 !important;
}
.button-slider a span{
    color: #fff !important;

}
.card-media-m img{
    border-radius: 15px !important;
}
.card-media-m h5{
    font-size: 14px;
    margin-top: 10px;
    color: #777;
}
.main-logo img{
    width: 350px !important;
}

.sc-button.style-2 {
    background-image: linear-gradient(to left, #c96f09 58.12%, #ffa200 81.74%);
    background-color: #fff !important;
    border: unset;
    color: #111 !important;
    background-size: 200% auto;
}
.current-item a{
    color: #fff !important;
    text-decoration: underline;
}
.bg-rnv{
    background-color: rgb(7, 1, 66);
    margin-top: -150px;
    height: 20vh;
}

.bg-drk{
    background-color: rgb(7, 1, 66) !important;

}

.heading span{
    /* color: #fcb439 !important; */
    color: #fff !important;
    text-shadow: -1px -1px 0 #000, 2px -1px 0 #000, -1px 2px 0 #000, 2px 2px 0 #000;
}


/* nw */
/* ========== Variables ========== */
 :root {
	 --color-body: none !important;
	 --color-box: #ffffff;
	 --color-text: #545252;
	 --color-primary: #007882;
	 --font-normal: 400;
	 --font-bold: 700;
	 --radius: 10px;
	 --radius-xl: 50px;
	 --transition-time: 0.3s;
	 --transition: all var(--transition-time);
}
/* ========== Layout ========== */
 .sect-urs-s {
	 display: block !important;
	 width: 100%;

}
 .section_offset {
	 padding: 50px 0;
}
/* ========== Slider ========== */
 .feedback {
	 padding: 50px;
	 border-radius: var(--radius-xl);
	 background: var(--color-box);
}
 .feedback__title {
	 font-size: 48px;
	 font-weight: var(--font-bold);
	 margin-bottom: 20px;
}
 .feedback__slider {
	 height: 200px !important;
	 transition: var(--transition);
	 position: relative;
     width: 100%;
}
 .feedback__slider::before {
	 content: '';
	 position: absolute;
	 z-index: 9;
	 top: 0;
	 right: 0;
	 left: 0;
	 height: 30px !important;
	 /* background: linear-gradient(180deg, var(--color-box) 41.72%, rgba(242, 246, 246, 0) 76.33%, rgba(255, 255, 255, 0) 76.33%); */
}
 .feedback__slider::after {
	 content: '';
	 position: absolute;
	 z-index: 9;
	 bottom: 0;
	 right: 0;
	 left: 0;
	 height: 30px !important;
	 /* background: linear-gradient(1.27deg, var(--color-box) 32.89%, rgba(242, 246, 246, 0) 76.89%, rgba(242, 246, 246, 0) 76.89%); */
}
 .feedback__slider .swiper-button-prev, .feedback__slider .swiper-button-next {
	 top: initial;
	 bottom: initial;
	 left: 0;
	 right: 0;
	 width: 100%;
	 height: 34px !important;
	 margin: 0;
	 padding: 0;
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: 34px;
}
 .feedback__slider .swiper-button-prev::before, .feedback__slider .swiper-button-next::before, .feedback__slider .swiper-button-prev::after, .feedback__slider .swiper-button-next::after {
	 display: none !important;
	 content: '';
}
 .feedback__slider .swiper-wrapper {
    width: 100% !important;
    text-align: left !important;
 }

 .feedback__item {
	 display: flex;
	 flex-direction: column;
	 align-items: left;
	 width: 100%;
	 padding: 30px 0px;
	 border-radius: var(--radius);
	 background: var(--color-body);
	 text-align: left !important;
}
 .feedback__image {
	 display: inline-block;
	 width: 58px;
	 height: 58px;
	 border-radius: 50%;
	 margin-bottom: 20px;
}
 .feedback__name {
	 font-size: 18px;
	 color: var(--color-primary);
	 margin-bottom: 10px;
}
 .feedback__text {
	 margin: 0 0 1em 0;
}
 .feedback__text:last-child {
	 margin-bottom: 0;
}
/* ========== Media ========== */
 @media (max-width: 991px) {
	 .feedback__title, .feedback__text {
		 text-align: center;
	}
}
 
.header_1{
    /* background-color: #fbbc04 !important; */
    background-color: none !important;
}
body{
    /* background-color: rgb(66, 1, 50) !important; */
    /* background: linear-gradient(.25turn, #E250E5,#4B50E6,#E250E5) !important; */
    background: url('../images/background/bg-slider-n.png') center center no-repeat;
    background-attachment: fixed;

    
    --e-global-color-primary: #FFFFFF;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #FFFFFF;
    --e-global-color-accent: #D8BB08;
    --e-global-typography-primary-font-family: "Roboto Slab";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Condensed";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
    background-color: #D5313100;
    /* background-image: url(https://gajaman.com/wp-content/uploads/2023/01/gajama-web-bg2-scaled.jpg); */
    /* background-image: url(https://gajaman.com/wp-content/uploads/2023/01/gajama-web-bg2-scaled.jpg); */
    background-position: center center;
    background-size: cover;
}

.tf-slider {
    background: none !important;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.social_area{
    width: 100%;
    z-index: 99999999 !important;
}
.social_area a.fb{
    background-color: rgb(15, 119, 255) !important;
    padding: 10px 15px 10px 15px;
    color: #ffffff;
    text-align: center !important;
    border-radius: 50% !important;
    font-size: 26px;
    margin-right: 15px;
}

.social_area a.ins{
    background: -webkit-linear-gradient(rgb(243, 179, 3), rgb(158, 1, 197)) !important;
    
    padding: 10px 10px 10px 15px;
    margin-right: 15px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 26px;
    text-align: center !important;
}

.social_area a.yt{
    background-color: rgb(255, 15, 15) !important;
    padding: 10px 7px 10px 13px;
    color: #ffffff;
    text-align: center !important;
    border-radius: 50% !important;
    font-size: 26px;
    margin-right: 15px;
}

.social_area a.tik{
    background-color: rgb(41, 43, 45) !important;
    padding: 10px 15px 10px 15px;
    color: #ffffff;
    text-align: center !important;
    border-radius: 50% !important;
    font-size: 26px;
    margin-right: 15px;
}
.social_area a.ins:hover{
    background: -webkit-linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) !important;
    color: #111;
}
.social_area a:hover{
    background-color: #fff !important;
    color: #111;
    opacity: 50%;
}


/* chat open */

.open-button {
    padding:10px 15px;
    background-color: #04AA6D;
    color: white;
    font-size:24px;
    border-radius:50%;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 23px;
    right: 28px;
    text-decoration: none;
    z-index: 99999999 !important;
  }
  
  /* The popup chat - hidden by default */
  .chat-popup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 9;
   
  }
  
  /* Add styles to the form container */
  .form-container {
    max-width: 300px;
    padding: 10px;
    border-radius:20px;
    background-color: white;
    color:#777;
    text-align: center;
    border: 2px solid #ffd500;
  }
  

  
  /* When the textarea gets focus, do something */
  .form-container textarea:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit/send button */
  .form-container .btn {
    background-color: #04AA6D;
    color: white;
     font-size:17px;
    padding: 10px 20px;
    border: none;
    border-radius:20px;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: #1974D2;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
  opacity: 0.8;
  }

  .cht-msg_wa{
    height: 150px;
    width: 100%;
    text-align: center;
    background-color: #eee;
    border-radius: 15px;
    margin: 0px 0px 10px 0px;
    padding: 30px !important;
    font-size: 18px;
  }

  .cht-msg_wa i{
    font-size: 36px;
  }
  .form-container h3{
    font-size: 18px;
    padding: 0px 0px 10px 0px;
    text-align: center;
  }
  .cancel{
    width: 100px !important;
    background-color: #ffd500 !important;
    color: #111 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: bold !important;
  }

  .cnt-frm-t .form-create-item-content {
    margin-top: 0px !important;
}

.header_1.is-fixed {
    position: fixed;
    top: -161px;
    left: 0;
    width: 100%;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 30%);
    background-color: rgba(0, 0, 0, 0.685) !important;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header_1.is-fixed nav ul li a{
    color: #fff !important;
}
.feedback__item .sc-product-item{
    background-color: none !important;
    padding: 49px 23px 37px;
    border: none !important;
    box-sizing: border-box;
    border-radius: 20px;
}

.feedback__item  h5{
    color: #111 !important;
}
.pack-hid{
    opacity: 40% !important;
}
.list-table li{
    padding: 7px 0px !important;
    font-weight: bold;
    color: rgb(255, 255, 255) !important;

}
.price{
    text-align: center;
    font-size: 32px !important;
    color: #fff !important;
    margin-top: 10px !important;

}
.package{
    font-size: 28px !important;
    margin: 10px 0px 0px 0px;
    color: #fff !important;
    text-transform: uppercase;

}

.sc-contact-infor {
    background: rgba(0, 0, 0, 0.322);
    border: 1px solid rgba(99, 69, 237, 0.12);
    box-sizing: border-box;
    border-radius: 12px;
    padding: 39px 55px;
    text-align: center;
}
.infor{
    margin-top: 15px !important;
}
.infor .buy_pack_nw{
    background-color: #ffd500;
    padding: 10px 20px;
    border-radius: 15px !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.infor .buy_pack_nw:hover{
    background-color: #545252;
    color: #fff;
}
.pric-icon img{
    border-radius: 50%;
    border: 3px solid #fff;
}
.sc-wallet .icon img{
    width: 100px !important;
}

.sc-wallet {
    text-align: center;
    background: rgba(0, 0, 0, 0.192);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    margin-bottom: 120px;
}

.sc-contact-infor .icon {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffd500;
    color: #fff;
    font-size: 40px;
    margin-bottom: 43px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sc-contact-infor h4{
    color: #fff !important;
}
.sc-contact-infor .infor{
    color: #fff !important;
}
.sc-contact-infor .infor a{
    color: #fff !important;
}
.sc-contact-infor .infor a:hover{
    color: #111 !important;
}
#scroll-top{
    display: none !important;
}
.cht-msg_wa a:hover{
    color: #D8BB08 !important;
}
.bt-dwn-ap{
    background-color: #04AA6D;
    color: #fff;
    padding: 12px 10px;
    border-radius: 5px;
}
.bt-dwn-ap:hover{
    color: #04AA6D;
    background-color: #fff;
}