ul {
    list-style: none;
}

.vturs a {
    text-decoration: none !important;
    color: #313131 !important;
}

    /*slider*/

.slider1 {
    object-fit: cover;
    background: linear-gradient(rgba(68, 68, 68, 0.3), rgba(84, 84, 84, 0.2)), url(images/vizeimg/vize1.jpg);
    
}

.slider2 {
    object-fit: cover;
    background: linear-gradient(rgba(68, 68, 68, 0.3), rgba(84, 84, 84, 0.2)), url(images/vizeimg/viz2.jpg);
    
}

.slider-item {
    min-height: 50vh;
}

.sliderh1 {
    color: white;
}

.sliderh6 {
    color: white;
}

.btn {
    color: white;
    border: 2px solid white;
}

.owl-prev,
.owl-next {
    position: absolute ;
    top: 50%;
    width: 30px !important;
    height: 30px !important;
    display: grid ;
    place-items: center ;
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-prev:hover,
.owl-next:hover{
background-color: #4267B2 !important;
color: #ffffff !important;
}

/*header*/

.vizeheaderres {
    width: 450px !important;
}

@media screen and (max-width: 600px) {
    .vizeheaderres {
        display: none !important;
    }
}

.headerh {
font-family: 'Montserrat';
font-style: normal;
font-weight: 800;
font-size: 25px;
line-height: 30px;
display: flex;
align-items: center;
color: #0d95f0;
}


/*vıze mını form*/

.vizeminiform {
    background-color: #23085a;
    justify-content: center;
}

/*vize tur*/

.vizeturimg {
    object-fit: cover;
    width: 450px;
height: 200px;

/*background: url(old-town-g56cb39d2c_1920.jpg);*/
border-radius: 25px;
}

.vizeklas:hover {
    /*filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.2));*/
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(28, 153, 255, 0.2));
    border-radius: 25px;
}


/*ulkeler*/

.hizmet {
    background-color: #23085a;
}

#project-slider .owl-prev,
#project-slider .owl-next {
    position: absolute ;
    top: 50%;
    width: 50px !important;
    height: 50px !important;
    display: grid ;
    place-items: center ;
    color: #F91A47 !important;
    background-color: rgb(255, 255, 255) !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
    margin-top: -15px;
    margin-left: 15px;
    margin-right: 15px;
}

   .hizmetler {
    position: relative;
    padding: 20px 0;
    transition: .3s;
   }

   .hizmetler:hover {
    transform: scale(1.1);
    filter: drop-shadow(0px 0px 4px rgba(252, 252, 252, 0.75));
   }


   .hizmetler .overlay {
    /*background: linear-gradient(rgba(3, 226, 255, 0), rgb(89, 0, 255));*/
    position: absolute;
    width: 100%;
    height: 75%;
    bottom: 20px;
    left: 0;
   }

   .hizmetler .content {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    
    padding: 0px;
   }

   .hizmetler h4{
    color: #ffffff;
    
    padding-left: 12px;
    -webkit-text-stroke: 0.3px black;
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.5));
   }

   .hizmetimg {
    border-radius: 5px;
    width: 170px !important;
    height: 100px !important;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
   }

   /*akordiyon*/
   .vizedokuman {
    object-fit: cover;
    object-position: left bottom;
    width: 500px;
    height: 400px;
    border-radius: 15px;
   }

   

   /*hemen basvur*/

.basvur {
    background-color: #23085a;
    border-radius: 25px;
}

.basvurh1 {
    font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 30px;
display: flex;
align-items: center;

color: #FFFFFF;
}

.basvurh2 {
    font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 30px;
display: flex;
align-items: center;

color: #FFFFFF;
}

