@font-face {
    font-family: bahij;
    src:url("../fonts/Bahij_TheSansArabic-Plain.ttf"),
        url("../fonts/Bahij_TheSansArabic-Plain.ttf") format('truetype');
  }
  
  body{
    /* font-family: 'bahij', sans-serif; */
    font-weight: 400;
    overflow-x: hidden;
  }

.launch-sec{
    padding: 20px 0px;
    height: 100%;
}
.launch-sec .launch-content {
    justify-content: center;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.launch-sec .launch-content .title{
    font-size: 50px;
    color: #163029;
    font-weight: 700;
}



.launch-sec .launch-content .timer .bg-yellow{
    padding: 5px 0px;
    border-radius: 2px;
    background-color: rgb(250, 192, 0);
    color: black;
    font-weight: 600;
    display: inline-block;
    margin: 0px 2px;
    width: 25px;
    font-size: 25px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 18%);

}
.launch-sec .launch-content .timer .time-name{
    display: block;
    margin-top: 5px;
    font-size: 20px;
    color: #163029;
    font-weight: 500;
}


.launch-sec .launch-sec-row .logo{
    text-align: left;
    margin-bottom: 30px;
}
.launch-sec .launch-content .timer-row{
    width: 50%;
    margin: 0 auto;
}

.launch-sec .bottom-paragraph{
    font-size: 25px;
    color: #163029;
}
.launch-sec .video-iframe{
    overflow: hidden;
}


@media only screen and (max-width:575px){
    
    .launch-sec .launch-content .timer-row{
        width: 100%;
    }
}

@media only screen and (max-width:767px){
    
    .launch-sec .launch-content .timer-row{
        width: 100%;
    }
    .launch-sec .launch-content .title{
        font-size: 30px;
    }
    .launch-sec .launch-content .timer .time-name {
        margin-top: 5px;
        font-size: 16px;
    }
    .launch-sec .launch-content .timer .bg-yellow {
        padding: 5px 0px;

    }
    .launch-sec .video-iframe {
        width: 100%;
        height: 200px;
    }
    .launch-sec .bottom-paragraph{
        font-size: 20px;
    }
}

@media only screen and (max-width:991px){
    .launch-sec .launch-sec-row .logo{
    text-align: center;
    }
    .launch-sec .video-iframe {
        width: 95%;
    }
    .launch-sec .launch-sec-row{
        flex-direction: column-reverse;

    }
    
    .launch-sec .launch-content .timer{
        padding-right: 0px;
        padding-left: 0px;
    }
    .launch-sec .launch-content .timer .bg-yellow{
        margin: 0px;
    }
    .launch-sec .launch-content .timer .bg-yellow {
        padding: 5px 0px;
        margin: 0px 2px;
        width: 25px;
        font-size: 20px;
    }
}