/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");
html{
  scroll-behavior: smooth
}
body{
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.5;
 background-image: url('../images/home-bg.png');
 background-repeat: no-repeat;
 background-size: cover;
 height: auto; 
 width: 100%;
  color: #424242;
  overflow-x: hidden;
}
body.headitemshow, body.notification-open, body.unlock-open {
  overflow: hidden;
}

.headitemshow{
  position: relative;
}
.headitemshow:before {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 9;
}
a:hover{
  color: #010101;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

main {
    padding: 80px 0 0 0;
}
.iti {width: 100%;}
.iti__selected-flag {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* General (newer browsers) */
input[type=number] {
  appearance: textfield;
}

/*--karan Start--*/

/*--Home Page--*/
.mb-40{
  margin-bottom: 40px;
}
.mb-80{
  margin-bottom: 80px;
}
.hero-bg{
    width: 100%;
    height: 100dvh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.w-hero .row{
  height: 100dvh;
}
.glbhead-title p{
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  margin-bottom: 0px;
  padding-bottom: 14px;
}
.glbhead-title h1{
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 8px;
}
.glbhead-title h1 span{
  color: #FF2A2A;
}
.glbhead-title > span{
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
  color: #fff;
}
.aboutus-sec{
  padding: 84px 0 100px 0;
}
.vplay-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
.vplay-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(32, 33, 36, 0) 0%, rgba(32, 33, 36, 0.6) 100%);
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.vplay-wrap video {
    border-radius: 16px;
    aspect-ratio: 1.2 / 1;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.vplayicon {
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
    transition: opacity 0.3s ease;
}
.vplayicon.hidden {
    opacity: 0;
    pointer-events: none;
}
video {
    display: block;
}
.commlft-text{
  margin-bottom: 4px;
}
.commlft-text span{
  color: #FF2A2A;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 12px;
}
.commlft-text h2{
  font-size: 46px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.abtdes-wrap p{
  font-size: 18px;
  line-height: 2;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 12px;
}
.comprimary-btn{
  background-color: #FF2A2A;
    padding: 12px 30px;
    border-radius: 14px;
    border: 1px solid #FF2A2A;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
}
.comprimary-btn:hover{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.bulletcen-title{
text-align: center;
}
.bulletcen-title span{
font-weight: 600;
font-size: 16px;
text-transform: uppercase;
color: #FF2A2A;
display: inline-block;
margin-bottom: 4px;
}
.bulletcen-title h2{
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
}
.bulletcen-title p{
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  margin-bottom: 0;
}

.bullet-sec{
  padding-bottom: 100px;
}
.bulltice-info h3{
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 12px;
}
.bulltice-info p{
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
.bulltice-list ul{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.bulltice-list ul li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.bulltice-list ul li span{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.bulltice-list h4{
  color: #FF2A2A;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 12px 0;
}
.ourprod-bg{
  background-color: rgba(20, 20, 20, 1);
  padding: 12px 0;
  border-radius: 20px;
}

.ourproimg-left img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1.1 / 1;
    border-radius: 20px;

}

.drink-slider img {
      width: 100%;
      border-radius: 14px;
}
.bulletice-slider .slick-dots {
  bottom: 16px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.bulletice-slider .slick-dots li {
  margin: 0;
}

.bulletice-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  font-size: 0;
  background: rgba(255, 255, 255, 1);
  transition: all 0.3s ease;
  border: unset;
  border-radius: 50%;
}

.bulletice-slider .slick-dots li button:before {
  content: unset;
}

.bulletice-slider .slick-dots li.slick-active button {
  width: 34px;
  border-radius: 40px;
  background: #ff2b2b;
}

.ourprod-sec {
  padding: 60px 0 0 0;
  position: relative;
}
.ourprod-sec:before{
content: "";
    position: absolute;
    background-image: url(../images/darkhome-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 381px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}


.whychoose-sec{
  padding: 50px 0 100px 0;
}
.premium-box{
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.04);
  padding: 20px 20px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.premium-info span{
  width: 70px;
  max-width: 70px;
  height: 70px;
  background-color: #FF2A2A;
  display: grid;
  place-items: center;
  border-radius: 10px;
  margin-bottom: 16px;
}
.premium-info h4{
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 0;
  padding-bottom: 6px;
  font-weight: 600;
}
.svgcust-wd svg{
    width: 70px;
  max-width: 70px;
  height: 70px;
}
.premium-info p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    margin-bottom: 0;
}
.delrben-wrap{
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
    background: #FFFFFF0A;
}
.delrben-title{
    padding: 24px 24px;
    background-color: #FF2A2A;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.delrben-title h5{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.delrben-wrap ul{
  padding: 24px 24px;
}
.delrben-wrap ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}
.delrben-wrap ul li:last-of-type{
    margin-bottom: 0;
}
.delrben-wrap ul li span{
font-weight: 400;
font-size: 18px;
color: rgba(255, 255, 255, 0.8);
}
.dealersec{
  padding: 60px 0;
}
.applyfor-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.applyfor-btn{
    background-color: #FF2A2A;
    padding: 12px 20px;
    border-radius: 14px;
    border: 1px solid #FF2A2A;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.applyfor-btn:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.process-sec{
  padding: 100px 0 0 0;
}
.howit-box{
border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 50px;
}
.howit-box span{
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
}
.howit-box h3{
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}
.howit-bg{
    margin-top: -54px;
}
.howit-bg span{
  width: 70px;
  height: 70px;
  background-color: #FF2A2A;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 5px solid #010101;
}
/*---Karan end--*/



.accordion-item {
  margin-bottom: 20px;
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-button {
  padding: 20px;
  border: 1px solid #FFFFFF1A;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-family: 'Outfit';
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  border: unset !important;
  border-radius: 20px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  box-shadow: unset;
}

.accordion-item {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 20px !important;
}

.accordion-body {
  padding-top: 0;
}

.accordion-body p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Outfit';
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  box-shadow: unset;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,%3Csvg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.5537 8.97052C16.2652 9.25898 15.8138 9.2852 15.4958 9.04919L15.4046 8.97052L8.39583 1.96208L1.38702 8.97052C1.09857 9.25898 0.647184 9.2852 0.329104 9.04919L0.237977 8.97052C-0.0504787 8.68206 -0.0767023 8.23068 0.159307 7.9126L0.237977 7.82147L7.82131 0.23814C8.10976 -0.0503158 8.56115 -0.0765394 8.87923 0.15947L8.97036 0.23814L16.5537 7.82147C16.871 8.13877 16.871 8.65322 16.5537 8.97052Z" fill="white"/%3E%3C/svg%3E');

}

.accordion-button::after {
  background-image: url('data:image/svg+xml,%3Csvg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.5537 8.97052C16.2652 9.25898 15.8138 9.2852 15.4958 9.04919L15.4046 8.97052L8.39583 1.96208L1.38702 8.97052C1.09857 9.25898 0.647184 9.2852 0.329104 9.04919L0.237977 8.97052C-0.0504787 8.68206 -0.0767023 8.23068 0.159307 7.9126L0.237977 7.82147L7.82131 0.23814C8.10976 -0.0503158 8.56115 -0.0765394 8.87923 0.15947L8.97036 0.23814L16.5537 7.82147C16.871 8.13877 16.871 8.65322 16.5537 8.97052Z" fill="white"/%3E%3C/svg%3E');

}



.accordion-button:focus {
  box-shadow: unset;
}


/* contact css start */

.contact-form {
  width: 100%;
  max-width: 590px;
}

.contact-sec {
  padding-bottom: 100px;
}

.contact-head {
  font-family: 'Outfit';
  font-weight: 500;
  font-size: 34px;
  line-height: 55px;
  color: #fff;
  margin-bottom: 20px;
}
.contact-form .form-label {
  font-family: 'Outfit';
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  color: #FFF;
  margin-bottom: 10px;
}

.contact-form .form-control {
  background: rgba(255, 255, 255, 0.01);
  border-radius: 10px;
  border: 2px solid #FFFFFF1A;
  color: #FAFAFA;
  font-family: 'Outfit';
  font-weight: 300;
  font-size: 17px;
  line-height: 17px;
  padding: 18px;
  box-shadow: none;
}
.select2-selection__placeholder{
   color: rgba(255, 255, 255, 0.2);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
   color: rgba(255, 255, 255, 0.2);
     font-weight: 300;
  font-size: 17px;
}
.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-family: 'Outfit';
  font-weight: 300;
  font-size: 17px;
  line-height: 17px;
}

.phone-number-input-main .custom-ph-number {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 18px;
  width: 70px;
  flex: unset;
  border: unset;
  box-shadow: unset;
  position: relative;
  cursor: pointer;
  border: 2px solid #FFFFFF1A;
  border-right-width: 0;
}

.phone-number-input-main .phone-number-input {
  border-left-width: 0px;
}

.custom-ph-number option {
  background: rgba(255, 255, 255, 0.1);
  color: #000;
}

.number-span {
  position: absolute;
  top: 16px;
  left: 42px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: unset;
}

.contact-form textarea {
  min-height: 112px;
}

.contact-form .submit-btn {
  color: #fff;
  background: #FF2A2A;
  width: 100%;
  padding: 16px 10px;
  font-family: 'Outfit';
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  border-radius: 14px;
}


/* right side */

.company-details li {
  display: flex;
  column-gap: 18px;
  margin-bottom: 30px;
}

.company-details .icon {
  width: 100%;
  max-width: 62px;
  height: 62px;
  background: rgba(255, 42, 42, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-content strong {
  font-family: 'Outfit';
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 6px;
  display: block;
}

.list-content p, .list-content p a, .list-content address {
  font-family: 'Outfit';
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}


/* Copyright */

.footer-bottom {
  border: 1px solid rgba(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 0.04);
}
.footer-copyright {
  padding: 26px 0;
}

.footer-copyright p {
  font-family: 'Outfit';
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}


.select2-container {
	width: 100% !important;
	z-index: 1;
}
.select2-container .select2-selection--single {
	height: auto !important;
	padding: 14px  20px;
}
.select2-container--default .select2-selection--single {
	border: 2px solid #FFFFFF1A;
	border-radius: 10px;
	background-color: transparent;
  color: #FAFAFA;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.95 0.75L8.51667 6.18333C7.875 6.825 6.825 6.825 6.18333 6.18333L0.75 0.75' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 14px;
	height: 7px;
	border-width: unset;
	border-style: unset;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow {
	/* top: 12px; */
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #FAFAFA;
	font-size: 16px;
  font-weight: 500;
  padding: 0 0 ;

}
/* --vipul end */
.delrben-wrap{ height: 100%;}
