@import url(../fonts/ArbFONTS-Cairo-Bold-1.ttf);
@import url(../fonts/ArbFONTS-Cairo-Regular-1.ttf);
@import url(../fonts/ArbFONTS-Cairo-SemiBold-1.ttf);
@import url(../fonts/ArbFONTS-Montserrat-Arabic-Bold.ttf);
@import url(../fonts/ArbFONTS-Montserrat-Arabic-Medium.ttf);

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    background-image: url(../img/web-page-1.png);
    background-position: center;
    height: 490vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.header{
padding: 20px 50px 10px 50px ;
background-color: #69134d;
justify-content: space-between;
width: 100% !important;
}

.header p{
color: white;
font-family: 'Cairo';
font-weight: 700;
font-size: 20px;
transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-10deg, 0deg);
}
.header .icons img{
  width: 50px;
  cursor: pointer;
}
.icons .img3{
    margin-left: -10px;
}
.icons .img2{
    margin-top: -2px;
}
.icons .img1{
    margin-right: -10px;
}
.flex-elements video{
    margin-top: 80% !important;
    margin: auto;
    height: 800px;
 border: 5px solid #69134d;
    background-color: #69134d;
    width:100%;
    border-radius: 10px;
}
.flex-elements p{
   display: flex;
   justify-content: center;
   display: block;
   margin: auto;
   margin-top: 5%;
   font-size: 4.5rem;
}
.text-bold{
    font-family:'Cairo';
    font-weight: bold;
}
.text-light{
    font-family:'Cairo';
    font-weight: 300;
    
}
.flex-elements p span{
    margin-top: 30px;
    color: #fff ;
    font-family:'Cairo';
    letter-spacing: 3px;
 }

 .countdown-container {
    opacity: 1;
    z-index: 500;
    display: flex;
    justify-content: center;
}

.big-text {
    font-weight: bold;
    font-size: 6rem;
    line-height: 1;
    margin: 1rem 2rem;
}

.countdown-el {
    text-align: center;
}

.countdown-el span {
    font-size: 40px;
    font-family: 'Cairo';
    color: #fff;
}
.div{
    padding-top: 350px;
    margin: auto;
    display: block;
}
.back{
    position: absolute;
    z-index: -1;
    margin-top: 100px;
    opacity: .7;
   width: 900px;
   display: block;
   left: 26%;
   height: 900px;
   background-position: 50%;
   
}
.div h1{
    width: 550px;
    margin: auto;
    text-align: center;
}
.div .text-font{
    font-family: 'Cairo';
    font-weight: 700;
    color: #fff; 
}
.div h1{
    margin-bottom: 40px;
    font-family: 'Cairo';
    font-weight: 400;
    font-size: 60px;
    color: #fff;
}
.big-day{
    color: #fff;
    font-size:170px;
    font-family: 'Montserrat';
    font-weight: bold;
}
.big-min,
.big-ho{
    padding-top: 30px;
    color: #fff;
    font-family: 'Montserrat';
  
}
.footer{
    margin-top: 22% ;
}
.footer p{
font-family: 'Cairo';
font-size: 30px;
color: #69134d;
text-align: center;
font-weight: 700;
}
.icons-footer{
    width: 300px;
    margin: auto;
    justify-content: space-between;
}
.back-none1{
    display: block;
}
.back-none{
    display: none;
}
.back-block{
    display: none;
}
@media (max-width:1000px) {
    .back-none1{
        display: none !important;
    }
    .back-block{
        display: block;
        width: 100%;
        object-fit: contain;
    }
    .back-block img{
        display: block;
        margin: auto;
        width: 80%;
        object-fit: contain;
    }
    body{
        height: 100%;
        background-image: url(../img/photo_2022-05-24_11-59-05.jpg);
     
    }
    .header p{
        font-size: 16px;

    }
    .back-none{
        display: block ;
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    .big-day {
        font-size: 4rem !important;
    }
    .big-text {
        font-size: 2rem;
    }
    .flex-elements video{
        width: 100%;
        margin-top: -20px !important;
        height: 100%;
    }
    .flex-elements p{
        width: 100%;
        display: block;
        margin: auto;
        margin-top: 10% !important;
        display: flex;
        justify-content: center;
        font-size: 16px;
    }
    .flex-elements {
        padding:0 0px;
    }
    .flex-elements img{
        width: 100px;
        height: 100px;
    }
    .div{
        padding-top: 200px;
    }
    .back {    
        margin-top: 100px;
        height: 400px;
        width: 100% !important;
        left: 0%;
        object-fit: contain;
        background-position: center;

    }
   
    .footer{
        margin-top: 50%;
        margin-bottom: 15% ;
        
    }
    .footer img{
        width: 50px;
    }
  
    .icons-footer{
        justify-content: center ;
    }
    .header{
        padding: 20px 10px 10px 10px ;
        background-color: #69134d;

    }
    .div h1{
        display: flex;
        justify-content: start;
        display: block;
        margin: auto;
        font-size: 20px;
        width: 220px;
        margin-bottom: 20px;
 
    }
    .div .text-font{
        font-family: 'Cairo';
        font-weight: 700;
        color: #fff; 
        font-size: 20px;
    }
    .countdown-el span{
        font-size: 20px;
    }
    .mins-c{
        margin-right: -20px;
    }
    .hours-c{
        margin-left: -20px;

    }
}