/*
1-basics
-------------------------
*/
body {
    font-family: 'FS Albert Arabic Web';
}

a:hover {
    text-decoration: none;
}

.WhatsAppContainer {
    position: fixed;
    left: 10px;
    bottom: 10px;
    transform: rotate(90deg) scaleX(-1);
    z-index: 100;
}

.WhatsAppContainer img {
    width: 50px;
}

.messengerContainer {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    transform: rotate(360deg) scaleX(-1);
}

.messengerContainer img {
    width: 50px;
}

nav {
    height: 40px;
    width: 100%;
    position: relative;
    background: #eee;
    margin-top: 40px;
    text-align: center;
}

nav img {
    width: 120px;
    margin-top: -40px;
}

footer {
    text-align: center;
    width: 100%;
    padding: 10px;
    background: #333;
}

footer p {
    margin: 0;
    color: #f7f7f7;
}

footer a {
    color: #eee;
}

footer a:hover {
    color: #eee;
    text-decoration: none;
}

/*
2-main-page
-------------------------
*/

.main {
    padding: 30px 0;
    background: #fafefc;
}

.main .title {
    position: relative;
    padding: 20px;
    text-align: center;
}

.main .post {
    width: 100%;
    position: relative;
    border: double 5px #053162;
    overflow: hidden;
    transition: .5s ease-in-out;
}

.main .post a:hover {
    text-decoration: none;
}

.main .post .header {
    width: 100%;
}

.main .post .header img {
    height: 100%;
    width: 100%;
}

.main .post .footer {
    text-align: center;
    padding: 10px;
    color: #eee;
    background: #93bf56;
}

.main .post .footer h3 {
    font-size: 20px;
}

.main .post .footer p {
    margin: 0 5px;
    display: inline-block;
}

.main .post .footer .before {
    text-decoration: line-through;
}

.main .post .overlay {
    background: #073665;
    width: 100%;
    color: #fff;
    text-align: center;
    transition: .5s ease-in-out;

}

.color {
    background: #073665;
}

.closed {
    display: none;
}

#del-countdown {
    margin: auto;
}

#del-countdown h3 {
    margin: 0;
    padding-bottom: 10px;
}

.clock span {
    float: left;
    text-align: center;
    font-size: 18px;
    margin: 0 2.5%;
    color: #ffffff;
    padding: 10px;
    width: 20%;
    border-radius: 5px;
    box-sizing: border-box;
}

.clock span:nth-child(1) {
    background: #0263c5;
}

.clock span:nth-child(2) {
    background: rgba(2, 99, 197, .75);
}

.clock span:nth-child(3) {
    background: rgba(2, 99, 197, .5)
}

.clock span:nth-child(4) {
    background: rgba(2, 99, 197, .25)
}

.clock:after {
    content: "";
    display: block;
    clear: both;
}

#units span {
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 10px;
    color: #D7DBDD;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    background: #073665;
    text-shadow: 1px 1px 1px rgba(10, 10, 10, 0.7);
}

span.turn {
    animation: turn 0.5s ease forwards;
}

@keyframes turn {
    0% {
        transform: rotateY(0deg)
    }

    100% {
        transform: rotateY(360deg)
    }
}

/*
3-post-page
-------------------------
*/
.main-post {
    padding: 30px 0;
    background: #fafefc;
}

.main-post .post-img {
    height: 350px;
    width: 100%;
    border: double 5px #053162;
}

.main-post .post-img img {
    height: 100%;
    width: 100%;
}

.main-post .details {
    text-align: right;
    padding: 30px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: right;
}

ul li {
    color: #AAAAAA;
    display: block;
    position: relative;
    float: right;
    width: 100%;
    border-bottom: 1px solid #333;
}

ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 20px 50px 25px 50px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    white-space: nowrap;

}

ul li:hover label {
    color: #053162;
}

ul li .check {
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30px;
    right: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

ul li:hover .check {
    border: 5px solid #053162;
}

ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 0px;
    right: 0px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
    border: 5px solid #053162;
}

input[type=radio]:checked ~ .check::before {
    background: #053162;
}

input[type=radio]:checked ~ label {
    color: #053162;
}

.thanks {

    text-align: center;
    padding: 50px;
    background: #333;
    color: #eee;
    margin-top: 40px;
}

footer {
    width: 100%;

}

.main.container {
    min-height: 100vh;

}

#f-option {
    font-size: calc(4vw + 4vh + 2vmin) !important;

}

#s-option {
    font-size: calc(4vw + 4vh + 2vmin);

}

#t-option {
    font-size: calc(4vw + 4vh + 2vmin);

}

#f-size {
    font-size: calc(4vw + 4vh + 2vmin) !important;

}

#s-size {
    font-size: calc(4vw + 4vh + 2vmin);

}

#t-size {
    font-size: calc(4vw + 4vh + 2vmin);

}

.boxs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 290px;
}

.box {
    width: 100%;
    max-width: 400px
}

.main .post .header {
    height: 150px;
    width: 50%;
    float: left;
}

.main .post .footer {
    float: right;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.title {
    width: 100%;
}

.title img {
    height: 250px
}

#del-countdown h3 {
    padding-top: 10px;
    font-size: 20px
}

.parts {
    padding: 30px 0 0
}

.item img {
    width: 50px !important;
    height: 50px;
    display: inline !important;
}

.item p {
    margin-bottom: 0;
    margin-top: 10px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 60px;
}

.owl-carousel .owl-nav button.owl-prev {
    margin-right: 50px
}


@media (max-width: 600px) {
    .main .post .footer p,
    .main .post .footer h3 {
        font-size: 14px;
        margin: 0
    }

    .main .post .footer h3 {
        margin-bottom: 10px
    }

    .main .post .footer {
        padding: 5px
    }

    .main .post .header,
    .main .post .footer {
        height: 150px
    }
}

@keyframes blinking {
    0% {
        opacity: .25;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .25;
    }
}

.lzy_img.loading {
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

/**/