@font-face {
    font-family: "bukra";
    src: url("../fonts/FFShamelFamily-SansOneBook.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "FF Shamel Family";
    src: url("../fonts/FFShamelFamily-SansOneBook.ttf");
    font-style: normal;
}

@font-face {
    font-family: "FF Shamel Family";
    src: url("../fonts/FFShamelFamily-SansOneBold.ttf");
    font-weight: bold;
}

body {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: FF Shamel Family;
}

p {
    font-size: 10px;
}

.space-padding {
    padding-top: 5rem;
}

.bg-space-padding {
    padding-top: 8rem;
}

.features-text {
    color: #014d81;
}

.features-text h3 {
    font-weight: bold;
    font-size: 2.3rem;
    margin-bottom: 1.6rem;
}

.features-text p {
    margin-bottom: 0;
    font-size: 1.2rem;
}

.features-text::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    right: -25px;
    background-color: #014d81;
    border-radius: 20px;
}

.noorlogo {
    width: 50%;
    margin: 0 80px 20px auto;
}

.lh-1 {
    line-height: 1.5;
}

.lh-2 {
    line-height: 2;
}

.b-t {
    border: 1px solid #eee;
    border-radius: 9px;
}

.btn-cart {
    color: #fff;
    background-color: #EC0C6E;
    border-color: #EC0C6E;
    border-radius: 10px !important;
}

.btn-cart:hover {
    color: #EC0C6E;
    background-color: #fff;
    border-color: #EC0C6E;
}

.br-01 {
    border-radius: 10px;
}

.bg-color {
    background: #68666C;
}

.bg-01 {
    background-image: linear-gradient(#EC0C6E, #7c69ef);
}

.bg-02 {
    background-image: linear-gradient(#FF512F, #F09819);
}

.bg-03 {
    background-image: linear-gradient(#7F7FD5, #91EAE4);
}

.bg-04 {
    background-image: linear-gradient(#C94B4B, #4B134F);
}

.bg-05 {
    background-image: linear-gradient(#E8CBC0, #636FA4);
}

.bg-06 {
    background-image: linear-gradient(#4B6CB7, #182848);
}

.color-01 {
    color: #fff !important;
}

header .logo {
    margin: 0 auto;
    display: block;
}

header h1 {
    color: #181044;
    display: inline-block;
    font-size: 50px;
}

header h1::after {
    content: url("../image/right_qu.png");
    position: absolute;
    top: 8px;
    right: -40px;
}

header h1::before {
    content: url("../image/left_qu.png");
    position: absolute;
    top: 8px;
    left: -40px;
}

.bg-features .images-features-text {
    color: #05568e;
}

.bg-features .images-features-text h4 {
    font-size: 2.8rem;
    font-weight: normal;
}

.bg-features .images-features-text h2 {
    font-size: 10rem;
    font-weight: bold;
}

.bg-features .images-features-text h5 {
    font-size: 2.1rem;
    line-height: 0.2;
}

footer {
    padding: 20px 0 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer p {
    margin: 0;
    font-size: 14px;
    color: #014d81;
}

footer .arabia_logo {
    width: 70%;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

footer img {
    width: 75%;
}

footer .footer-icons .facebook {
    background-color: #167abf;
}

footer .footer-icons .twitter {
    background-color: #00acee;
}

footer .footer-icons a {
    color: #fff;
    margin-left: 2px;
}

footer .footer-icons a svg {
    padding: 8px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    fill: #fff;
    background-color: ‎ #3b5998;
}

@media (max-width: 600px) {
    header h1 {
        font-size: 30px;
    }
    header h1::after {
        right: -30px;
    }
    header h1::before {
        left: -30px;
    }
    .features-text {
        text-align: center;
    }
    .features-text h3 {
        font-size: 1.5rem;
    }
    .features-text p {
        font-size: 0.8rem;
    }
    .features-text::before {
        width: 10px;
        right: -10px;
    }
    .bg-features .images-features-text {
        text-align: center;
    }
    .bg-features .images-features-text h2 {
        font-size: 5rem;
    }
    .bg-features .images-features-text h5 {
        font-size: 1.5rem;
        line-height: normal;
    }
    .bg-features .images-features-text h4 {
        font-size: 1.5rem;
    }
    .bg-space-padding {
        padding-top: 6rem;
    }
    .footer-icons {
        margin-top: 10px !important;
    }
    footer .arabia_logo {
        width: auto;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
    header h1 {
        font-size: 40px;
    }
    header h1::after {
        right: -30px;
    }
    header h1::before {
        left: -30px;
    }
    .features-text {
        text-align: center;
    }
    .features-text h3 {
        font-size: 2rem;
    }
    .features-text p {
        font-size: 1rem;
    }
    .features-text::before {
        width: 10px;
        right: -10px;
    }
    .bg-features .images-features-text {
        text-align: center;
    }
    .bg-features .images-features-text h2 {
        font-size: 7rem;
    }
    .bg-features .images-features-text h5 {
        font-size: 2rem;
        line-height: normal;
    }
    .bg-features .images-features-text h4 {
        font-size: 2.3rem;
    }
    .bg-space-padding {
        padding-top: 6rem;
    }
}

.cc-selector-1 input,
.cc-selector-2 input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cc-selector-1 input:active+.drinkcard-cc,
.cc-selector-2 input:active+.drinkcard-cc {
    opacity: .9;
}

.cc-selector-2 input:checked+.drinkcard-cc {
    border: 5px solid #EC0C6E;
}

.flickity-slider {
    display: flex;
    align-items: center;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    width: 90%;
    height: 90%;
    opacity: .8;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cc-selector-1 .is-selected .drinkcard-cc {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.drinkcard-cc img {
    border-radius: 20px;
    padding: 10px;
    background-color: transparent;
}

.cc-selector-1 input:checked+.drinkcard-cc {
    background-color: transparent;
    border: 2px solid #ec0c6e;
    padding: 4px;
}

.cc-selector input:checked+.scriptcard-cc {
    filter: none;
}

.scriptcard-cc {
    cursor: pointer;
    filter: grayscale(1);
}

.messagecard-cc {
    cursor: pointer;
}

.cc-selector input:checked+.messagecard-cc .p-3 {
    color: #EC0C6E;
    border: 1px solid #EC0C6E;
}

.drinkcard-cc:hover,
.scriptcard-cc:hover {
    /* -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9); */
    background-color: #ec0c6e36;
}

.num-s {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background-color: #EC0C6E;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 20px;
}

.btn-outline-primary {
    color: #EC0C6E;
    background-color: transparent;
    background-image: none;
    border-color: #EC0C6E;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #EC0C6E;
    border-color: #EC0C6E;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 212, 129, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #EC0C6E;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #EC0C6E;
    border-color: #EC0C6E;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(94, 212, 129, 0.5);
}

.border-5 {
    border: 5px solid rgb(88, 88, 88);
}

.bg-head {
    background-image: url(../image/bg-head.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.section-title {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.section-title b {
    background-color: currentColor;
    display: block;
    flex: 1;
    height: 1px;
    color: #EC0C6E;
}

.section-title-center span {
    margin: 0 15px;
    text-align: center;
}

.input-group .form-control {
    background-color: transparent;
    border: 1px solid #ffffff47;
    color: #aaaaaa;
}

.text-wk-center {
    text-align: -webkit-center;
}

.img-view {
    background-color: transparent;
    border: 2px solid #ec0c6e;
    padding: 10px;
    border-radius: 20px;
}