* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin: 0;
}

:root {
  --primary-color: #EB1F10;
  --secondary-color: #DBECFF;
  --black: #000000;
  --white: #ffffff;
  --off-pink: #FFE4E2;
  --off-blue: #173E5B;
}

body {
  font-family: "Biryani", sans-serif;
  font-size: 16px;
  position: relative;
}

h1,
h2 {
  font-family: "Orbitron", sans-serif;
}

.bg-offwhite {
  background-color: var(--secondary-color);
}

.logo {
  width: 100px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: var(--white) !important;
  background-color: var(--primary-color);
  box-shadow: rgba(235, 31, 16, 0.2) 0px 7px 29px 0px;
}

.nav-my-btn a {
  color: var(--white) !important;
  background-color: var(--primary-color);
  box-shadow: rgba(235, 31, 16, 0.2) 0px 7px 29px 0px;
}

.nav-my-btn {
  position: relative;
}

.nav-my-btn::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 2px;
  right: -17px;
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 85px;
  background: url('../image/element\ 1.png') no-repeat center;
  background-size: cover;

}

.sec-padding {
  padding: 60px 0;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-image: url(../image/element\ 2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}

.banner::after {
  content: "";
  position: absolute;
  bottom: 200px;
  right: 0;
  width: 100px;
  height: 150px;
  background-image: url(../image/element\ 3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9;
}

.banner {
  position: relative;
}

.banner-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header {
  position: absolute;
  z-index: 9;
  width: 100%;
}

.header-padding {
  padding: 80px 0 40px;
}

.banner-element {
  position: absolute;
  bottom: 130px;
  left: 0;
  width: 68px;
  height: 131px;
  z-index: 10;
}

/* About */
.about-sec {
  position: relative;
}

.about-right {
  padding-right: 170px;
}

.common-btn {
  display: block;
  width: fit-content;
  margin-top: 20px;
  position: relative;
  background-color: var(--primary-color);
  border-radius: 20px;
  padding: 9px 23px;
  text-decoration: none;
  color: var(--white);
}

.common-btn::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 2px;
  right: -17px;
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.man-element {
  position: absolute;
  right: 0;
  top: -60px;
  width: 336px;
  z-index: 12;

}

.left-element {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
}

.drink-element {
  position: absolute;
  left: 0;
  bottom: -65px;
  height: fit-content;
  z-index: 13;
}

.quote {
  position: absolute;
  right: 0;
  bottom: -100px;
  height: fit-content;
  z-index: 13;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-left {
  position: relative;
}

.about-left .abt-left-img {
  width: 80%;
  height: 80%;
  border: 10px solid #fff;
  border-radius: 50%;
  margin: auto;
  display: block;
  object-fit: cover;
}

.quote p {
  position: absolute;
  top: 31%;
  width: 60%;
  margin: auto;
  display: block;
  font-weight: 600;
}

/* ======================== */
.presence {
  position: relative;
  padding: 200px 0 0;
}

.right-bg {
  position: absolute;
  right: 0;
  top: 0;
}

.mask-image {
  -webkit-mask-image: url(../image/shape2.png);
  mask-image: url(../image/shape2.png);
  mask-repeat: no-repeat;
  mask-position: right;
  mask-size: contain;
}

.presence-right {
  position: relative;
  height: 100%;
}

.calculator {
  position: absolute;
  right: 100px;
  bottom: -60px;
}

.info-graph {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}

.info-graph2 {
  position: absolute;
  bottom: 0;
  left: 100px;
  width: 200px;
}

.help {
  background-color: var(--off-pink);
}

.heading {
  width: 67%;
  margin: auto;
  text-align: center;
}

.help-info {
  position: relative;
  margin: 80px 0;
  height: 500px;
  background-image: url(../image/help_bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.point {
  position: absolute;
  text-align: center;
  width: 300px;
}

.point h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.point-one {
  top: -17px;
  left: 0;
}

.point-two {
  top: -17px;
  right: 25px;
}

.point-three {
  top: 53%;
  left: -3%;
}

.point-four {
  top: 53%;
  right: 0%;
}

.point-five {
  bottom: -20%;
  left: 0%;
}

.point-six {
  right: 5%;
  bottom: -20%;
}

.bg-red {
  background-color: var(--primary-color);
  color: var(--white);
  /* font-size: 30px; */
  font-weight: 600;
  text-transform: uppercase;
}

.solutions {
  margin-top: 50px;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.solutions-one {
  flex: 1 1 calc(33.333% - 40px);
  position: relative;
  border-radius: 96px 0 0 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: fit-content;
  padding: 20px 20px 75px;
}

.solution_element {
  position: absolute;
  bottom: 0;
  left: 0;
}

.solutions-img {
  position: relative;
  width: fit-content;
}

.solutions-img img {
  border-radius: 76px 0 0 0;
}

.solution-icon {
  position: absolute;
  bottom: 8%;
  right: 10%;
  width: fit-content;
  background-color: var(--white);
  box-shadow: 0 7px 29px 0 rgba(100, 100, 100, 0.2);
  padding: 15px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 1;
}

.solution-icon img {
  width: 35px;
}

.solution-info {
  margin: 20px 0;
  text-align: center;
}

.solutions-sec {
  position: relative;
}

.soulution-man-image {
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleX(-1);
  z-index: -1;
}

.brands {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.brands-one {
  position: relative;
  flex: 1 1 calc(25% - 40px);
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  padding: 20px;
  display: flex;
  align-items: center;
}

.brands-one p {
  margin: 0;
  font-size: 19px;
  font-family: 'biryani';
  font-weight: 600;
}

.brands-one::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  height: 50%;
  width: 3px;
  background-color: var(--primary-color);
  border-radius: 2px;
}


/* ========================== */
.testimonial-card {
  position: relative;
  width: 350px;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(235, 31, 16, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.testimonial-top {
  position: relative;
  background: #e41f1a;
  height: 152px;
  position: relative;
  width: 35%;
  margin: auto;
  border-radius: 0 0 60px 60px;
}

.testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px solid #fff;
  overflow: hidden;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-content {
  padding: 25px;
  color: #333;
}

.testimonial-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.testimonial-content h4 {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 16px;
}

.testimonial-content span {
  font-size: 12px;
  color: #777;
}

.testimonial-bottom {
  color: #fff;
  position: relative;
  padding: 10px 0 25px;
  border-top-left-radius: 50% 20px;
  border-top-right-radius: 50% 20px;
}

.testimonial-bottom .quote-rev {
  font-size: 30px;
  color: #e41f1a;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -25px auto -8px;
}

.testimonial-bottom .stars {
  color: #ffcc00;
  font-size: 18px;
}

.review-bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.white-quote-left {
  position: absolute;
  top: 37%;
  left: -55%;
}

.white-quote-right {
  position: absolute;
  top: 37%;
  right: -55%;
  transform: scaleX(-1);
}

.review-sec .container {
  position: relative;
}

.solutions-sec-left-man {
  position: absolute;
  left: -6%;
  top: 0%;
  z-index: -1;
  width: 304px;
}

.solutions-sec-right-man {
  position: absolute;
  right: -6%;
  top: -2%;
  z-index: -1;
  width: 241px;
}

.solutions-sec-bg-shape {
  position: absolute;
  top: 10%;
  left: 0;
}

.success-sec {
  position: relative;
  padding: 60px 0;
}

.succes-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}




/* ========================= */
.vending-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(18, 28, 45, 0.06);
  padding: 28px 10px;
  width: 340px;
  text-align: center;
  position: relative;
  font-family: "Poppins", sans-serif;
  flex: 1 1 calc(33.333% - 20px);
}

.vending-logo img {
  width: 100px;
}

.vending-subtext {
  font-size: 11px;
  color: #04683f;
  font-weight: 600;
  margin-top: 4px;
}

.vending-title {
  font-size: 22px;
  font-weight: 700;
  color: #0f1724;
  margin: 10px 0;
  font-family: 'biryani';
}

.vending-desc {
  font-size: 14px;
  color: #5b6470;
  line-height: 1.5;
}

.vending-ribbon {
  position: absolute;
  right: 0;
  bottom: 0;

}

.vending-ribbon img {
  width: 90px;
}

.success-brand {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.vending-card {}

/* Footer */


/* Footer Base */
.footer {
  background-color: var(--off-blue);
  color: #fff;
  padding-top: 75px;
  position: relative;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px 40px;
}

.footer-column {
  flex: 1 1 250px;
  margin: 10px;
}

.footer-logo {
  width: 100px;
  margin-bottom: 15px;
}

.footer-column h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Orbitron', sans-serif;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #e41f1a;
}

/* Social Icons */
.social-icons {
  margin-top: 15px;
}

.social-icons a {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #e41f1a;
}

/* Red Bottom Bar */
.footer-bottom {
  background-color: #e41f1a;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
}

.footer-column ul li span {
  margin-right: 5px;
}

.footer-curve {
  position: absolute;
  top: -25%;
  left: 0;
}

.brand-sec {
  padding-bottom: 200px;
}

.contact {
  background-color: var(--white);
}

.contact {
  background-color: var(--white);
  padding: 50px 0;
  color: var(--black);
  position: absolute;
  border-radius: 13px;
  text-align: center;
  width: 65%;
  left: 50%;
  top: -45%;
  transform: translate(-50%);
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.contact .common-btn {
  margin: auto;
}

.contact p {
  margin: 20px 0;
}
.swiper.mySwiper{
  padding-bottom: 50px;
  margin-top: 50px;
}
.footer-column {
    flex: 1 1 calc(25% - 20px);
    margin: 10px;
}

.offcanvas .offcanvas-body .nav-item{
  width: fit-content;
}
.off-canvas-btn{
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.offcanvas-title{
  width: 80px;
}
/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-column {
    margin-bottom: 25px;
  }

  .social-icons {
    justify-content: center;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  h1{
    font-size: 25px;
  }
  .banner::before {
    display: none;
  }

  .header::after {
    display: none;
  }

  .logo {
    width: 80px;
  }

  .header-padding {
    padding: 20px 0 40px;
  }
  .banner::after {
    bottom: 253px;
    width: 57px;
}
.man-element{
  display: none;
}
.left-element{
  display: none;
}
.about-left .abt-left-img{
  width: 100%;
  height: 100%;
}
.sec-padding {
    padding: 40px 0;
}
.about-right {
    padding-right: 0px;
}
.quote {
    width: 77%;
    bottom: -75px;
            text-align: center;
}
.quote p {
    top: 27%;
}
.drink-element{
  display: none;
}




.heading {
    width: 100%;
}
.point {
    position: static;
    background-color: var(--white);
            padding: 30px 15px;
    border-radius: 5px;
    flex: 1 1 calc(50% - 10px);
}
.right-bg {
    position: static;
}
.man-2{
  display: none;
}
.calculator, .info-graph2, .info-graph {
  display: none;
}
    .help-info {
        margin: 30px 0 0;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        height: auto;
        background-image: none;
    }
    .point h3{
    margin-bottom: 15px;
}
.soulution-man-image, .solutions-sec-right-man, .solutions-sec-left-man{
  display: none;
}
.brands-one {
    flex: 1 1 100%;
}
.testimonial-card {
    width: 100%;
}
.vending-card {
    flex: 1 1 100%;
}
.footer-column {
    flex: 1 1 200px;

}
.testimonial-content {
    padding: 20px 10px;
}
.testimonial-top {
    height: 140px;
}
.footer-curve {
    top: -37px;
}
.contact {
    padding: 25px 10px;
    width: 92%;
    top: -18%;
}
h2{
  font-size: 22px;
}
.contact p {
    margin: 15px 0;
}
.brand-sec {
    padding-bottom: 182px;
}
.review-bottom-shape{
  width: 100%;
}
.review-bottom-shape img{
  width: 100%;
}
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner::before, .man-element, .left-element, .man-2, .soulution-man-image, .solutions-sec-left-man, .solutions-sec-right-man, .drink-element, .info-graph, .info-graph2, .calculator{
    display: none;
  }
  .about-right {
    padding-right: 0px;
}
.presence {
    padding: 60px 0 60px;
}
.right-bg {
    position: static;
}
.heading {
    width: 100%;
}
    .help-info {
        background-image: none;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin: 40px 0 0;
     height: auto;
    }
    .point {
    position: static;
    flex: 1 1 calc(50% - 10px);
    background-color: var(--white);
    padding: 30px 15px 20px;
    border-radius: 15px;
}
.solutions {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
h3{
  font-size: 20px;
          font-weight: 600;
}
.solution-info p{
  font-size: 16px;
}
.solution-icon {
    bottom: 4%;
}
.testimonial-card, .review-bottom-shape, .review-bottom-shape img{
  width: 100%;
}
.success-brand{
  margin-top: 50px;
}
.vending-card{
  flex: 1 1 calc(50% - 20px);
}
.footer-curve {
    top: -6%;
}

element.style {
}
.contact {
        padding: 34px 29px;
        width: 88%;
        top: -22%;
    }
.brands-one {
    flex: 1 1 calc(50% - 20px);
}
.footer-column {
    flex: 1 1 170px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.banner::before{
  display: none;
}
.man-element, .left-element, .drink-element, .info-graph, .info-graph2, .calculator, .man-2, .soulution-man-image, .solutions-sec-left-man, .solutions-sec-left-man, .solutions-sec-right-man{
  display: none;

}
.about-right {
    padding-right: 0;
}
.quote {
    width: 77%;
}
.about-left .abt-left-img {
    width: 100%;
    height: 100%;
}
.right-bg {
    width: 50%;
}
.presence {
    padding: 0 0 60px;
}
.help-info {
        background-image: none;
        display: flex
;
        position: relative;
       margin: 40px 0 0 ;
        gap: 20px;
        flex-wrap: wrap;
        height: auto;
    }
    .point {
    position: static;
    text-align: center;
    background-color: var(--white);
    padding: 30px 20px;
    border-radius: 10px;
                    flex: 1 1 calc(50% - 20px);
}
.heading {
    width: 100%;
}
.solutions-one {
    flex: 1 1 calc(50% - 40px);
}
.brands-one {
    flex: 1 1 calc(50% - 40px);
}
.vending-card {
    flex: 1 1 calc(50% - 20px);
}
.footer-curve {
    top: -72px;
}
.contact {
    width: 90%;
    top: -32%
}
.footer-column {
    flex: 1 1 calc(50% - 20px);
}
.footer-container {
        flex-direction: row;
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-card{
    width: auto;
  }
  
.contact {
            width: 87%;
        padding: 30px;
}
.footer-curve {
    position: absolute;
    top: -14%;
    left: 0;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
  .contact {
    width: 80%;
}
.footer-curve {
  top: -24%;
}
.banner::before {
    z-index: 0;
}
.quote p {
    top: 20%;
}
.left-element, .man-2{
  display: none;
}
.man-element {
    width: 266px;
}
.right-bg {
    width: 56%;
}
.calculator {
    right: 65px;
    bottom: -43px;
}
.presence {
    padding: 100px 0 180px;
}
.point h3 {
    font-size: 18px;
}
.point  p{
  font-size: 14px;
}
.point-four {
    right: -2%;
}
.point-two {
    top: 9px;
    right: -3%;
}
.point-one {
    top: 6%;
    left: -3%;
}
.soulution-man-image {
    width: 20%;
}
}