﻿
body {
    font-family: "Rubik", sans-serif;
    font-family: "Mulish", sans-serif;
    font-family: "Poppins", sans-serif;
    /*background: linear-gradient(271deg, rgb(234 244 236 / 50%) 0%, rgb(224 244 245 / 50%) 26%, rgb(235 238 247 / 50%) 50%, rgb(238 219 225 / 50%) 79%);*/
}

:root {
    --renk: #507639;
    --renk2: #fe9900;
    --bs-secondary: #507639 !important;
    --bs-primary: #fe9900 !important;
}
.btn-primary {
    background-color: var(--renk2);
    border-color: var(--renk2);
}
.bg-secondary {
    background-color: var(--renk) !important;
}
.text-primary{
    color:var(--renk2)!important;
}
.ara1 span {
    color: var(--renk2) !important;
}
.fxd {
    background: linear-gradient(140deg, #00439A 55.93%, #0FF 117.49%);
    position: fixed;
    height: 100vh;
}

.logo img {
    max-height: 28px;
}

.phone1 {
    flex: 1;
}

    .phone1 a {
        font-size: 17px;
        color: #3c3c3c;
        margin-left: 15px;
        font-weight: 600;
    }

    .phone1 svg {
        color: var(--mor);
        height: 24px;
        padding-right: 4px;
        display: inline-block;
        vertical-align: middle;
    }

.lyt1 {
    display: flex;
    align-items: center;
}

.lyt2 {
    padding: 15px 0;
}
/*.online1{
    flex:1;
    text-align:end;
}*/

.nvb1 {
    /* background: var(--mor); */
    color: #fff;
    padding: 10px 0;
    position: fixed;
    z-index: 88;
}

    .nvb1:after {
        content: "";
        position: absolute;
        background: url(/upload/1after.png);
        background-repeat: repeat-x;
        display: block;
        bottom: -7px;
        width: 100%;
        height: 7px;
        z-index: 2;
        display: none;
    }

    .nvb1 ul {
        /*  display: flex;
        align-items: center;
        justify-content: center;*/
        /* gap: 40px; */
        list-style: none;
        flex-direction: row;
    }

    .nvb1 a {
        position: relative;
        display: inline-block;
        padding: 10px 15px;
        text-align: center;
        color: #fff;
        line-height: 30px;
        letter-spacing: 0px;
        font-size: 16px;
        border-radius: 15px;
        opacity: 1;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        /*text-transform: uppercase;*/
        font-weight: 600;
    }

.nvb1_fixed {
    background: var(--mor);
}

.hd1 a{
    color:#000;
    text-align:start;
}

.online1 {
    position: relative;
    display: block;
    color: #fff !important;
    text-align: center;
    /*background: var(--mor);*/
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 5px 12px !important;
    border: 1px solid #fff;
    border-radius: 4px;
}

.nvb2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 
.ustmenu1 a{
    color:#fff;
}
.oz1  {
    max-height: 15px;
    width: auto;
}
.arac1{
    padding:15px;
}
.baslik1 span {
    color: var(--renk2) !important;
}
.feature .feature-item .feature-icon i {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}
.kart1 {
    text-align: center;
    padding: 50px 0;
}