@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;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=Rajdhani:wght@300;400;500;600;700&display=swap');


/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(https://cmscustom-staginglink2.com/zaraka-vending/wp/wp-content/themes/zaraka-vending/fonts/fontawesome-webfont.eot);
    src: url(https://cmscustom-staginglink2.com/zaraka-vending/wp/wp-content/themes/zaraka-vending/fonts/fontawesome-webfont.eot?) format("embedded-opentype"), url(https://cmscustom-staginglink2.com/zaraka-vending/wp/wp-content/themes/zaraka-vending/fonts/fontawesome-webfont.woff) format("woff"), url(https://cmscustom-staginglink2.com/zaraka-vending/wp/wp-content/themes/zaraka-vending/fonts/fontawesome-webfont.ttf) format("truetype"), url(https://cmscustom-staginglink2.com/zaraka-vending/wp/wp-content/themes/zaraka-vending/fonts/fontawesome-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: "Rajdhani", sans-serif;
    font-size: 60px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1;
    color: #1b1b1b;
    font-weight: 700;
    margin: 0;
}

h3 {
    font-family: 'Rajdhani';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Rajdhani';
    font-size: 24px;
    line-height: 1.2;
    color: #0c0b0b;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

h5 {
    font-family: 'Rajdhani';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 600;
    margin: 0;
}

h6 {
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */


.theme1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 8px 64px 8px 15px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #e3714a;
    border: none;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.5s;
    border: 1px solid #e1e1e19e;
}

.theme1:hover {
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme1 span.theme1-txt {
    font-size: 13px;
    line-height: 20px;
    font-family: 'Montserrat';
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.theme1 span.theme1-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 52px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme1:hover span.theme1-icon {
    width: 100% !important;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme1 span.theme1-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    object-fit: contain;
}


/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 22px 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.container-fluid {
    padding: 0 4%;
}

.menuSec ul li a {
    color: #fff;
    font-size: 17px;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 40px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #e3714a;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}



/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

section.banner-sec {
    background-image: url(../images/banner.jpg);
    width: 100%;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    z-index: 0;
    align-content: center;
    margin-bottom: 100px;
}

.banner-slider .slick-slide {
    margin: 0 0;
}

.banner-slider {
    position: relative;
}

.banner-slider:before {
    content: '';
    position: absolute;
    top: 60px;
    left: 5px;
    background: #ffffff38;
    width: 1px;
    height: 125%;
}

section.banner-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e3714a;
    width: 100%;
    height: 190px;
    z-index: 0;
}

.menuSec ul li:first-child a {
    padding: 10px 40px 10px 0px;
}

section.banner-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #151515;
    width: 100%;
    height: 100%;
    z-index: -7;
    opacity: 90%;
}

.banner-img img {
    width: 80%;
    height: 680px;
    object-fit: scale-down;
    position: relative;
    z-index: 1;
    margin-top: 70px;
}

section.banner-sec .row {
    align-items: center;
}

.banner-txt h1 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}

.banner-txt p {
    color: #b2b2b2;
    margin-bottom: 25px;
    margin-left: 25px;
    font-size: 12px;
    width: 83%;
}

.banner-txt a {
    margin-left: 25px;
}

.header-btn {
    text-align: end;
}

.slider-counter {
    margin-top: -70px;
    position: relative;
    z-index: 12;
}

span.current-slides {
    font-size: 52px;
    font-family: 'Rajdhani';
    color: #fff;
    font-weight: 700;
}

span.total-slides {
    font-size: 24px;
    font-family: 'Rajdhani';
    color: #aaaaaa;
    font-weight: 700;
    letter-spacing: 15px;
}

span.prev-slides {
    font-size: 24px;
    font-family: 'Rajdhani';
    color: #fff;
    font-weight: 700;
    letter-spacing: 15px;
}

.slider-count {
    display: grid;
    position: relative;
    bottom: 38px;
    left: 150px;
}

.slide-in-count:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 55px;
    background: #aaaaaa;
    width: 2px;
    height: 15px;
    transform: skew(170deg, 356deg);
}

.slide-in-count:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 130px;
    background: #ed876b;
    width: 150px;
    height: 1px;
}

.ban-slide-dif {
    display: flex;
    align-items: center;
    gap: 20px;
}

.slide-in-count {
    display: flex;
    align-items: center;
    gap: 170px;
    position: relative;
    z-index: -1;
}

.slider-count h6 {
    color: #fff;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

.banner-slider button.slick-next {
    right: 260px;
    top: 149%;
    width: 55px;
    height: 55px;
    background: transparent;
    box-shadow: unset;
    border: 1px solid #ffffff75;
}

.banner-txt {
    margin-bottom: 60px;
}

.banner-slider button.slick-next:before {
    content: '\f054';
    font-size: 20px;
    color: #ffffff75;
}

.banner-slider button.slick-next:hover {
    background: #fff;
    border-color: #fff;
}

.banner-slider button.slick-next:hover:before {
    color: #e3714a;
}

.banner-slider button.slick-prev {
    left: 70px;
    top: 149%;
    width: 55px;
    height: 55px;
    background: transparent;
    box-shadow: unset;
    border: 1px solid #ffffff75;
}

.banner-slider button.slick-prev:before {
    content: '\f053';
    font-size: 20px;
    color: #ffffff75;
}

.banner-slider button.slick-prev:hover {
    background: #fff;
    border-color: #fff;
}

.banner-slider button.slick-prev:hover:before {
    color: #e3714a;
}


/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Us Section Start ------------------------------------------------------------- */

section.about-sec {
    margin-bottom: 100px;
}

.about-txt h2 {
    text-align: end;
    color: #e75e4e;
    margin-bottom: 23px;
    margin-right: 60px;
}

.about-txt h2 span {
    display: block;
    color: #000;
}

.about-txt p {
    margin-bottom: 27px;
    line-height: 26px;
    width: 91%;
    color: rgba(18, 17, 17, 0.502);
}

.about-img img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 10px;
}

.about-img {
    width: 88%;
    margin: 0 10px 0 auto;
    border: 13px solid #e3714a;
    border-radius: 23px;
}

.about-txt a {
    margin-top: 18px;
}

section.about-sec .about-txt:before {
    content: '';
    position: absolute;
    top: -13px;
    left: -70px;
    background: #f4f5f7;
    width: 104%;
    height: 89%;
    z-index: -1;
    border-radius: 12px;
}

.about-txt {
    position: relative;
    margin-top: 15px;
}

/*---------------------------------------------------- About Us Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Machine Section Start ------------------------------------------------------------- */

section.machine-sec {
    padding: 70px 0;
    margin-bottom: 100px;
    background: #151515;
}

.machine-head p {
    color: #8a8a8a;
}

.machine-head h2 {
    color: #fff;
    margin-bottom: 10px;
}

.machine-head p {
    color: #8a8a8a;
    width: 60%;
    line-height: 1.6;
}

.machine-head {
    margin-bottom: 40px;
}

.machine-images img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 15px;
}

.main-machine {
    position: relative;
}

.machine-txt {
    background: #fff;
    width: 350px;
    position: absolute;
    bottom: -40px;
    left: 7%;
    padding: 70px 30px 25px;
    border-radius: 15px;
}

.machine-txt ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 7px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #000;
}

.machine-icon img {
    width: 50px;
    height: 60px;
    object-fit: scale-down;
    margin: 0 auto;
}

.machine-slider button.slick-prev {
    top: -70px;
    left: 92%;
    width: 50px;
    height: 50px;
    background: transparent;
    box-shadow: unset;
}

.machine-slider button.slick-next {
    top: -70px;
    right: 0px;
    width: 50px;
    height: 50px;
    background: transparent;
    box-shadow: unset;
}

.machine-txt p {
    display: none;
    font-size: 12px;
}

.machine-txt a {
    display: none;
}


.machine-slider button.slick-prev::before {
    content: '\f053';
    opacity: 1;
    color: #fff;
}

.machine-slider button.slick-prev:hover {
    background: #fff;
    border-color: unset;
}

.machine-slider button.slick-next:hover {
    background: #fff;
    border-color: #fff;
}

.machine-slider button.slick-next:hover:before {
    color: #e3714a;
}

.machine-slider button.slick-prev:hover:before {
    color: #e3714a;
}

.machine-slider button.slick-next::before {
    content: '\f054';
    font-size: 20px;
    color: #fff;
}

.machine-slider button.slick-prev::before {
    content: '\f053';
    font-size: 20px;
}


.machine-txt ul {
    margin: 10px 0 15px;
    display: none;
}

.machine-txt h4 {
    margin-bottom: 10px;
}

.machine-icon {
    background: #e3714a;
    width: 95px;
    height: 95px;
    align-content: center;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 8%;
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.16);
}

.machine-slider .slick-list.draggable {
    margin: 0 -110px 0 -20px;
}

.machine-slider .slick-slide {
    opacity: 1;
    margin: 0px 30px 60px 20px;
}

.machine-icon:before {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 9px;
    height: 10px;
    background: #e3714a;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

p.hide-open {
    display: block;
}

.machine-slider .slick-current .machine-txt p {
    display: block;
}

.machine-slider .slick-current .machine-txt p ul {
    display: block;
}

.machine-slider .slick-current .machine-txt ul {
    display: block;
}

.machine-slider .slick-current .machine-txt a {
    display: block;
    width: max-content;
}

.machine-slider .slick-current .machine-txt p.hide-open {
    display: none;
}


/*---------------------------------------------------- Machine Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Why Choose Us Section Start ------------------------------------------------------------- */

.whychose-txt h6 {
    font-size: 21px;
    text-transform: uppercase;
    margin: 22px 0 13px;
    border-bottom: 2px solid #e3714a;
    width: max-content;
    padding-bottom: 13px;
    color: #e3714a;
}

.whychose-txt h4 {
    margin: 20px 0 6px;
}

section.why-choose-us-sec .container-fluid {
    padding: 0 7%;
}

.whychose-txt p {
    color: #848484;
}

.whychose-txt a {
    margin-top: 30px;
}

.why-choose-img img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 15px;
}

section.why-choose-us-sec {
    margin-bottom: 100px;
}


/*---------------------------------------------------- Why Choose Us Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Service Section Start ------------------------------------------------------------- */

section.service-sec {
    margin-bottom: 100px;
}

.serv-main:before {
    content: '';
    position: absolute;
    top: -22px;
    left: 0;
    background: #c7c7c7;
    width: 1px;
    height: 70%;
}

.serv-head {
    text-align: center;
    margin-bottom: 60px;
}

.serv-head p {
    width: 80%;
    margin: 0 auto;
}

.serv-head p {
    color: #0e0d0d94;
    margin-top: 8px;
}

.serv-main {
    text-align: center;
    position: relative;
}

.serv-txt h6 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 7px;
}

.serv-txt p {
    color: #0e0d0d94;
}

.serv-txt {
    padding: 10px 20px;
    margin-top: 20px;
}

.serv-img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.serv-img {
    width: 110px;
    height: 100px;
    align-content: center;
    margin: 0 auto;
    background: #fff;
    position: relative;
    border-radius: 5px;
    border: 1px solid #eddcd7;
    transition: 0.5s ease all;
    box-shadow: 0px 0px 43px 0px rgba(68, 68, 68, 0.25);
}

.serv-img:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    background: #e3714a;
    width: 106%;
    height: 106%;
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s ease all;
}

.serv-img:after {
    z-index: -1;
    content: '';
    position: absolute;
    bottom: -6px;
    right: -6px;
    background: #e3714a;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    transition: 0.5s ease all;
}

.serv-main:hover .serv-img::after {
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.serv-main:hover .serv-img::before {
    width: 0;
    height: 0;
}

.serv-main:hover .serv-img {
    border: unset;
    z-index: 0;
}

.serv-main:hover .serv-img img {
    filter: invert(1);
}

.serv-main.rt:before {
    width: unset;
    background: unset;
}

/*---------------------------------------------------- Service Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Area Map Section Start ------------------------------------------------------------- */


.area-map {
    margin-bottom: 70px;
}

section.map-section h2 {
    color: #fff;
    margin-bottom: 12px;
}

.search-bar {
    margin-bottom: 80px;
}

.map-section {
    padding: 60px 30px 40px;
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

section.map-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #111111;
    width: 92%;
    height: 100%;
    right: 0;
    margin: 0 auto;
    border-radius: 12px;
    z-index: -1;
}

.search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    width: max-content;
    margin: 0 auto;
    background: #232323;
    margin-bottom: 50px;
    height: 55px;
    filter: drop-shadow(0 0 0.75rem #000000b3);
    position: relative;
}

i.fa-solid.fa-location-dot {
    position: absolute;
    top: 18px;
    left: 76%;
    font-size: 18px;
    color: #fff;
}


input.zip-code-map {
    width: 120px !important;
}

.search-bar input::placeholder {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 16px;
}

.search-bar:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 73%;
    background: #393939;
    width: 1px;
    height: 40px;
}

.search-bar input {
    padding: 12px 15px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    width: 650px;
    background: transparent;
    color: #fff;
}

.search-bar button {
    background-color: #e3714a;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    width: 50px;
    height: 47px;
}

.map-container {
    position: relative;
    max-width: 1020px;
    margin: auto;
}

.world-map {
    width: 100%;
    pointer-events: none;
    object-fit: scale-down;
}

.pin {
    position: absolute;
    width: 14px;
    height: 14px;
    background: #ff5722;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    z-index: 2;
}

.location-card {
    position: absolute;
    display: flex;
    align-items: center;
    background: #232323;
    border: 5px solid #e3714a;
    border-radius: 10px;
    padding: 40px 15px;
    gap: 17px;
    width: 350px;
    text-align: left;
    z-index: 3;
    box-shadow: 0 0 15px rgba(255, 87, 34, 0.4);
    max-height: 200px;
}

.location-card img {
    width: 80px;
    height: 110px;
    object-fit: scale-down;
}

.location-card h4 {
    font-size: 8px;
    color: #d96e4a;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

.location-card h3 {
    font-size: 19px;
    margin: 0 0 10px;
    font-family: 'Rajdhani';
    color: #fff;
}

.location-card p {
    font-size: 12px;
    color: #ccc;
    font-family: "Montserrat", sans-serif;
    line-height: 17px;
    width: 80%;
}

.hidden {
    display: none;
}

.location-card:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 17px;
    background: #403229;
    width: 1px;
    height: 83%;
}

.location-card:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 17px;
    background: #a6683f;
    width: 1px;
    height: 40%;
}


/* Existing Pin Positions */
.pin1 {
    top: 30%;
    left: 29%;
}

.pin2 {
    top: 57%;
    left: 29%;
}

.pin3 {
    top: 14%;
    right: 36.3%;
}

.pin4 {
    top: 42%;
    left: 52%;
}

.pin5 {
    bottom: 67%;
    right: 27%;
}

/* New Pin Positions */
.pin6 {
    top: 9%;
    left: 42%;
}

/* Center Top */
.pin7 {
    bottom: 15.5%;
    left: 28.5%;
}

/* Bottom Left */

/* Existing Card Positions */
.card1 {
    top: 26%;
    left: 18%;
}

.card2 {
    top: 64%;
    left: 24%;
}

.card3 {
    top: 30%;
    right: 14%;
}

.card4 {
    top: 46%;
    left: 50%;
}

.card5 {
    bottom: 14%;
    right: 12%;
}

/* New Card Positions */
.card6 {
    top: 14%;
    left: 50%;
}

/* Center Top Card */
.card7 {
    bottom: 14%;
    left: 12%;
}

/* Bottom Left Card */

@media (max-width: 768px) {
    .location-card {
        width: 90%;
        position: static;
        margin: 10px auto;
    }

    .map-container {
        display: flex;
        flex-direction: column;
    }

    .world-map,
    .pin {
        display: none;
    }
}

.location-card::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.location-card::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.location-card::-webkit-scrollbar-thumb {
    background-color: #e96946;
    border: 2px solid #e96946;
}

/*---------------------------------------------------- Area Map Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Client Section Start ------------------------------------------------------------- */

section.slidersec {
    position: relative;
    margin-bottom: 50px;
}

section.special-deals .heatest.row p {
    float: right;
    opacity: 0.6;
}

section.slidersec .headtext {
    text-align: center;
}

section.slidersec .headtext p {
    color: #0e0d0d94;
    font-weight: 500;
    width: 67%;
    margin: 0 auto;
}

section.slidersec .customs {
    position: relative;
    padding-left: 70px;
    padding-top: 30px;
    padding-bottom: 50px;
}

section.slidersec .customs h3 {
    font-size: 34px;
    letter-spacing: 1px;
}

section.slidersec .customs h6 {
    font-size: 13px;
    color: #e3714a;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

section.slidersec .customs p {
    color: #0e0d0d94;
    font-weight: 500;
    padding-top: 5px;
}

section.slidersec .customs img.rate {
    display: block;
    width: auto;
}

section.slidersec .customs:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(../images/bottomQuote.png);
    background-size: 100% 100%;
    left: -12px;
    bottom: -30px;
    z-index: 12;
}

section.slidersec .product-slider .imgwrap img {
    width: 90%;
    display: table;
    margin: 0 auto;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
    object-position: center;
}

section.slidersec .customs:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 60px;
    background-image: url(../images/topQuote.png);
    background-size: 100% 100%;
    right: -10px;
    top: -10px;
}

section.slidersec .slick-list {
    padding: 70px 10px;
    position: relative;
}

section.slidersec .row {
    align-items: center;
}

/* slider settings  */

section.slidersec .itme {
    opacity: 1;
}

section.slidersec .product-slider-1 {
    position: relative;
    padding-left: 40px;
}

section.slidersec .product-slider-1 .slick-active .imgwrap {
    position: relative;
    margin: 10px 10px 10px;
    margin-top: 73px;
    width: 60%;
    float: right;
}

section.slidersec .product-slider .imgwrap {
    position: relative;
}

section.slidersec .product-slider .imgwrap:before {
    position: absolute;
    content: "";
    right: 20px;
    top: -11px;
    height: 109%;
    width: 56%;
    border: 1px solid #bfa48f;
    z-index: -1;
    border-left: 0px;
    border-radius: 0px 10px 10px 0px;
}

section.slidersec .product-slider-1:before {
    position: absolute;
    content: "";
    width: 78px;
    right: 0px;
    height: 1px;
    top: 52%;
    background: #a1a1a152;
    left: 111px;
    margin: 0px auto;
    display: inline-block;
}

section.slidersec .product-slider-1 button.slick-prev.slick-arrow {
    display: none !important;
}

/*section.slidersec .product-slider button.slick-next.slick-arrow {*/
/*    display: none !important;*/
/*}*/

section.slidersec .product-slider-1 ul.slick-dots {
    display: flex;
    flex-direction: column;
    gap: 23px;
    position: absolute;
    top: 0;
    left: 10px;
    width: 0;
}

section.slidersec .row {
    align-items: center;
}

section.slidersec ul.slick-dots li.slick-active button {
    background: rgb(183, 134, 40);
    background: linear-gradient(356deg,
            rgba(183, 134, 40, 1) 15%,
            rgba(218, 164, 21, 1) 52%,
            #b78628 99%);
}

section.slidersec ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

section.slidersec .slick-dots li.slick-active button:before {
    display: none;
}

section.slidersec .slick-dots li button:before {
    display: none;
}

section.slidersec .slick-dots li button {
    padding: unset;
    width: 8px;
    height: 8px;
    background: #b7b7b7;
    border: 1px solid #fff;
    border-radius: 65px;
    box-sizing: border-box;
}

section.slidersec ul.slick-dots li.slick-active button {
    background: #e3714a;
    opacity: 1;
    border-radius: 65px;
    outline: 1px solid #e3714a;
    margin: 0px;
    padding: 0;
    outline-offset: 8px;
    width: 10px !important;
    height: 10px !important;
}

.slick-dots li {
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* customere section end  */

/* GENERAL BUTTON SECTION STYLING  */

/* Arrows  */

.slick-prev:before {
    content: "\f053";
    /* Unicode for a left arrow */
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e3714a;
    font-family: "Font Awesome 5 Free";
    /* Correct font family */
    font-weight: 900;
    /* Needed for solid icons */
    font-size: 20px;
}

.slick-next:before {
    content: "\f054";
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e3714a;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
}

.slick-prev:hover {
    background: #e3714a;
    border: 1px solid #e3714a;
    opacity: 1;
    cursor: pointer;
}

.slick-next:hover {
    background: #e3714a;
    border: 1px solid #e3714a;
    opacity: 1;
    cursor: pointer;
}

.slick-prev,
.slick-next {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    border: 1px solid #ffffff87;
    transition: 0.5s;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 10px 11px 20px 3px #4444443d;
    right: 0;
}

section.slidersec button.slick-prev.slick-arrow {
    left: 0px;
    z-index: 12;
    top: 46.5%;
}

.slick-prev:hover:before {
    color: #fff;
}

section.slidersec .product-slider .item .imgwrap {
    padding-right: 20px;
}

/* ======== */
footer .follow ul li a i.fab.fa-twitter {
    position: relative;
}

footer .follow ul li a i.fab.fa-twitter:before {
    position: absolute;
    content: url(https://cmscustom-staginglink2.com/zaraka-vending/wp/wp-content/themes/zaraka-vending/images/twiiterImg.png);
}

section.slidersec .product-slider-1 .slick-current {
    position: relative;
}

section.slidersec .product-slider-1 .slick-current .imgwrap {
    width: auto;
    transform: scale(1.2) translate(0px, -20px);
    float: unset;
}

/* =============================== */

section.slidersec .product-slider-1 .slick-current::before {
    bottom: -12px;
    position: absolute;
    content: "";
    right: -24px !important;
    top: 23px;
    height: 87%;
    width: 57%;
    border: 1px solid #bfa48f;
    z-index: -1;
    border-left: 0px;
    border-radius: 0px 10px 10px 0px;
    display: inline-block;
}

section.slidersec .product-slider-1:after {
    position: absolute;
    content: "";
    width: 70px;
    right: 113px;
    top: 130px;
    height: 115px;
    background: transparent;
    border: 1px solid #bfa48f;
    border-right: 0px;
    border-radius: 10px 0px 0px 10px;
}

section.detination .fromwraper form span {
    font-size: 14px;
    line-height: 24px;
    font-family: "Poppins";
    color: #000;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
}

section.detination .fromwraper form button.site-btn span {
    margin: 0px;
}

section.slidersec .product-slider-1 .slick-current .imgwrap img {
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    width: 90%;
    margin: 0 0 0 auto;
}

section.slidersec .product-slider-1 .imgwrap img {
    height: 90px;
    object-fit: cover;
    border-radius: 7px;
    width: 100%;
}



/*---------------------------------------------------- Client Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Blog Section Start ------------------------------------------------------------- */

.blog-top {
    text-align: center;
}

.blog-top p {
    width: 67%;
    margin: 10px auto 50px;
}

section.blog-sec {
    margin-bottom: 100px;
}

section.blog-sec .container-fluid {
    padding: 0 7%;
}


.blog-head:hover .blog-image img {
    filter: brightness(0.4);
}

.blog-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.5s ease all;
}

.blog-main {
    background: rgb(255, 255, 255);
    padding: 30px 15px 18px;
    width: 82%;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-main ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 15px;
}

.blog-main ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.blog-head {
    position: relative;
}

.blog-main h5 {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.blog-main ul li i {
    color: rgb(227, 113, 74);
}

.blog-txt {
    font-size: 14px;
}


/*---------------------------------------------------- Blog Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.footer-main {
    background: #191918;
}

.footer-lst-line {
    background: #242424;
    padding: 10px 0;
}

.footer-social ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copyright p {
    color: #fff;
}

.footer-copyright p a {
    color: #fff;
}

.footer-social ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid#b1b1b1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: 0.5s ease all;
}

.footer-social ul li i {
    color: #b1b1b1;
    font-size: 13px;
}

.footer-social ul li:hover {
    border: unset;
    background: red;
}

.footer-main {
    padding: 50px 0 40px;
}

.footer-main h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 24px;
    text-align: center;
}

.footer-link ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #7d7d7d;
    letter-spacing: 1px;
    transition: 0.5s;
}

.footer-link ul li {
    margin-bottom: 15px;
    text-align: center;
}

.footer-link-main h6 {
    color: #7d7d7d;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-link-main a {
    color: #7d7d7d;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.phone-footer {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
}

.footer-mid-top h3 {
    color: #fff;
    font-size: 47px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.footer-mid-top p {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 22px;
    opacity: 85%;
}

.footer-mid-top input {
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #979796;
    border-radius: 10px;
    font-family: 'Montserrat';
    color: #fff;
    margin-bottom: 30px;
}

.footer-mid-top input::placeholder {
    text-transform: uppercase;
    color: #979796;
}

.footer-link-main.footer-mid {
    border-left: 1px solid #979796;
    border-right: 1px solid #979796;
    padding: 0 100px;
    padding-bottom: 20px;
    text-align: center;
    width: 85%;
    margin-left: 30px;
}

.footer-link-main.footer-left {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 90%;
}

.footer-link-main.footer-right {
    display: grid;
    width: 80%;
    justify-content: center;
}

.footer-link ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-link-main a:hover {
    color: #fff;
}

.Email-footer {
    text-align: center;
}


/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */