@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "BMW Group Bold";
    src: url("https://db.onlinewebfonts.com/t/274394aa569a3930e1d927b9c06f326f.eot");
    src: url("https://db.onlinewebfonts.com/t/274394aa569a3930e1d927b9c06f326f.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/274394aa569a3930e1d927b9c06f326f.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/274394aa569a3930e1d927b9c06f326f.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/274394aa569a3930e1d927b9c06f326f.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/274394aa569a3930e1d927b9c06f326f.svg#BMW Group Bold")format("svg");
}

@font-face {
    font-family: 'D-DIN Regular';
    font-style: normal;
    font-weight: normal;
    src: local('D-DIN Regular'), url('D-DIN.woff') format('woff');
}


@font-face {
    font-family: 'D-DIN DIN-Italic';
    font-style: normal;
    font-weight: normal;
    src: local('D-DIN DIN-Italic'), url('D-DIN-Italic.woff') format('woff');
}


@font-face {
    font-family: 'D-DIN DIN-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('D-DIN DIN-Bold'), url('D-DIN-Bold.woff') format('woff');
}


@font-face {
    font-family: 'D-DIN Condensed Regular';
    font-style: normal;
    font-weight: normal;
    src: local('D-DIN Condensed Regular'), url('D-DINCondensed.woff') format('woff');
}


@font-face {
    font-family: 'D-DIN Exp Regular';
    font-style: normal;
    font-weight: normal;
    src: local('D-DIN Exp Regular'), url('D-DINExp.woff') format('woff');
}


@font-face {
    font-family: 'D-DIN Exp DINExp-Italic';
    font-style: normal;
    font-weight: normal;
    src: local('D-DIN Exp DINExp-Italic'), url('D-DINExp-Italic.woff') format('woff');
}


@font-face {
    font-family: 'D-DIN Condensed DINCondensed-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('D-DIN Condensed DINCondensed-Bold'), url('D-DINCondensed-Bold.woff') format('woff');
}


@font-face {
    font-family: 'D-DIN Exp DINExp-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('D-DIN Exp DINExp-Bold'), url('D-DINExp-Bold.woff') format('woff');
}

body {
    font-family: "Poppins", sans-serif;
    color: #05253C;
    background: #E9EAE5;
}


.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.navbar .logo {
    color: white;
    font-size: 20px;
}

.navbar input[type="checkbox"] {
    display: none;
}

.navbar .menu-icon {
    display: none;
    font-size: 26px;
    color: white;
    cursor: pointer;
}

.navbar .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0px;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    width: 100%;
}

.navbar .menu li {
    margin-left: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.navbar .menu li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.navbar .menu li a:hover {
    color: #BD3431;
}



@media (max-width: 768px) {
    .navbar .menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .navbar .menu li {
        margin: 0;
    }

    .navbar .menu li a {
        padding: 10px;
    }

    .navbar .menu-icon {
        display: block;
    }

    .navbar input[type="checkbox"]:checked~.menu {
        display: flex;
        position: absolute;
        right: 0;
        width: 300px;
        top: 63px;
        background: #e6c079;
    }
}

header {
    background: #E9EAE5;
    padding: 20px 0;
    font-family: "BMW Group Bold";

}


.one {
    padding: 80px 0;
    background: url(img/1.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 250px;

}

.section-title {
    font-family: "BMW Group Bold";
    font-size: 54px;
    line-height: 76px;
    font-weight: 400;
    color: #BD3431;
    margin-bottom: 20px;
}


.two {
    padding: 80px 0;

}

.section-tit {
    text-align: center;
    color: #BD3431;
    font-family: "BMW Group Bold";
    font-size: 54px;
    line-height: 76px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.gesa {
    box-shadow: 0 4px 20px rgb(0 0 0 / 25%);
    border-radius: 10px;
    margin: 15px;
    padding: 30px;
    background: #fff;
    text-align: center;
}

.fer {
    margin-bottom: 25px;
}

.jopa {

    font-size: 24px;
    line-height: 27px;
    font-weight: 700;
    color: #000;
    font-family: 'D-DIN DIN-Bold';
    margin-bottom: 10px;
}

.jopas {
    font-family: 'D-DIN Regular';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.5px;
    text-align: center;
}


.gesas {
    background: #004346;
    padding: 40px;
    padding-left: 200px;
    position: relative;
}

.pole {
    position: absolute;
    left: -375px;
    top: 45px;
}

.koga {
    font-family: 'D-DIN Regular';
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.kogas {
    font-family: 'D-DIN Regular';
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.5px;
}

.three {
    padding: 80px 0;
    background: #fff;
}

.hop {
    font-size: 36px;
    color: #000;
}




.four {
    padding: 80px 0;
    background: #fff;
}

.hop {
    color: #000;
    font-size: 36px;
    line-height: 46px;
}


.gesasa {
    position: relative;
    margin-bottom: 20px;
}

.poles {
    width: 100%;
    object-fit: cover;
    max-height: 310px;
}

.kogar {
    font-family: 'D-DIN DIN-Bold';
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
}

.kogasr {
    font-family: 'D-DIN Regular';
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    min-height: 90px;

}

.gesasas {
    box-shadow: 0 4px 20px rgb(0 0 0 / 25%);
    padding: 20px;
    background: #fff;
    position: absolute;
    bottom: -50px;
    width: 80%;
    right: 0;
}



.five {
    padding: 80px 0;
    background: #fff;
}

.kofer {
    padding: 40px;
    padding-right: 200px;
}

.kofe {
    left: auto;
    right: -375px;
    top: 30px;
}


.six {
    padding: 80px 0;
    background: #fff;
}

.gefa {
    left: 0;

}


.seven {
    padding: 80px 0;
    background: url(img/20.jpg);
    background-size: cover;
}

.ims {
    padding: 80px 0;
    background: url(img/imgmeq1.jpg);
    background-size: cover;
}


.gesasar {
    box-shadow: 0 4px 20px rgb(0 0 0 / 25%);
    background: #004346;
    padding: 40px 30px;
}

.kogarw {
    font-family: "BMW Group Bold";
    font-size: 54px;
    line-height: 76px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.kogasrt {
    font-family: 'D-DIN Regular';
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}


strong {
    font-family: 'D-DIN DIN-Bold';
}




.eight {
    padding: 80px 0;

}

.ved {
    position: relative;
    padding-left: 30px;
    font-family: 'D-DIN Regular';
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
}

.ved img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
}

.fega {
    background: #004346;
    padding: 30px;
    border-radius: 8px;
}

.sef {
    font-family: 'D-DIN DIN-Bold';
    font-size: 32px;
    line-height: 26px;
    color: #fff;
}


.sefs {
    font-family: 'D-DIN Regular';
    font-size: 15px;
    line-height: 17px;
    color: #fff;
}


form input {
    background: #E9EAE5;
    border-radius: 8px;
    color: #000;
}

form input[type="submit"] {
    background: #BD3431;
    border-radius: 8px;
    color: #fff;
    width: 200px;
}



.line {
    width: 100%;
    height: 2px;
    background: #E6C079;
    margin: 10px 0;
}

.moke {
    display: flex;
    align-content: center;
    align-items: center;
}


.texte {
    font-family: 'D-DIN Regular';
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.5px;
}

.vi img {
    border-radius: 34px;
    max-width: 100%;
}

.fle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mt2 {
    margin-top: 3em;
}

.texter {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}

.section-titler {
    text-align: center;
    border-bottom: 2px solid #e6c079;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 0;
    margin-bottom: 15px;
    font-size: 54px;
    line-height: 76px;
    font-weight: 600;
    color: #fff;
}

.gers {
    text-align: center;
}

.mt1 {
    margin-top: 2em;
}

.mx {
    max-width: 100%;
}

.foot {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #17100A;
    padding: 25px;
    text-align: center;

}

.texter {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #17100A;
}

.section-titled {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 0;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 76px;
    font-weight: 600;
}

h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}

.textz {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #7D7D7D;
}

.sect {
    padding: 20px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 12%);
    border-radius: 4px;
    min-height: 502px;
    margin-bottom: 30px;
}


.mb2 {
    margin-bottom: 2em;
}

.mxz {
    width: 60px;
    margin-bottom: 15px;
}

.textze {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.conts {
    border-radius: 24px;
    background: #fff;
    padding: 25px 3em;
}

.geta {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.kols {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #17100A;
}


input {
    background: #F1F1F1;
    border: none;
    padding: 20px;
    height: 50px;
    font-size: 15px;
    width: 100%;
    margin-bottom: 20px;
}

textarea {
    background: #F1F1F1;
    border: none;
    padding: 20px;
    font-size: 15px;
    color: #997f75;
    width: 100%;
    margin-bottom: 20px;

}

.sumb {
    background: #17100A;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 0;
}

.sumb:hover {
    background: #4d443b;
}

.ura {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
    height: 60px;
    display: flex;
    align-items: center;
}

.ura img {
    position: absolute;
    left: 0;
    top: 0;
}


.navbar .menu li a.active {
    color: #BD3431;
}



.fx {
    display: flex;
    align-items: center;
}

.logo {
    width: 100px;
}





@media (max-width:767px) {


    .moke .col-md-2 {
        width: 50%;
    }

    .moke .col-md-10 {
        width: 50%;
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }

    .sect {
        min-height: auto;
        margin-bottom: 15px;
    }

    form {
        margin-bottom: 25px;
    }

    .ura {
        position: relative;
        padding-left: 75px;
        margin-bottom: 30px;
        height: 60px;
        display: flex;
        align-items: center;
        font-size: 14px;
    }


    .section-titler {
        text-align: center;
        border-bottom: 2px solid #e6c079;
        display: inline-block;
        margin: 0 auto;
        padding: 5px 0;
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 40px;
    }


    .one {
        padding: 35px 0;
    }

    .vi {
        margin-top: 20px;
    }



    .row-cols-5>* {
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .section-title {
        font-size: 32px;
        line-height: 42px;
    }

    .mx {
        max-width: 100%;
        margin-bottom: 15px;
    }


    .section-titled {
        text-align: center;
        display: inline-block;
        margin: 0 auto;
        padding: 10px 0;
        margin-bottom: 5px;
        font-size: 26px;
        line-height: 36px;
        font-weight: 600;
    }



    .navbar {
        position: absolute;
        right: 0;
        top: 18px;
    }


    .section-tit {

        font-size: 30px;
        line-height: 44px;
    }


    .pole {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .poles {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
    }

    .gesas {
        background: #004346;
        padding: 20px;
        padding-left: 20px;
    }

    .gesasas {
        box-shadow: 0 4px 20px rgb(0 0 0 / 25%);
        padding: 20px;
        background: #fff;
        position: relative;
        bottom: 0;
        width: 100%;
        right: 0;
    }

    .kogarw {
        font-size: 30px;
        line-height: 42px;
    }

    .kogasrt {
        font-family: 'D-DIN Regular';
        font-size: 16px;
        line-height: 26px;
        color: #fff;
    }

    .eight {
        padding: 40px 0;
    }

    .seven {
        padding: 40px 0;
    }
    
    .ims {
        padding: 40px 0;
    }

    .six {
        padding: 40px 0;
    }

    .five {
        padding: 40px 0;
    }

    .four {
        padding: 40px 0;
    }

    .three {
        padding: 40px 0;
    }

    .two {
        padding: 40px 0;
    }

    .koga {
        font-family: 'D-DIN Regular';
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    .kogas {
        font-family: 'D-DIN Regular';
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 0;
    }

    .navbar .menu-icon {
        display: none;
        font-size: 26px;
        color: #121212;
        cursor: pointer;
    }
}

.descr {
    font-family: 'D-DIN Regular';
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    margin-top: 30px;
}

.row_img {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;

    img {
        width: 25%;
        height: auto;
        object-fit: cover; 
        aspect-ratio: 2/3; 
    }
}