﻿
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans Kufi Arabic', sans-serif;
    padding: 0
}

nav {
    height: 40px;
    width: 100%;
    position: relative;
    background: #eee;
    margin-top: 40px;
    text-align: center;
}

nav img {
    width: 120px;
    margin-top: -40px;
}

.offers {
    text-align: center
}

.offers h3 {
    color: #b91e04;
    margin-top: 4%
}

.offer {
    text-align: center;
    margin-bottom: 4%;
    background: #218838;
    padding-bottom: 2%;
    overflow: hidden
}

.count {
    float: left;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 4%;
    min-height: 1px;
    margin-bottom: 20px;
}

#countdown.timer {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    direction: ltr;
}

.countdown > div {
    overflow: hidden;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    background: #073665;
    text-align: center;
    margin: 0 auto;
    position: relative;
    line-height: 125px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
    font-size: 18px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .2), inset 0 4px 5px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .2), inset 0 4px 5px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(0, 0, 0, .6);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2), inset 0 4px 5px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(0, 0, 0, .6);
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    border-radius: 10px;
}

.countdown > div > span {
    color: #fff;
    line-height: 75px;
    font-size: 25px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    font-weight: normal;
}

#coundown_sec span {
    animation: mymove 1s;
    -moz-animation: mymove 1s;
    -webkit-animation: mymove 1s;
    -o-animation: mymove 1s;
    -ms-animation: mymove 1s;
}

.offer .info .line-through {
    text-decoration: line-through;
}

.offer .info span {
    font-weight: 600;
    margin: 0 2%
}

.offer h4 {
    color: #ddd
}

.offer span {
    color: #fff
}

.offer.small img {
    height: 310px
}

.your-offer {
    text-align: right
}

.your-offer .radio {

    margin-right: 4%;
}

.your-offer input[type="radio"] {
    margin: 4px -3% 0 0;
}

.WhatsAppContainer {
    position: fixed;
    left: 10px;
    bottom: 10px;

    z-index: 100;
}

.WhatsAppContainer img {
    width: 50px;
}

.messengerContainer {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
}

.messengerContainer img {
    width: 50px;
}

.offers .btn {
    width: 100%;
    padding: 8px 0;
    margin-bottom: 1%;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.offers .send {
    background: #28a745
}

.offers .send:hover {
    background: #0cf341
}

.offers .more {
    background: #073665
}

.offers .more:hover {
    background: #155ca3
}

.form-control {
    margin-bottom: 10px
}

footer {
    text-align: center;
    width: 100%;
    padding: 10px;
    background: #333;
    color: #fff
}

/* Smart Phones And Tablets */


@media (min-width: 240px)and (max-width: 319px) {

    .offers .col-xs-6 {
        width: 100%
    }

    .your-offer input[type="radio"] {
        margin: 4px -8% 0 0;
    }

    .your-offer .radio {
        margin-right: 8%;
    }

    .countdown > div {
        width: 60px;
        height: 60px;
        line-height: 80px;
    }

    .countdown > div > span {
        line-height: 30px;
    }

    .info span {
        display: block
    }

    .offer.small img {
        height: 220px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .your-offer input[type="radio"] {
        margin: 4px -6% 0 0;
    }

    .your-offer .radio {
        margin-right: 6%;
    }

    .offers .col-xs-6 {
        width: 100%
    }

    .countdown > div {
        width: 70px;
        height: 70px;
        line-height: 110px;
    }

    .countdown > div > span {
        line-height: 50px;
    }

    .info span {
        display: block
    }

}

@media (min-width: 480px)and (max-width: 767px) {

    .your-offer .radio {
        margin-right: 4%;
    }

    .your-offer input[type="radio"] {
        margin: 4px -4% 0 0;
    }

    .info span {
        display: block
    }

    .offer.small img {
        height: 230px;
    }
}

@media (min-width: 768px)and (max-width: 990px) {
    .your-offer input[type="radio"] {
        margin: 4px -3% 0 0;
    }

    .info span {
        display: block
    }

    .offer.small img {
        height: 240px;
    }
}

.youtube-responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.offer-description img {
    max-width: 100%;
}

ul.reviews-list {
    list-style: none;
    padding: 0;
}

.reviews-container {
    text-align: right;
    margin-bottom: 64px;
}

.review-item {
    padding: 16px;
    margin-top: 16px;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(150, 150, 150, .25);
    border-radius: 16px;
}

.reviews-container h3 {
    margin-bottom: 32px;
}

.reviewer-name {
    font-weight: bold;
}

.review-item__head {
    display: flex;
    margin-bottom: 8px;
}

.reviewer-name {
    font-weight: bold;
}

.review-item__head .reviewer-name {
    flex: 1;
}

.review-item-content {
    padding: 16px;
    background-color: #f5f5f5;
}

.reviews-container .star {
    color: #ccc;
    font-size: 20px;
}

.reviews-container .star.active {
    color: #bd7c00;
}

.review-form {
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
}

.review-form h3 {
    margin-top: 0;
}

.rating {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.rating .star {
    font-size: 40px;
}

.rating label {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .star {
    float: right;
    color: transparent;
}

.rating label:last-child .star {
    color: #ccc;
}

.rating:not(:hover) label input:checked ~ .star,
.rating:hover label:hover input ~ .star {
    color: #F2A000;
}

.rating label input:focus:not(:checked) ~ .star:last-child {
    color: #ccc;
    text-shadow: 0 0 5px #F2A000;
}