/* Define each font variant */
@font-face {
    font-family: 'Gelion';
    src: url('/assets/fonts/gelion/Gelion Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gelion';
    src: url('/assets/fonts/gelion/Gelion Regular Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Gelion';
    src: url('/assets/fonts/gelion/Gelion Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gelion';
    src: url('/assets/fonts/gelion/Gelion Light Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gelion';
    src: url('/assets/fonts/gelion/Gelion Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gelion';
    src: url('/assets/fonts/gelion/Gelion Medium Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gelion';
    src: url('/assets/fonts/gelion/Gelion SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gelion';
    src: url('/assets/fonts/gelion/Gelion SemiBold Italic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Gelion';
    src: url('/assets/fonts/gelion/Gelion Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gelion';
    src: url('/assets/fonts/gelion/Gelion Bold Italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Gelion';
    src: url('/assets/fonts/gelion/Gelion Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gelion';
    src: url('/assets/fonts/gelion/Gelion Black Italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gelion';
    src: url('/assets/fonts/gelion/Gelion Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gelion';
    src: url('/assets/fonts/gelion/Gelion Thin Italic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}


:root {
    --theme-color: #3D97D3;
    --theme-color-b: #042730;
    --theme-color-g: #C5D92E;
    --text-color-1: #374151;
    --text-color-2: #111827;
}



body {
    font-family: "Gelion", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Gelion", sans-serif;
}


.card-t1 {
    border: 1px solid #eceeeb;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.card-t1-titre {
    font-weight: bold;
    margin-bottom: 0;
    padding: 20px 30px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.card-t1-img {
    height: 230px;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.card-t1-footer {
    text-align: left;
    border-top: 1px solid;
    border-top-color: #eceeeb;
    float: left;
    width: 100%;
    padding: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.card-t1-btn {
    background: #6dc82b;
    font-size: 13px;

    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    line-height: normal;
    display: inline-block;
    margin: 10px 0px 0px;
    margin-top: 10px;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    color: #fff;
    padding: 7px 13px;
    text-decoration: none;
}

.card-t1-btn:hover {
    background: #6dc82b;
    font-size: 13px;

    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    line-height: normal;
    display: inline-block;
    margin: 10px 0px 0px;
    margin-top: 10px;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    color: #fff;
    padding: 7px 13px;
    text-decoration: none;
}

.card-t1-prix {
    font-size: 20px;
    font-weight: 600;
}

.card-t1-from {
    background: 0 0;
    border: 0;
    font-size: 100%;
    margin: 0;
    margin-bottom: 0px;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    margin-bottom: 0;
    color: #bdbdbd;
    line-height: 12px;
}

.btn-zr9 {
    color: #fff;
    background-color: #2E4A62;
    border-color: #2E4A62;
    border-radius: 20px;
    padding: 6px 20px;
}

.btn-sfr {
    color: #fff;
    background-color: #FFCC00;
    border-color: #FFCC00;
}

.btn-zr9:hover {
    color: #fff;
    background-color: #09F;
    border-color: #09F;
}

.btn-sfr:hover {
    color: #fff;
    background-color: #FFCC00;
    border-color: #FFCC00;
}

.t_h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.t_h2 {
    font-size: 16px;
    font-weight: 500;
}

.rtl {
    direction: rtl;
}

.app-hr {
    border-bottom: 10px solid #3597D3;
    border-block-end-style: ridge;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.contact_success {
    font-size: 100px;
    color: #3899D3;
}

.contact_success_msg {
    font-size: 30px;
    font-weight: bold;
    color: #3899D3;
}

.navbar {
    width: 100%;
    margin: 0px 0px -1px;
    padding: 0px;
    float: left;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    z-index: 999;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.3);
    min-height: 80px;
}

.nav-link {
    margin: 0px;
    padding: 0px;
    display: inline;
    float: left;
    position: relative;
    line-height: 40px;
    font-weight: 600;
    padding: 5px;
    padding-right: 17px;
    padding-left: 17px;
    margin: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #1f1f1f;
    position: relative;
    padding-left: 39px;
    padding-right: 16px;
}

.footer-icons {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgb(53, 53, 53);
    color: rgb(53, 53, 53);
}

.social-icons {
    padding: 20px 20px;
    border-top: 1px solid rgb(53, 53, 53);
}

.footer_ul {
    list-style: none;
}

.footer-link {
    text-decoration: none;
    color: rgb(53, 53, 53);
}


.trav-titre {
    font-size: 30px;
    font-family: "Gelion", sans-serif;
    font-weight: bold;
    line-height: 40px;
}

.sec1 {
    z-index: 1;
    width: 100%;
    height: 600px;
    position: relative;
    background: url(<?= asset('assets/images/icons/bannr-gcbtpe.jpg') ?>);

}

.sec1-man {
    position: absolute;
    top: 69px;
    left: 300px;
}

.sec1-img {
    max-width: 100%;
    ;
}

.sec1-txt1 {
    margin-top: 40px;
    font-family: "Gelion", sans-serif;
    font-size: 44px;
    color: var(--theme-color-b);
    z-index: auto;
    border-width: 0px;
    border-radius: 0px;
    letter-spacing: 0px;
    filter: none;
}

.sec1-txt1 .brand-name {
    color: var(--theme-color);
}

.sec1-txt2 {
    padding-top: 40px;
    font-family: "Gelion", sans-serif;
    font-size: 24px;
    color: #D0D0D0;
    z-index: auto;
    border-width: 0px;
    border-radius: 0px;
    letter-spacing: 0px;
    filter: none;
}

.sec1-search {
    position: absolute;
    bottom: 30px;
    float: left;
    width: 100%;
    z-index: 99;
    max-width: 1024px;
}

.sec1-etab {
    display: block;
    padding: 13px 12px;
    line-height: normal;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    background: #6DC82B;
    color: white;
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    opacity: 0.9;
}

.sec1-etab-active {
    background: #FFFDF9;
    color: black;
    opacity: 0.9;
}

.sec1-card {
    padding: 30px 2% 12px;
    background: rgba(255, 255, 255, 0.9);
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 20px 0;
    line-height: 26px;
    border-radius: 0px 5px 5px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sec1-find {
    min-height: 44px;
    margin-top: 10px;
    padding: 11px 12px;
    border: none;
    font-weight: 600;
    margin: 10px 0px 0px;
    margin-top: 10px;
    font-size: 14px;
    padding: 11px 20px;
    float: right;
    cursor: pointer;
    border-radius: 3px;
    min-height: 43px;
    -webkit-appearance: none;
    background: #fade03;
    color: #2c3e50;
}

.sec1_ul {
    margin-bottom: 0;
    padding-left: 0px;
}


@media screen and (max-width: 767px) {
    .sec1-txt1 {
        padding-top: 60px;
        font-family: "Gelion", sans-serif;
        color: rgb(243, 239, 239);
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
    }

    .sec1-txt2 {
        padding-top: 40px;
        font-family: "Gelion", sans-serif;
        font-size: 18px;
        line-height: 30px;
    }

    .sec1-search {
        position: absolute;
        bottom: 20px;
        float: left;
        width: 100%;
        z-index: 99;
        max-width: 1024px;
        padding: 20px;
    }

    .sec1 {
        height: 700px;
        background: url(<?= asset('assets/images/icons/bannr-gcbtpe-mobile.jpg') ?>);
    }
}

.btn-byd {
    color: #09F;
    background-color: #fff;
    border-color: #fff;
}

.btn-byd:hover {
    color: #09F;
    background-color: #fff;
    border-color: #fff;
}

.sec3 {
    background: #f6f6f6;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    border-top: 1px solid #eceeeb;
    border-bottom: 1px solid #eceeeb;
    padding: 70px 0;
}

.supp-titre {
    border-bottom: 3px solid black;
    width: max-content;
}

.sec5-card {}

.sec5-icon {
    font-size: 50px;
    color: #2E4A62;
}

.wh-100 {
    width: 100%;
    height: 100%;
}

.pourquoi .card {
    border: 1px solid #3484b8;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.pourquoi .card:hover {
    background-color: #3484b8;
    color: #fff;
}

.pourquoi .card:hover i {
    color: #fff;
}

/* From Uiverse.io by adamgiebl */
.btn-link-primary {
    width: fit-content;
    background: #0b2731;
    color: white;
    font-family: "Gelion", sans-serif;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 0.9em;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    cursor: pointer;
}

/* .btn-link-primary:hover {
            background: #fff;
        } */

.btn-link-primary .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 0.7em;
    right: 0.3em;
    transition: all 0.3s;
}

.btn-link-primary:hover .icon {
    /* width: calc(100% - 0.6em); */
    width: 100%;
    right: 0;
    margin: 0;
    height: 100%;
}

.btn-link-primary .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #0b2731;
}

.btn-link-primary:hover .icon svg {
    transform: translateX(0.1em);
}

.btn-link-primary:active .icon {
    transform: scale(0.95);
}

.btn-link-secn {
    background: #C5D82D;
}

.btn-link-scen .icon svg {
    color: #C5D82D;
}

.assistance .btn-link-primary:hover .icon {
    background: #0b2731;
}

.assistance .btn-link-secn:hover .icon {
    background: #C5D82D;
}

.assistance .btn-link-primary:hover .icon svg {
    color: #fff;
}

.video-box {

    overflow: hidden;
    border-radius: 10px;
}

.video-box .sec-vedio-vedio {
    width: 100%;
    max-height: 100%;
    box-shadow: 0px 18px 52.8537px rgb(215 228 249 / 50%);
}

/* .faq .accordion .accordion-item {
        max-height: fit-content !important;

    } */
.faq .accordion-item {
    margin-bottom: 10px;
}

.faq .accordion-button {
    background-color: #f8f9fa;
    color: #333;
    font-weight: bold;
}

.faq .accordion-button:not(.collapsed) {
    background-color: #e9ecef;
}

.faq .accordion-button:focus {
    box-shadow: none;
}

.faq .accordion-body {
    background-color: #ffffff;
    color: #666;
}



/* //////////// ------------------------ */

.navbar .navbar-brand img {
    height: 35px !important;
}

.navbar .dropdown .dropdown-toggle {
    border-radius: 20px !important;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

/* ------------------------------------------ 
                Hero
 -------------------------------------------*/
.banner {
    background-color: #F0F9FF;
}

.banner .subtitle {
    border-radius: 10px;
    padding-top: 8px;
    padding-right: 60px;
    padding-bottom: 8px;
    padding-left: 60px;
    background: linear-gradient(90deg, rgba(61, 151, 211, 0.1) 0%, rgba(61, 151, 211, 0.05) 100%);
    box-shadow: 0px 2px 4px 0px #0000000D;
    max-width: fit-content;
    margin: auto;
    color: var(--theme-color);
    position: relative;
}

.banner .subtitle::before,
.banner .subtitle::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: var(--theme-color);
    top: 50%;
    opacity: .5;
}

.banner .subtitle::before {
    left: -55px;
}

.banner .subtitle::after {
    right: -55px;
}