:root{
    --primary: #797a7e;
    --secoundery: #fab416;
    --light: #fff;
    --dark: #000;
    --gray: #b2b2b2;
    --darkTheame: #2a3030;
}
/* 29LTBukra */
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-hairline.OTF) format('opentype');
    font-weight: 100;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-thin.OTF) format('opentype');
    font-weight: 200;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-extra-light.OTF) format('opentype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-light.OTF) format('opentype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-regular.OTF) format('opentype');
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-medium.OTF) format('opentype');
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-semi-bold.OTF) format('opentype');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-bold.OTF) format('opentype');
    font-weight: 800;
    font-style: normal
}
@font-face {
    font-family: '29ltbukra';
    src: url(../fonts/bukra/29lt-bukra-black.OTF) format('opentype');
    font-weight: 900;
    font-style: normal
}

body{
    font-family: '29ltbukra', sans-serif;
    font-weight: 500;
}
.note_bg{
    background-color: var(--primary);
    padding: 1.5rem;
    /* border-bottom: 20px solid var(--secoundery); */
}
.warning_icon img{
    width: 40px;
}
.note_content h2{
    color: var(--light);
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 300;
}
.note_cross img{
    width: 25px;
}
.gp-1{
    column-gap: 13px;
}
.head_links{
    padding: 0.5rem 0.8rem;
}
.head_links a{
    text-decoration: none;
    color: var(--dark);
    font-size: 18px;
    /*font-weight: 400;*/
}
.head_links a:hover{
    color: var(--dark);
}
.head_links a:focus{
    color: var(--dark);
}
.weather img{
    width: 35px;
    margin-left: 0.7rem;
    vertical-align: sub;
    filter: brightness(20);
}
.top_head{
    padding: 0.7rem 0;
    background-color: var(--secoundery);
}
.nav_link{
    padding: 0 0.8rem !important;
    font-size: 18px;
    /*font-weight: 400;*/
    color: var(--dark) !important;
}
.nav_link span{
    color: #f2552a;
}
.header{
    background-color: var(--light) !important; 
    padding: 0 !important;
}
.event_logo img{
    width: 170px;
}
.main_banner{
    position: relative;
}
.main_banner img{
    width: 100%;
}
.slide_overlay{
    background-color: var(--primary);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.8;
}
.slide_content{
    position: absolute;
    bottom: 3%;
    right: 5%;
    z-index: 123;
}
.slide_content img{
    width: 120px;
    margin: 0 auto 1rem;
    display: block;
}
.primary_btn{
    position: relative; 
    min-width: 154px;
    background-color: var(--primary);
    font-weight: 600;
    font-size: 16px;
    color: var(--light);
    border: 1px solid var(--light);
    border-radius: 14px !important; 
    padding: 0.5rem 2.1rem;
    transition: 1s;
}
.primary_btn::before{
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: -8%;
    top: 0;
    border-radius: 14px;
    z-index: -9;
    transition: 1s;
    border: 1px solid var(--light);
}
.primary_btn:hover{
    background-color: var(--secoundery);
}
.primary_btn:hover::before{
    background-color: var(--light);
}
/* about */
.about{
    background-color: var(--primary);
    padding: 4.5rem 2.5rem 1rem;
    /* height: 460px; */
    position: relative;
    height: 100%;
}
.about_content{
    position: relative;
    z-index: 123;
}
.about_oman{
    background-color: var(--primary);
}
.line_bar{
    opacity: 1 !important;
    background-color: var(--secoundery);
    height: 5px !important;
    width: 30%;
}
.about_content p{
    color: var(--light);
    text-align: justify;
}
.about_content h3{
    font-size: 30px;
    color: var(--light);
    margin-bottom: 1rem;
}
.about_content p{
    margin-top: 1.5rem;
    margin-bottom: 5rem;
}
.media{
    position: relative;
    /* padding: 2.5rem;
    background-image: url('../images/media_center.jpg');
    width: 100%;
    height: 460px;
    background-size: cover; */
}
.media_btn{
    position: absolute;
    right: 2.5rem;
    bottom: 1rem;
    z-index: 1;
}
.media h3{
    font-size: 30px;
    font-weight: bold;
    color: var(--dark);
    position: absolute;
    padding: 4.5rem 2.5rem 1rem;
}
.media h3::after {
    content: "";
    background-color: var(--secoundery);
    height: 5px;
    width: 70%;
    position: absolute;
    left: 2.5rem;
    bottom: 5px;
}
/* international airport */
.international_airport{
    padding: 90px 0;
}
.in_airport{
    margin-bottom: 2rem;
}
.in_airport_img{
    height: 204px;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 1rem;
}
.in_airport img{
    border-radius: 40px;
    margin-bottom: 1rem;
    transition: .6s;
}
.in_airport:hover img{
    transform: scale(1.1);
}
.in_airport h4{
    color: var(--primary);
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}
.footer_top{
    padding: 10px;
    background-color: var(--secoundery);
}
.social_media h3{
    color: var(--light);
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0;
} 
.social_media li{
    width: 60px; 
}
.social_media a{
    text-decoration: none !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 25px;
    overflow: hidden;
    position: relative;
    color: var(--primary);
    border: 2px solid var(--primary);
    transition: all 0.2s linear 0s;
}
.social_media a i{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
}
.social_media a:after {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    top: -110%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: var(--primary);
    border-radius: 50%;
}
.social_media a i{
    color: var(--primary);
}
.social_media a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.social_media a:hover i{
    color: var(--secoundery);
}
.social_media a:hover:after {
    top: 5%;
    transition: all 0.2s linear 0s;
}
/* footer */
footer{
    background-color: var(--primary);
    padding: 90px 0;
}
.footer_widget h3{
    font-size: 20px;
    font-weight: 700;
    color: var(--light);
}
.footer_widget a{
    text-decoration: none;
    color: var(--light);
    line-height: 1.7;
}
.newsletter_signup h3{
    color: var(--light);
    font-size: 20px;
}
.newsletter_signup p{
    color: var(--light);
}
.custom_form{
    height: 45px;
    border: 0;
    border-radius: 0;
    padding-left: 1.5rem;
}
.footer_bottom{
    background-color: var(--primary);
    padding: 20px 0;
}
.footer_bottom p{
    color: var(--light);
}
.footer_logo{
    width: 150px;
    object-fit: contain;
    margin-right: 0.5rem;
}
.footer_bottom p{
    margin-bottom: 0;
    font-size: 15px;
}
.footer_bottom li{
    color: var(--light);
    font-size: 15px;
}
.footer_bottom a{
    color: var(--light);
    text-decoration: none;
    font-size: 15px;
}
.footer_bottom li:not(:last-child) {
    margin-right: 0;
}
.dropdown_menu{
    border-radius: 0;
    min-width: 280px;
    padding: 0.75rem 1rem 0.75rem 1rem;
}
.dropdown_menu h3{
    color: var(--secoundery);
    font-size: 17px;
    text-align: center;
    font-weight: 700 !important;
}
.dropdown_menu a{
    font-size: 16px;
}
.dropdown_item:hover{
    background-color: transparent !important;
    color: var(--dark);
}
.dropdown_item:focus{
    background-color: transparent !important;
    color: var(--dark);
}
.dropdown_item{
    color: var(--primary);
    line-height: 1.8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 500;
}
.dropdown_item:hover{
    color: #1db14c !important;
    padding-left: 27px;
}
.page_banner{
    background-color: var(--primary);
    padding: 20px;
}
.page_banner img{
    width: 28%;
    margin: 0 auto;
    display: block;
}

.inner_page_content{
    padding: 100px 0;
}
.inner_page_content p{
    text-align: justify;
}
.mark, mark{
    background-color: var(--secoundery);
    
}
.media_gallery{
    padding: 60px 0;
}
.media_gallery h2{
    text-align: center;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 1rem;
}
.gallery_images{
    margin-top: 3rem;
}
.gallery_image_box{
    margin-bottom: 2rem;
}
.gallery_image{
    width: 100%;
    height: 250px;
    overflow: hidden;
    transition: .9s;
    border-radius: 18px;
    margin-bottom: .5rem;
}
.gallery_image img{
    overflow: hidden;
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .9s;
}
.gallery_image:hover img{
    transform: scale(1.15);
}
.gallery_image_box h3{
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gallery_image_box p{
    text-align: justify;
    color: var(--dark);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.social_media_widget{
    background-color: var(--primary);
    padding: 2rem 0;
}
.pagination {
    justify-content: center;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--primary);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a
{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--primary);
    border-color: var(--primary);
}
.carousel_buttons{
    height: fit-content;
    top: 50%;
}
.latest_news{
    padding: 30px 0;
}
.latest_news h2{
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.news_card{
    position: relative;
    background-color: var(--light);
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 13px 13px 24px -29px;
}
.news_card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.news_card_body a{
    text-decoration: none;
}
.news_card_body h5{
    color: var(--primary);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_card_body p{
    font-size: 15px;
    text-align: unset;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_card_body{
    padding: 15px;
}
.event_gallery{
    padding: 30px 0 0;
}
.event_gallery h2{
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.gallery_slide img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
}