/*
 main.css
 Par: Robert Petit
 (c) 2023 cjmediasofts Tous droits réservés
*/

@font-face {
    font-family: 'Abel-Regular';
    src: url('../fonts/Abel-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'AnekBangla-Medium';
    src: url('../fonts/AnekBangla-Medium.ttf') format('truetype');;
}
@font-face {
    font-family: 'AnekBangla-Light';
    src: url('../fonts/AnekBangla-Light.ttf') format('truetype');;
}
@font-face {
    font-family: 'AnekBangla-Regular';
    src: url('../fonts/AnekBangla-Regular.ttf') format('truetype');
}
body {
    background-color: #000;
}
.navbar-vip {
    background-color: rgb(0, 8, 25);
}

.brand-text {
    font-family: 'Abel-Regular';
    font-size: 18px;
    color: rgd(0, 151, 237);
    text-decoration: none;
    letter-spacing: 0.7px;
}

.actife {
    background: linear-gradient(
    to bottom,
    rgb(252, 199, 3),
    rgb(251, 151, 2)
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (min-device-width: 798px) {
   header {
        background-color: rgb(0, 8, 25);
   }
   .titre_header {
        font-family: 'AnekBangla-Light';
        font-size: 40px;
        background: linear-gradient(
        to bottom,
        rgb(252, 199, 3),
        rgb(251, 151, 2)
        );
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        letter-spacing: 1.6px;
   }
   .img_header {
        width: 800px;
        height: 800px;
   }
}

@media screen and (max-device-width: 797.98px) {
    header {
        background-color: rgb(23, 7, 26);
    }
    .titre_header {
        font-family: 'AnekBangla-Light';
        font-size: 22px;
        text-align: center;
        color: #454545;
        letter-spacing: 1.2px;
   }
   .img_header {
        width: 300px;
        height: 300px;
    }
}

@media screen and (min-device-width: 798px) {
    #intro {
        background: linear-gradient(to right, #01233F, #6E7276);
        width: 100%;
        height: 600px;
        margin-top: 60px;
        padding-top: 40px;
    }
    #intro h2 {
        font-family: 'AnekBangla-Light';
        font-size: 35px;
        letter-spacing: 1.6px;
        color: #BEB31D;
    }
    #intro .text_intro {
        font-family: 'AnekBangla-Light';
        font-size: 20px;
        letter-spacing: 1.6px;
        color: #BEB31D;
    }
    #intro .text_phone {
        font-size: 36px;
    }
}
@media screen and (max-device-width: 797.98px) {
    #intro {
        background: linear-gradient(to right, #01233F, #6E7276);
        width: 100%;
        height: 600px;
        margin-top: 60px;
        padding-top: 40px;
    }
    #intro h2 {
        font-family: 'AnekBangla-Light';
        font-size: 22px;
        letter-spacing: 1.1px;
        color: #BEB31D;
    }
    #intro .text_intro {
        font-family: 'AnekBangla-Light';
        font-size: 18px;
        letter-spacing: 1px;
        color: #BEB31D;
    }
    #intro .text_phone {
        font-size: 26px;
    }
}
@media screen and (min-device-width: 798px) {
    #carte_holder {
        background-color: #000;
        width: 100%;
        padding-top: 20px;
        margin-bottom: 150px;
    }

    #carte_holder .carte_warnign {
        font-family: 'AnekBangla-Light', sans-serif;
        font-size: 18px;
        color: red;
    }
}
@media screen and (max-device-width: 797.98px) {
    #carte_holder {
        background-color: #000;
        width: 100%;
        height: 1100px;
        justify-content: center;
    }

    #carte_holder .carte_warnign {
        font-family: 'AnekBangla-Light', sans-serif;
        font-size: 18px;
        color: red;
    }
}
@media screen and (min-device-width: 798px) {
    #service {
        background-color: white;
        width: 100%;
        height: 500px;
        margin-top: 60px;
        padding-top: 40px;
    }

    #service h2 {
        font-family: 'AnekBangla-Light';
        font-size: 35px;
        letter-spacing: 1.6px;
        color: #01233F;
        margin-bottom: 70px;
    }
    #service ul {
        list-style: none;
        font-family: 'Abel-Regular';
        font-size: 24px;
        color:#01233F;
    }
}

@media screen and (max-device-width: 797.98px) {
    #service {
        background-color: white;
        width: 100%;
        height: 500px;
        margin-top: 60px;
        padding-top: 40px;
    }
    #service h2 {
        font-family: 'AnekBangla-Light';
        font-size: 20px;
        letter-spacing: 1px;
        color: #01233F;
        margin-bottom: 30px;
    }
    #service ul {
        list-style: none;
        font-family: 'Abel-Regular';
        font-size: 16px;
        color:#01233F;
    }
}

@media screen and (min-device-width: 798px) {
    footer {
        background: linear-gradient(to left, #01233F, #6E7276);
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer_ul {
        list-style: none;
        font-family: 'Abel-Regular', sans-serif;
        font-size: 14px;
        color: #BEB31D;
    }
    .footer_text {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 14px;
        color: #BEB31D;
    }

    footer a {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 14px;
        color: #BEB31D;
        text-decoration: none;
    }
    footer a:hover {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 14px;
        color: white;
        text-decoration: underline;
    }
}
@media screen and (max-device-width: 797.98px) {
    footer {
        background: linear-gradient(to left, #01233F, #6E7276);
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footer_text {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 12px;
        color: #BEB31D;
    } 
}

@media screen and (min-device-width: 798px) {
    #cnd {
        width: 100%;
        padding: 2.5%;
    }
    #cnd h1 {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 45px;
        font-weight: bold;
    }
    #cnd h2 {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 20px;
        font-weight: bold;
        text-decoration: underline;
    }
    #cnd p {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 20px;
    }
    #cnd p .int {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 18px;
    }
    #cnd ul {
        list-style-type: lower-latin;
    }
    #cnd li {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 20px;
    }
}
@media screen and (max-device-width: 797.98px) {
    #cnd {
        width: 100%;
        padding: 1%;
    }
    #cnd h1 {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 40px;
        font-weight: bold;
    }
    #cnd h2 {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 20px;
        font-weight: bold;
        text-decoration: underline;
    }
    #cnd p {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 20px;
    }
    #cnd p .int {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 18px;
    }
    #cnd ul {
        list-style-type: lower-latin;
    }
    #cnd li {
        font-family: 'Abel-Regular', sans-serif;
        font-size: 20px;
    }
}
.table_text {
    font-family: 'Abel-Regular', sans-serif;
    font-size: 14px;
    color: #fff;
}
 /* background-color: #01233F;
        background-image: linear-gradient(90deg, #01233F, #6E7276);
        background-clip: text;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent; */