:root {
    --font-color-white: white;
    --font-color-black: black;
}



@font-face {
    font-family: 'Ubuntu';
    src: url('../../assets/fonts/Ubuntu-Regular.woff2') format('woff2'),
        url('../../assets/fonts/Ubuntu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../../assets/fonts/Ubuntu-Light.woff2') format('woff2'),
        url('../../assets/fonts/Ubuntu-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



body {
    margin: 0px;
    padding: 0px;
    font-family: 'Ubuntu';
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

footer p{
    margin-bottom: 0px !important;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

.header-main-wrap {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.heading-title b{
    font-weight: 600 !important;
}

/* START: Video Player */
.video-container{
    position: relative;
    overflow: hidden;
}
.video-container video{
    width: 100%;
    aspect-ratio: 1920 / 1080;
    border: 1px solid #ffffffd1;
}
.video-container .video-wrap{
    width: 100%;
    height: calc(100% - 1%);
}
.video-container .brand-tag{
    position: absolute;
    top: 80px;
    right: 80px;
    max-width: 70px;
    z-index: 1;
}
.video-container .brand-tag .web-logo{
    width: 100%;
}
@media(max-width: 1240px){
    .video-container .video-wrap{
        width: 100%;
    }  
}
@media(max-width: 1044px){
    .video-container .brand-tag{
        top: 15px;
        right: 15px;
        max-width: 50px;
    }
}
/* END: Video Player */


/*table-arivals-departures*/

.flight-tab-sn {
    background-size: cover !important;
    width: 100%;
    height: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.heading-title {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 0px;
}

.single-logo-chanel {
    position: absolute;
    top: -15px;
    left: 0;
}
.single-logo-chanel .telearuba-single-logo {
    width: 100%;
    max-width: 200px;
}

.single-row-line {
    z-index: 1;
}

.single-row-line::before,
.single-row-line::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    top: 50%;
    z-index: -1;
    right: 95px;
}

.single-row-line::after {
    right: 100%;
}

.single-row-line .line-icon {
    width: 45px;
    height: 50px;
}
.single-row-line .increase-size {
    width: 55px;
    height: 55px;
}

.nav-tabs {
    border-bottom: none;
}


.flight-table-wrapper .dataTables_length,
.flight-table-wrapper .dataTables_filter {
    display: none;
}

.flight-table-wrapper .dataTables_wrapper .row:last-child .col-md-5 {
    display: none;
}

.flight-table-wrapper .tab-content {
    padding: 0 40px;
    background: #000;
}

.flight-table-wrapper .nav-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.flight-table-wrapper .table .highlight {
    color: #ffd700;
}

.airline .airline-logo {
    width: 100%;
    max-width: 140px;
    height: 40px;
    object-fit: contain;
}

.flight-table-wrapper .nav-tabs .nav-link {
    width: 100%;
    padding: 20px 5px;
    font-size: 22px;
    border-radius: 10px 10px 0 0;
    background: #303030;
    color: #979797;
    outline: none;
    border: none;
    box-shadow: none;
}

.flight-table-wrapper .nav-tabs .nav-link:focus,
.flight-table-wrapper .nav-tabs .nav-link:hover {
    outline: none;
    border: none;
    box-shadow: none;
}

.nav-tabs .nav-link.active {
    background: #000;
    color: #fff;
}


/*
.status.arrived {
    color: #00ff88;
}

.status.expected {
    color: #ffd700;
}*/


.airline {
    font-weight: bold;
}

.flight-table-wrapper .tab-pane {
    min-height: 495px;
}


.flight-table-wrapper .table>:not(caption)>*>* {
    background: none;
    border-color: #b49615;
    padding: 15px 20px;
    font-weight: 400;
}


.flight-table-wrapper .pagination .paginate_button {
    display: none;
}

.flight-table-wrapper .pagination .previous,
.flight-table-wrapper .pagination .next {
    display: block;
}

.flight-table-wrapper .pagination {
    justify-content: space-between;
}

.flight-table-wrapper .dataTables_wrapper .row:last-child .col-md-7 {
    width: 100%;
}

.flight-table-wrapper .paginate_button .page-link {
    background: transparent;
    border: none;
    color: #ffd700;
    text-transform: uppercase;
    padding: 0;
    outline: none;
    box-shadow: none;
}

.flight-table-wrapper .paginate_button .page-link:hover,
.flight-table-wrapper .paginate_button .page-link:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.table-navigation-ft .btn-nav {
    color: #ffd700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 0px 25px;
}


.table-navigation-ft .btn-nav::before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='yellow'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 12%;
    pointer-events: none;
    rotate: 90deg;
}

.table-navigation-ft .next::before {
    right: 0;
    left: auto;
    rotate: -90deg;
}

@media(max-width: 1024px) {
.flight-table-wrapper .tab-content {
    padding: 0 15px;
}

.tab-content .tab-pane {
    overflow-x: scroll;
}

.flight-table-wrapper .nav-tabs .nav-link {
    padding: 15px 5px;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
}

.table-navigation-ft .btn-nav::before {
    width: 15px;
    height: 15px;
}

.table-navigation-ft .btn-nav {
    font-size: 14px;
    padding: 0px 25px;
}

}


@media(max-width: 768px){
.flight-table-wrapper .tab-content {
    padding: 0 0;
}    
.flight-table-wrapper .table>:not(caption)>*>* {
    white-space: nowrap;
    padding: 10px 5px;
    font-size: 12px;
    text-align: left;
}
.flight-table-wrapper .tab-pane {
    min-height: fit-content;
    padding-top: 5px;
}
.airline .airline-logo {
    height: 15px;
}
.flight-table-wrapper .nav-tabs .nav-link {
    border-radius: 0;
}
.d-none-cusomt {
    display: none;
}
}

/*table-arivals-departures*/


/*chanel-tabs-css*/
.chanel-tabs-wrap .heading-title {
    color: #000;
    font-weight: 600;
}

.hero-subtitle {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}
.channel-btn {
    background-color: #ef1c23;
    color: #fff;
    border: none;
    padding: 18px 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    transition: 0.3s;
    display: block;
    text-align: center;
    text-decoration: none;
}

.channel-btn:hover {
    background-color: #c9141a;
}

.channel-col {
    padding: 10px;
}

@media(max-width: 767px){
.channel-btn {
    padding: 14px 0;
    font-size: 16px;
}
.channel-col {
    padding: 5px 10px;
}
}

/*chanel-tabs-css*/





/*Weather-css*/

.weather-container .title-text {
    font-weight: 700;
    font-size: 28px;
}

.weather-container .info-text {
    font-size: 21px;
    margin: 5px 0;
    color: #444444;
    font-weight: 400;
}


.forecast {
    margin-top: 120px;
}

.weather-day-icon {
    text-align: center;
}

.day-icon {
    width: 60px;
    margin-bottom: 10px;
}

.day-name {
    display: flex;
    gap: 5px;
    justify-content: center;
    color: #383838;
    font-weight: 300;
}

.weather-container .temp-text {
    font-weight: 600;
    color: #383838;
}

@media(max-width: 999px){

.forecast {
    margin-top: 70px;
    gap: 30px;
}
}

@media(max-width: 767px){
.day-name {
    justify-content: start;
    font-size: 12px;
}
.weather-day-icon {
    text-align: left;
}
}

/*Weather-css*/





/*About-section-css*/
.about-section {
    background-color: #fff;
    padding: 25px;
}

.about-wrapper {
    background: #efefef;
}

.about-heading {
    font-size: 50px;
    font-weight: 300;
    color: #19a7ce;
}

.about-description {
    color: #444444;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
    max-width: 400px;
    font-weight: 300;
}
.about-readmore {
    display: inline-block;
    margin-top: 20px;
    color: #444444;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 300;
}
.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
.about-wrapper {
    padding: 0px 0;
}

.about-heading {
    font-size: 32px;
}
.about-description {
    margin-top: 10px;
}
}

/*About-section-css*/


/*Footer-css*/

.footer {
    background-color: #e31e24;
    padding: 65px 0 20px;
}

.footer-text {
    margin-bottom: 18px;
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
}

.footer-text .link-text {
    color: #fff;
    text-decoration: none;
}

.footer-icon {
    width: 40px;
    font-size: 25px;
    margin-right: 10px;
}

.social-box {
    border: 2px solid #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    text-decoration: none;
    font-size: 20px;
}
.social-box .youtube-icon {
    width: 100%;
    height: 35px;
    object-fit: contain;
}
.social-box .faebook-icon {
    width: 100%;
    height: 34px;
    object-fit: contain;
}
.footer-line {
    border-top: 1px solid #fff;
    margin: 30px 0 15px;
    opacity: 0.5;
}

.footer-bottom-text {
    font-size: 22px;
    color: #fff;
}

.footer-link {
    color: #fff;
    text-decoration: none;
}

.footer-text .ft-icon {
    width: 100%;
    max-width: 30px;
}

@media (max-width: 768px) {
    .social-wrapper {
        margin-top: 20px;
        text-align: left !important;
    }
  .social-box {
    width: 40px;
    height: 40px;
    font-size: 15px;
}  
.footer {
    padding: 52px 0 20px;
}
.footer-text .ft-icon {
    max-width: 22px;
}
.social-box .youtube-icon,
.social-box .faebook-icon  {
    height: 25px;
}
.footer-text,
.footer-bottom-text {
    font-size: 16px;
}

}


/*Footer-css*/


@media(max-width: 1024px){
.heading-title {
    font-size: 42px;
    margin-bottom: 15px;
}

}

@media(max-width: 767px){
.sale-product-wrapper .row {
    gap: 15px;
}
.single-logo-chanel {
   display: none;
}
}

/* START: Channel | Popup + PiP */
#channel-popup{
    width: 100%;
    z-index: 999;
    position: fixed;
}
#channel-popup .modal-header{
    border: none;
    color: #FFFFFF;
    background-color: #E31E24;
    border-radius: 0px !important;
}
#channel-popup .modal-content{
    border: none;
    background-color: #EFD924;
    border-radius: 0px !important;
}
#channel-popup.channel-pip-disabled{
    top: 50%;
    left: 50%;
    max-width: 512px;
    transform: translate(-50%, -50%);
}
#channel-popup.channel-pip-disabled .channel-pip-exit,
#channel-popup.channel-pip-enabled .channel-pip-enter{
    display: none;
}
#channel-popup.channel-pip-enabled{
    right: 15px;
    bottom: 0px;
    max-width: 300px;
}
#channel-popup.channel-pip-enabled .modal-content{
    background-color: transparent;
}
/* END: Channel | Popup + PiP */
