/*logo renk Koları------------*/
.bg-blue {
    background-color: rgb(50, 40, 150);

}


.bg-green {
    background-color: rgb(5, 100, 50);
}

/*logo renk Koları------------*/

h4 {
    font-size: 18px;
}

/*---------------Togler icon---------------------------*/
.navbar-toggler {
    width: 30px;
    height: 30px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    /*background: rgb(5, 100, 50);*/
    /*background: rgb(50, 40, 150);*/
    background: linear-gradient(90deg, rgba(50, 40, 150, 1) 0%, rgba(5, 100, 50, 1) 100%);
    border: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.1s ease-in-out;

}

.middle-bar {
    margin-top: 0px;
}

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(45deg);

}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-45deg);

}

.navbar-toggler.collapsed .top-bar {
    margin-top: -25px;
    transform: rotate(0deg);
}

.navbar-toggler.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.navbar-toggler.collapsed .bottom-bar {
    margin-top: 25px;
    transform: rotate(0deg);
}


/*---------------Togler icon---------------------------*/



.bgcoolor {
    background-color: #F8F8F8;
}


@font-face {
    font-family: "ervey";
    src: url("/static/font/VgFont.ttf") format("truetype");

}

@font-face {
    font-family: "veysi";
    src: url("/static/font/VEYSI-2022.ttf") format("truetype");
}


@font-face {
    font-family: "VgKonpanent";
    src: url("/static/font/VgKonpanent.ttf") format("truetype");
}

.anta-regular {
    font-family: "Anta", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "anta-regular";
    /*font-family: "Agency FB";*/
}

.navBarBg {
    background-color: #ffffff;
}

.logoe {
    font-family: "ervey";
    font-size: 48px;
    background-color: rgb(5, 100, 50);
    color: transparent;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.2);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.logoervey {
    margin-left: -10px;
    font-family: "ervey";
    font-size: 48px;
    background-color: rgb(50, 40, 150);
    color: transparent;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.2);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.logoAlt {
    margin-top: -34px;
    margin-left: 44px;
    font-family: "ervey";
    font-size: 10px;
    background-color: rgb(5, 100, 50);
    color: transparent;
    text-shadow: 0.5px 0.5px 0.5px rgba(255, 255, 255, 0.2);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    letter-spacing: 0.5px;
}

@supports (-webkit-touch-callout: none) {
    .logoAlt {
        padding-top: 6px; /* iOS Safari için ayarlamak istediğiniz değer */
    }
}


.navbarlink {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    background-color: rgb(0, 30, 15);
    color: transparent;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    border-bottom: 4px solid #ffffff;
    transition: 0.4s ease-in-out;
}


.navbarlink:hover {
    background-color: rgb(50, 40, 150);
    color: transparent;
    text-shadow: 2px 1px 1px rgba(255, 255, 255, 0.3);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    /*border-bottom: 4px solid rgb(50, 40, 150);*/
}

.navbarlink-active {
    background-color: rgb(50, 40, 150);
    color: transparent;
    text-shadow: 2px 1px 1px rgba(255, 255, 255, 0.2);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    border-bottom: 4px solid rgb(50, 40, 150);
}



.erv-title-bg {
    background-color: rgba(103, 182, 140, 1);
    padding-top: 5px;
    padding-bottom: 5px;
}


.erv-title {
    font-weight: bold;
    background-color: rgb(0, 30, 15);
    color: transparent;
    text-shadow: 2px 1px 1px rgba(255, 255, 255, 0.3);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.sidemenu {
    position: sticky;
    top: 115px;
    margin-top: 10px;
    min-width: 200px;
    max-width: 270px;
    background-color: #F8F8F8;
}


.sidemenu-link {
    background-color: rgb(5, 100, 50);
    color: transparent;
    text-shadow: 2px 1px 1px rgba(255, 255, 255, 0.4);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    font-family: sans-serif;
    font-size: 14px;
    border-bottom: solid 1px rgb(221, 224, 238);
}

.sidemenu-link:hover {
    background-color: rgba(50, 40, 150, 0.2);
}

footer {
    background-color: rgb(5, 100, 50);
    color: transparent;
    text-shadow: 2px 1px 1px rgba(255, 255, 255, 0.4);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    font-family: sans-serif;
    font-size: 13px;
}


.ervey-btn {
    background-color: rgba(110, 180, 140, 1);
    transition: all 0.4s ease-in-out;
}

.ervey-btn:hover {
    background-color: rgb(120, 200, 150);
    transition: all 0.4s ease-in-out;
    color: black;
}



/*-------Yukarıdakilerin hepsi düzenlendi-----------------------------*/
.form-control:focus,
.form-control:active {
    outline: none;
    border: 1px solid rgb(5, 100, 50);
    box-shadow: 2px 2px rgb(5, 100, 50);

}


/*-----Border Animasyon----------*/
.box {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;

}

.box::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    border-bottom: 4px solid rgb(50, 40, 150);
    transition: all 0.4s ease-in;

}

.box:hover::before {
    width: 100%;

}

/*-----Border Animasyon----------*/

.owl-dots {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
}

.owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    top: calc(50% - 38px);
    padding: 0 !important;
    margin: 0 !important;
    justify-content: space-between;
}

.owl-nav i {
    color: #ffffff;
    font-size: 38px;
    font-weight: bold;
}


.owl-prev:hover {
    background: none !important;
}

.owl-next:hover {
    background: none !important;
}


.owl-dot span {
    background-color: rgb(255, 255, 255) !important;
    margin: 5px 5px !important;
    border-radius: 50% !important;

}

.owl-dot span:hover {
    background-color: rgb(52, 52, 51) !important;
}

.owl-dot.active span {
    background-color: rgb(52, 52, 51) !important;
}

.erv-slider {
    position: relative;
    display: flex;
    align-items: end;
}

.erv-slider-des {
    position: absolute;
    backdrop-filter: blur(10px);
    background: rgba(12, 12, 12, 0.01);
    padding-top: 10px;
    margin-bottom: 35px;
    margin-left: 40px;
    /*width: 350px;*/
    border-radius: 5px;
}

.erv-slider-des h5 {
    text-align: center;
    padding: 20px;
    color: rgb(255, 255, 255);

}

.erv-slider-des p {
    text-align: center;
    color: rgb(255, 255, 255);
}




@media screen and (max-width: 600px) {
    .erv-slider-des {
        display: none;
    }

    .owl-nav i {
        font-size: 30px;
    }

    .owl-nav {
        top: calc(50% - 30px);
    }
}



