/**
* [Table of contents]      right: 0;
  1 root css
  2 selection css
  3 default css
  4 header css
  5 banner css
  6 owl css
  7 footer css
/**
/* Root */



:root {

    /* default colors */
    --primary: #27C3E5;
    --primary-secondary: #015BD7;
    --secondary: #184160;
    --secondary-primary: rgba(0, 101, 242, 0.12);
    --success-primary: #2DCB48;
    --success-secondary: #28B440;
    --warning-primary: #FFCC00;
    --warning-secondary: #E4B80B;
    --error-primary: #F43319;
    --error-secondary: #D12D17;
    --dark: #184160;
    --light: #ffffff;
    --dark-light: #16181E;
    --light-grey: #F6F6F6;
    --light-blue: #E1EDFF;
    --dark-bg: #1C2027;
    --success-primary: #2DCB48;
    --error-primary: #F43319;
    --dark: #184160;
    --blue: #27C3E5;
    --Copper: #CD6B3E;
    --textback: #2D2D2D;
    --textgrey: #525252;
    --linescopper: rgba(205, 107, 62, 0.4);
    --paleblue: #F3F3F3;
    --linegrey: #D8D8D8;
    --white: #fff;

    /* Font style */
    --primary-font: 'Alibaba PuHuiTi';
    --secondary-font: 'lato';

}

*,
::after,
::before {
    box-sizing: border-box;
}

/* text css*/
.text-primary {
    color: var(--primary);
}

.text-secondary {
    color: var(--secondary);
}

.text-success {
    color: var(--success-primary);
}

.text-warning {
    color: var(--warning-primary);
}

.text-error {
    color: var(--error-primary);
}

.text-dark {
    color: var(--dark);
}

.text-dark-light {
    color: var(--dark-light);
}

.text-light {
    color: var(--light);
}

.text-light-grey {
    color: var(--light-grey);
}

/* backgroud css*/
.bg-black {
    background-color: var(--dark);
}

.bg-light-blue {
    color: var(--light-blue);
}

/* backgroud css*/
/* Root */

/* Selction css */

*::-moz-selection {
    color: var(--white);
    background: var(--dark)
}

*::-webkit-selection {
    color: var(--light);
    background: var(--dark)
}

/
/* default css */
body,
html,
a,
p {
    font-family: var(--primary-font);
}


html,
body {
    height: 100%;
    min-width: 0;
}

body {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 300;
    background: var(--white);
    color: var(--dark);




}

p {
    margin-bottom: 30px;

}

a {
    color: var(--primary);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;

}

a:hover {
    color: var(--primary-secondary);
    text-decoration: none;
}

a:focus {
    box-shadow: none;
}

.btn,
.form-control,
button:focus {
    outline: none;
    box-shadow: none;
}

/* defalut css*/
ul {
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    font-style: normal;

}

/* css comman css*/
h1 {
    font-family: var(--primary-font);
    letter-spacing: -3px;
    font-weight: bold;
    font-size: 56px;
    line-height: 64px;
}

h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
}

h3 {

    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}

h4 {

    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

h5 {

    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

h6 {

    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

p.p-large {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
}

p.p-medium {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

p {

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: var(--primary-font);
    line-height: 20px;
    color: var(--textgrey);
    /* font-family: Helvetica Neue, "Helvetica Neue", sans-serif; */

}

a.a-large {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
}

a.a-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

a {
    font-style: normal;
    font-weight: 500;
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 20px;
}

/* .text-blue p {
    color: var(--primary);
} */

/* .text-blue {
    color: var(--primary);
}

.bg-blue {
    background-color: var(--primary);
} */

.primary-button {

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.1px;
    color: var(--dark);
    background-color: var(--blue);
    border: 1px solid var(--blue);
    transition: 0.5s;
    padding: 14px 25px;
    box-shadow: 10px 10px 30px rgba(174, 174, 192, 0.4), -10px -10px 30px #FFFFFF;
    border-radius: 4px;
}

.primary-button:hover {
    background-color: var(--white);
    transition: 0.5s;
    color: var(--dark);
}

.secondary-button {

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    border: 1px solid var(--dark);
    background-color: var(--dark);
    padding: 12px 25px;
    color: var(--white);

    box-shadow: 10px 10px 30px rgba(174, 174, 192, 0.4), -10px -10px 30px #FFFFFF;
    border-radius: 4px;
}

.secondary-button:hover {
    background: var(--blue);
    color: var(--light);
    border: 1px solid var(--blue);
}

.section-title {
    /* font-style: normal;
    
    font-size: 34px;
    line-height: 32px; */
    color: var(--textback);
    font-style: normal;
    font-weight: 600;
    font-size: 31px;
    line-height: 44px;
    margin: 0px 0 50px;
    text-align: center;
}

.section-graping {
    padding: 50px 0;
}


/*=================css*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* css*/


.home-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.app-download {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    align-items: center
}

.app-google {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.app-google li {
    margin: 0 15px;
}

.app-google li:first-child {
    margin-left: 30px;
}

.home-banner {
    background: url(../image/homebanner.jpg) no-repeat 0 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.off-section {
    background: url(../image/banner2.jpg) no-repeat 0 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.shop-section {
    background: url(../image/banner3.jpg) no-repeat 0 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.chat-section {
    background: url(../image/chatbanner.jpg) no-repeat 0 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.mobile-section {
    background: url(../image/mobilebanner.jpg) no-repeat 0 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.mobile-gif {
    background: url(../image/homebanner.jpg) no-repeat 0 0;
    height: 100%;
    align-items: center;
    display: flex;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.coman-text {
    text-align: left;
    height: 100%;
    /* align-items: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* max-width: 1480px; */
    width: 100%;
    margin: 0 auto;
    padding: 0 10vw;
    z-index: 1;
    position: relative;
}

.coman-text h1,
.coman-text h4 {
    color: #fff;

}

.coman-text h1 {
    font-size: 58.53px;
    font-family: var(--primary-font);
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
}

.coman-text h4 {
    font-size: 27.314px;
    font-family: var(--primary-font);
    color: rgba(255, 255, 255, 0.659);
}

.coman-text ul {
    margin-top: 8%
}

.coman-text ul li:first-child {
    margin-left: 0
}

.coman-text ul li:last-child {
    margin-left: 0
}

ul.app-google a {
    max-width: 200px;
    width: 100%;
    display: block;
}

.logo {
    margin-bottom: 5%;
    display: block
}

button:focus,
a:focus {
    outline: none;
    box-shadow: none;
}

.btn-group-pack {
    position: absolute;
    right: 7%;
    top: 7%;
    display: flex;
    align-items: center;
    z-index: 15;
}

.btn-group-pack a.btn:first-child {
    margin-right: 1rem;
}

a.btn {
    position: relative;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 9px;
    height: 50px;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0px 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn:hover {
    background: #fff;
    color: #8d34e8;
}

ul.app-google a:hover img {
    background: #8d34e8;
    border-radius: 7px;
}

.coman-text.right-text {
    justify-content: center;
    align-items: flex-end;
}

/*
.swiper-container-vertical > .swiper-pagination-bullets.odd {
    left: 20px;
    transition: 0.5s;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
    width: 30px;
}
*/

/*
.swiper-container-vertical > .swiper-pagination-bullets.even {
    right: 10px;
    left: auto;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
    transition: 0.5s;
}
*/

.swiper-pagination-bullet {
    border-radius: 50%;
    transition: 0.5s;
    background-color: rgb(255, 255, 255);
    opacity: 0.302;

}

.swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255);
    transition: 0.5s;
    opacity: 1
}

.mobile-center {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    max-width: 900px;
    justify-content: space-between;
    width: 100%;
    z-index: 99;
    margin: auto;
    position: relative;
}

.mobile-screen {
    position: relative;
    max-height: 790px;
    height: 100%;
    width: 310px;
}

.mobiel-gif {
    position: absolute;
    left: 14px;
    top: 30px;
    background: #302571;
    /* border-radius: 245px; */
    width: 276px;
}

.mobiel-gif img {
    border-radius: 12px;
}






.deli-common-items {
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.deli-common-items img {
    width: 100%;
}

.deli-offer-item {
    right: 0;
    max-width: 60%;
}

.deli-shop-item {
    left: 0;
    max-width: 67%;
}

.deli-chat-item {
    right: 0;
    max-width: 58%;
}

.deli-mobile-item {
    left: 100px;
    max-width: 50%;
}
