@import url(omnes-pro.css);
@import url(http://fonts.googleapis.com/css?family=Playfair Display);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600);

/*======================================================================================================
                            Global
=======================================================================================================*/

* {
    outline: none !important;
    box-shadow: none;
}

a {
    color: rgb(32, 178, 170);
}

a:hover {
    color: #1d175d;
}

.btn {
    border-radius: 0;
    transition: background 0.5s cubic-bezier(.17,.67,.83,.67);
}

.navbar-white {
    background-color: white !important;
    transition: background 0.5s ease-out;

}

.navbar-white li a {
    color: #001931 !important;
}

.navbar-white .navbar-brand {
    color: #001931 !important;
}

.navbar-white button.navbar-toggle {
    margin-top: 5px;
    margin-right: 10px;
}

.navbar-white button.navbar-toggle .ion-navicon {
    color: pink;
}

.form-control:focus {
border-color: #AB8D3F;
box-shadow: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0);
}

.navbar-default .navbar-toggle {
    border-color: rgba(221, 221, 221, 0);
    margin: 0;
    line-height: 100%;
}

.navbar-toggle {
    padding: 0;
    border-radius: 0;
}

.navbar {
    margin-bottom: 0px;
    padding: 10px 5px;
    min-height: 0;
}

button.navbar-toggle .ion-navicon {
    font-size: 2em;
    color: #fff;
}


p {
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
    line-height: 31px;
}

body {
    overflow-x: hidden;
    font-family: 'Inter', sans-serif; /* Cleaner than Bebas for full body */
    background-color: #001931;
    color: #FFFFFF;
    line-height: 1.6;
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
.row
{
    margin-right: 0px;
    margin-left: 0px;
}
ul li
{
    list-style: none;
    display: inline-block;
}
li a
{
    text-decoration: none;
}
#heading-text 
{
    padding-top: 10px;
}
#heading-text h3 {
    font-size: 49px;
    font-family: 'Playfair Display', sans-serif;
    padding-top: 58px;
    text-transform: uppercase;
}

#heading-text p {
    font-size: 18px;
    font-family: 'Playfair Display', sans-serif;
    padding: 5px 0px
}

.main_content 
{
    padding: 50px 0px;
}

iframe
{
    width: 100%;
}
.form-control
{
    border-radius: 0px;
}
/*-----------------------------------------------------------------------------------------------------
                                navbar
-------------------------------------------------------------------------------------------------------*/
#navigation, .navbar-default
{
    border-radius: 0px;
    border: 0;
    background-color: rgba(44, 34, 130, 0.19);
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    transition: all 0.5s cubic-bezier(.17,.67,.83,.67);
    color: #E5E5E5;
    margin: 5px 20px;
    padding: 0;
    line-height: 28px;
    font-family: "Playfair Display";
    text-transform: capitalize;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
{
    color: #fff;
}
.navbar-default .navbar-brand {
    color: #fff;
    font-family: "Playfair Display";  
    padding: 5px 15px;  
    font-size: 26px;  
    line-height: 100%;  
    height: auto;
}

.nav-wrap 
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#wrapper
{
    background: url(../img/background.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
#overlay-1
{
    background-color: rgba(40, 40, 40, 0.6);
    position: relative;
}

.starting-text
{
    padding: 177px 0px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 2px;
}
.rene {
    font-size: 120px;
    color: white;
    font-family: "Playfair Display", sans-serif;
    font-weight: 300;
    margin-top: 75px;
}

.starting-text h2 {
    font-family: "Playfair Display", sans-serif;
    color: #fff;
}

.bottom 
{
    width: 100%;
    position: absolute;
    bottom: 2%;
}
.bottom a
{
    color: rgba(192, 192, 192, 0.5);
}
h5 
{
    padding-top: 22px;
    font-size: 18px;
}
/*-----------------------------------------------------------------------------------------------------
                            about us
------------------------------------------------------------------------------------------------------*/
.exp
{
    padding-top: 76px;
}
.progress
{
    background-color: black;
    border-radius: 0px;
    border-color: lightseagreen;
}
.progress-bar
{
    background-color: cadetblue;
}
.pro
{
    padding-top: 10px;
}

/*----------------------------------------------------------------------------------------------------
Our service
-----------------------------------------------------------------------------------------------------*/
.services
{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.about-service 
{
    font-size: 16px;
    padding: 5px 10px 0px 10px;
}
.about-service h3 {
    font-family: "Playfair Display";
    font-size: 33px;

}

.service-icon i 
{
    padding: 20px 0px;
    font-size: 5em;
    transition: font-size 0.5s;
    display: table-cell;
    vertical-align: middle;
}
.service-icon
{
    display: table;
    min-height: 140px;
    text-align: center;
    width: 100%;
}
hr
{
    border-color: rgb(101,85,124);
}
.full
{
    width: 25%;
}
.fa-code
{
    color: cadetblue;
}
.fa-desktop
{
    color: lightslategray;
}
.fa-th
{
    color: rgb(114, 184, 211);
}
.fa-gamepad
{
    color: rgba(0, 0, 128, 0.58);
}
.fa-lightbulb-o
{
    color: grey;
}
.fa-stack-overflow
{
    color: #C09553;
}
.service:hover .service-icon i
{
    font-size: 7em;
}
.service:hover .about-service h3 
{
    color: rgb(175, 104, 77)
}
.service
{
    text-align: center;
}
/*===================================================================================================
                            team
=====================================================================================================*/
#team
{
    text-align: center;
    margin-bottom: 20px;
}
#team .team-members h4
{
    font-weight: 600;
    margin-bottom: 5px;
}
.member-title
{
    font-family: "Playfair Display";
    margin-bottom: 15px;
}
#team h2
{
    font-weight: normal;
    text-align: center;
}
.team-member-description
{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}
.team-member-description 
{
    line-height: 25px;
}
.team-member-contact
{
    padding: 20px 0px;
}
/* media query te 991 px er niche padding right hobe 45px */
#team a:hover, #gallery a:hover
{
    text-decoration: none;
}
#team .fa 
{
    font-size: 21px;
}
#team ul 
{
    padding-top: 20px;
}
.team-facebook, .team-twitter, .team-google-plus 
{
    color: rgb(32, 178, 170);
} 
.team-facebook:hover
{
    color: #46629E;
}
.team-facebook:hover .fa-facebook
{
    transform:;
}
.team-twitter:hover
{
    color: #0EAACE;
}
.team-google-plus:hover
{
    color: #DD4C39;
}
.team-member-contact a {
    margin: 0px 12px;
    transition: all 0.5s cubic-bezier(.17,.67,.83,.67);
}
/*-----------------------------------------------------------------------------------------------------
                            Works
--------------------------------------------------------------------------------------------------------*/
#web, #game, #app
{
    display: none;
}
.port
{
    padding-bottom: 50px;
}
/*------------------------------------------------------------------------------------------------------
                                price-table
--------------------------------------------------------------------------------------------------------*/
.price-column 
{
    position: relative;
    z-index: 999;
    margin-bottom: 15px;
}
.price-column .price-heading 
{
    background-color: cadetblue;
    position: relative;
    padding: 17px 15px 15px;
    box-shadow: 0 2px 2px #494946;
}
.price-column .price-heading h4 
{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 1px 1px #41413e;
    margin-bottom: 0;
    margin-top: 0;
}
.price-column .price-heading .subtitle 
{
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    text-shadow: 0 1px 1px #41413e;
}
.price-column .price-heading .price 
{
    position: absolute;
    top: 12px;
    right: 10px;
}
.price-column .price-heading .price .currency 
{
    color: white; 
    font: bold 16px Roboto Condensed,Helvetica,Geneva,sans-serif;
    font-size: 22px;
}
.price-column .price-heading .price .amount
{
    color: white;
    /* text-shadow: 0 1px 1px #b8b8b7; */
    margin-right: 18px;
    font-size: 35px;
}
.price-column .price-heading .price .cents 
{
    color: white;
    font: bold 16px Roboto Condensed,Helvetica,Geneva,sans-serif;
    /* text-shadow: 0 1px 1px #b8b8b7; */
    position: absolute;
    top: 27px;
    right: 0;
}
.price-content 
{
    background-color: rgba(47, 79, 79, 0.71);
}
.price-content ul
{
    margin: 0px 0px;
    padding: 0px 0px;
}
.price-content ul li:first-child 
{
    border-top-width: initial;
    border-top-style: none;
    border-top-color: initial;
}
.price-content ul li
{
    display: block;
    text-align: center;
    color: #f7f7f7;
    list-style: none;
    border-top: 1px solid #8DBDBD;
    border-bottom: 1px solid #2F4240;
    padding: 7px 15px;
    line-height: 35px;
    transition: all 0.5s;
}

.price-column.highlight 
{
    margin-top: 0;
    box-shadow: 0 1px 8px #4d4d4d;
    position: relative;
    z-index: 999;
}
.price-column.hightligh .price-heading 
{
    background: #f85140;
}
.price-column.hightligh .price-heading h4, .price-column.hightligh .price-heading .subtitle 
{
    color: #ffffff;
    text-shadow: 0 1px 1px #d61b08;
}
.price-column .price-heading .price 
{
    position: absolute;
    top: 12px;
    right: 10px;
}
.price-column.hightligh .price-heading .price .currency, .price-column.hightligh .price-heading .price .amount, .price-column.hightligh .price-heading .price .cents
{
    color: #c63f33;
    text-shadow: 0 1px 1px #f3a39b;
}
/*-----------------------------------------------------------------------------------------------------
                                Gallery
-------------------------------------------------------------------------------------------------------*/

/* Carousel Customization */
#aviation-carousel {
    border: 8px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    margin-bottom: 50px;
}

#aviation-carousel .item img {
    height: 500px; /* Adjust this height to your preference */
    object-fit: cover; /* Ensures images don't stretch ugly */
}

.carousel-caption {
    background: rgba(0, 25, 49, 0.7); /* Matching your dark blue theme */
    padding: 10px;
    border-radius: 5px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important; /* Removes the ugly default shadow */
    color: #AB8D3F; /* Makes arrows your signature gold color */
}

.carousel-indicators li {
    border-color: #AB8D3F;
}

.carousel-indicators .active {
    background-color: #AB8D3F;
}
/* Container that hides the overflow */
.scroll-container {
    width: 100%;
    overflow-x: auto; /* Allows swiping on mobile */
    white-space: nowrap; /* Keeps images in one line */
    padding: 20px 0;
    -webkit-overflow-scrolling: touch; /* Smooth momentum scroll for iOS */
    scrollbar-width: none; /* Hides scrollbar on Firefox */
}

.scroll-container::-webkit-scrollbar {
    display: none; /* Hides scrollbar on Chrome/Safari */
}

/* The horizontal strip of images */
.scroll-wrapper {
    display: inline-flex;
    gap: 15px;
    padding-left: 15px;
}

.scroll-item {
    flex: 0 0 auto;
    width: 220px; /* Width of each picture */
    height: 340px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.scroll-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Desktop Polish: Slight lift when hovering */
@media (min-width: 769px) {
    .scroll-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 12px 20px rgba(0,0,0,0.2);
    }
}

/* Mobile Polish: Make images slightly smaller for better fit */
@media (max-width: 768px) {
    .scroll-item {
        width: 250px;
        height: 170px;
    }
}
/* ---------------------------------------------------------------------------------------------------
                            contact
 ---------------------------------------------------------------------------------------------------*/
 .input-group
 {
    padding: 18px 0px;
 }
 .send
 {
    float: left;
 }
 .map
 {
    padding: 18px 0px;
 }
 #contact
 {
    padding-bottom: 80px;
 }
.socials-icons 
{
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top: 60px;

}   
.socials-icons li 
{
    padding-left: 20px;
    padding-bottom: 10px;
    display: inline-block;
    list-style: none;
}
.socials-icons li a 
{
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -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;
    opacity: 0.8;
}
.socials-icons li a i.fa 
{
    color: #fff;
    line-height: 50px;
    font-size: 21px;
}
.socials-icons li a:hover 
{
    opacity: 1;
}
.facebook
{
    background-color: #AB8D3F;
}
.facebook:hover
{
    background-color: #46629E;
}
.twitter
{
    background-color: #AB8D3F;
}
.twitter:hover
{
    background-color: #0EAACE;
}
.google-plus
{
    background-color: #AB8D3F;
}
.google-plus:hover
{
    background-color: #DD4C39;
}
.instagram
{
    background-color: #AB8D3F;
}
.instagram:hover
{
    background-color: #4A789E;
}
.pinterest
{
    background-color: #AB8D3F;
}
.pinterest:hover
{
    background-color: #CB2027;
}
.skype
{
    background-color: #AB8D3F;
}
.skype:hover
{
    background-color: #01AEF2;
}
form
{
    width: 100%;
}
/*----------------------------------------------------------------------------------------------------
                                    FOOTER
-----------------------------------------------------------------------------------------------------*/
.main-footer
{
    background-color: rgba(26, 26, 26, 1);
    padding: 20px 0px;
}
.logo h1
{
    color: #F2F2F2;
    font-family: 'Playfair Display', sans-serif;
    font-size: 50px;
}
.copyright
{
    margin-top: 10px; 
    font-size: 16px;
    color: #f3f3f3;
}
.copyright a:hover
{
    text-decoration: none;
   /*  color: #137513; */
   color: darkcyan;
}
.copyright a
{
    color: #FFFFFF;
}
.theme
{
    font-family: "Playfair Display";
    /* font-size: 20px; */
    /* font-weight: bold; */
    /* padding-left: 5px; */
}
/* ================================================================================================================
                        Media Query
================================================================================================================== */
@media (max-width: 515px){
    .rene
    {
        font-size: 70px;
    }
}
@media (max-width: 405px){
    #heading-text h3
    {
        font-size: 45px;
    }
}
@media (max-width: 350px){
    .rene
    {
        font-size: 50px;
    }
    .starting-text h2
    {
        font-size: 35px;
    }
}
/* 

.shadow-team
{
    background-color: #626262;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 14px;
    position: relative;
    top: 3px;
    width: 193px;
}



 */

.ion-ios7-arrow-down {
    color: #fff;
    font-size: 3em;
}


.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #FFFFFF;
}

.btn-primary {
    color: #fff;
    background-color: #AB8D3F;
    border-radius: 0;
    border-color: #AB8D3F;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #AB8D3F;
    border-color: #AB8D3F;
}

.pagination {
    border-radius: 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    z-index: 99999;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #AB8D3F;
    border-color: #AB8D3F;
}

.pagination>li>a, .pagination>li>span {
    color: #16a085;
}

#port-items .col-md-4 {
    padding: 0;
}

.input-group-addon {
    border-radius: 0;
}

@media (max-width: 712px) {

}

@media (max-width: 400px) {
    #port-items .col-xs-6 {
        width: 100%;
    }

    .navbar-fixed-top, 
    .navbar-fixed-bottom {
        position: static;
    }

    #portfolio .btn {
        margin-bottom: 10px;
    }
}
    
   #flights .main_content p {
    text-align: left;
    color: #e5e5e5;
    margin-bottom: 20px;
}

#flights .thumbnail {
    background: transparent;
    border: 1px solid #AB8D3F; /* Gold border to match your club theme */
    padding: 5px;
    transition: transform 0.3s ease;
}

#flights .thumbnail:hover {
    transform: scale(1.05);
    border-color: #fff;
}

/* Button Styling override for luxury feel */
.btn-primary.btn-lg {
    padding: 15px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
    .main_content figure {
        padding: 0px 105px;
    }

    .post-shadow {
        width: 100%;
    }

    .input-group-addon {
        background-color: rgba(238, 238, 238, 0);
    }
    .img-circle {
        width: 200px;        /* Set a fixed width */
        height: 200px;       /* Set the same fixed height */
        object-fit: cover;   /* This prevents the image from stretching */
        border-radius: 50%;  /* This creates the circle */
        display: block;
        margin-left: auto;
        margin-right: auto;
}
